2001-08-25 17:14:42 +02:00
|
|
|
etc/rc.d/000.pkgtools.sh
|
2001-10-02 14:09:59 +02:00
|
|
|
@exec /bin/mkdir -p %D/lib/compat/pkg
|
|
|
|
@unexec /bin/rmdir %D/lib/compat/pkg 2>/dev/null || true
|
2001-10-24 15:08:20 +02:00
|
|
|
sbin/make_describe_pass1
|
|
|
|
sbin/make_describe_pass2
|
2001-07-26 21:28:42 +02:00
|
|
|
sbin/pkg_deinstall
|
2001-08-26 21:58:38 +02:00
|
|
|
sbin/pkg_fetch
|
2001-07-26 21:28:42 +02:00
|
|
|
sbin/pkg_glob
|
2001-11-06 14:57:08 +01:00
|
|
|
sbin/pkg_sort
|
2001-12-10 03:43:52 +01:00
|
|
|
sbin/pkg_which
|
2001-09-22 00:46:14 +02:00
|
|
|
sbin/pkgdb
|
2001-08-11 11:22:05 +02:00
|
|
|
sbin/portcvsweb
|
2001-09-22 00:46:14 +02:00
|
|
|
sbin/portinstall
|
|
|
|
sbin/ports_glob
|
2001-08-02 10:19:23 +02:00
|
|
|
sbin/portsclean
|
2001-06-10 22:57:39 +02:00
|
|
|
sbin/portsdb
|
2001-03-18 00:06:40 +01:00
|
|
|
sbin/portupgrade
|
2001-04-17 20:51:48 +02:00
|
|
|
sbin/portversion
|
2001-03-18 00:06:40 +01:00
|
|
|
%%RUBY_SITELIBDIR%%/pkg.rb
|
|
|
|
%%RUBY_SITELIBDIR%%/pkgdb.rb
|
|
|
|
%%RUBY_SITELIBDIR%%/pkginfo.rb
|
2001-10-06 17:52:58 +02:00
|
|
|
%%RUBY_SITELIBDIR%%/pkgmisc.rb
|
2001-06-06 22:05:57 +02:00
|
|
|
%%RUBY_SITELIBDIR%%/pkgtools.rb
|
2002-03-26 07:35:39 +01:00
|
|
|
%%RUBY_SITELIBDIR%%/pkgtsort.rb
|
2001-03-18 00:06:40 +01:00
|
|
|
%%RUBY_SITELIBDIR%%/pkgversion.rb
|
|
|
|
%%RUBY_SITELIBDIR%%/portinfo.rb
|
|
|
|
%%RUBY_SITELIBDIR%%/ports.rb
|
|
|
|
%%RUBY_SITELIBDIR%%/portsdb.rb
|
2001-10-24 15:08:20 +02:00
|
|
|
@unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi
|
|
|
|
etc/pkgtools.conf.sample
|
2002-02-13 12:19:34 +01:00
|
|
|
@exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
|
2001-12-10 03:43:52 +01:00
|
|
|
etc/pkgtools.status-pkg.sh
|
2002-02-04 18:47:31 +01:00
|
|
|
share/zsh/site-functions/_pkgtools
|
2002-02-13 12:19:34 +01:00
|
|
|
@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true
|
2001-05-18 16:20:15 +02:00
|
|
|
@unexec rmdir %D/share/zsh 2>/dev/null || true
|
2001-10-29 23:18:30 +01:00
|
|
|
%%PORTDOCS%%share/examples/pkgtools/bash/complete.sample
|
|
|
|
%%PORTDOCS%%@dirrm share/examples/pkgtools/bash
|
|
|
|
%%PORTDOCS%%share/examples/pkgtools/tcsh/complete.sample
|
|
|
|
%%PORTDOCS%%@dirrm share/examples/pkgtools/tcsh
|
|
|
|
%%PORTDOCS%%@dirrm share/examples/pkgtools
|
|
|
|
%%PORTDOCS%%share/doc/pkgtools/ChangeLog
|
|
|
|
%%PORTDOCS%%share/doc/pkgtools/README
|
|
|
|
%%PORTDOCS%%@dirrm share/doc/pkgtools
|