From owner-svn-ports-head@FreeBSD.ORG Wed May 22 15:01:04 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02DA5CAA; Wed, 22 May 2013 15:01:04 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D9E44A71; Wed, 22 May 2013 15:01:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4MF13os037380; Wed, 22 May 2013 15:01:03 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4MF12tS037371; Wed, 22 May 2013 15:01:02 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305221501.r4MF12tS037371@svn.freebsd.org> From: Jun Kuriyama Date: Wed, 22 May 2013 15:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318772 - in head/www: . p5-Apache-LogFormat-Compiler X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 15:01:04 -0000 Author: kuriyama Date: Wed May 22 15:01:02 2013 New Revision: 318772 URL: http://svnweb.freebsd.org/changeset/ports/318772 Log: Compile a log format string to perl-code. For faster generating access_log line. WWW: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ Added: head/www/p5-Apache-LogFormat-Compiler/ head/www/p5-Apache-LogFormat-Compiler/Makefile (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/distinfo (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/pkg-descr (contents, props changed) head/www/p5-Apache-LogFormat-Compiler/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed May 22 14:55:11 2013 (r318771) +++ head/www/Makefile Wed May 22 15:01:02 2013 (r318772) @@ -629,6 +629,7 @@ SUBDIR += p5-Apache-DBI SUBDIR += p5-Apache-Gallery SUBDIR += p5-Apache-Htgroup + SUBDIR += p5-Apache-LogFormat-Compiler SUBDIR += p5-Apache-MP3 SUBDIR += p5-Apache-ParseFormData SUBDIR += p5-Apache-Profiler Added: head/www/p5-Apache-LogFormat-Compiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Apache-LogFormat-Compiler/Makefile Wed May 22 15:01:02 2013 (r318772) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Apache-LogFormat-Compiler +PORTVERSION= 0.12 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to compile a log format string to perl-code + +TEST_DEPENDS= \ + p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny + +PERL_MODBUILD= yes + +MAN3= Apache::LogFormat::Compiler.3 + +.include Added: head/www/p5-Apache-LogFormat-Compiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Apache-LogFormat-Compiler/distinfo Wed May 22 15:01:02 2013 (r318772) @@ -0,0 +1,2 @@ +SHA256 (Apache-LogFormat-Compiler-0.12.tar.gz) = 85aeb18dfe33b38dad872c2b1062c197c3cf85a6c93c879c8d14efc5130416e7 +SIZE (Apache-LogFormat-Compiler-0.12.tar.gz) = 22410 Added: head/www/p5-Apache-LogFormat-Compiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Apache-LogFormat-Compiler/pkg-descr Wed May 22 15:01:02 2013 (r318772) @@ -0,0 +1,4 @@ +Compile a log format string to perl-code. For faster generating +access_log line. + +WWW: http://search.cpan.org/dist/Apache-LogFormat-Compiler/ Added: head/www/p5-Apache-LogFormat-Compiler/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Apache-LogFormat-Compiler/pkg-plist Wed May 22 15:01:02 2013 (r318772) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Apache/LogFormat/Compiler.pm +@dirrmtry %%SITE_PERL%%/Apache/LogFormat +@dirrmtry %%SITE_PERL%%/Apache