summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/pkg_mklocatedb (follow)
Commit message (Expand)AuthorAgeFilesLines
* add the conflict info to what's stored in pkglocatedb, as it's meta-infoespie2018-09-111-1/+13
* allow default from stateespie2018-07-111-2/+2
* so tags need some love to print out correctlyespie2018-06-251-1/+17
* stuff no longer needed, now that base/x release install its own locate dbsespie2014-07-131-88/+3
* switch to using common SetList code (this fixes the xfont sets btw)espie2014-04-141-71/+48
* remove $_ usage that warns under perl 5.18espie2014-03-181-2/+1
* record errors, and only crash at the end. much less painful to synchespie2014-03-091-2/+6
* add a -u option to make it possible to build on an existing databaseespie2013-01-271-12/+47
* I'm an idiot, make sure we call the right routines every timeespie2012-05-281-6/+13
* fix class hierarchy errors: print all Action (includes @newuser, @newgroup,espie2012-05-261-7/+9
* also record expanded @exec-like actions and @newauth...espie2012-05-231-2/+16
* just warn if files from the *etc sets are missing. This will remindespie2012-05-181-2/+12
* add an extra check to avoid out-of-synchespie2012-05-081-3/+12
* repair src/xsrc handlingespie2012-04-291-4/+5
* typoespie2012-04-221-2/+2
* write a specialized version that appends a / to directories, to make itespie2012-04-221-1/+7
* let pkg_mklocatedb work consistently with SUBDIRLIST (print only theespie2011-09-101-2/+4
* pass state to Ustar objects, use it to display those pesky error andespie2010-07-281-82/+138
* use newer codeespie2010-06-301-17/+22
* Include files annotated @bin in the database produced by pkg_mklocatedb;sthen2010-06-241-2/+2
* common pattern reuseespie2010-06-091-6/+2
* use State usage, so that I can get rid of duplicate code...espie2010-06-091-3/+5
* whitespace fixesespie2010-05-101-3/+3
* protect gzip against weird file namesespie2010-01-111-2/+2
* new method fullpkgpath that accesses the default fullpkgpath.espie2010-01-011-4/+5
* bad espie: use strict/warnings consistently, and fix two nits and twoespie2009-11-101-1/+3
* Say goodbye to local $_espie2008-10-201-2/+2
* add rcs tagssteven2008-10-101-0/+1
* - sort usage()jmc2008-05-161-1/+1
* add a -d repository option in order not to have to specify all pkgnames.espie2008-05-161-4/+14
* sprinkle code to deal gracefully with absent packing-lists.espie2007-06-201-0/+1
* use OpenBSD::Paths contentsespie2007-06-161-3/+5
* I am on drugs, I don't know where I found split can take strings asespie2007-06-041-1/+1
* some minor systematic changes.espie2007-06-041-8/+8
* replace $p->visit('method') calls with $p->methodespie2007-04-291-3/+3
* update copyright years, standardize licence.espie2007-04-151-1/+1
* sync usage();jmc2007-01-011-1/+1
* commit really old stuff that lets pkg_mklocatedb recordespie2007-01-011-5/+9
* completely uniform setupespie2006-11-121-2/+17
* print stuff to the correct file handleespie2006-11-121-3/+3
* simpler/better progress printespie2006-11-111-4/+5
* -P option: prepend pkgpath instead of pkgname.espie2006-11-111-8/+39
* use grabPlist, avoid getting anything else.espie2005-09-131-6/+2
* use `pkg-name' rather than `pkgname' here, for consistency with otherjmc2005-09-071-1/+1
* allow pkg_mklocatedb to look into src and X11 sets as well.espie2005-03-031-3/+56
* New command: pkg_mklocatedb, that can be used to create locate(1)-styleespie2005-02-151-0/+72