p5-http-message: initial commit, version 6.18

This commit is contained in:
Tim Biermann 2019-08-31 10:40:13 +00:00
parent 44982051e7
commit 18d67c67d7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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/Config.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Headers.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/HTTP/Headers/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Headers/Auth.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Headers/ETag.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Headers/Util.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Message.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Request.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/HTTP/Request/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Request/Common.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Response.pm
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/HTTP/Status.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/Message/
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::Config.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Headers.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Headers::Auth.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Headers::ETag.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Headers::Util.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Message.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Request.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Request::Common.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Response.3pm.gz
-r--r--r-- root/root usr/share/man/man3/HTTP::Status.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36Vodgml+mH+vLJPbsmkWEfW3g5mHbgYWQiPQXKGHYRj+ueOdWe6D9M0OkSo89ONVhBxPZL/n1ZN0pJZCfFxVwU=
SHA256 (Pkgfile) = 127600fc391eb3610657e12c8cb585fe8e9bc36020724f4a7b61a66ba05eca5e
SHA256 (.footprint) = f498119cc8219841ddd378a01909c8b9608781d2c67d671477b8f57fda044255
SHA256 (HTTP-Message-6.18.tar.gz) = d060d170d388b694c58c14f4d13ed908a2807f0e581146cef45726641d809112

17
p5-http-message/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: HTTP style messages
# URL: https://cpan.metacpan.org/dist/HTTP-Message
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: p5-encode-locale p5-http-date p5-io-html p5-lwp-mediatypes p5-uri p5-try-tiny
name=p5-http-message
version=6.18
release=1
source=(https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-$version.tar.gz)
build() {
cd HTTP-Message-$version
perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}