summaryrefslogtreecommitdiff
path: root/p5-lwp-mediatypes
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-31 10:40:25 +0000
committerTim Biermann <tbier@posteo.de>2019-08-31 10:40:25 +0000
commitedd949b14d7c73dfaae42ca6e7a63fed08938ebc (patch)
treeeafd085b99b26d01a78322298f53e0d5463e26d8 /p5-lwp-mediatypes
parent6abb6a00a8416029aa71f65f1d4e0edf1dd32c13 (diff)
downloadcontrib-edd949b14d7c73dfaae42ca6e7a63fed08938ebc.tar.gz
contrib-edd949b14d7c73dfaae42ca6e7a63fed08938ebc.tar.xz
p5-lwp-mediatypes: initial commit, version 6.02
Diffstat (limited to 'p5-lwp-mediatypes')
-rw-r--r--p5-lwp-mediatypes/.footprint18
-rw-r--r--p5-lwp-mediatypes/.signature5
-rw-r--r--p5-lwp-mediatypes/Pkgfile17
3 files changed, 40 insertions, 0 deletions
diff --git a/p5-lwp-mediatypes/.footprint b/p5-lwp-mediatypes/.footprint
new file mode 100644
index 000000000..26d7b46cf
--- /dev/null
+++ b/p5-lwp-mediatypes/.footprint
@@ -0,0 +1,18 @@
+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.28/
+drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/LWP/
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/LWP/MediaTypes.pm
+-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/LWP/media.types
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/LWP/
+drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/LWP/MediaTypes/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-r--r--r-- root/root usr/share/man/man3/LWP::MediaTypes.3pm.gz
diff --git a/p5-lwp-mediatypes/.signature b/p5-lwp-mediatypes/.signature
new file mode 100644
index 000000000..66d982904
--- /dev/null
+++ b/p5-lwp-mediatypes/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3+aAgvb0VrbL/8Sr7tiZmiZo2Bha2l9oYPq0CScmK4F71NCPPKrlKuMmagsEYL6Z8Wvdf5ZCD68Dc7iULntIRgw=
+SHA256 (Pkgfile) = 8536174be1328e2917b5d6ab4c58b8b5913e950a2c99f93838a6eca5ab306f4e
+SHA256 (.footprint) = 3dfdaea70c9ba0dca60f636480cb2b6733721758d6caedab8efb98a35ff7b5f6
+SHA256 (LWP-MediaTypes-6.02.tar.gz) = 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676
diff --git a/p5-lwp-mediatypes/Pkgfile b/p5-lwp-mediatypes/Pkgfile
new file mode 100644
index 000000000..7e080fd81
--- /dev/null
+++ b/p5-lwp-mediatypes/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Guess the media type of a file or a URL
+# URL: https://metacpan.org/release/LWP-MediaTypes
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on:
+
+name=p5-lwp-mediatypes
+version=6.02
+release=1
+source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-$version.tar.gz)
+
+build() {
+ cd LWP-MediaTypes-$version
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR=$PKG install
+ find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
+}

Generated by cgit