mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 0.95
This commit is contained in:
parent
3aba2993a7
commit
8aecf87100
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148286
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= zoidberg
|
||||
PORTVERSION= 0.90
|
||||
PORTVERSION= 0.95
|
||||
CATEGORIES= shells perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
|
||||
http://zoidberg.student.utwente.nl/downloads/Zoidberg/
|
||||
@ -30,12 +30,11 @@ CONFIGURE_ARGS= install_path=doc="${DOCSDIR}" \
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
MAN1= zoid.1 zoiddevel.1 zoidfaq.1 zoiduser.1
|
||||
MAN1= zoid.1 zoiddevel.1 zoidfaq.1 zoiduser.1 zoidbuiltins.1
|
||||
MAN3= Bundle::Zoidberg.3 \
|
||||
Zoidberg.3 \
|
||||
Zoidberg::Contractor.3 \
|
||||
Zoidberg::DispatchTable.3 \
|
||||
Zoidberg::Eval.3 \
|
||||
Zoidberg::Fish.3 \
|
||||
Zoidberg::Fish::Commands.3 \
|
||||
Zoidberg::Fish::Intel.3 \
|
||||
|
@ -1,2 +1,3 @@
|
||||
MD5 (Zoidberg-0.90.tar.gz) = 957611117a3b7d679947ae08f89e40e7
|
||||
SIZE (Zoidberg-0.90.tar.gz) = 116157
|
||||
MD5 (Zoidberg-0.95.tar.gz) = ee5a4d045d82db9464d495c71900fa85
|
||||
SHA256 (Zoidberg-0.95.tar.gz) = 309c3b5c200ae396f6143a4d8c6fd44893425b6e77f9574119d1f7b837dc17e0
|
||||
SIZE (Zoidberg-0.95.tar.gz) = 132588
|
||||
|
@ -6,7 +6,6 @@ etc/zoidrc
|
||||
%%SITE_PERL%%/Zoidberg.pm
|
||||
%%SITE_PERL%%/Zoidberg/Contractor.pm
|
||||
%%SITE_PERL%%/Zoidberg/DispatchTable.pm
|
||||
%%SITE_PERL%%/Zoidberg/Eval.pm
|
||||
%%SITE_PERL%%/Zoidberg/Fish.pm
|
||||
%%SITE_PERL%%/Zoidberg/Fish/Commands.pm
|
||||
%%SITE_PERL%%/Zoidberg/Fish/Intel.pm
|
||||
@ -39,6 +38,7 @@ etc/zoidrc
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/pushd.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/pwd.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/read.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/reload.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/set.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/setenv.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/source.al
|
||||
@ -50,7 +50,6 @@ etc/zoidrc
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/unsetenv.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/wait.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Commands/which.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/_subs.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/autosplit.ix
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i__zoid.al
|
||||
%%SITE_PERL%%/auto/Zoidberg/Fish/Intel/i_cdpath.al
|
||||
|
Loading…
Reference in New Issue
Block a user