From owner-svn-ports-all@freebsd.org Sat Jan 5 19:56:03 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF926141F789; Sat, 5 Jan 2019 19:56:02 +0000 (UTC) (envelope-from swills@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79DC06A48B; Sat, 5 Jan 2019 19:56:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6EBC41D4BF; Sat, 5 Jan 2019 19:56:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x05Ju2Ut076368; Sat, 5 Jan 2019 19:56:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x05Ju1bB076363; Sat, 5 Jan 2019 19:56:01 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901051956.x05Ju1bB076363@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 5 Jan 2019 19:56:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489373 - in head/www: . p5-Gazelle X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www: . p5-Gazelle X-SVN-Commit-Revision: 489373 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 79DC06A48B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.960,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2019 19:56:03 -0000 Author: swills Date: Sat Jan 5 19:56:01 2019 New Revision: 489373 URL: https://svnweb.freebsd.org/changeset/ports/489373 Log: www/p5-Gazelle: create port A Preforked Plack Handler for performance freaks WWW: https://metacpan.org/release/Gazelle PR: 229150 Submitted by: Tomohiro Hosaka Added: head/www/p5-Gazelle/ head/www/p5-Gazelle/Makefile (contents, props changed) head/www/p5-Gazelle/distinfo (contents, props changed) head/www/p5-Gazelle/pkg-descr (contents, props changed) head/www/p5-Gazelle/pkg-plist (contents, props changed) Modified: head/www/Makefile (contents, props changed) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Jan 5 19:38:52 2019 (r489372) +++ head/www/Makefile Sat Jan 5 19:56:01 2019 (r489373) @@ -844,6 +844,7 @@ SUBDIR += p5-Furl SUBDIR += p5-FurlX-Coro SUBDIR += p5-Gantry + SUBDIR += p5-Gazelle SUBDIR += p5-Geo-Caching SUBDIR += p5-Google-Search SUBDIR += p5-Gtk2-WebKit Added: head/www/p5-Gazelle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Gazelle/Makefile Sat Jan 5 19:56:01 2019 (r489373) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= Gazelle +PORTVERSION= 0.48 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:KAZEBURO +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Preforked Plack Handler for performance freaks + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.04:devel/p5-Devel-CheckCompiler \ + p5-Module-Build>=0.4005:devel/p5-Module-Build +RUN_DEPENDS= p5-Guard>=0:devel/p5-Guard \ + p5-Parallel-Prefork>=0.18:devel/p5-Parallel-Prefork \ + p5-Plack>=1.0037:www/p5-Plack \ + p5-Server-Starter>=0:net/p5-Server-Starter \ + p5-Stream-Buffered>=0:devel/p5-Stream-Buffered +TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Plack>=0:www/p5-Plack \ + p5-Test-TCP>=2:devel/p5-Test-TCP + +USES= perl5 + +USE_PERL5= modbuild + +.include Added: head/www/p5-Gazelle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Gazelle/distinfo Sat Jan 5 19:56:01 2019 (r489373) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529400675 +SHA256 (Gazelle-0.48.tar.gz) = 860f64a313bc7900f1a5c024fa649270d33e5a5383591abe805d8bb3eb82a9f0 +SIZE (Gazelle-0.48.tar.gz) = 83379 Added: head/www/p5-Gazelle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Gazelle/pkg-descr Sat Jan 5 19:56:01 2019 (r489373) @@ -0,0 +1,3 @@ +A Preforked Plack Handler for performance freaks + +WWW: https://metacpan.org/release/Gazelle Added: head/www/p5-Gazelle/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Gazelle/pkg-plist Sat Jan 5 19:56:01 2019 (r489373) @@ -0,0 +1,4 @@ +%%SITE_ARCH%%/Gazelle.pm +%%SITE_ARCH%%/Plack/Handler/Gazelle.pm +%%SITE_ARCH%%/auto/Plack/Handler/Gazelle/Gazelle.so +%%PERL5_MAN3%%/Gazelle.3.gz