summaryrefslogtreecommitdiff
path: root/misc/mmv
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-3/+6
their files via a custom do-install target.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-6/+6
Patch provided by Sergey Svishchev in private mail.
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-07-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-5/+9
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-11-10Use POSIX NAME_MAX if available, fall back to MAXNAMLEN otherwise.joerg2-9/+38
Don't use stdout for initialisation of a global variable, do it in main.
2005-11-08Use utime() instead of utimes() on Interix.tv2-5/+42
2005-06-17Create directories before installing files into them.jlam1-1/+3
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-09-01Fix COMMENT by not mention name of software in COMMENT and removingreed1-2/+2
that it "is a program". Also note that it can be used to "copy, append or link" also.
2004-09-01Fix punctuation for improved reading.reed1-4/+5
2004-09-01Changed MASTER_SITES to different Debian mirrors directory.reed1-2/+2
This is was provided in PR pkg/26828. Thank you Alexander Becher.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-22Fix build on Solaris. From Jonathan Perkin in PR 22884.wiz3-23/+18
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-05Use MASTER_SITE_DEBIAN.jmmv1-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-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-16Use install rather than copy to avoid umask issuesabs3-9/+17
2001-08-15Initial import of mmv-1.0b, a package to rename files based on wildcardagc6-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.