diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-30 20:23:00 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-30 20:23:00 +0800 |
commit | 30479bfc04bdf175e7613a8419a6ab49cb97653a (patch) | |
tree | 36be754e92149a7aa1ac8f1c8380b31e451b3a8f /textproc/p5-Text-MagicTemplate | |
parent | 70d5f7a9458715e0b439f28993fbd08e0b33c489 (diff) | |
download | freebsd-ports-gnome-30479bfc04bdf175e7613a8419a6ab49cb97653a.tar.gz freebsd-ports-gnome-30479bfc04bdf175e7613a8419a6ab49cb97653a.tar.zst freebsd-ports-gnome-30479bfc04bdf175e7613a8419a6ab49cb97653a.zip |
- update from 3.11 to 3.44
- add HTML::MagicTemplate module
- code modified a lot.
PR: 60713
Submitted by: maintainer
Diffstat (limited to 'textproc/p5-Text-MagicTemplate')
-rw-r--r-- | textproc/p5-Text-MagicTemplate/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/pkg-plist | 5 |
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 |