Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2008-03-04 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -3/+6 | |
their files via a custom do-install target. | |||||
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -6/+6 | |
Patch provided by Sergey Svishchev in private mail. | |||||
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-07-21 | Remove conflicting declaration of malloc(); include stdlib.h instead. | minskim | 2 | -5/+9 | |
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-11-10 | Use POSIX NAME_MAX if available, fall back to MAXNAMLEN otherwise. | joerg | 2 | -9/+38 | |
Don't use stdout for initialisation of a global variable, do it in main. | |||||
2005-11-08 | Use utime() instead of utimes() on Interix. | tv | 2 | -5/+42 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
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-09-01 | Fix COMMENT by not mention name of software in COMMENT and removing | reed | 1 | -2/+2 | |
that it "is a program". Also note that it can be used to "copy, append or link" also. | |||||
2004-09-01 | Fix punctuation for improved reading. | reed | 1 | -4/+5 | |
2004-09-01 | Changed MASTER_SITES to different Debian mirrors directory. | reed | 1 | -2/+2 | |
This is was provided in PR pkg/26828. Thank you Alexander Becher. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-09-22 | Fix build on Solaris. From Jonathan Perkin in PR 22884. | wiz | 3 | -23/+18 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-05 | Use MASTER_SITE_DEBIAN. | jmmv | 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 | -3/+2 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-08-16 | Use install rather than copy to avoid umask issues | abs | 3 | -9/+17 | |
2001-08-15 | Initial import of mmv-1.0b, a package to rename files based on wildcard | agc | 6 | -0/+76 | |
patterns. mmv is a program to move/copy/append/link multiple files according to a set of wildcard patterns. This multiple action is performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names. |