From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 18:04:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90250F5A; Wed, 4 Sep 2013 18:04:49 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2EA28C5; Wed, 4 Sep 2013 18:04:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84I4nAl046724; Wed, 4 Sep 2013 18:04:49 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84I4m6q046718; Wed, 4 Sep 2013 18:04:48 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201309041804.r84I4m6q046718@svn.freebsd.org> From: Tom Judge Date: Wed, 4 Sep 2013 18:04:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326306 - in head/www: . p5-Dancer-Plugin-ExtDirect 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, 04 Sep 2013 18:04:49 -0000 Author: tj Date: Wed Sep 4 18:04:48 2013 New Revision: 326306 URL: http://svnweb.freebsd.org/changeset/ports/326306 Log: Dancer plugin which provides an easy way implement ExtDirect APIs. WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/ Added: head/www/p5-Dancer-Plugin-ExtDirect/ head/www/p5-Dancer-Plugin-ExtDirect/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/distinfo (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr (contents, props changed) head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Sep 4 17:40:25 2013 (r326305) +++ head/www/Makefile Wed Sep 4 18:04:48 2013 (r326306) @@ -845,6 +845,7 @@ SUBDIR += p5-Corona SUBDIR += p5-Dancer SUBDIR += p5-Dancer-Logger-Log4perl + SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass Added: head/www/p5-Dancer-Plugin-ExtDirect/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/Makefile Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,25 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-ExtDirect +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Dancer plugin for implementing ExtDirect APIs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Dancer>=1.2001:${PORTSDIR}/www/p5-Dancer \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +MAN3= Dancer::Plugin::ExtDirect.3 + +.include Added: head/www/p5-Dancer-Plugin-ExtDirect/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/distinfo Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 4c6f5d8033a39c9687a9cf99902976788cc1e966814fe1871e84b2fb206e02d7 +SIZE (Dancer-Plugin-ExtDirect-1.03.tar.gz) = 11720 Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-descr Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,3 @@ +Dancer plugin which provides an easy way implement ExtDirect APIs. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-ExtDirect/ Added: head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-ExtDirect/pkg-plist Wed Sep 4 18:04:48 2013 (r326306) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect/.packlist +%%SITE_PERL%%/Dancer/Plugin/ExtDirect.pm +@dirrmtry %%SITE_PERL%%/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/Dancer +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/ExtDirect +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer