Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | more auto-cache goodness | Marc Espie | |
2010-01-08 | reflect recent changes | Marc Espie | |
2010-01-02 | replace vstat with modern code, almost ready for stacking vfs... | Marc Espie | |
2009-12-17 | remove extra spaces, fix doc for Ustar (create, not extract), and document | Marc Espie | |
callback. | |||
2009-12-05 | a bit more documentation, including revisit of OpenBSD::Intro to reflect | Marc Espie | |
the current state of things. | |||
2009-11-10 | zap old API | Marc Espie | |
2009-11-10 | tweak doc to only reference location objects | Marc Espie | |
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze | |
2008-11-03 | Fix some errors, okay espie@ | Landry Breuil | |
2008-10-28 | NewUser and NewGroup are subclasses of NewAuth | Marc Espie | |
2008-06-02 | fix references to OpenBSD:Ustar; from Alan Bueno | Jason McIntyre | |
2008-04-07 | document OpenBSD::Subst | Marc Espie | |
2008-03-08 | let GetOpt count how many times it sees an option, removes special case | Marc Espie | |
for -v, and allow other fun possibilities. | |||
2008-03-02 | fix bugs formatting | Marc Espie | |
2008-02-25 | document the basic algorithms used by pkg*. | Marc Espie | |
Actually a must-read for any porter who plays with non-trivial updates. | |||
2008-02-04 | specify that MakeWhatis and pkg-config fall outside the scope of this document | Marc Espie | |
2008-02-04 | Replace bogus lowercase n in 'DESCRIPTIOn' | Landry Breuil | |
'go for it' espie@ | |||
2008-02-04 | typos and whitespace | Marc Espie | |
2008-02-04 | a somewhat long introduction to how the package tools really work, | Marc Espie | |
so that people finally get a jump-start at figuring out code that's still evolving,.. | |||
2007-06-01 | very small clean-up of dependencies list handling. | Marc Espie | |
2007-05-31 | kill REQ script directly. I'm pretty sure it doesn't quite work anyways. | Marc Espie | |
Deprecate INSTALL and DEINSTALL, write out warnings in pkg_create. Clean up some more old cruft | |||
2007-05-14 | document search objects. Adjust PkgSpec documentation | Marc Espie | |
2007-05-12 | document the object interface to PkgSpec. | Marc Espie | |
2007-05-02 | replace pkgbase with less confusing name localbase | Marc Espie | |
2007-04-29 | use an AUTOLOAD to auto-create PackingList visitors when needed. | Marc Espie | |
Document visitors, at least partially. | |||
2007-04-17 | document the subtle tweak to Vstat that allows updates to account for | Marc Espie | |
size issues accurately. | |||
2007-03-26 | even better wording. | Marc Espie | |
2007-03-26 | adjust documentation to simplify the common case. | Marc Espie | |
2006-02-22 | Fix typo. | Bernd Ahlers | |
2006-02-07 | synch | Marc Espie | |
2005-10-07 | wonky capitalisation; | Jason McIntyre | |
from bsd rutgers edu | |||
2005-09-19 | reading a packing-list from a scalar in memory does work. | Marc Espie | |
2005-09-17 | document quickie $o->contents() method | Marc Espie | |
2005-09-08 | typo, from Bernd Ahlers | Marc Espie | |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie | |
* move the signature code to a packing-list method, prepend the pkgname. * depend on distant listings, cache these systematically. * cut the PKG_PATH at :/ systematically, much simpler than parsing URLs. People should get used to trailing /s. * let pkg_add -u actually run the update. * check for signature in more places, for instance, let pkg_add installed_stuff be a void operation. * grab enough stuff during updates to check signatures, so that pkg_add -u can report updates that are not needed right away, instead of waiting for the more confusing `trying to update' * beginning of @module support. * @pkgpath support, including updates. * systematically expand stems when applicable. * use visitors systematically in pkg_info. * pkg_info -S reports signature. * remove hardcoding of categories in PackingList, so that future modules will be able to expand them. * add @updateset and @incompatibility keywords. | |||
2005-08-17 | fix a few typos. | Marc Espie | |
link to RequiredBy(3p) now that it exists. | |||
2005-08-17 | document new method | Marc Espie | |
2005-08-17 | works better with the actual file. | Marc Espie | |
2005-08-17 | fill out description for most classes | Marc Espie | |
2005-08-17 | finish fleshing out the class hierarchy | Marc Espie | |
2005-08-17 | fix class hierarchy indentations | Marc Espie | |
2005-08-17 | document Getopt. | Marc Espie | |
2005-08-17 | document OpenBSD::PackageName | Marc Espie | |
2005-06-26 | explain how the aliasing operation works. | Marc Espie | |
2005-06-20 | flesh out the destdir() working. Provide a convenience close() method. | Marc Espie | |
2005-06-13 | add copy method, and document it. | Marc Espie | |
Note that it doesn't do any magic with hard links so far. | |||
2005-06-13 | fix archive header writing. | Marc Espie | |
add pad() method to finish archives. With this, writing Ustar archives work. | |||
2005-06-13 | document how hardlink writes occur, plus cosmetic clean-ups. | Marc Espie | |
2005-06-13 | document the write API as well. | Marc Espie | |
2005-06-13 | provide reverse lookup services, as a simple extension (to be used | Marc Espie | |
to write UStar archives momentarily). |