aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-316-1898/+0
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-291-1/+2
* Provide an option to users to shoot themselves in the foot.Eitan Adler2012-11-261-1/+5
* Warn users when using pkg tools if it looks like theyEitan Adler2012-10-221-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]Baptiste Daroussin2012-09-181-4/+8
* Fix r231300: Use correct test so we only bail out on error instead of on non-...Eitan Adler2012-02-101-1/+1
* Permit the use of relative paths for the prefix argument.Eitan Adler2012-02-091-3/+9
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-305-5/+5
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-174-7/+7
* - Add support for xz compression to pkg_create, bzip2 remains the defaultFlorent Thoumie2010-10-124-4/+32
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-234-7/+7
* Add missing `void' keywords.Ed Schouten2009-12-291-1/+1
* When running pkg_add -r, check & install our dependencies for eachBrian Somers2009-06-191-2/+1
* Enable the -n option of pkg_create(1).Giorgos Keramidas2008-07-081-0/+4
* Remove support for RELENG_4 (__FreeBSD_version < 500039).Florent Thoumie2008-06-161-4/+0
* - Add long options to pkg_install.Florent Thoumie2008-05-302-20/+39
* Update usage strings to add a missing -n option.Giorgos Keramidas2008-05-271-1/+1
* Add a -n option to pkg_create(1), to inhibit duplicate work.Giorgos Keramidas2008-05-274-5/+42
* Backout previous commit, since it's done without maintainersKirill Ponomarev2007-12-091-1/+0
* Add the 'pkg_search' script.David E. O'Brien2007-12-091-0/+1
* Cleanup of userland __P useKevin Lo2007-11-071-1/+1
* Fix usage().Ruslan Ermilov2006-09-291-6/+6
* Allow variable amounts of verbosity.David E. O'Brien2006-06-121-1/+1
* Use bzip2(1) by default to compress package tarball onKirill Ponomarev2006-04-171-1/+6
* When using @cwd %%FOO%%, we must ensure to return in the originalKirill Ponomarev2006-01-073-4/+22
* Introduce 3 new options for pkg_create(1), -x for using basicKirill Ponomarev2005-11-084-7/+61
* remove a few uses of the word `really'John-Mark Gurney2005-06-271-2/+1
* Fix last commit.Ruslan Ermilov2005-06-221-2/+3
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-141-0/+10
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* Add -R modifier for the mode when pkg_create(8) creates package fileMaxim Sobolev2005-06-064-9/+70
* Expand contractions.Ruslan Ermilov2005-02-131-3/+3
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.Ruslan Ermilov2004-08-121-1/+1
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-282-8/+10
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-40/+80
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-293-5/+5
* - pkg_create: new flag -S (clean room installation)Oliver Eikemeier2004-06-295-33/+74
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-171-5/+0
* Correct truncation detection after use of snprintf: The case whereJacques Vidrine2003-12-171-2/+2
* Clarify the order of arguments passed to the pre-/post-install scriptPeter Pentchev2003-08-261-1/+1
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-174-6/+41
* english(4) police.Jens Schweikhardt2002-12-271-3/+3
* Break fileGetURL() out into its own file so that pkg_install/lib consumersDavid E. O'Brien2002-11-061-2/+2
* Reorg just a tad to better express our bzip intentions.David E. O'Brien2002-08-251-6/+6
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)Akinori MUSHA2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.David E. O'Brien2002-08-041-1/+1
* Reorder libraries to fix static linking (libssl depends on libcrypto, soDag-Erling Smørgrav2002-06-121-2/+2
* libfetch now depends on libcrypto and libssl.Ruslan Ermilov2002-06-061-0/+5