import p5-Filter-Template 1.02

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.

ok steven@
This commit is contained in:
jasper 2007-01-02 21:42:05 +00:00
parent 27cae3ba7a
commit 259a687611
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/02 21:42:05 jasper Exp $
COMMENT= "source filter for inline code templates (macros)"
DISTNAME= Filter-Template-1.02
CATEGORIES= devel
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Filter-Template-1.02.tar.gz) = 15aa7b46d94c2dcd9fe0acc8914943df
RMD160 (Filter-Template-1.02.tar.gz) = fcd2a2e6a85d738445866a919e1ecb7463cff4aa
SHA1 (Filter-Template-1.02.tar.gz) = 481bc7042d1254471cfce2426fedbdc1176eab56
SIZE (Filter-Template-1.02.tar.gz) = 11462

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/02 21:42:05 jasper Exp $
${P5SITE}/Filter/
${P5SITE}/Filter/Template/
${P5SITE}/Filter/Template.pm
${P5SITE}/Filter/Template/UseBytes.pm
@man man/man3p/Filter::Template.3p
@man man/man3p/Filter::Template::UseBytes.3p