summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_create
AgeCommit message (Expand)Author
2005-01-22explicitly shows fragment names that were not found.Marc Espie
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-10sync usage();Jason McIntyre
2004-12-07do like the manpage says, don't add a @name if we already got one.Marc Espie
2004-12-06UsageMarc Espie
2004-12-02Add quotes to unconfuse pkg_create error message.Marc Espie
2004-12-01allow stuff to recreate a package from an installed CONTENTS: sinceMarc Espie
2004-11-18document @wantlib, @depend. Provide -P and -W flags to be able to specifyMarc Espie
2004-11-15generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, PERMIT_PAC...Marc Espie
2004-10-12Oops. Copy option contents BEFORE looking for them.Marc Espie
2004-10-11remove special `visiting order' when writing packing-lists.Marc Espie
2004-10-11add support for undisplay file, to be able to show information at pkgMarc Espie
2004-10-11kill old MTREE option that was never implemented in the new tools anyways.Marc Espie
2004-09-20error out for pkgcfl in pkg_create, but don't warn if it's found inMarc Espie
2004-09-17warn for dirrm.Marc Espie
2004-09-15Support for -Dvar=value in pkg_create:Marc Espie
2004-08-27make sure pkg_create keeps track of cwd.Marc Espie
2004-08-06unified headers, switch to smaller copyright notice.Marc Espie
2004-08-05refactor classes in PackingElement to share more code.Marc Espie
2004-07-20support for gnu-info, with @info keyword.Marc Espie
2004-07-13at pkg_create time, mark hard links with @link, and symlinks with @symlink,Marc Espie
2004-07-06commit from the wrong tree. noticed by krw@Marc Espie
2004-07-05too clever, perl regexps are greedy, ensure we get the correct name.Marc Espie
2004-07-05Still deduce a pkg-name even if there is no .tgz in the pkg-name specifiedMarc Espie
2004-01-31pkg_create -L support, which I forgot to commit.Marc Espie
2004-01-27show $! in system related errors.Marc Espie
2003-12-26Allow storing of `arch' annotations inside packages.Marc Espie
2003-11-22more packing-lists sanity checks:Marc Espie
2003-11-04make pkg_create aware of duplicate files in plist, which are a bad thing.Marc Espie
2003-10-31upward compatible change: let md5 register as @md5 (still grok @comment MD5Marc Espie
2003-10-19Let @cwd followed by no files work (for @extra), like the old tools.Marc Espie
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie