summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/Makefile
AgeCommit message (Expand)Author
2004-11-21pull the code that handles shared libraries (ldconfig for now) aside.Marc Espie
2004-11-11move collision reporter to a separate file, so that it doesn't get loadedMarc Espie
2004-11-09kill old Logger interface, use $state->print() to report problems atMarc Espie
2004-11-01reorg pkg_add slightly, put all options into state so that we don't needMarc Espie
2004-10-31Move most of the code of pkg_delete into a separate module so that it willMarc Espie
2004-10-26move the code that handles shared items into a separate Module.Marc Espie
2004-10-18experimental progress meter.Marc Espie
2004-10-11split PackageName handling into PackageName stuff/PkgSpec matching.Marc Espie
2004-09-15new getopt module, that allows for option-specific processing, so thatMarc Espie
2004-09-14basic error wrapper for system and such.Marc Espie
2004-09-14IdCache module, that deals with uid/gid caches.Marc Espie
2004-09-14install mtree.Marc Espie
2004-06-21support for old stuff in pkg_info/pkg_delete, e.g., @srcMarc Espie
2003-12-21Add virtual file system, so that pkg_add and pkg_delete can check forMarc Espie
2003-12-11NOMAN building works, fix NOMAN installation.Marc Espie
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-10-28oopsMarc Espie
2003-10-28OpenBSD-specific Makefile. We keep Makefile.PL around for portability toMarc Espie