aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-12-30 20:29:02 +0800
committererwin <erwin@FreeBSD.org>2003-12-30 20:29:02 +0800
commiteeb3d2653929909da2050e9ccddc3770efca30bb (patch)
treecd81b493d69bcf745dae47c1aa1b5a7478023835
parent30479bfc04bdf175e7613a8419a6ab49cb97653a (diff)
downloadfreebsd-ports-gnome-eeb3d2653929909da2050e9ccddc3770efca30bb.tar.gz
freebsd-ports-gnome-eeb3d2653929909da2050e9ccddc3770efca30bb.tar.zst
freebsd-ports-gnome-eeb3d2653929909da2050e9ccddc3770efca30bb.zip
HTML::MagicTemplate package now include in Text-MagicTemplate, which is
merged in textproc/p5-Text-MagicTemplate PR: 60712 Submitted by: maintainer
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-HTML-MagicTemplate/Makefile33
-rw-r--r--www/p5-HTML-MagicTemplate/distinfo1
-rw-r--r--www/p5-HTML-MagicTemplate/pkg-descr9
-rw-r--r--www/p5-HTML-MagicTemplate/pkg-plist4
6 files changed, 1 insertions, 48 deletions
diff --git a/MOVED b/MOVED
index bf1d6824cf11..e7c1d1c34e44 100644
--- a/MOVED
+++ b/MOVED
@@ -730,3 +730,4 @@ net/roadrunner||2003-12-19|Project discontinued, distfiles removed
deskutils/xfce4-notes|deskutils/xfce4-notes-plugin|2003-12-20|renamed
devel/sip||2003-12-27|Integrated into py-sip
java/orion||2003-12-29|Duplicate of www/orion
+www/p5-HTML-MagicTemplate|textproc/p5-Text-MagicTemplate|2003-12-30|Integrated into Text::MagicTemplate
diff --git a/www/Makefile b/www/Makefile
index bbe6dedfa315..11d293ce73e6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -377,7 +377,6 @@
SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-FillInForm
SUBDIR += p5-HTML-FromText
- SUBDIR += p5-HTML-MagicTemplate
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
SUBDIR += p5-HTML-Pager
diff --git a/www/p5-HTML-MagicTemplate/Makefile b/www/p5-HTML-MagicTemplate/Makefile
deleted file mode 100644
index b3f2e9f2347c..000000000000
--- a/www/p5-HTML-MagicTemplate/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: www/p5-HTML-MagicTemplate
-# Date created: October 18th 2003
-# Whom: Cheng-Lung Sung <clsung@dragon2.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= HTML-MagicTemplate
-PORTVERSION= 3.11
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= HTML
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= clsung@dragon2.net
-COMMENT= A Perl Module for using Text::MagicTemplate in a HTML env
-
-BUILD_DEPENDS= ${SITE_PERL}/Text/MagicTemplate.pm:${PORTSDIR}/textproc/p5-Text-MagicTemplate \
- ${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler \
- ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-PERL_CONFIGURE= YES
-
-MAN3= HTML::MagicTemplate.3
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500601
-IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/www/p5-HTML-MagicTemplate/distinfo b/www/p5-HTML-MagicTemplate/distinfo
deleted file mode 100644
index fe129353c118..000000000000
--- a/www/p5-HTML-MagicTemplate/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (HTML-MagicTemplate-3.11.tar.gz) = dff308ee0f86ea1d3227d072844838d7
diff --git a/www/p5-HTML-MagicTemplate/pkg-descr b/www/p5-HTML-MagicTemplate/pkg-descr
deleted file mode 100644
index 1d4c702526f6..000000000000
--- a/www/p5-HTML-MagicTemplate/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-HTML::MagicTemplate is a collection of handlers for Text::MagicTemplate useful
-when used in a HTML environment. It adds a couple of magic HTML specific value
-handlers to Text::MagicTemplate default value handlers. Just create and use the
-MagicTemplate object as usual, to have a trasparent interface to
-HTML::TableTiler and HTML::FillInForm too.
-
-WWW: http://search.cpan.org/~domizio/HTML-MagicTemplate-3.03/
-
-Author: Domizio Demichelis <dd@4pro.net>
diff --git a/www/p5-HTML-MagicTemplate/pkg-plist b/www/p5-HTML-MagicTemplate/pkg-plist
deleted file mode 100644
index 55c750ee1ba9..000000000000
--- a/www/p5-HTML-MagicTemplate/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%SITE_PERL%%/HTML/MagicTemplate.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MagicTemplate/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MagicTemplate
-@unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true