summaryrefslogtreecommitdiff
path: root/sysutils/mktemp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-10-09Update to 1.6 and take maintainership. Changes:sketch1-4/+3
* Temporary file names no longer use the process ID as part of the name * Use arc4random_uniform() instead of random() or lrand48() * The prngd or egd daemon can now be used on systems without /dev/urandom * Added long option support for compatibility with GNU coreutils version * Fixed an installation issue on Cygwin
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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-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-04-25Updated to version 1.5.salo1-4/+2
Changes: - removed platform restriction. 1.5: ==== - Removed dead code from priv_mktemp.c - Added EBCDIC support to priv_mktemp.c
2002-12-13Initial import of mktemp, version 1.4.salo1-0/+19
Mktemp is a simple utility designed to make temporary file handling in shell scripts be safe and simple. This package is in base system of *BSD so it's marked as: NOT_FOR_PLATFORM= NetBSD-1.[5-9]*-* FreeBSD-*-* OpenBSD-*-*