Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 13:58:52 +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: r310689 - in head/www: . p5-Amon2-Lite
Message-ID:  <201301201358.r0KDwqLh088655@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sun Jan 20 13:58:51 2013
New Revision: 310689
URL: http://svnweb.freebsd.org/changeset/ports/310689

Log:
  Sinatra-ish framework on Amon2.
  
  WWW: http://search.cpan.org/dist/Amon2-Lite/

Added:
  head/www/p5-Amon2-Lite/
  head/www/p5-Amon2-Lite/Makefile   (contents, props changed)
  head/www/p5-Amon2-Lite/distinfo   (contents, props changed)
  head/www/p5-Amon2-Lite/pkg-descr   (contents, props changed)
  head/www/p5-Amon2-Lite/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan 20 13:48:22 2013	(r310688)
+++ head/www/Makefile	Sun Jan 20 13:58:51 2013	(r310689)
@@ -604,6 +604,7 @@
     SUBDIR += p5-AMF-Perl
     SUBDIR += p5-Acme-Monta
     SUBDIR += p5-Amon2
+    SUBDIR += p5-Amon2-Lite
     SUBDIR += p5-Amon2-Plugin-LogDispatch
     SUBDIR += p5-Any-Template
     SUBDIR += p5-AnyEvent-HTTP

Added: head/www/p5-Amon2-Lite/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Amon2-Lite/Makefile	Sun Jan 20 13:58:51 2013	(r310689)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	Amon2-Lite
+PORTVERSION=	0.09
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension for Sinatra-ish framework on Amon2!
+
+RUN_DEPENDS=	\
+	p5-Amon2>=3.25:${PORTSDIR}/www/p5-Amon2 \
+	p5-Data-Section-Simple>=0.03:${PORTSDIR}/devel/p5-Data-Section-Simple \
+	p5-Router-Simple>=0.13:${PORTSDIR}/www/p5-Router-Simple \
+	p5-Text-Xslate-Bridge-TT2Like>=0.00010:${PORTSDIR}/textproc/p5-Text-Xslate-Bridge-TT2Like
+BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	\
+	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
+	p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
+	p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
+	p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \
+	p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \
+	p5-Plack-Middleware-ReverseProxy>0:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy
+
+PERL_MODBUILD=	yes
+
+MAN3=	Amon2::Lite.3 \
+	Amon2::Setup::Flavor::Lite.3
+
+.include <bsd.port.mk>

Added: head/www/p5-Amon2-Lite/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Amon2-Lite/distinfo	Sun Jan 20 13:58:51 2013	(r310689)
@@ -0,0 +1,2 @@
+SHA256 (Amon2-Lite-0.09.tar.gz) = 3b10512e834abd5e3c47cc9865ca0139dbebb43d78f05a3046ed9fd75c52080a
+SIZE (Amon2-Lite-0.09.tar.gz) = 22052

Added: head/www/p5-Amon2-Lite/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Amon2-Lite/pkg-descr	Sun Jan 20 13:58:51 2013	(r310689)
@@ -0,0 +1,3 @@
+Sinatra-ish framework on Amon2.
+
+WWW: http://search.cpan.org/dist/Amon2-Lite/

Added: head/www/p5-Amon2-Lite/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Amon2-Lite/pkg-plist	Sun Jan 20 13:58:51 2013	(r310689)
@@ -0,0 +1,3 @@
+%%SITE_PERL%%/Amon2/Lite.pm
+%%SITE_PERL%%/Amon2/Setup/Flavor/Lite.pm
+@dirrmtry %%SITE_PERL%%/Amon2/Setup/Flavor



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