summaryrefslogtreecommitdiff
path: root/sysutils/mktemp
AgeCommit message (Collapse)AuthorFilesLines
2017-09-03Follow some redirects.wiz1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz 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-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-28Reset maintainer, sketch resigned.wiz1-2/+2
2011-03-23Update to 1.7, based on PR 44014 from Aleksey Cheusov.wiz3-29/+8
Set LICENSE. Major changes in upstream Temporary file names now include digits in addition to letters. mktemp will now terminate after 2*N^62 attempts, where N is the number of Xs in the template. Previously it would try forever. Fixed UTF8 formatting of the grave accent character in the manual.
2009-12-12Support staged installation.asau3-2/+26
2009-05-01remove dead mirror.zafer1-3/+2
2008-10-09Update to 1.6 and take maintainership. Changes:sketch3-22/+7
* 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.
2005-10-07Don't declare errno, ANSI C does this already.joerg2-1/+15
2005-02-24Add RMD160 digests.agc1-1/+2
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.salo2-7/+5
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.salo4-0/+28
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-*-*