ports/60713: [maintainer] update textproc/p5-Text-MagicTemplate

Cheng-Lung Sung clsung at dragon2.net
Tue Dec 30 02:20:25 UTC 2003


>Number:         60713
>Category:       ports
>Synopsis:       [maintainer] update textproc/p5-Text-MagicTemplate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 29 18:20:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- update from 3.11 to 3.44
- add HTML::MagicTemplate module
- code modified a lot.
>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/Makefile ./p5-Text-MagicTemplate/Makefile
--- /usr/ports/textproc/p5-Text-MagicTemplate/Makefile	Tue Nov  4 07:35:53 2003
+++ ./p5-Text-MagicTemplate/Makefile	Tue Dec 30 10:03:44 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Text-MagicTemplate
-PORTVERSION=	3.11
+PORTVERSION=	3.44
 PORTEPOCH=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@@ -16,10 +16,14 @@
 MAINTAINER=	clsung at dragon2.net
 COMMENT=	A Perl Module with magic merger of runtime values with templates
 
+BUILD_DEPENDS=	${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler \
+		${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm
+
 PERL_CONFIGURE=	YES
 
 MAN3=		Text::MagicTemplate.3 \
 		Bundle::Text::MagicTemplate.3 \
+		HTML::MagicTemplate.3 \
 		Text::MagicTemplate::Zone.3
 
 .include <bsd.port.pre.mk>
diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/distinfo ./p5-Text-MagicTemplate/distinfo
--- /usr/ports/textproc/p5-Text-MagicTemplate/distinfo	Tue Nov  4 07:35:53 2003
+++ ./p5-Text-MagicTemplate/distinfo	Tue Dec 30 09:59:41 2003
@@ -1 +1 @@
-MD5 (Text-MagicTemplate-3.11.tar.gz) = b9b069e87f69e154bb979e4950192843
+MD5 (Text-MagicTemplate-3.44.tar.gz) = 7fbdd699eeb14c116dc80362e7b0bba2
diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/pkg-descr ./p5-Text-MagicTemplate/pkg-descr
--- /usr/ports/textproc/p5-Text-MagicTemplate/pkg-descr	Tue Oct 21 15:47:51 2003
+++ ./p5-Text-MagicTemplate/pkg-descr	Tue Dec 30 10:07:39 2003
@@ -3,6 +3,6 @@
 returned by your subroutines - inside a static template file. Usually no 
 need to assign values to the object.
 
-WWW: http://search.cpan.org/~domizio/Text-MagicTemplate-3.03/
+WWW: http://search.cpan.org/~domizio/Text-MagicTemplate/
 
 Author: Domizio Demichelis <dd at 4pro.net>
diff -ruN /usr/ports/textproc/p5-Text-MagicTemplate/pkg-plist ./p5-Text-MagicTemplate/pkg-plist
--- /usr/ports/textproc/p5-Text-MagicTemplate/pkg-plist	Thu Oct 30 13:28:24 2003
+++ ./p5-Text-MagicTemplate/pkg-plist	Tue Dec 30 10:13:44 2003
@@ -1,14 +1,17 @@
 %%SITE_PERL%%/Text/MagicTemplate.pm
+%%SITE_PERL%%/HTML/MagicTemplate.pm
 %%SITE_PERL%%/Bundle/Text/MagicTemplate.pm
 %%SITE_PERL%%/Text/MagicTemplate/Zone.pm
 %%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_.al
 %%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_ATTRIBUTES_.al
 %%SITE_PERL%%/auto/Text/MagicTemplate/TRACE_DELETIONS.al
-%%SITE_PERL%%/auto/Text/MagicTemplate/ID_list.al
 %%SITE_PERL%%/auto/Text/MagicTemplate/INCLUDE_TEXT.al
 %%SITE_PERL%%/auto/Text/MagicTemplate/autosplit.ix
+%%SITE_PERL%%/auto/Text/MagicTemplate/TableTiler.al
+%%SITE_PERL%%/auto/Text/MagicTemplate/FillInForm.al
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MagicTemplate/.packlist
 @dirrm %%SITE_PERL%%/Text/MagicTemplate
+ at unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true
 @dirrm %%SITE_PERL%%/auto/Text/MagicTemplate
 @dirrm %%SITE_PERL%%/mach/auto/Text/MagicTemplate
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list