Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -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-26 | add linux support | christos | 2 | -3/+84 | |
2006-04-30 | Add DragonFly support. | joerg | 2 | -2/+83 | |
2006-04-22 | Removed the superfluous "quotes" and 'quotes' from variables that don't | rillig | 1 | -2/+2 | |
need them, for example RESTRICTED and SUBST_MESSAGE.*. | |||||
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -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-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -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-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-01 | Oops, RCSid included in diff in previous... | kim | 2 | -12/+7 | |
2005-04-01 | Macros defined in "config.h" cause prototypes in <strings.h> to break, | kim | 5 | -14/+67 | |
so include the latter before the former. | |||||
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-03 | Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. | wiz | 1 | -2/+2 | |
Suggested by Roland Illig, ok'd by various. | |||||
2004-04-08 | Add forgotten patch in previous commit. Noticed by Gary Duzan. D'oh. | cube | 1 | -0/+83 | |
2004-04-07 | Use more safely the various buffers in postauth.c so that at least it | cube | 5 | -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-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -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-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-09-18 | Add necessary "bsd.pkg.install.mk" glue code to create the "news" group | tron | 1 | -3/+7 | |
required by this package. Bump package revision once more. | |||||
2002-09-18 | Use group "news" again because it is used for reading read protected | tron | 1 | -3/+3 | |
server authentification files. Bump package revision once more. | |||||
2002-09-18 | Fix typo in last commit. | tron | 1 | -2/+2 | |
2002-09-18 | Don't install the "inews" binary as setgid "news" because it is | tron | 1 | -3/+3 | |
completely unnecessary. Bump package revision to 1. | |||||
2002-09-18 | Fix compiler warning. | tron | 2 | -35/+29 | |
2002-08-01 | Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org | jschauma | 1 | -2/+2 | |
after consulting with Todd. Any volunteers for any of these packages? | |||||
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -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-15 | mkdir -> ${MKDIR} | skrll | 1 | -5/+5 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-04 | Do not sell, rent, trade, market, or use nntpclnt for monetary profit. | jtb | 1 | -1/+6 | |
2001-05-09 | Use SHA1, and add size. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-29 | Some more MESSAGE cleanup. | wiz | 1 | -4/+4 | |
2000-01-10 | replaced a whole lot more commands with ${COMMAND} | wiz | 1 | -2/+2 | |
1999-09-20 | Add Id and comment about manual editing. | kim | 1 | -0/+4 | |
1999-09-20 | Support for Solaris. | kim | 2 | -2/+83 | |
1999-09-20 | Moved to config.NetBSD.sh,v | kim | 1 | -81/+0 | |
1999-09-20 | Moved from config.sh,v | kim | 1 | -0/+81 | |
1999-07-29 | Add INN package to conflict list. | tron | 1 | -1/+3 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+4 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+8 | |
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 1 | -2/+1 | |
package Makefile. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -3/+1 | |
1998-05-27 | Correct thinko in expansion of etc/nntp/server description. | tv | 1 | -1/+1 | |
1998-05-22 | Add missing file "include/nntp.h" and make sure directory "etc/nntp" can | tron | 1 | -1/+5 | |
really be removed. | |||||
1998-05-22 | Teach "nntpclnt" library how to get from "INN" to "NNRPD" if necessary. | tron | 1 | -0/+26 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -8/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-28 | Update md5 to match nntpclnt-1.6.1.tar.gz from ftp.uu.net, and upload that | cjs | 1 | -1/+1 | |
to distfiles on ftp.netbsd.org. No sign of where the nntpclnt-1.6.1.tar.gz that the original packager used came from. |