1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

HTML::MagicTemplate package now include in Text-MagicTemplate, which is

merged in textproc/p5-Text-MagicTemplate

PR:		60712
Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2003-12-30 12:29:02 +00:00
parent 5eecde4cf8
commit dd34ea289f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96943
6 changed files with 1 additions and 48 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (HTML-MagicTemplate-3.11.tar.gz) = dff308ee0f86ea1d3227d072844838d7

View File

@ -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>

View File

@ -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