summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pod
AgeCommit message (Collapse)Author
2010-01-12more auto-cache goodnessMarc Espie
2010-01-08reflect recent changesMarc Espie
2010-01-02replace vstat with modern code, almost ready for stacking vfs...Marc Espie
2009-12-17remove extra spaces, fix doc for Ustar (create, not extract), and documentMarc Espie
callback.
2009-12-05a bit more documentation, including revisit of OpenBSD::Intro to reflectMarc Espie
the current state of things.
2009-11-10zap old APIMarc Espie
2009-11-10tweak doc to only reference location objectsMarc Espie
2009-04-11fix two typos; "fine" jmc@Ingo Schwarze
2008-11-03Fix some errors, okay espie@Landry Breuil
2008-10-28NewUser and NewGroup are subclasses of NewAuthMarc Espie
2008-06-02fix references to OpenBSD:Ustar; from Alan BuenoJason McIntyre
2008-04-07document OpenBSD::SubstMarc Espie
2008-03-08let GetOpt count how many times it sees an option, removes special caseMarc Espie
for -v, and allow other fun possibilities.
2008-03-02fix bugs formattingMarc Espie
2008-02-25document the basic algorithms used by pkg*.Marc Espie
Actually a must-read for any porter who plays with non-trivial updates.
2008-02-04specify that MakeWhatis and pkg-config fall outside the scope of this documentMarc Espie
2008-02-04Replace bogus lowercase n in 'DESCRIPTIOn'Landry Breuil
'go for it' espie@
2008-02-04typos and whitespaceMarc Espie
2008-02-04a 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-01very small clean-up of dependencies list handling.Marc Espie
2007-05-31kill 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-14document search objects. Adjust PkgSpec documentationMarc Espie
2007-05-12document the object interface to PkgSpec.Marc Espie
2007-05-02replace pkgbase with less confusing name localbaseMarc Espie
2007-04-29use an AUTOLOAD to auto-create PackingList visitors when needed.Marc Espie
Document visitors, at least partially.
2007-04-17document the subtle tweak to Vstat that allows updates to account forMarc Espie
size issues accurately.
2007-03-26even better wording.Marc Espie
2007-03-26adjust documentation to simplify the common case.Marc Espie
2006-02-22Fix typo.Bernd Ahlers
2006-02-07synchMarc Espie
2005-10-07wonky capitalisation;Jason McIntyre
from bsd rutgers edu
2005-09-19reading a packing-list from a scalar in memory does work.Marc Espie
2005-09-17document quickie $o->contents() methodMarc Espie
2005-09-08typo, from Bernd AhlersMarc 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-17fix a few typos.Marc Espie
link to RequiredBy(3p) now that it exists.
2005-08-17document new methodMarc Espie
2005-08-17works better with the actual file.Marc Espie
2005-08-17fill out description for most classesMarc Espie
2005-08-17finish fleshing out the class hierarchyMarc Espie
2005-08-17fix class hierarchy indentationsMarc Espie
2005-08-17document Getopt.Marc Espie
2005-08-17document OpenBSD::PackageNameMarc Espie
2005-06-26explain how the aliasing operation works.Marc Espie
2005-06-20flesh out the destdir() working. Provide a convenience close() method.Marc Espie
2005-06-13add copy method, and document it.Marc Espie
Note that it doesn't do any magic with hard links so far.
2005-06-13fix archive header writing.Marc Espie
add pad() method to finish archives. With this, writing Ustar archives work.
2005-06-13document how hardlink writes occur, plus cosmetic clean-ups.Marc Espie
2005-06-13document the write API as well.Marc Espie
2005-06-13provide reverse lookup services, as a simple extension (to be usedMarc Espie
to write UStar archives momentarily).