From mig@mig-29.net  Sat Sep  6 16:19:43 2003
Return-Path: <mig@mig-29.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B601A16A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2003 16:19:43 -0700 (PDT)
Received: from mig.mig-29.net (dsl-200-67-215-158.prodigy.net.mx [200.67.215.158])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 823C243FE1
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Sep 2003 16:19:42 -0700 (PDT)
	(envelope-from mig@mig-29.net)
Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1])
	by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h86NHNCR003041
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 6 Sep 2003 18:17:23 -0500 (CDT)
	(envelope-from mig@mig.mig-29.net)
Received: (from mig@localhost)
	by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h86NHNZI003040;
	Sat, 6 Sep 2003 18:17:23 -0500 (CDT)
	(envelope-from mig)
Message-Id: <200309062317.h86NHNZI003040@mig.mig-29.net>
Date: Sat, 6 Sep 2003 18:17:23 -0500 (CDT)
From: Manuel Rabade <mig@mig-29.net>
Reply-To: Manuel Rabade <mig@mig-29.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: HTML-Template-Associate-1.10 - Bridges gap between HTML::Template and other modules
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56547
>Category:       ports
>Synopsis:       New Port: HTML-Template-Associate-1.10 - Bridges gap between HTML::Template and other modules
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 16:20:04 PDT 2003
>Closed-Date:    Tue Oct 07 16:43:21 PDT 2003
>Last-Modified:  Tue Oct 07 16:43:21 PDT 2003
>Originator:     MiG
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD mig.mig-29.net 4.8-RELEASE FreeBSD 4.8-RELEASE #14: Thu Aug 28 03:46:45 CDT 2003 mig@mig.mig-29.net:/usr/obj/usr/src/sys/MIG i386


	
>Description:
	New port for HTML-Template-Associate, Bridges gap between HTML::Template and other modules like Data::FormValidator.
>How-To-Repeat:
	
>Fix:

	

--- temp begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-HTML-Template-Associate
#	p5-HTML-Template-Associate/pkg-plist
#	p5-HTML-Template-Associate/distinfo
#	p5-HTML-Template-Associate/pkg-descr
#	p5-HTML-Template-Associate/Makefile
#
echo c - p5-HTML-Template-Associate
mkdir -p p5-HTML-Template-Associate > /dev/null 2>&1
echo x - p5-HTML-Template-Associate/pkg-plist
sed 's/^X//' >p5-HTML-Template-Associate/pkg-plist << 'END-of-p5-HTML-Template-Associate/pkg-plist'
X%%SITE_PERL%%/HTML/Template/Associate.pm
X%%SITE_PERL%%/HTML/Template/Associate/FormValidator.pm
X@dirrm %%SITE_PERL%%/HTML/Template/Associate
X%%SITE_PERL%%/mach/auto/HTML/Template/Associate/.packlist
X@dirrm %%SITE_PERL%%/mach/auto/HTML/Template/Associate
END-of-p5-HTML-Template-Associate/pkg-plist
echo x - p5-HTML-Template-Associate/distinfo
sed 's/^X//' >p5-HTML-Template-Associate/distinfo << 'END-of-p5-HTML-Template-Associate/distinfo'
XMD5 (HTML-Template-Associate-1.10.tar.gz) = 2331821473533b510c3307f495887c8e
END-of-p5-HTML-Template-Associate/distinfo
echo x - p5-HTML-Template-Associate/pkg-descr
sed 's/^X//' >p5-HTML-Template-Associate/pkg-descr << 'END-of-p5-HTML-Template-Associate/pkg-descr'
XHTML::Template::Associate bridges gap between HTML::Template and 
Xother modules that can be used in conjunction with it to do something 
Xuseful together, like for example Data::FormValidator that can verify form
Xinputs. 
X
XThe primary reason I wrote this is that I needed something to bridge those
Xtwo and the thought of creating something more expandable came to mind.   
X
XWWW: http://search.cpan.org/author/ALEXP/HTML-Template-Associate-1.10/
X
X- Manuel Rodrigo Rabade Garcia
Xmig@mig-29.net
END-of-p5-HTML-Template-Associate/pkg-descr
echo x - p5-HTML-Template-Associate/Makefile
sed 's/^X//' >p5-HTML-Template-Associate/Makefile << 'END-of-p5-HTML-Template-Associate/Makefile'
X# New ports collection makefile for:	HTML-Template-Associate
X# Date created:				2 Sep 2003
X# Whom:					Manuel Rbade <mig@mig-29.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-Template-Associate
XPORTVERSION=	1.10
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../../authors/id/A/AL/ALEXP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	mig@mig-29.net
XCOMMENT=	Bridges gap between HTML::Template and other modules
X
XRUN_DEPENDS=	${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
X		${SITE_PERL}/CGI/Base.pm:${PORTSDIR}/www/p5-CGI-modules \
X		${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		HTML::Template::Associate.3 \
X		HTML::Template::Associate::FormValidator.3
X
X.include <bsd.port.mk>
END-of-p5-HTML-Template-Associate/Makefile
exit
--- temp ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Tue Oct 7 16:43:18 PDT 2003 
State-Changed-Why:  
Commited, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56547 
>Unformatted:
