]> Zhao Yanbai Git Server - minix.git/commit
pkgsrc pkg_install tools, ported by Gautam Tirumala.
authorBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 00:15:25 +0000 (00:15 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 00:15:25 +0000 (00:15 +0000)
commit7e8ed05df473b33bbf6d690e66eb56374dde50dc
tree2a39d0c4c107c95e58162f3593784f9d6f5ee9b3
parent0f7365e6affeb621aa2e7559d93d12d5aebcb4bf
pkgsrc pkg_install tools, ported by Gautam Tirumala.
92 files changed:
commands/Makefile
commands/pkg_install/Makefile [new file with mode: 0644]
commands/pkg_install/Makefile.inc [new file with mode: 0644]
commands/pkg_install/README [new file with mode: 0644]
commands/pkg_install/add/Makefile [new file with mode: 0644]
commands/pkg_install/add/add.h [new file with mode: 0644]
commands/pkg_install/add/main.c [new file with mode: 0644]
commands/pkg_install/add/perform.c [new file with mode: 0644]
commands/pkg_install/add/pkg_add.1 [new file with mode: 0644]
commands/pkg_install/admin/Makefile [new file with mode: 0644]
commands/pkg_install/admin/admin.h [new file with mode: 0644]
commands/pkg_install/admin/audit-packages [new file with mode: 0644]
commands/pkg_install/admin/audit-packages.8 [new file with mode: 0644]
commands/pkg_install/admin/audit.c [new file with mode: 0644]
commands/pkg_install/admin/check.c [new file with mode: 0644]
commands/pkg_install/admin/download-vulnerability-list [new file with mode: 0644]
commands/pkg_install/admin/download-vulnerability-list.8 [new file with mode: 0644]
commands/pkg_install/admin/main.c [new file with mode: 0644]
commands/pkg_install/admin/pkg_admin.1 [new file with mode: 0644]
commands/pkg_install/bpm/Makefile [new file with mode: 0644]
commands/pkg_install/bpm/bpm.1 [new file with mode: 0644]
commands/pkg_install/bpm/bpm.sh [new file with mode: 0644]
commands/pkg_install/config.h [new file with mode: 0644]
commands/pkg_install/create/Makefile [new file with mode: 0644]
commands/pkg_install/create/build.c [new file with mode: 0644]
commands/pkg_install/create/create.h [new file with mode: 0644]
commands/pkg_install/create/main.c [new file with mode: 0644]
commands/pkg_install/create/perform.c [new file with mode: 0644]
commands/pkg_install/create/pkg_create.1 [new file with mode: 0644]
commands/pkg_install/create/pl.c [new file with mode: 0644]
commands/pkg_install/create/util.c [new file with mode: 0644]
commands/pkg_install/delete/Makefile [new file with mode: 0644]
commands/pkg_install/delete/pkg_delete.1 [new file with mode: 0644]
commands/pkg_install/delete/pkg_delete.c [new file with mode: 0644]
commands/pkg_install/info/Makefile [new file with mode: 0644]
commands/pkg_install/info/Makefile.in [new file with mode: 0644]
commands/pkg_install/info/Makefile.orig [new file with mode: 0644]
commands/pkg_install/info/info.h [new file with mode: 0644]
commands/pkg_install/info/main.c [new file with mode: 0644]
commands/pkg_install/info/perform.c [new file with mode: 0644]
commands/pkg_install/info/pkg_info.1 [new file with mode: 0644]
commands/pkg_install/info/pkg_info.cat [new file with mode: 0644]
commands/pkg_install/info/show.c [new file with mode: 0644]
commands/pkg_install/lib/Makefile [new file with mode: 0644]
commands/pkg_install/lib/Makefile.in [new file with mode: 0644]
commands/pkg_install/lib/Makefile.orig [new file with mode: 0644]
commands/pkg_install/lib/automatic.c [new file with mode: 0644]
commands/pkg_install/lib/config.h.in [new file with mode: 0644]
commands/pkg_install/lib/conflicts.c [new file with mode: 0644]
commands/pkg_install/lib/defs.h [new file with mode: 0644]
commands/pkg_install/lib/dewey.c [new file with mode: 0644]
commands/pkg_install/lib/dewey.h [new file with mode: 0644]
commands/pkg_install/lib/fexec.c [new file with mode: 0644]
commands/pkg_install/lib/file.c [new file with mode: 0644]
commands/pkg_install/lib/global.c [new file with mode: 0644]
commands/pkg_install/lib/gpgsig.c [new file with mode: 0644]
commands/pkg_install/lib/iterate.c [new file with mode: 0644]
commands/pkg_install/lib/lib.h [new file with mode: 0644]
commands/pkg_install/lib/license.c [new file with mode: 0644]
commands/pkg_install/lib/lpkg.c [new file with mode: 0644]
commands/pkg_install/lib/opattern.c [new file with mode: 0644]
commands/pkg_install/lib/parse-config.c [new file with mode: 0644]
commands/pkg_install/lib/pkcs7.c [new file with mode: 0644]
commands/pkg_install/lib/pkg_install.conf.5 [new file with mode: 0644]
commands/pkg_install/lib/pkg_install.conf.5.in [new file with mode: 0644]
commands/pkg_install/lib/pkg_install.conf.cat [new file with mode: 0644]
commands/pkg_install/lib/pkg_install.conf.cat.in [new file with mode: 0644]
commands/pkg_install/lib/pkg_io.c [new file with mode: 0644]
commands/pkg_install/lib/pkg_signature.c [new file with mode: 0644]
commands/pkg_install/lib/pkg_summary.5 [new file with mode: 0644]
commands/pkg_install/lib/pkg_summary.cat [new file with mode: 0644]
commands/pkg_install/lib/pkgdb.c [new file with mode: 0644]
commands/pkg_install/lib/pkgsrc.7 [new file with mode: 0644]
commands/pkg_install/lib/pkgsrc.cat [new file with mode: 0644]
commands/pkg_install/lib/plist.c [new file with mode: 0644]
commands/pkg_install/lib/remove.c [new file with mode: 0644]
commands/pkg_install/lib/str.c [new file with mode: 0644]
commands/pkg_install/lib/var.c [new file with mode: 0644]
commands/pkg_install/lib/version.c [new file with mode: 0644]
commands/pkg_install/lib/version.h [new file with mode: 0644]
commands/pkg_install/lib/vulnerabilities-file.c [new file with mode: 0644]
commands/pkg_install/lib/xwrapper.c [new file with mode: 0644]
commands/pkg_install/tkpkg [new file with mode: 0644]
commands/pkg_install/view/Makefile.in [new file with mode: 0644]
commands/pkg_install/view/linkfarm.1 [new file with mode: 0644]
commands/pkg_install/view/linkfarm.cat1 [new file with mode: 0644]
commands/pkg_install/view/linkfarm.sh.in [new file with mode: 0644]
commands/pkg_install/view/pkg_view.1 [new file with mode: 0644]
commands/pkg_install/view/pkg_view.sh.in [new file with mode: 0644]
commands/pkg_install/x509/pkgsrc.cnf [new file with mode: 0644]
commands/pkg_install/x509/pkgsrc.sh [new file with mode: 0644]
commands/pkg_install/x509/signing.txt [new file with mode: 0644]