summaryrefslogtreecommitdiff
path: root/p5-digest-sha1
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-03-04 20:55:19 +0100
committerJose V Beneyto <sepen@users.sourceforge.net>2008-03-04 20:55:30 +0100
commit3306a672f3c8610cd0bff0353c543851c53695db (patch)
tree52e50295125045fd6dda0fc9ec30e3c89970952f /p5-digest-sha1
parentce6001eb53c61eb27f770a0e9a5f0fa47fdef7fb (diff)
downloadcontrib-3306a672f3c8610cd0bff0353c543851c53695db.tar.gz
contrib-3306a672f3c8610cd0bff0353c543851c53695db.tar.xz
p5-digest-sha1: New port.
Diffstat (limited to 'p5-digest-sha1')
-rw-r--r--p5-digest-sha1/.footprint16
-rw-r--r--p5-digest-sha1/.md5sum1
-rw-r--r--p5-digest-sha1/Pkgfile25
3 files changed, 42 insertions, 0 deletions
diff --git a/p5-digest-sha1/.footprint b/p5-digest-sha1/.footprint
new file mode 100644
index 000000000..650f0ad84
--- /dev/null
+++ b/p5-digest-sha1/.footprint
@@ -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/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/linux/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/Digest/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/Digest/SHA1.pm
+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/Digest/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Digest/SHA1/
+-rw-r--r-- root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Digest/SHA1/.packlist
+-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.8.8/linux/auto/Digest/SHA1/SHA1.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/Digest::SHA1.3pm.gz
diff --git a/p5-digest-sha1/.md5sum b/p5-digest-sha1/.md5sum
new file mode 100644
index 000000000..9d64ae7dd
--- /dev/null
+++ b/p5-digest-sha1/.md5sum
@@ -0,0 +1 @@
+2449bfe21d6589c96eebf94dae24df6b Digest-SHA1-2.11.tar.gz
diff --git a/p5-digest-sha1/Pkgfile b/p5-digest-sha1/Pkgfile
new file mode 100644
index 000000000..8bcdd7a47
--- /dev/null
+++ b/p5-digest-sha1/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Perl Digest::SHA1
+# URL: http://search.cpan.org/~gaas/Digest-SHA1-2.11/
+# Maintainer: Jose V Beneyto, sepen at users dot soureforge dot net
+# Packager: Han Boetes, han at mijncomputer dot nl
+# Depends on: perl
+
+name=p5-digest-sha1
+version=2.11
+release=1
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-$version.tar.gz)
+
+build() {
+ cd Digest-SHA1-$version
+ perl Makefile.PL
+ make OPTIMIZE="$CFLAGS"
+ make install DESTDIR=$PKG
+ # Remove perlcrap
+ find $PKG -name .packlist -or \
+ -name '*.bs' -or \
+ -name autosplit.ix -or \
+ -name perllocal.pod \
+ -exec rm -rf {} \;
+ # Remove empty directories
+ find $PKG -depth -empty -exec rm -rf {} \;
+}

Generated by cgit