From clsung@dragon2.net  Sat Oct 18 06:59:48 2003
Return-Path: <clsung@dragon2.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A74AE16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 06:59:48 -0700 (PDT)
Received: from mail.dragon2.net (sungsung.csie.nctu.edu.tw [140.113.215.201])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7706443F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 06:59:45 -0700 (PDT)
	(envelope-from clsung@dragon2.net)
Received: from localhost (unknown [127.0.0.1])
	by mail.dragon2.net (Postfix) with ESMTP
	id 8705F155AC; Sat, 18 Oct 2003 14:01:05 +0000 (GMT)
Received: from mail.dragon2.net ([127.0.0.1])
 by localhost (sungsung.csie.nctu.edu.tw [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 10279-02; Sat, 18 Oct 2003 22:01:05 +0800 (CST)
Received: by mail.dragon2.net (Postfix, from userid 1022)
	id E59C415566; Sat, 18 Oct 2003 22:01:04 +0800 (CST)
Message-Id: <20031018140104.E59C415566@mail.dragon2.net>
Date: Sat, 18 Oct 2003 22:01:04 +0800 (CST)
From: Cheng-Lung Sung <clsung@dragon2.net>
Reply-To: Cheng-Lung Sung <clsung@dragon2.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@tiger2.net
Subject: new ports: textproc/p5-Text-MagicTemplate
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58205
>Category:       ports
>Synopsis:       new ports: textproc/p5-Text-MagicTemplate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 07:10:13 PDT 2003
>Closed-Date:    Tue Oct 21 00:53:08 PDT 2003
>Last-Modified:  Tue Oct 21 00:53:08 PDT 2003
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #3: Wed Oct 8 07:32:16 CST 2003 root@sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386


>Description:
new port: 
Text::MagicTemplate is a "magic" interface between programming and design. 

In simple cases there is no need to assign values to the object. 
Template outputs are linked to runtime values by their identifiers, 
which are added to the template in the form of simple labels or blocks 
of content.
>How-To-Repeat:
>Fix:

# 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-Text-MagicTemplate
#	p5-Text-MagicTemplate/Makefile
#	p5-Text-MagicTemplate/distinfo
#	p5-Text-MagicTemplate/pkg-descr
#	p5-Text-MagicTemplate/pkg-plist
#
echo c - p5-Text-MagicTemplate
mkdir -p p5-Text-MagicTemplate > /dev/null 2>&1
echo x - p5-Text-MagicTemplate/Makefile
sed 's/^X//' >p5-Text-MagicTemplate/Makefile << 'END-of-p5-Text-MagicTemplate/Makefile'
X# New ports collection makefile for:	textproc/p5-Text-MagicTemplate
X# Date created:				October 18th 2003
X# Whom:	      				Cheng-Lung Sung <clsung@dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-MagicTemplate
XPORTVERSION=	3.03
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	clsung@dragon2.net
XCOMMENT=	A Perl Module with magic merger of runtime values with templates
X
XPERL_CONFIGURE=	YES
X
XMAN3=		Text::MagicTemplate.3 \
X		Bundle::Text::MagicTemplate.3 \
X		Text::MagicTemplate::Zone.3
X
X.include <bsd.port.mk>
END-of-p5-Text-MagicTemplate/Makefile
echo x - p5-Text-MagicTemplate/distinfo
sed 's/^X//' >p5-Text-MagicTemplate/distinfo << 'END-of-p5-Text-MagicTemplate/distinfo'
XMD5 (Text-MagicTemplate-3.03.tar.gz) = 1f048ea7498b5a8e62e2ee85af41780b
END-of-p5-Text-MagicTemplate/distinfo
echo x - p5-Text-MagicTemplate/pkg-descr
sed 's/^X//' >p5-Text-MagicTemplate/pkg-descr << 'END-of-p5-Text-MagicTemplate/pkg-descr'
XMagicTemplate is a "magic" interface between programming and design. It makes
X"magically" available all the runtime values - stored in your variables or
Xreturned by your subroutines - inside a static template file. Usually no 
Xneed to assign values to the object.
X
XWWW: http://search.cpan.org/~domizio/Text-MagicTemplate-3.03/
X
XAuthor: Domizio Demichelis <dd@4pro.net>
END-of-p5-Text-MagicTemplate/pkg-descr
echo x - p5-Text-MagicTemplate/pkg-plist
sed 's/^X//' >p5-Text-MagicTemplate/pkg-plist << 'END-of-p5-Text-MagicTemplate/pkg-plist'
X%%SITE_PERL%%/Text/MagicTemplate.pm
X%%SITE_PERL%%/Bundle/Text/MagicTemplate.pm
X%%SITE_PERL%%/Text/MagicTemplate/Zone.pm
X%%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_.al
X%%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_ATTRIBUTES_.al
X%%SITE_PERL%%/auto/Text/MagicTemplate/TRACE_DELETIONS.al
X%%SITE_PERL%%/auto/Text/MagicTemplate/ID_list.al
X%%SITE_PERL%%/auto/Text/MagicTemplate/autosplit.ix
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MagicTemplate/.packlist
X@dirrm %%SITE_PERL%%/Bundle/Text
X@dirrm %%SITE_PERL%%/Text/MagicTemplate
X@dirrm %%SITE_PERL%%/auto/Text/MagicTemplate
X@unexec rmdir %D/%%SITE_PERL%%/Bundle/Text 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Text/MagicTemplate 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/Text/MagicTemplate 2>/dev/null || true
END-of-p5-Text-MagicTemplate/pkg-plist
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: foxfair 
State-Changed-When: Tue Oct 21 00:52:55 PDT 2003 
State-Changed-Why:  
Committed, thanks! 


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