# $NetBSD: Makefile,v 1.2 2004/06/30 03:37:42 jmc Exp $ PKGBASE=base-util_locale-de TINY_VERSION=0 .include "../../../mk/bsd.syspkg.mk" fra.scholz.ruhr/netbsd/atom/usr.sbin/pkg_install/create?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
AgeCommit message (Expand)Author
2008-10-07Finish moving pkg_install to src/external/bsd/pkg_install.joerg
2007-08-03It is probably better to use build.c in SRCS instead of build.o.wiz
2007-08-03Update reach-over code for pkg_install-20070802.joerg
2007-07-16Switch to src/dist as primary src location of pkg_install.joerg
2007-05-19Improve wording for -T.wiz
2007-03-08Add a new option to pkg_create to allow easy registration of alljoerg
2007-03-08First step to killing the require script heritage: remove supportjoerg
2007-03-08Remove documentation for -h as well.joerg
2007-03-08Nuke -h option for pkg_create. Following all symlinks is not usefuljoerg
2007-03-08Nuke -X option for pkg_create. Filtering the PLIST thrown at tar is notjoerg
2007-03-02Links to pkgsrc(7) instead of packages(7). Bump date.wiz
2006-06-27Update usage() to match the manpage - most important, add missing optionshubertf
2006-05-11sprinkle a little (char *) to quell GCC4.mrg
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2005-11-23Reduce the use of the system() function in pkg_install to avoid quotingben
2005-11-07Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@wiz
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-05-10Ensure readlink(2) result termination within buffer bounds.kleink
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-04-09Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap basedtv
2004-01-15At package creation time, record the targets of symbolic links whichagc
2003-10-04Replace strnncpy calls with strlcpy calls. Remove strnncpy.wiz
2003-09-08Sort options; use Fl x instead of Ar -x; use Pq/Sq.wiz
2003-09-08Bump date for previous.wiz
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-10we already print "creating package ..." in pkg_perform(), no need togrant
2003-07-14use bounded string op as much as possibleitojun
2003-06-26Quote % characters in macro lines.wiz
2003-06-12Avoid one more annoying duplicated slash when prefix is "/" in pkg_create(1),agc
2003-06-05Set the program name via setprogname(3).agc
2003-04-11improve a messagegrant
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10order the getopt options alphabetically.agc
2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-10-19use readlink with bufsize - 1; approved thorpej.provos
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09constify.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-03-05Output @blddep directives before @pkgdep directives.agc
2002-03-05Add a new packing list directive, @blddep, which notes the exactagc