From owner-svn-ports-head@FreeBSD.ORG Thu Dec 25 13:16:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C19A623; Thu, 25 Dec 2014 13:16:29 +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 6E92B3240; Thu, 25 Dec 2014 13:16:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPDGT9l002668; Thu, 25 Dec 2014 13:16:29 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPDGSx9002660; Thu, 25 Dec 2014 13:16:28 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201412251316.sBPDGSx9002660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 25 Dec 2014 13:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375546 - in head/www: . p5-Dancer2-Plugin-Ajax 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.18-1 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: Thu, 25 Dec 2014 13:16:29 -0000 Author: wen Date: Thu Dec 25 13:16:27 2014 New Revision: 375546 URL: https://svnweb.freebsd.org/changeset/ports/375546 QAT: https://qat.redports.org/buildarchive/r375546/ Log: The ajax keyword which is exported by this plugin allow you to define a route handler optimized for Ajax queries. WWW: https://metacpan.org/pod/Dancer2::Plugin::Ajax PR: 196253 Submitted by: Henk van Oers Added: head/www/p5-Dancer2-Plugin-Ajax/ head/www/p5-Dancer2-Plugin-Ajax/Makefile (contents, props changed) head/www/p5-Dancer2-Plugin-Ajax/distinfo (contents, props changed) head/www/p5-Dancer2-Plugin-Ajax/pkg-descr (contents, props changed) head/www/p5-Dancer2-Plugin-Ajax/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Dec 25 13:03:11 2014 (r375545) +++ head/www/Makefile Thu Dec 25 13:16:27 2014 (r375546) @@ -820,6 +820,7 @@ SUBDIR += p5-Dancer-Session-Cookie SUBDIR += p5-Dancer-Template-Xslate SUBDIR += p5-Dancer2 + SUBDIR += p5-Dancer2-Plugin-Ajax SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI SUBDIR += p5-Emplacken Added: head/www/p5-Dancer2-Plugin-Ajax/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Ajax/Makefile Thu Dec 25 13:16:27 2014 (r375546) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Dancer2-Plugin-Ajax +PORTVERSION= 0.200000 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Ajax handling for Dancer2 applications + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Dancer2>=0.156001:${PORTSDIR}/www/p5-Dancer2 +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/www/p5-Dancer2-Plugin-Ajax/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Ajax/distinfo Thu Dec 25 13:16:27 2014 (r375546) @@ -0,0 +1,2 @@ +SHA256 (Dancer2-Plugin-Ajax-0.200000.tar.gz) = 8ab8486ad1b0ba81282da4a8b1c6cc62f10c4956d515f4e4e1cec52b88655470 +SIZE (Dancer2-Plugin-Ajax-0.200000.tar.gz) = 13713 Added: head/www/p5-Dancer2-Plugin-Ajax/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Ajax/pkg-descr Thu Dec 25 13:16:27 2014 (r375546) @@ -0,0 +1,4 @@ +The ajax keyword which is exported by this plugin allow you to +define a route handler optimized for Ajax queries. + +WWW: https://metacpan.org/pod/Dancer2::Plugin::Ajax Added: head/www/p5-Dancer2-Plugin-Ajax/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer2-Plugin-Ajax/pkg-plist Thu Dec 25 13:16:27 2014 (r375546) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Dancer2/Plugin/Ajax.pm +%%PERL5_MAN3%%/Dancer2::Plugin::Ajax.3.gz