summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_mklocatedb
AgeCommit message (Expand)Author
2023-05-29use v5.36, this one is somewhat trivialMarc Espie
2021-05-04and do the same thing to pkg_mklocatedbMarc Espie
2018-09-11add the conflict info to what's stored in pkglocatedb, as it's meta-infoMarc Espie
2018-07-11allow default from stateMarc Espie
2018-06-25so tags need some love to print out correctlyMarc Espie
2014-07-13stuff no longer needed, now that base/x release install its own locate dbsMarc Espie
2014-04-14switch to using common SetList code (this fixes the xfont sets btw)Marc Espie
2014-03-18remove $_ usage that warns under perl 5.18Marc Espie
2014-03-09record errors, and only crash at the end. much less painful to synchMarc Espie
2013-01-27add a -u option to make it possible to build on an existing databaseMarc Espie
2012-05-28I'm an idiot, make sure we call the right routines every timeMarc Espie
2012-05-26fix class hierarchy errors: print all Action (includes @newuser, @newgroup,Marc Espie
2012-05-23also record expanded @exec-like actions and @newauth...Marc Espie
2012-05-18just warn if files from the *etc sets are missing. This will remindMarc Espie
2012-05-08add an extra check to avoid out-of-synchMarc Espie
2012-04-29repair src/xsrc handlingMarc Espie
2012-04-22typoMarc Espie
2012-04-22write a specialized version that appends a / to directories, to make itMarc Espie
2011-09-10let pkg_mklocatedb work consistently with SUBDIRLIST (print only theMarc Espie
2010-07-28pass state to Ustar objects, use it to display those pesky error andMarc Espie
2010-06-30use newer codeMarc Espie
2010-06-24Include files annotated @bin in the database produced by pkg_mklocatedb;Stuart Henderson
2010-06-09common pattern reuseMarc Espie
2010-06-09use State usage, so that I can get rid of duplicate code...Marc Espie
2010-05-10whitespace fixesMarc Espie
2010-01-11protect gzip against weird file namesMarc Espie
2010-01-01new method fullpkgpath that accesses the default fullpkgpath.Marc Espie
2009-11-10bad espie: use strict/warnings consistently, and fix two nits and twoMarc Espie
2008-10-20Say goodbye to local $_Marc Espie
2008-10-10add rcs tagsSteven Mestdagh
2008-05-16- sort usage()Jason McIntyre
2008-05-16add a -d repository option in order not to have to specify all pkgnames.Marc Espie
2007-06-20sprinkle code to deal gracefully with absent packing-lists.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-04I am on drugs, I don't know where I found split can take strings asMarc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-04-29replace $p->visit('method') calls with $p->methodMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-01-01sync usage();Jason McIntyre
2007-01-01commit really old stuff that lets pkg_mklocatedb recordMarc Espie
2006-11-12completely uniform setupMarc Espie
2006-11-12print stuff to the correct file handleMarc Espie
2006-11-11simpler/better progress printMarc Espie
2006-11-11-P option: prepend pkgpath instead of pkgname.Marc Espie
2005-09-13use grabPlist, avoid getting anything else.Marc Espie
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
2005-03-03allow pkg_mklocatedb to look into src and X11 sets as well.Marc Espie
2005-02-15New command: pkg_mklocatedb, that can be used to create locate(1)-styleMarc Espie