git: ff41aa1d2b1f - main - www/p5-HTTP-Tiny-UNIX: Add p5-HTTP-Tiny-UNIX 0.051
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 21:58:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff41aa1d2b1faffb5ae3ce72211ef4d1a93e571e commit ff41aa1d2b1faffb5ae3ce72211ef4d1a93e571e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 21:22:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 21:46:30 +0000 www/p5-HTTP-Tiny-UNIX: Add p5-HTTP-Tiny-UNIX 0.051 HTTP::Tiny::UNIX is a subclass of HTTP::Tiny to connect to HTTP server over Unix socket. URL syntax is "http:" + path to unix socket + "/" + uri path. For example: http:/var/run/apid.sock//api/v1/matches. URL not matching this pattern will be passed to HTTP::Tiny. WWW: https://metacpan.org/dist/HTTP-Tiny-UNIX --- www/Makefile | 1 + www/p5-HTTP-Tiny-UNIX/Makefile | 21 +++++++++++++++++++++ www/p5-HTTP-Tiny-UNIX/distinfo | 3 +++ www/p5-HTTP-Tiny-UNIX/pkg-descr | 6 ++++++ www/p5-HTTP-Tiny-UNIX/pkg-plist | 2 ++ 5 files changed, 33 insertions(+) diff --git a/www/Makefile b/www/Makefile index 390eb8feb572..7397ef4ef4ee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -950,6 +950,7 @@ SUBDIR += p5-HTTP-Tiny-Multipart SUBDIR += p5-HTTP-Tiny-SPDY SUBDIR += p5-HTTP-Tiny-UA + SUBDIR += p5-HTTP-Tiny-UNIX SUBDIR += p5-HTTP-WebTest SUBDIR += p5-HTTP-XSCookies SUBDIR += p5-HTTPD-Log-Filter diff --git a/www/p5-HTTP-Tiny-UNIX/Makefile b/www/p5-HTTP-Tiny-UNIX/Makefile new file mode 100644 index 000000000000..b31d503f06fa --- /dev/null +++ b/www/p5-HTTP-Tiny-UNIX/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> + +PORTNAME= HTTP-Tiny-UNIX +PORTVERSION= 0.051 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Subclass of HTTP::Tiny to connect to HTTP server over Unix socket + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Tiny-UNIX/distinfo b/www/p5-HTTP-Tiny-UNIX/distinfo new file mode 100644 index 000000000000..0919cc319403 --- /dev/null +++ b/www/p5-HTTP-Tiny-UNIX/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635180999 +SHA256 (HTTP-Tiny-UNIX-0.051.tar.gz) = ec7545436d3cadda9172016d4d4fd6bdfcd57a3a21c04bb8e0b3236637e0890b +SIZE (HTTP-Tiny-UNIX-0.051.tar.gz) = 15215 diff --git a/www/p5-HTTP-Tiny-UNIX/pkg-descr b/www/p5-HTTP-Tiny-UNIX/pkg-descr new file mode 100644 index 000000000000..8858a2b9e87b --- /dev/null +++ b/www/p5-HTTP-Tiny-UNIX/pkg-descr @@ -0,0 +1,6 @@ +HTTP::Tiny::UNIX is a subclass of HTTP::Tiny to connect to HTTP server over Unix +socket. URL syntax is "http:" + path to unix socket + "/" + uri path. For +example: http:/var/run/apid.sock//api/v1/matches. URL not matching this pattern +will be passed to HTTP::Tiny. + +WWW: https://metacpan.org/dist/HTTP-Tiny-UNIX diff --git a/www/p5-HTTP-Tiny-UNIX/pkg-plist b/www/p5-HTTP-Tiny-UNIX/pkg-plist new file mode 100644 index 000000000000..bdb8388eb206 --- /dev/null +++ b/www/p5-HTTP-Tiny-UNIX/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/HTTP/Tiny/UNIX.pm +%%PERL5_MAN3%%/HTTP::Tiny::UNIX.3.gz