Adding port devel/p5-Filter-Template, A source filter for inline code

templates (macros).

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-15 22:54:22 +00:00
parent f9d804bf69
commit 2e9364539f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165530
5 changed files with 44 additions and 0 deletions

View File

@ -1015,6 +1015,7 @@
SUBDIR += p5-Filesys-Virtual
SUBDIR += p5-Filesys-Virtual-Plain
SUBDIR += p5-Filter
SUBDIR += p5-Filter-Template
SUBDIR += p5-FreezeThaw
SUBDIR += p5-Geo-ShapeFile
SUBDIR += p5-Getargs-Long

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Filter-Template
# Date created: 15 Jun 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Filter-Template
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Filter
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= A source filter for inline code templates (macros)
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Filter::Template.3 Filter::Template::UseBytes.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Filter-Template-1.02.tar.gz) = 15aa7b46d94c2dcd9fe0acc8914943df
SHA256 (Filter-Template-1.02.tar.gz) = a6f69f168f8c3c47eaa058251652f75996eaee69eefb4be443a3282624c32f20
SIZE (Filter-Template-1.02.tar.gz) = 11462

View File

@ -0,0 +1,8 @@
Filter::Template is a Perl source filter that provides simple inline
source code templates. Inlined source code can be significantly faster
than subroutines, especially for small-scale functions like accessors and
mutators. On the other hand, they are more difficult to maintain and use.
Choose your trade-offs wisely.
WWW: http://search.cpan.org/dist/Filter-Template
Author: Rocco Caputo

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/Filter/Template.pm
%%SITE_PERL%%/Filter/Template/UseBytes.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter/Template/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter/Template
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filter
@dirrm %%SITE_PERL%%/Filter/Template
@dirrmtry %%SITE_PERL%%/Filter