aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-12-30 12:23:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-12-30 12:23:00 +0000
commit5eecde4cf81572fb4d52988353205d20d39f962c (patch)
tree6b13b74c2207c59450412140f3ee5af02993566a /textproc
parentdd4895d612855fddf52e91a28b17579729ff3a42 (diff)
downloadports-5eecde4cf81572fb4d52988353205d20d39f962c.tar.gz
ports-5eecde4cf81572fb4d52988353205d20d39f962c.zip
- update from 3.11 to 3.44
- add HTML::MagicTemplate module - code modified a lot. PR: 60713 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=96942
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-MagicTemplate/Makefile6
-rw-r--r--textproc/p5-Text-MagicTemplate/distinfo2
-rw-r--r--textproc/p5-Text-MagicTemplate/pkg-descr2
-rw-r--r--textproc/p5-Text-MagicTemplate/pkg-plist5
4 files changed, 11 insertions, 4 deletions
diff --git a/textproc/p5-Text-MagicTemplate/Makefile b/textproc/p5-Text-MagicTemplate/Makefile
index 6d3f14dc79ad..6ac2a1bac5db 100644
--- a/textproc/p5-Text-MagicTemplate/Makefile
+++ b/textproc/p5-Text-MagicTemplate/Makefile
@@ -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 @@ PKGNAMEPREFIX= p5-
MAINTAINER= clsung@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 --git a/textproc/p5-Text-MagicTemplate/distinfo b/textproc/p5-Text-MagicTemplate/distinfo
index f8154d706c31..d646ca588af6 100644
--- a/textproc/p5-Text-MagicTemplate/distinfo
+++ b/textproc/p5-Text-MagicTemplate/distinfo
@@ -1 +1 @@
-MD5 (Text-MagicTemplate-3.11.tar.gz) = b9b069e87f69e154bb979e4950192843
+MD5 (Text-MagicTemplate-3.44.tar.gz) = 7fbdd699eeb14c116dc80362e7b0bba2
diff --git a/textproc/p5-Text-MagicTemplate/pkg-descr b/textproc/p5-Text-MagicTemplate/pkg-descr
index 8bcf556935c0..b7040385443e 100644
--- a/textproc/p5-Text-MagicTemplate/pkg-descr
+++ b/textproc/p5-Text-MagicTemplate/pkg-descr
@@ -3,6 +3,6 @@ MagicTemplate is a "magic" interface between programming and design. It makes
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@4pro.net>
diff --git a/textproc/p5-Text-MagicTemplate/pkg-plist b/textproc/p5-Text-MagicTemplate/pkg-plist
index 2d7b3c605448..e92fe01c3400 100644
--- a/textproc/p5-Text-MagicTemplate/pkg-plist
+++ b/textproc/p5-Text-MagicTemplate/pkg-plist
@@ -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
+@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