Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2013 15:01:02 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
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
Message-ID:  <201305221501.r4MF12tS037371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305221501.r4MF12tS037371>