From 44982051e78c12226a67f38afaa6ae457203cf2e Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sat, 31 Aug 2019 10:40:12 +0000 Subject: [PATCH] p5-http-date: initial commit, version 6.02 --- p5-http-date/.footprint | 17 +++++++++++++++++ p5-http-date/.signature | 5 +++++ p5-http-date/Pkgfile | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 p5-http-date/.footprint create mode 100644 p5-http-date/.signature create mode 100644 p5-http-date/Pkgfile diff --git a/p5-http-date/.footprint b/p5-http-date/.footprint new file mode 100644 index 000000000..8b0c2bc6f --- /dev/null +++ b/p5-http-date/.footprint @@ -0,0 +1,17 @@ +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/HTTP/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Date.pm +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/HTTP/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/HTTP/Date/ +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/HTTP::Date.3pm.gz diff --git a/p5-http-date/.signature b/p5-http-date/.signature new file mode 100644 index 000000000..e1420c1d1 --- /dev/null +++ b/p5-http-date/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF38JE/BhvSUSCzwPMrAWtfXYroxsKiI86apv4FxN1n7aksNHcpV0T+XD/1t2vf6osLEXf7Nhy73i/+9b6xz0XUwQ= +SHA256 (Pkgfile) = 55d9d3b18bb6cb9fd2eb5af4b314bcfa81bd826b939cfa7c962b437c48046f7a +SHA256 (.footprint) = 8fb39de8066f74cb87ef57200dbe7543d5e93a3c7d4b3f45bf5b7929e6a52e18 +SHA256 (HTTP-Date-6.02.tar.gz) = e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333 diff --git a/p5-http-date/Pkgfile b/p5-http-date/Pkgfile new file mode 100644 index 000000000..668a4d158 --- /dev/null +++ b/p5-http-date/Pkgfile @@ -0,0 +1,17 @@ +# Description: Date conversion routines +# URL: https://cpan.metacpan.org/dist/HTTP-Date +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-http-date +version=6.02 +release=1 +source=(https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-$version.tar.gz) + +build() { + cd HTTP-Date-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}