1
0
forked from ports/opt

p5-html-parser, p5-html-tagset, p5-xml-parser, rss-glx: initial import to opt

This commit is contained in:
Matt Housh 2005-11-09 22:41:57 +00:00
parent c5cba34cc3
commit cebfb236e4
13 changed files with 269 additions and 0 deletions

30
p5-html-parser/.footprint Normal file
View File

@ -0,0 +1,30 @@
drwxr-xr-x root/root usr/
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.6/
drwxr-xr-x root/root usr/lib/perl5/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/Entities.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/Filter.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/HeadParser.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/LinkExtor.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/Parser.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/PullParser.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/HTML/TokeParser.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/Parser/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/Parser/Parser.bs (EMPTY)
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/Parser/Parser.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/HTML::Entities.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::Filter.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::HeadParser.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::LinkExtor.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::Parser.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::PullParser.3pm.gz
-r--r--r-- root/root usr/man/man3/HTML::TokeParser.3pm.gz

1
p5-html-parser/.md5sum Normal file
View File

@ -0,0 +1 @@
948f2e5afaf7c9973138d0a66f8206b1 HTML-Parser-3.46.tar.gz

18
p5-html-parser/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: Pkgfile,v 1.3 2005/11/09 15:27:08 jaeger Exp $
# Description: HTML::Parser
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: p5-html-tagset
name=p5-html-parser
version=3.46
release=1
source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-$version.tar.gz)
build() {
cd HTML-Parser-$version
echo "no" | perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find ${PKG} -name perllocal.pod -exec rm '{}' \;
find ${PKG} -name .packlist -exec rm '{}' \;
}

16
p5-html-tagset/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
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.6/
drwxr-xr-x root/root usr/lib/perl5/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/HTML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/HTML/Tagset.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/HTML/Tagset/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/HTML::Tagset.3pm.gz

1
p5-html-tagset/.md5sum Normal file
View File

@ -0,0 +1 @@
b82e0f08c1ececefe98b891f30dd56a6 HTML-Tagset-3.04.tar.gz

