8e4cb7c968
the Porter's Handbook compliant version of pkg_version with a little bit better performance and better usability. 2001-03-22 06:13 knu * README, portupgrade, misc/zsh/_portupgrade: Add a couple of new options: -A [command to run after each installation] -B [command to run before each build] 2001-03-22 05:49 knu * README, install.rb, portversion, misc/zsh/_portversion: Add portversion. 2001-03-22 05:43 knu * portupgrade: Use make(1) arguments specified with -m for "make -V PKGNAME" too. Ignore the difference of the name parts when it compares the package versions. 2001-03-22 05:36 knu * misc/zsh/_portupgrade: Add a missing closing bracket.
15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
sbin/portupgrade
|
|
sbin/portversion
|
|
%%RUBY_SITELIBDIR%%/pkg.rb
|
|
%%RUBY_SITELIBDIR%%/pkgdb.rb
|
|
%%RUBY_SITELIBDIR%%/pkginfo.rb
|
|
%%RUBY_SITELIBDIR%%/pkgversion.rb
|
|
%%RUBY_SITELIBDIR%%/portinfo.rb
|
|
%%RUBY_SITELIBDIR%%/ports.rb
|
|
%%RUBY_SITELIBDIR%%/portsdb.rb
|
|
share/zsh/site-functions/_portupgrade
|
|
share/zsh/site-functions/_portversion
|
|
@unexec if [ ! -x %D/bin/zsh ]; then rmdir -p %D/share/zsh/site-functions; fi
|
|
%%PORTDOCS%%share/doc/portupgrade/README
|
|
%%PORTDOCS%%@dirrm share/doc/portupgrade
|