1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

New Port: HTML-Template-Associate-1.10 - Bridges gap between

HTML::Template and other modules

	HTML::Template::Associate bridges gap between HTML::Template
	and other modules that can be used in conjunction with it
	to do something useful together, like for example
	Data::FormValidator that can verify form inputs.

PR:		ports/56547
Submitted by:	MiG <mig@mig-29.net>
This commit is contained in:
Edwin Groothuis 2003-10-07 23:43:13 +00:00
parent 867f451ee7
commit 6e34d8a2b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90568
5 changed files with 48 additions and 0 deletions

View File

@ -366,6 +366,7 @@
SUBDIR += p5-HTML-TableLayout
SUBDIR += p5-HTML-Tagset
SUBDIR += p5-HTML-Template
SUBDIR += p5-HTML-Template-Associate
SUBDIR += p5-HTML-Template-Expr
SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTML-Webmake

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: HTML-Template-Associate
# Date created: 2 Sep 2003
# Whom: Manuel Rábade <mig@mig-29.net>
#
# $FreeBSD$
#
PORTNAME= HTML-Template-Associate
PORTVERSION= 1.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../../authors/id/A/AL/ALEXP
PKGNAMEPREFIX= p5-
MAINTAINER= mig@mig-29.net
COMMENT= Bridges gap between HTML::Template and other modules
RUN_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= HTML::Template::Associate.3 \
HTML::Template::Associate::FormValidator.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (HTML-Template-Associate-1.10.tar.gz) = 2331821473533b510c3307f495887c8e

View File

@ -0,0 +1,12 @@
HTML::Template::Associate bridges gap between HTML::Template and
other modules that can be used in conjunction with it to do something
useful together, like for example Data::FormValidator that can verify form
inputs.
The primary reason I wrote this is that I needed something to bridge those
two and the thought of creating something more expandable came to mind.
WWW: http://search.cpan.org/author/ALEXP/HTML-Template-Associate-1.10/
- Manuel Rodrigo Rabade Garcia
mig@mig-29.net

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/HTML/Template/Associate.pm
%%SITE_PERL%%/HTML/Template/Associate/FormValidator.pm
@dirrm %%SITE_PERL%%/HTML/Template/Associate
%%SITE_PERL%%/mach/auto/HTML/Template/Associate/.packlist
@dirrm %%SITE_PERL%%/mach/auto/HTML/Template/Associate
@unexec rmdir %D/%%SITE_PERL%%/HTML/Template 2>/dev/null || true