summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2004-08-23Add and enable nget.recht1-1/+2
2004-08-23initial import of nget-0.27recht5-0/+96
Based upon the package provided by Joel CARNAT in PR pkg/26134 nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers and newsgroups. Handles disconnects gracefully, resuming after the last part succesfully downloaded. features: * Automatic multi-part post joining * Automatic binary decoding (using uulib) * Caches header data for quick access * Full multi-server support, transparently joining parts from different servers * Full multi-group support, transparently joining parts from multiple newsgroups * Automatic retries on network errors * Resumes after the last part successfully downloaded * Dupe file detection to avoid unneeded downloads * Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the file's subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references. * Search for newsgroups based on their names and/or descriptions * Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
2004-07-24regenerate patches with pkgdiff so they apply cleanly withgrant10-48/+49
devel/patch.
2004-07-24this only uses a c++ compiler.grant1-1/+2
2004-07-19patch-bd: Address a null pointer deference that occurs whenrumble2-1/+15
gethostbyname(3) cannot resolve the local host returned by gethostname(3).
2004-07-07Fix configuration parsing problem in "inndstart" which caused it totron2-1/+22
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch supplied by Bob in PR pkg/26164.
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep2-2/+5
Georg Schwarz.
2004-06-02Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documentedtron2-1/+19
not to work. This was correct in INN 2.3.x but changed for some reason in INN 2.4.x which broke "rnews".
2004-06-02Update INN package to version 2.4.1. Major changes since version 2.3.x:tron9-171/+104
- builtin IPv6 support - new configuration parser - completely rewriten "send-uucp" which replaces "sendbatch"
2004-05-23Introduce and use three new variables:jschauma1-5/+7
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23Apply IPv6 patch only if we really want IPv6 support because the patchtron1-7/+10
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes PR pkg/25671 by Georg Schwarz.
2004-05-22Introduce and use two new variables:jschauma1-17/+19
INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
2004-05-05Update to 1.9.52. Changes since previous version (1.9.49) include:cjep3-25/+25
* nntpd will now disable ln_log()'s sending its logging to the console (stderr usually), to prevent them from being seen by the newsreader, which then gets confused. * Usage fixes and usage info update * Fix memory leaks * Other bug fixes For a full listing, please see the ChangeLog supplied with the source code.
2004-05-03Use PKG_SYSCONFDIR for finding the "server" file.kim3-17/+22
2004-04-26Convert to buildlink3.snj1-4/+4
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-5/+3
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-14Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt.kim1-4/+7
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-4/+4
*-dirs packages.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj1-6/+6
2004-04-11Convert to buildlink3 and use LDFLAGS.Linux.snj1-7/+5
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-6/+6
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-08Add forgotten patch in previous commit. Noticed by Gary Duzan. D'oh.cube1-0/+83
2004-04-07Use more safely the various buffers in postauth.c so that at least itcube5-20/+23
doesn't crash on common configuration. Fixes PR 24982 by Gary Duzan. Also, silently try to delete the configuration directory not to wipe the user's configuration when updating the package. Finally, mark this package as NetBSD and SunOS only, since it will fail on other platforms by lack of default configuration. Bump PKGREVISION.
2004-03-29Use binary stdio because "you're supposed to do that."tv4-3/+100
Needed for Cygwin et al.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-4/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-22Add support for mipseb, from PR 23906.wiz1-1/+3
2004-03-21-lcompat doesn't exist (and isn't needed) on solaris.bouyer1-1/+5
2004-03-16Bl3ify inn (and remove bl2.mk file since newsx is the only user).cube6-65/+127
Patch newsx's configure so that history method auto-detection can be bypassed, which allows build on system with unconfigured inn (such as for bulk-builds). Bump PKGREVISION because now newsx always use indexed method.
2004-03-10Update to 0.99.22.0.1:wiz2-9/+9
* Adding conf-parameter NiceServer, NiceClient, NiceClean with the setpriority function * Adding conf-parameter ListenTo for multihomed hosts * Performance for big NewsCache Spools: change NewsCacheClean from chain to table and lots of bugfixes.
2004-03-09Remove info files entries from PLIST.seb1-2/+1
XXX Does not compile on NetBSD current.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-5/+6
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14bl3ifyminskim1-9/+9
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant2-4/+4
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc3-6/+6
2004-01-12Do not include bsd.pkg.install.mk directly, set USE_PKGINSTALL instead.salo1-2/+2
(hi cjep!)
2004-01-11Update of news/leafnode to 1.9.49.cjep6-70/+92
Pkgsrc changes since previous version: * Add the news user if necessary (and be compatible with the INN package). * Use bsd.pkg.install.mk. Vendor changes since previous version: (see the Changelog for more details) * Security fix. Do not lock up when the news header ends prematurely. * Revise some memory handling and catch out-of-memory conditions. * Fixes to syslog handling. * Support XOVER without argument. * Fix SEGV in fetchnews.c.
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-31Add newsx.cube1-1/+2
2003-12-31Initial import of newsx, version 1.6, into the NetBSD Package Collection.cube5-0/+87
Newsx is an NNTP client for Unix. It will connect to a remote NNTP server and post outgoing articles batched by the news system, as well as fetch incoming articles. It provides the NNTP capabilities required for small local news spools on installations with NNTP access only through limited ISP accounts. It works well via a dialup SLIP/PPP connection. Newsx is also well suited for large spools with normal feeds, being used for pulling newsgroups from specific NNTP servers that are not distributed in the usual manner. Since newsx obeys the normal news spool configuration file and requires little or no specific configuration, the administrative burden should be minimized.
2003-12-16Update tin to 1.6.1dillo6-67/+35
New / changed Features: ----------------------- . Rebindable keys . New pager . Searched for strings are highlighted . GPG support . NLS support . Charset conversion using iconv(3) . Indicator for articles newer than n-days . art_mark_read, art_mark_killed, art_mark_selected are now configurable . Piping '|' now works on the thread menu . configurable scrolling via scroll_lines . configurable URL handler via url_handler . '.' sorts the newsgroup list . Lots of bug fixes . xref filter rules are now matched against a the reformatted xref line . some others Retired Features ---------------- . INDEX_DAEMON is no longer supported . -U indexing is no longer supported . ~/.tin/headers file is no longer directly supported. Use: . filter rules xref_num and xref_score have been removed . some others
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2