From nobody Mon Oct 25 21:58:28 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 2088E1810F70; Mon, 25 Oct 2021 21:58:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdTNj0LtNz3t73; Mon, 25 Oct 2021 21:58:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5FE810B39; Mon, 25 Oct 2021 21:58:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PLwSoj055196; Mon, 25 Oct 2021 21:58:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PLwScs055195; Mon, 25 Oct 2021 21:58:28 GMT (envelope-from git) Date: Mon, 25 Oct 2021 21:58:28 GMT Message-Id: <202110252158.19PLwScs055195@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ff41aa1d2b1f - main - www/p5-HTTP-Tiny-UNIX: Add p5-HTTP-Tiny-UNIX 0.051 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ff41aa1d2b1faffb5ae3ce72211ef4d1a93e571e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff41aa1d2b1faffb5ae3ce72211ef4d1a93e571e commit ff41aa1d2b1faffb5ae3ce72211ef4d1a93e571e Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 21:22:10 +0000 Commit: Po-Chuan Hsieh 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 + +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 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