Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+2 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-03-10 | Remove info files entries from PLIST. | seb | 1 | -2/+1 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 | |
2003-08-05 | Convert to USE_NEW_TEXINFO. | seb | 2 | -5/+3 | |
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-03-29 | Place WRKSRC where it belongs, to make pkglint happy; 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 | -2/+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-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -4/+4 | |
2002-11-17 | Convert packages to PKG_REGISTER_SHELLS framework. | salo | 1 | -1/+4 | |
2002-02-18 | Introduce new framework for handling info files generation and installation. | seb | 2 | -4/+5 | |
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. | |||||
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -4/+4 | |
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 | 2 | -1/+1 | |
2001-05-03 | Use ${MASTER_SITE_BACKUP}. The original master site (and homepage) | jtb | 1 | -8/+3 | |
still ask for authorization. | |||||
2001-04-29 | Fix typo. | jtb | 1 | -2/+2 | |
2001-04-28 | Remove redundant echoing, quoting, and input redirection to sed. | jtb | 1 | -6/+5 | |
2001-04-18 | move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-03-08 | Commented out MASTER_SITES and HOMEPAGE as they now require authorization | jtb | 3 | -13/+25 | |
for access. Also, made Makefile respect CFLAGS. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-08 | Make sure ${PREFIX}/share/emacs/site-lisp directory exists or gets created. | jtb | 5 | -18/+26 | |
Fixes problem in latest pkgsrc/i386 bulk build. | |||||
2000-11-02 | Initial import of "esh" packge: | tron | 7 | -0/+84 | |
Unix shell with Lisp-like syntax This package was contributed by Jason Beegan in PR pkg/11376. |