head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.05.03.10.22;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.21.17.38.09;	author eadler;	state Exp;
branches;
next	1.8;

1.8
date	2010.01.25.22.42.58;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.29.56;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2007.04.06.06.48.43;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2005.09.20.14.20.34;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.11.15.46.20;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.04.46;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.14.01.27;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.12.17.07.08;	author naddy;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTML::FromText
# Date created:				04 November 2002
# Whom:					Seamus Venasse <svenasse@@polaris.ca>
#
# $FreeBSD: head/www/p5-HTML-FromText/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=		HTML-FromText
PORTVERSION=		2.05
PORTREVISION=		1
CATEGORIES=		www perl5
MASTER_SITES=		CPAN
PKGNAMEPREFIX=		p5-

MAINTAINER=		ports@@FreeBSD.org
COMMENT=	Mark up text as HTML

BUILD_DEPENDS=	p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \
		p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=		yes

MAN1=			text2html.1
MAN3=			HTML::FromText.3

.include <bsd.port.mk>
@


1.10
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 3
a20 3
BUILD_DEPENDS=	${SITE_PERL}/Email/Find.pm:${PORTSDIR}/mail/p5-Email-Find \
		${SITE_PERL}/Exporter/Lite.pm:${PORTSDIR}/devel/p5-Exporter-Lite \
		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
@


1.8
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 6).

Approved by:	portmgr (itetcu)
@
text
@d21 1
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d10 1
a19 1
		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
@


1.6
log
@- Remove old Perl support from unmaintained ports in categories starting
  with letter o-z
@
text
@d11 1
a11 2
MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.5
log
@Reset maintainership of Seamus Venasse who has not responded for some time.
Thank you for your efforts in the past!

Noticed by:	tobez
Approved by:	portmgr (self)
@
text
@d29 1
a29 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
post-patch:
	@@${PERL} -pi -e 's/_ foreach/_() foreach/' ${WRKSRC}/lib/HTML/FromText.pm
.endif

.include <bsd.port.post.mk>
@


1.4
log
@Update to 2.05

PR:		57988
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=		svenasse@@polaris.ca
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=		1.005
d18 6
d26 1
d29 8
a36 1
.include <bsd.port.mk>
@


1.2
log
@De-pkg-comment.
@
text
@a20 1
MANPREFIX=		${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@Import HTML-FromText 1.005 Perl module.

The text2html function marks up plain text as HTML.  By default it
converts HTML metacharacters into the corresponding entities.  More
sophisticated transformations, such as splitting the text into
paragraphs or marking up bulleted lists, can be carried out by
setting the appropriate options.

PR:		44903
Submitted by:	Seamus Venasse <svenasse@@polaris.ca>
@
text
@d16 1
@

