index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_add
/
OpenBSD
/
PackageRepository
/
Installed.pm
Age
Commit message (
Expand
)
Author
2010-03-06
fix very stupid typo
Marc Espie
2010-01-10
bump copyright
Marc Espie
2010-01-09
fixed version, somehow I forgot that I use parse to do weird things with
Marc Espie
2010-01-09
temporary revert until I figure this out
Marc Espie
2010-01-09
move some url parsing into Installed, provide for pipe:
Marc Espie
2010-01-05
use Auto::cache
Marc Espie
2009-11-10
kill more unused code
Marc Espie
2009-04-19
remove class FatPackageLocation. Instead make PackageLocation a hierarchy
Marc Espie
2009-04-19
synch with my new style search/location changes
Marc Espie
2007-06-10
give repository/locations slightly more control over package names.
Marc Espie
2007-05-30
move close methods so that error paths can proceed on Repository::Installed.
Marc Espie
2007-05-19
add match_locations/filter_locations methods to search stuff that returns
Marc Espie
2007-05-19
don't pass srcpath around, since we don't use it.
Marc Espie
2007-05-18
normalize installed names
Marc Espie
2007-05-17
new methods: repositories can create url. Rename PackageLocation->stringize
Marc Espie
2007-05-17
name each urlscheme
Marc Espie
2007-05-14
redo search filters as real objects. Accordingly, rename match_list to
Marc Espie
2007-05-14
name tweaks: match -> match_list, match_repo -> match
Marc Espie
2007-05-14
two repos: new(1) gives all packages. new() zaps .libs and friends.
Marc Espie
2007-05-14
load PackageLocation just in time. Control what we import from
Marc Espie
2007-05-14
move code around to allow OO access to installed packages always.
Marc Espie