Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-10 | Xref package(5) | Marc Espie | |
2005-09-14 | document @pkgpath | Marc Espie | |
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc Espie | |
we have all the md5 and stuff, we just need to make sure the package is correct (hence verify_checksum). Add a -n option to pkg_create: this is consistent with pkg_add/pkg_delete, and with this new verify_checksum, pkg_create can be used to check that a package still matches its contents. | |||
2004-11-21 | remove .Xr's that do not belong here anymore with the new pkg_* tools; | Xavier Santolaria | |
espie@ ok. | |||
2004-11-19 | tweaks; | Jason McIntyre | |
2004-11-18 | document @wantlib, @depend. Provide -P and -W flags to be able to specify | Marc Espie | |
those on the command line instead of having to generate a separate plist. | |||
2004-11-15 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options; whitespace; | Jason McIntyre | |
ok espie@ | |||
2004-10-18 | Documents @endfake and -Q semantics. | Marc Espie | |
2004-10-13 | document @sysctl | Marc Espie | |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie | |
removal without having to run a DEINSTALL script... | |||
2004-10-11 | kill old MTREE option that was never implemented in the new tools anyways. | Marc Espie | |
kill -C and -P options which are definitely no longer used as well. Reorder special files so that REQUIRE is at front (and it's executed first anyways). | |||
2004-09-22 | document the semantics of @newuser/@newgroup | Marc Espie | |
2004-09-18 | document new @shell and @conflict. | Marc Espie | |
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie | |
- do the substitution for ${var} - handle fragments %%var%% depending on value being 0 or 1. | |||
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie | |
2004-08-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller | |
the side effect of fixing some ugly indentation (or the lack thereof). | |||
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller | |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie | |
Clean up. | |||
2004-07-14 | Rework @dirrm: keep them all, and remove them at the end of pkg_delete. | Marc Espie | |
Add @dir, more powerful than @dirrm, so that we can get rid of those pesky @exec mkdir -p. okay naddy@ | |||
2004-07-05 | description looking slightly more like a regular manpage and not a pipe-dream. | Marc Espie | |
okay naddy@, with nits from jmc@. | |||
2004-01-31 | pkg_create -L support, which I forgot to commit. | Marc Espie | |
-B pkg-destdir, synonymous to -S, and PKG_DESTDIR support. | |||
2004-01-28 | Add -L to record/enforce localbase. | Marc Espie | |
Okay sturm@ | |||
2004-01-22 | document/activate @arch. Fix list handling. | Marc Espie | |
2003-11-14 | synch doc with reality | Marc Espie | |
2003-10-19 | Add manpages, with a few minor changes from old ones. | Marc Espie | |
ok pval |