summaryrefslogtreecommitdiff
path: root/news/nntpclnt
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26news: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07news: Remove SHA1 hashes for distfilesnia1-2/+1
2019-11-04news: align variable assignmentsrillig1-8/+8
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2016-04-24sunet.se stopped mirroring lots of stuff, remove/comment out references to itwiz1-2/+2
2015-11-02Add SHA512 digests for distfiles for news categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-01-01Use BROKEN_EXCEPT_ON_PLATFORM for where configs have to be created manually.dholland1-2/+3
2012-11-19Fix return type confusion.joerg3-17/+78
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-12-15fix compiler warnings on macox (missing prototype for inet_ntoa andchuck2-6/+31
account for strcpy being a macro).
2010-03-13Add usre-destdir installation support and expunge custom PKG_SYSCONFDIRobache2-10/+10
handlinkg (it will handled automatically).
2010-01-31update master_sites.zafer1-2/+2
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-4/+4
block). Uncomment some commented out LICENSE lines while here.
2008-11-11add darwin supportchuck2-2/+83
2008-09-12Add NO_BIN_ON_FTP because the license does not grant permission togdt1-1/+3
distribute derivative works.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-26add linux supportchristos2-3/+84
2006-04-30Add DragonFly support.joerg2-2/+83
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-01Oops, RCSid included in diff in previous...kim2-12/+7
2005-04-01Macros defined in "config.h" cause prototypes in <strings.h> to break,kim5-14/+67
so include the latter before the former.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-3/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-18Add necessary "bsd.pkg.install.mk" glue code to create the "news" grouptron1-3/+7
required by this package. Bump package revision once more.
2002-09-18Use group "news" again because it is used for reading read protectedtron1-3/+3
server authentification files. Bump package revision once more.
2002-09-18Fix typo in last commit.tron1-2/+2
2002-09-18Don't install the "inews" binary as setgid "news" because it istron1-3/+3
completely unnecessary. Bump package revision to 1.
2002-09-18Fix compiler warning.tron2-35/+29
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-02-15mkdir -> ${MKDIR}skrll1-5/+5
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-04Do not sell, rent, trade, market, or use nntpclnt for monetary profit.jtb1-1/+6
2001-05-09Use SHA1, and add size.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Some more MESSAGE cleanup.wiz1-4/+4
2000-01-10replaced a whole lot more commands with ${COMMAND}wiz1-2/+2
1999-09-20Add Id and comment about manual editing.kim1-0/+4