Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 13:16:28 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
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
Message-ID:  <201412251316.sBPDGSx9002660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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<hvo.pm@xs4all.nl>

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 <bsd.port.mk>

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



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