summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/OpenBSD/PackageLocator.pm
AgeCommit message (Expand)Author
2008-10-20Say goodbye to local $_Marc Espie
2008-06-18better standards for inst: paths.Marc Espie
2008-06-18special-case parser so that /var/db/pkg becomes inst: during path_parse.Marc 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-05-19add match_locations/filter_locations methods to search stuff that returnsMarc Espie
2007-05-19don't pass srcpath around, since we don't use it.Marc Espie
2007-05-14kill "available" routine, which is no longer used.Marc Espie
2007-05-13remove some specialness of the Filtering stuff.Marc Espie
2007-05-13kill unused stuffMarc Espie
2007-05-13also create PartialStem objects, and create a genericMarc Espie
2007-05-13have PackageLocator defer to PackageRepositoryList, so that packageMarc Espie
2007-05-13allow filtering while calling the Locator.Marc Espie
2007-05-12kill old PkgSpec interfaceMarc Espie
2007-05-12use match_ref consistentlyMarc Espie
2007-05-12also allow Spec objects in Repository matches.Marc Espie
2007-05-08spec match works better with a listMarc Espie
2007-05-07remove dependency on available_stems(), make it go thru PackageLocatorMarc Espie
2007-05-07we want to no longer expose PackageLocator::available(), lift interfacesMarc Espie
2007-05-02$o->method() becomes $o->methodMarc Espie
2007-04-29replace $p->visit('method') calls with $p->methodMarc Espie
2007-04-15update copyright years, standardize licence.Marc Espie
2007-03-06get vfs size snapshotted and restored so that pkg_add -u has a harderMarc Espie
2006-03-08propagate stuff to be able to explicitly clean-up repositories.Marc Espie
2006-03-04cut down the Locator code into maintainable chunks.Marc Espie
2006-03-04zap more success messages. Keep pid of distant location pipe, just in case.Marc Espie
2006-02-21detect temporary connection errors, and retry with exponential timeout.Marc Espie
2006-02-09Add some nice interfaces instead of the hint() argument to close().Marc Espie
2005-11-03kludge: avoid creating non-empty files.Marc Espie
2005-11-02In case we are pretending, make sure we skip to the next archive member.Marc Espie
2005-10-25zap 229 (frantisek holop)Marc Espie
2005-10-22add a hint to close that says how the fd got closed (real error, premature,Marc Espie
2005-10-22more non-errors from ftp.Marc Espie
2005-10-22I haven't received any feedback at all about this patch, so everyoneMarc Espie
2005-10-10Display an error message if no packages are available in the PKG_PATH.Marc Espie
2005-09-24Allows FETCH_CMD to replace ftp.Marc Espie
2005-09-19fix PackageRepository::Installed().Marc Espie
2005-09-19make package opening more efficient (and maybe more intuitive) byMarc Espie
2005-09-17allows grabbing the packing-list directly from a PackageLocation,Marc Espie
2005-09-17beginning to a source path repository infrastructure, very likely to changeMarc Espie
2005-09-17minor nitMarc Espie
2005-09-16more clean-up:Marc Espie
2005-09-16oopsMarc Espie
2005-09-16move .tgz addition down to PackageRepositoryList.Marc Espie
2005-09-14filter names out first, as it's slightly fasterMarc Espie
2005-09-13more Package/FatPackage common code: separate the proxy 'next' into twoMarc Espie
2005-09-13typo, fix fat packages reading.Marc Espie
2005-09-13grabPlist shall behave like find.Marc Espie
2005-09-13Repository::Installed class, to provide uniform access to installedMarc Espie
2005-09-13yet more uniform names.Marc Espie