From owner-svn-ports-all@FreeBSD.ORG Wed Aug 13 15:29:49 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id C68FA8CB; Wed, 13 Aug 2014 15:29:49 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A77FF2620; Wed, 13 Aug 2014 15:29:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7DFTnqw086062; Wed, 13 Aug 2014 15:29:49 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7DFTmXE086052; Wed, 13 Aug 2014 15:29:48 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201408131529.s7DFTmXE086052@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Wed, 13 Aug 2014 15:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364791 - in head/www: . p5-Dancer-Plugin-REST X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 13 Aug 2014 15:29:50 -0000 Author: zi Date: Wed Aug 13 15:29:48 2014 New Revision: 364791 URL: http://svnweb.freebsd.org/changeset/ports/364791 QAT: https://qat.redports.org/buildarchive/r364791/ Log: New port: www/p5-Dancer-Plugin-REST: This plugin helps you write a RESTful webservice with Dancer. WWW: http://search.cpan.org/dist/Dancer-Plugin-REST/ Added: head/www/p5-Dancer-Plugin-REST/ head/www/p5-Dancer-Plugin-REST/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-REST/distinfo (contents, props changed) head/www/p5-Dancer-Plugin-REST/pkg-descr (contents, props changed) head/www/p5-Dancer-Plugin-REST/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Aug 13 15:24:01 2014 (r364790) +++ head/www/Makefile Wed Aug 13 15:29:48 2014 (r364791) @@ -842,6 +842,7 @@ SUBDIR += p5-Dancer-Plugin-ExtDirect SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-Lexicon + SUBDIR += p5-Dancer-Plugin-REST SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass SUBDIR += p5-Dancer-Session-Cookie Added: head/www/p5-Dancer-Plugin-REST/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-REST/Makefile Wed Aug 13 15:29:48 2014 (r364791) @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-REST +PORTVERSION= 0.11 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:YANICK +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Dancer plugin for writing RESTful apps + +RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild run build + +.include Added: head/www/p5-Dancer-Plugin-REST/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-REST/distinfo Wed Aug 13 15:29:48 2014 (r364791) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-REST-0.11.tar.gz) = 81b8916632ef464c913829fe661eb1a6cecba0f2f9f7e1935db128f2ab4518a8 +SIZE (Dancer-Plugin-REST-0.11.tar.gz) = 19134 Added: head/www/p5-Dancer-Plugin-REST/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-REST/pkg-descr Wed Aug 13 15:29:48 2014 (r364791) @@ -0,0 +1,3 @@ +This plugin helps you write a RESTful webservice with Dancer. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-REST/ Added: head/www/p5-Dancer-Plugin-REST/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-REST/pkg-plist Wed Aug 13 15:29:48 2014 (r364791) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Dancer::Plugin::REST.3.gz +%%SITE_PERL%%/Dancer/Plugin/REST.pm