summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageRepository
AgeCommit message (Expand)Author
2010-05-10whitespace fixesMarc Espie
2010-03-06fix very stupid typoMarc Espie
2010-01-10bump copyrightMarc Espie
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09move some url parsing into Installed, provide for pipe:Marc Espie
2010-01-09repositories no longer need matchMarc Espie
2010-01-05use Auto::cacheMarc Espie
2009-11-10kill more unused codeMarc Espie
2009-06-06my $_, except for the server code, which could still run on older perlMarc Espie
2009-06-03rewind DATA, so that the next scp: url will have code to connect to...Marc Espie
2009-04-19remove class FatPackageLocation. Instead make PackageLocation a hierarchyMarc Espie
2009-04-19synch with my new style search/location changesMarc Espie
2008-07-04clean up parser a bit, separating local/distant parts in a more reusable way,Marc Espie
2008-06-27synch with rest of workMarc Espie
2007-12-28allows src: urls to work better by using -F nolock during pkg builds.Marc Espie
2007-06-16use OpenBSD::Paths contentsMarc Espie
2007-06-10give repository/locations slightly more control over package names.Marc Espie
2007-06-04more efficient regexps: anchor stuff at both ends, be more specific inMarc Espie
2007-06-04some minor systematic changes.Marc Espie
2007-05-30move close methods so that error paths can proceed on Repository::Installed.Marc Espie
2007-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-19fix scp url parsing and printingMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-18Add pkgpath hints to pkgspec. Make PackageRepository/Source functional:Marc Espie
2007-05-18normalize installed namesMarc Espie
2007-05-17do not pass the urlscheme to the constructors, since they each haveMarc Espie
2007-05-17new methods: repositories can create url. Rename PackageLocation->stringizeMarc Espie
2007-05-17name each urlschemeMarc Espie
2007-05-14redo search filters as real objects. Accordingly, rename match_list toMarc Espie
2007-05-14name tweaks: match -> match_list, match_repo -> matchMarc Espie
2007-05-14two repos: new(1) gives all packages. new() zaps .libs and friends.Marc Espie
2007-05-14load PackageLocation just in time. Control what we import fromMarc Espie
2007-05-14move code around to allow OO access to installed packages always.Marc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2006-05-26make pkg_add exit gracefully if it cannot read from a file handle, whichSteven Mestdagh
2006-03-13clean-up some name handling:Marc Espie
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-08fix race condition in SCP for real.Marc Espie
2006-03-07properly zap temporary file.Marc Espie
2006-03-07rendez-vous with subchild through signal USR1.Marc Espie
2006-03-07only the grand child can have issuesMarc Espie
2006-03-07let scp repositories work. Avoid run-away processes by just having one singleMarc Espie
2006-03-06take some infrequently used code completely out of the way.Marc Espie