forked from ports/contrib
p5-xml-twig: 3.32 -> 3.33
This commit is contained in:
parent
c3ecd5c557
commit
fdcee0f055
@ -7,18 +7,12 @@ drwxr-xr-x root/root usr/bin/
|
||||
-r-xr-xr-x root/root usr/bin/xml_split
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.8.8/
|
||||
drwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/XML/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/XML/Twig.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/XML/Twig/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/XML/Twig/XPath.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/XML/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/XML/Twig/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-r--r--r-- root/root usr/man/man1/xml_grep.1pm.gz
|
||||
|
@ -1 +1 @@
|
||||
3ab6e0c0666383bd517189dae8f067a5 XML-Twig-3.32.tar.gz
|
||||
f47daad05fb4de595757f3febc74f7aa XML-Twig-3.33.tar.gz
|
||||
|
@ -2,10 +2,10 @@
|
||||
# URL: http://xmltwig.com/xmltwig/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: James Mills, prologic at shortcircuit dot net dot au
|
||||
# Depends on:
|
||||
# Depends on:
|
||||
|
||||
name=p5-xml-twig
|
||||
version=3.32
|
||||
version=3.33
|
||||
release=1
|
||||
source=(http://xmltwig.com/xmltwig/XML-Twig-$version.tar.gz)
|
||||
|
||||
@ -14,7 +14,15 @@ build() {
|
||||
yes | perl Makefile.PL PREFIX=$PKG/usr
|
||||
make
|
||||
make install
|
||||
find $PKG \( -name 'perllocal.pod' -o \
|
||||
-name '.packlist' \) -delete
|
||||
|
||||
# Remove perlcrap
|
||||
find $PKG -type f \( \
|
||||
-name '.packlist' -o \
|
||||
-name '*.bs' -o \
|
||||
-name 'autosplit.ix' -o \
|
||||
-name 'perllocal.pod' \) -delete
|
||||
|
||||
# Remove empty directories
|
||||
find $PKG -depth -empty -delete
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user