18
p5-html-tagset/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: Pkgfile,v 1.2 2005/03/09 14:27:52 jaeger Exp $
# Description: HTML::Tagset
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: perl
name=p5-html-tagset
version=3.04
release=1
source=(http://www.cpan.org/authors/id/S/SB/SBURKE/HTML-Tagset-$version.tar.gz)
build() {
cd HTML-Tagset-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find ${PKG} -name perllocal.pod -exec rm '{}' \;
find ${PKG} -name .packlist -exec rm '{}' \;
}

55
p5-xml-parser/.footprint Normal file
View File

@ -0,0 +1,55 @@
drwxr-xr-x root/root usr/
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.6/
drwxr-xr-x root/root usr/lib/perl5/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/Japanese_Encodings.msg
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/README
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/big5.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/euc-kr.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-2.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-3.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-4.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-5.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-7.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-8.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/iso-8859-9.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/windows-1250.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/windows-1252.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-euc-jp-unicode.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-sjis-cp932.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-sjis-jdk117.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-sjis-jisx0221.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Encodings/x-sjis-unicode.enc
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Expat.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/LWPExternEnt.pl
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/Debug.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/Objects.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/Stream.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/Subs.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/XML/Parser/Style/Tree.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/Parser/
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/Parser/.packlist
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/Parser/Expat/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/Parser/Expat/Expat.bs (EMPTY)
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.6/linux/auto/XML/Parser/Expat/Expat.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/XML::Parser.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Expat.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Style::Debug.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Style::Objects.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Style::Stream.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Style::Subs.3pm.gz
-r--r--r-- root/root usr/man/man3/XML::Parser::Style::Tree.3pm.gz

1
p5-xml-parser/.md5sum Normal file
View File

@ -0,0 +1 @@
84d9e0001fe01c14867256c3fe115899 XML-Parser-2.34.tar.gz

17
p5-xml-parser/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# $Id: Pkgfile,v 1.3 2005/03/09 14:27:52 jaeger Exp $
# Description: XML::Parser
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: expat, perl
name=p5-xml-parser
version=2.34
release=4
source=(http://cpan.develooper.com/modules/by-category/11_String_Lang_Text_Proc/XML/XML-Parser-$version.tar.gz)
build() {
cd XML-Parser-$version
perl Makefile.PL
make OPTIMIZE="$CFLAGS"
make DESTDIR=$PKG install
find $PKG -name .packlist -o -name perllocal.pod -exec rm '{}' \;
}

69
rss-glx/.footprint Normal file
View File

@ -0,0 +1,69 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/biof
-rwxr-xr-x root/root usr/bin/busyspheres
-rwxr-xr-x root/root usr/bin/colorfire
-rwxr-xr-x root/root usr/bin/cyclone
-rwxr-xr-x root/root usr/bin/euphoria
-rwxr-xr-x root/root usr/bin/fieldlines
-rwxr-xr-x root/root usr/bin/flocks
-rwxr-xr-x root/root usr/bin/flux
-rwxr-xr-x root/root usr/bin/helios
-rwxr-xr-x root/root usr/bin/hufo_smoke
-rwxr-xr-x root/root usr/bin/hufo_tunnel
-rwxr-xr-x root/root usr/bin/hyperspace
-rwxr-xr-x root/root usr/bin/lattice
-rwxr-xr-x root/root usr/bin/matrixview
-rwxr-xr-x root/root usr/bin/plasma
-rwxr-xr-x root/root usr/bin/rss-glx_install.pl
-rwxr-xr-x root/root usr/bin/skyrocket
-rwxr-xr-x root/root usr/bin/solarwinds
-rwxr-xr-x root/root usr/bin/spirographx
-rwxr-xr-x root/root usr/bin/sundancer2
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libImplicit.a
-rwxr-xr-x root/root usr/lib/libImplicit.la
-rw-r--r-- root/root usr/lib/librsMath.a
-rwxr-xr-x root/root usr/lib/librsMath.la
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/biof.1.gz
-rw-r--r-- root/root usr/man/man1/busyspheres.1.gz
-rw-r--r-- root/root usr/man/man1/colorfire.1.gz
-rw-r--r-- root/root usr/man/man1/cyclone.1.gz
-rw-r--r-- root/root usr/man/man1/euphoria.1.gz
-rw-r--r-- root/root usr/man/man1/fieldlines.1.gz
-rw-r--r-- root/root usr/man/man1/flocks.1.gz
-rw-r--r-- root/root usr/man/man1/flux.1.gz
-rw-r--r-- root/root usr/man/man1/helios.1.gz
-rw-r--r-- root/root usr/man/man1/hufo_smoke.1.gz
-rw-r--r-- root/root usr/man/man1/hufo_tunnel.1.gz
-rw-r--r-- root/root usr/man/man1/lattice.1.gz
-rw-r--r-- root/root usr/man/man1/matrixview.1.gz
-rw-r--r-- root/root usr/man/man1/plasma.1.gz
-rw-r--r-- root/root usr/man/man1/skyrocket.1.gz
-rw-r--r-- root/root usr/man/man1/solarwinds.1.gz
-rw-r--r-- root/root usr/man/man1/spirographx.1.gz
-rw-r--r-- root/root usr/man/man1/sundancer2.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/control-center/
drwxr-xr-x root/root usr/share/control-center/screensavers/
-rw-r--r-- root/root usr/share/control-center/screensavers/biof.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/busyspheres.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/colorfire.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/cyclone.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/euphoria.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/fieldlines.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/flocks.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/flux.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/helios.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/hufo_smoke.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/hufo_tunnel.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/hyperspace.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/lattice.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/matrixview.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/plasma.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/skyrocket.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/solarwinds.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/spirographx.xml
-rw-r--r-- root/root usr/share/control-center/screensavers/sundancer2.xml

2
rss-glx/.md5sum Normal file
View File

@ -0,0 +1,2 @@
4eede15ab2047ed5e3aa51cdec3f09f5 rss-glx_source_0.8.0.tar.bz2
4d7228568a9fb60e96c71711ead50cd2 rss-glx_textures_0.8.0.tar.bz2

24
rss-glx/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# $Id: Pkgfile,v 1.4 2005/11/09 15:37:00 jaeger Exp $
# Description: Linux GLX port of the Really Slick Screensavers
# Maintainer: Matt Housh, jaeger at morpheus dot net
# URL: http://rss-glx.sourceforge.net/
# Depends on: xscreensaver
name=rss-glx
version=0.8.0
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/${name}_source_${version}.tar.bz2 \
http://dl.sourceforge.net/sourceforge/$name/${name}_textures_${version}.tar.bz2)
build() {
cd ${name}_${version}
cp -a $SRC/oglc_src .
cp -a $SRC/reallyslick .
cp -a $SRC/other_src .
./configure --prefix=/usr \
--with-configdir=/usr/share/control-center/screensavers \
--disable-sound
make
make DESTDIR=$PKG install
rm -f $PKG/*.desktop $PKG/hyperspace.xml
}

17
rss-glx/README Normal file
View File

@ -0,0 +1,17 @@
$Id: README,v 1.2 2005/09/05 15:48:13 jaeger Exp $
README for rss-glx 0.8.0
REQUIREMENTS
1. xscreensaver
PRE-INSTALL
POST-INSTALL
1. Run /usr/bin/rss-glx_install.pl to add the new screensavers to your
.xscreensaver file (disable xscreensaver before running this.)
PRECAUTION