Age | Commit message (Expand) | Author |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie |
2004-08-27 | make sure pkg_create keeps track of cwd. | Marc Espie |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-08-12 | add missing $ | Brad Smith |
2004-08-12 | ditch File::Copy so that buffering is consistent. | Marc Espie |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie |
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie |
2004-08-10 | typo | Marc Espie |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie |
2004-08-09 | record remaining DirRms. | Marc Espie |
2004-08-07 | use chroot DESTDIR ldconfig in DESTDIR case. | Marc Espie |
2004-08-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller |
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller |
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie |
2004-08-06 | use OpenBSD::Makewhatis, avoid forking extra makewhatis. | Marc Espie |
2004-08-06 | fix one of the most bizarre bugs in a while... | Marc Espie |
2004-08-06 | @lib shared library marker. | Marc Espie |
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie |
2004-08-06 | unneeded switch to main package. | Marc Espie |
2004-08-06 | avoid pulling in OpenBSD::md5 and File::Copy if we can. | Marc Espie |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-06 | Extradir name. | Marc Espie |
2004-08-06 | deinstall DirRm like DirBase. | Marc Espie |
2004-08-05 | kill 3 lines of unused code | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie |
2004-08-03 | forgot mandir. reorder slightly. | Marc Espie |
2004-08-03 | Support @sample, tested by fries@. | Marc Espie |
2004-08-02 | @man type file for manpages. | Marc Espie |
2004-08-02 | Reuse first component of @newdepends, @libdepends to contain | Marc Espie |
2004-07-22 | fast-scanner should now about dir/ too. | Marc Espie |
2004-07-22 | use | Marc Espie |
2004-07-20 | support for gnu-info, with @info keyword. | Marc Espie |
2004-07-18 | when deleting @link, don't bother checking for md5, since we don't have any. | Marc Espie |
2004-07-14 | Rework @dirrm: keep them all, and remove them at the end of pkg_delete. | Marc Espie |
2004-07-13 | at pkg_create time, mark hard links with @link, and symlinks with @symlink, | Marc Espie |
2004-07-11 | hunt for the originating packages in case of collision, and sort | Marc Espie |
2004-07-07 | guard against stat not working, which happened to me... | Marc Espie |
2004-07-06 | commit from the wrong tree. noticed by krw@ | Marc Espie |
2004-07-05 | description looking slightly more like a regular manpage and not a pipe-dream. | Marc Espie |
2004-07-05 | too clever, perl regexps are greedy, ensure we get the correct name. | Marc Espie |
2004-07-05 | Still deduce a pkg-name even if there is no .tgz in the pkg-name specified | Marc Espie |
2004-07-05 | less esoteric error message for missing @name, on a question from | Marc Espie |
2004-06-21 | support for old stuff in pkg_info/pkg_delete, e.g., @src | Marc Espie |
2004-06-21 | Implement pkg_add -I for real; ok espie@ | Miod Vallat |
2004-05-19 | Add word boundary markers, so that the fast scanners get exactly what they | Marc Espie |
2004-04-28 | Use the string version of system. Works with PAGER=less -s. | Marc Espie |
2004-04-28 | slightly more intricate selectors code. | Marc Espie |