aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/info
Commit message (Collapse)AuthorAgeFilesLines
* When listing the installed packages, do it in alphabetical order.John Polstra1999-07-301-9/+24
| | | | Notes: svn path=/head/; revision=49300
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
| | | | | | | converted to '?'. Notes: svn path=/head/; revision=48170
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
| | | | | | | Submitted by: Ben Olson <bseth@chc-chimes.com> Notes: svn path=/head/; revision=48143
* If pkg_info is run with no args, default to "-aI".Jordan K. Hubbard1999-04-271-2/+7
| | | | Notes: svn path=/head/; revision=46105
* change wording slightly to match other pkg_*.1David E. O'Brien1998-12-311-2/+2
| | | | Notes: svn path=/head/; revision=42214
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+5
| | | | | | | | | an on-delete script. Submitted by: Rajesh Vaidheeswarran <rv@fore.com> Notes: svn path=/head/; revision=41866
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-2/+3
| | | | | | | | stuff was added and nobody seems to have noticed. :) Noticed by: Josh MacDonald <jmacd@paris.CS.Berkeley.EDU> Notes: svn path=/head/; revision=39068
* Add $Id$.Joseph Koshy1998-07-141-0/+1
| | | | | | | | PR: 7251 Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org> Notes: svn path=/head/; revision=37634
* Document `-I' and `-R' options to `pkg_info'.Joseph Koshy1998-07-061-0/+5
| | | | | | | PR: 7155 Notes: svn path=/head/; revision=37410
* Document environment variables used by pkg_{add,create,info}. TheseJoseph Koshy1998-06-261-0/+30
| | | | | | | | | | include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these manual pages. PR: docs/7064 Notes: svn path=/head/; revision=37166
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-7/+5
| | | | Notes: svn path=/head/; revision=34809
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-10/+4
| | | | | | | | libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Notes: svn path=/head/; revision=34149
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-3/+8
| | | | | | | the code and, in at least one case, made it more dangerous to no gain. Notes: svn path=/head/; revision=33427
* "This is the add^H^H^Hinfo module."Tim Vanderhoek1997-12-261-2/+2
| | | | | | | | | | Pedantic comment fix. PR: bin/5188 Submitted by: Alex [3]garbanzo@hooked.net Notes: svn path=/head/; revision=31997
* Deal with PLIST_UNEXEC properly.Jordan K. Hubbard1997-10-181-1/+5
| | | | | | | | PR: 4784 Submitted by: Stefan `Sec` Zehl <sec@quit.42.org> Notes: svn path=/head/; revision=30531
* Don't return from cleanup() - if it's removed the playpen then veryJordan K. Hubbard1997-10-131-1/+2
| | | | | | | | bad things will happen if we return to unsuspecting code. Noted to my great dismay by: Tim Vanderhoek <hoek@hwcn.org> Notes: svn path=/head/; revision=30387
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-084-47/+28
| | | | Notes: svn path=/head/; revision=30221
* Document pkg_add's dependency auto-install. While I'm here, fixTim Vanderhoek1997-09-271-2/+2
| | | | | | | | | | | | a couple typos, and consistent double-spacing after sentences. This is actually a spinoff from the "ports-current discontinued" blow-up some time ago. Ack'd by: jkh Notes: svn path=/head/; revision=29889
* Fix multiple documentation bogons.Jordan K. Hubbard1997-06-191-1/+1
| | | | | | | | PR: 3798 Submitted by: Jan Kuriyama <kuriyama@opt.phys.waseda.ac.jp> Notes: svn path=/head/; revision=26745
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24428
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-144-4/+4
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-2/+2
| | | | | | | | | | | | later at pkg_delete time to verify that you're deleting what you added. This, of course, does NOT cover the case where a file you still need hasn't changed! That's a tougher problem to solve, and this provides only the minimal amount of safety belt. MD5 checksums are stored in comment fields, so packages produced with these tools are backwards compatible with the older ones. Notes: svn path=/head/; revision=17338
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-3/+3
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-202-3/+5
| | | | | | | | copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile. Notes: svn path=/head/; revision=16549
* Make a small optimization which shaves about a second off the timeJordan K. Hubbard1996-06-161-28/+22
| | | | | | | it takes to build the `All' menu in configPackages. Notes: svn path=/head/; revision=16404
* Another round of man page cleanups.Mike Pritchard1996-02-121-5/+5
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-253-11/+13
| | | | Notes: svn path=/head/; revision=11780
* Remove useless -lftp arguments from Makefiles.Jordan K. Hubbard1995-08-041-3/+0
| | | | | | | Suggested by: ache Notes: svn path=/head/; revision=9894
* You can run pkg_info everywhere expect /var/db/pkg directory :-)Andrey A. Chernov1995-07-301-2/+2
| | | | | | | | | Running there you got any kind of strange errors from tar caused by treating directories as tar files! Fix it by adding new isfile(name) (check for reg. files) to simple fexists(name) calls. Notes: svn path=/head/; revision=9782
* If some files lost in /var/db/pkg/<port>/ after system crash f.e.,Andrey A. Chernov1995-07-301-7/+7
| | | | | | | | | | | | pkg_manage silently dumps core, pkg_info claims about them to stderr, which makes very difficult to find what directory cause it via tons of pkg_info -a output. I found solution which covers both variants, now pkg_info claims about missing files to stdout among valid output with ERROR: prefix. It heals pkg_manage to not dump core and makes easy to find errors in pkg_info -a output by simple /ERROR 'more' command. Notes: svn path=/head/; revision=9781
* Remove trailing whitespace.Rodney W. Grimes1995-05-303-11/+11
| | | | Notes: svn path=/head/; revision=8857
* Fix a long-standing bug that broke pkg_info utterly and probably madeJordan K. Hubbard1995-05-102-8/+13
| | | | | | | | pkg_add a little wiggy too. Document the fact that pkg_info can also take a URL. Notes: svn path=/head/; revision=8423
* Whoops! One of my automatics was initialized to garbage. Fix it.Jordan K. Hubbard1995-04-281-2/+2
| | | | Notes: svn path=/head/; revision=8142
* Make pkg_info URL aware (and also make it use the PKG_PATH properly, likeJordan K. Hubbard1995-04-262-22/+43
| | | | | | | | everyone else). Try this: pkg_info ftp://freebsd.org/pub/FreeBSD/packages/all/gmake-3.73.tgz Notes: svn path=/head/; revision=8086
* 1. Add proper dependencies to the library in my Makefiles. This was pointedJordan K. Hubbard1995-04-221-1/+7
| | | | | | | | | | out by Bruce. 2. Add a "feature" to pkg_create (OK, OK, it's a miserable hack!) to get it to dump its internal packing list out so that the `fake-pkg' rule in bsd.port.mk can generate a more meaningful packing list. Notes: svn path=/head/; revision=7986
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is theJordan K. Hubbard1995-04-191-4/+11
| | | | | | | | default, and probably not something you'd ever change, but now it's possible to do so for local/custom installations. Notes: svn path=/head/; revision=7937
* Whoops! How embarassing. Just now noticed that I forget to update the .OsJordan K. Hubbard1995-01-051-1/+1
| | | | | | | lines. Done. Notes: svn path=/head/; revision=5410
* Fix a bad formatting directive.Jordan K. Hubbard1995-01-051-1/+1
| | | | Notes: svn path=/head/; revision=5409
* Added new function show_index() which does a 'smart' display of the index file.Steven Wallace1995-01-053-5/+37
| | | | | | | | | | | | Index descriptions are limited to MAXINDEXSIZE (60) chars. Any description beyond that is truncated. Also, only the first line is displayed as well. This allows pkg_info -a -I to be formated in two columns with one line per package for easy reading. Reviewed by: jkh Notes: svn path=/head/; revision=5399
* More changes from John T. Kohl. Man pages, mostly.Jordan K. Hubbard1994-12-061-3/+3
| | | | | | | Submitted by: jtkohl Notes: svn path=/head/; revision=4997
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-065-86/+150
| | | | | | | Submitted by: jkohl Notes: svn path=/head/; revision=4996
* Sigh. NOW it's ok! :-)Jordan K. Hubbard1994-10-141-2/+2
| | | | Notes: svn path=/head/; revision=3579
* This should do it - I forgot about pkg_info.Jordan K. Hubbard1994-10-141-5/+8
| | | | Notes: svn path=/head/; revision=3577
* Add the ability to verify that a package won't extract in the spaceJordan K. Hubbard1994-10-041-2/+13
| | | | | | | available. Thanks to Michael Elbel for pushing me in the right direction. Notes: svn path=/head/; revision=3364
* Add explanation of -e in usage().Satoshi Asami1994-06-011-1/+2
| | | | Notes: svn path=/head/; revision=1667
* Change Header to Id.Jordan K. Hubbard1994-05-251-1/+1
| | | | Notes: svn path=/head/; revision=1548
* Now works with/without obj directoriesNate Williams1993-09-201-1/+2
| | | | Notes: svn path=/head/; revision=487
* Added two new options, one of which is fairly far reaching:Jordan K. Hubbard1993-09-085-15/+81
| | | | | | | | | | | | | -q turns on "quiet" mode, where informational headers and such are not dumped, just the information. -L Shows full pathnames of files comprising a package. With -q, this can be useful for doing fileset operations, such as "du -s `pkg_info -q -L foo_bin`" to see how much space package "foo_bin" is taking up. Notes: svn path=/head/; revision=411
* Nailed one last lurking ^L.Jordan K. Hubbard1993-09-071-1/+1
| | | | Notes: svn path=/head/; revision=405