From 1a266c73758bbf35d75af06875229f670c7d0914 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 27 Aug 2009 18:46:51 +0000 Subject: Template Toolkit plugin interface to Text::Autoformat module. This is a separate distribution as of Template-Toolkit 2.22. WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat PR: ports/137941 Submitted by: Vivek Khera --- textproc/Makefile | 1 + textproc/p5-Template-Plugin-Autoformat/Makefile | 26 ++++++++++++++++++++++++ textproc/p5-Template-Plugin-Autoformat/distinfo | 3 +++ textproc/p5-Template-Plugin-Autoformat/pkg-descr | 4 ++++ textproc/p5-Template-Plugin-Autoformat/pkg-plist | 5 +++++ 5 files changed, 39 insertions(+) create mode 100644 textproc/p5-Template-Plugin-Autoformat/Makefile create mode 100644 textproc/p5-Template-Plugin-Autoformat/distinfo create mode 100644 textproc/p5-Template-Plugin-Autoformat/pkg-descr create mode 100644 textproc/p5-Template-Plugin-Autoformat/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index 8e7201eb7c33..3b5920bb1bba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -605,6 +605,7 @@ SUBDIR += p5-Template-Declare SUBDIR += p5-Template-Extract SUBDIR += p5-Template-Magic + SUBDIR += p5-Template-Plugin-Autoformat SUBDIR += p5-Template-Plugin-HTML-SuperForm SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape diff --git a/textproc/p5-Template-Plugin-Autoformat/Makefile b/textproc/p5-Template-Plugin-Autoformat/Makefile new file mode 100644 index 000000000000..3e05b7866be0 --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Template-Plugin-Autoformat +# Date created: Tue Aug 18 16:00:03 EDT 2009 +# Whom: Vivek Khera +# +# $FreeBSD$ +# + +PORTNAME= Template-Plugin-Autoformat +PORTVERSION= 2.71 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Template Toolkit interface to Text::Autoformat module + +RUN_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat +BUILD_DEPENDS= p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-Text-Autoformat>0:${PORTSDIR}/textproc/p5-Text-Autoformat + +PERL_CONFIGURE= yes + +MAN3= Template::Plugin::Autoformat.3 + +.include diff --git a/textproc/p5-Template-Plugin-Autoformat/distinfo b/textproc/p5-Template-Plugin-Autoformat/distinfo new file mode 100644 index 000000000000..a974a4cdd16a --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/distinfo @@ -0,0 +1,3 @@ +MD5 (Template-Plugin-Autoformat-2.71.tar.gz) = cb3d9224a0b4022cba7fd3f42d308bfa +SHA256 (Template-Plugin-Autoformat-2.71.tar.gz) = 47bc7b2486c0fb84f7604c475470246949e496e82aecdc6aea8824984fe38c86 +SIZE (Template-Plugin-Autoformat-2.71.tar.gz) = 4736 diff --git a/textproc/p5-Template-Plugin-Autoformat/pkg-descr b/textproc/p5-Template-Plugin-Autoformat/pkg-descr new file mode 100644 index 000000000000..54e5bf95486f --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/pkg-descr @@ -0,0 +1,4 @@ +Template Toolkit plugin interface to Text::Autoformat module. This is +a separate distribution as of Template-Toolkit 2.22. + +WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat diff --git a/textproc/p5-Template-Plugin-Autoformat/pkg-plist b/textproc/p5-Template-Plugin-Autoformat/pkg-plist new file mode 100644 index 000000000000..8ad8a081b884 --- /dev/null +++ b/textproc/p5-Template-Plugin-Autoformat/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Template/Plugin/Autoformat.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template-Plugin-Autoformat +@dirrmtry %%SITE_PERL%%/Template/Plugin +@dirrmtry %%SITE_PERL%%/Template -- cgit