Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -5/+5 | |
Patch provided by Sergey Svishchev in private mail. | |||||
2006-07-19 | * Use the pkginstall framework for INSTALL/DEINSTALL scripts. | jlam | 5 | -26/+17 | |
* Honor PKG_SYSCONFDIR, VARBASE, and PKGMANDIR. Bump the PKGREVISION to 1. | |||||
2006-03-14 | Modify the pkginstall framework so that it manages all aspects of | jlam | 1 | -1/+4 | |
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework. | |||||
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-10-01 | Use VARBASE instead of hardcoding /var. This addresses part of | minskim | 3 | -14/+14 | |
PR pkg/29896. | |||||
2005-04-05 | Use INSTALLATION_DIRS to pre-create all the needed directories. | reed | 1 | -5/+3 | |
(I saw that my pkg/share/examples was not a directory but a Count configuration file.) | |||||
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-24 | Add RMD160 checksums. | wiz | 1 | -1/+2 | |
2003-09-24 | Use ln -s to install a symlink, instead of install -s. Fixes problems on | jmmv | 1 | -2/+2 | |
SunOS. From Jonathan Perkin in PR pkg/22928. | |||||
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 | 2 | -5/+5 | |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -2/+2 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -2/+2 | |
2001-05-03 | It would appear that changes are made to the distfile on the MASTER_SITE | agc | 2 | -4/+5 | |
without updating the version number. Point MASTER_SITE at MASTER_SITE_BACKUP, as the backup sites contain the distfile that was originally checksummed, and update distinfo to have an SHA1 digest and distfile size. | |||||
2001-05-02 | Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all | jlam | 1 | -2/+1 | |
the per-package code that attempt to remove this directory if it's empty. | |||||
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -8/+6 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-27 | conditionally remove libexec/cgi-bin | wiz | 1 | -1/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-12 | Update md5 checksum. Address to PR pkg/12182. | taca | 1 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -17/+20 | |
2000-08-11 | cleanup, be more verbose | wiz | 1 | -4/+7 | |
2000-06-25 | Homepage updated. Distfile changed with the home page, but the changes are | wiz | 2 | -5/+5 | |
only minor documentation updates. | |||||
2000-01-28 | add note about removing log file | wiz | 1 | -0/+10 | |
2000-01-28 | Add missing file "libdata/wwwcount/sample.dat". | tron | 1 | -2/+3 | |
2000-01-27 | complete updating to current distfile | wiz | 1 | -2/+5 | |
2000-01-26 | fix PLIST to work with current version of distfile. | wiz | 1 | -49/+47 | |
1999-12-12 | Fix outdated patch to work with current version of distfile. | rh | 2 | -28/+28 | |
1999-11-23 | updated md5 hash | windsor | 1 | -2/+2 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+5 | |
1999-05-14 | Databases and logfiles should go to "/var" not to "${LOCALBASE}/var". | tron | 4 | -420/+294 | |
1999-05-14 | "mkstrip.1" is in "${PREFIX}/man/man1", not in "${PREFIX}/share/man/man1". | tron | 1 | -2/+2 | |
1999-05-14 | Adapt this package to NetBSD. Patches supplied by Greg A. Woods in | tron | 10 | -135/+413 | |
PR pkg/7561. | |||||
1999-05-14 | Initial import of FreeBSD's "wwwcount" package: | tron | 8 | -0/+394 | |
Access counter, clock and date for WWW pages |