head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.01.21.17.38.12;	author eadler;	state Exp;
branches;
next	1.15;

1.15
date	2011.09.17.06.49.25;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.28.17.37.18;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2009.03.23.18.53.36;	author chinsan;	state Exp;
branches;
next	1.12;

1.12
date	2009.01.02.17.39.22;	author chinsan;	state Exp;
branches;
next	1.11;

1.11
date	2008.05.18.10.06.42;	author chinsan;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.17.14.30.03;	author araujo;	state Exp;
branches;
next	1.9;

1.9
date	2007.09.08.01.11.32;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2006.10.03.15.34.39;	author chinsan;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.22.04.42.26;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.21.12.27.28;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.21.08.25.42;	author novel;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.16.18.10.00;	author aaron;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.09.02.09.09;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.04.10.14.48.07;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.20.00.35.09;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-WikiConverter
# Date created:				2005/12/08
# Whom:	      				chinsan <chinsan.tw@@gmail.com>
#
# $FreeBSD: head/www/p5-HTML-WikiConverter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-WikiConverter
PORTVERSION=	0.68
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	An HTML to wiki markup converter

BUILD_DEPENDS=	p5-Class-Data-Inheritable>=0.02:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Params-Validate>=0.77:${PORTSDIR}/devel/p5-Params-Validate \
		p5-CSS>=0:${PORTSDIR}/textproc/p5-CSS \
		p5-HTML-Parser>=3.34:${PORTSDIR}/www/p5-HTML-Parser \
		p5-HTML-Tagset>=3.04:${PORTSDIR}/www/p5-HTML-Tagset \
		p5-HTML-Tree>=3.18:${PORTSDIR}/www/p5-HTML-Tree \
		p5-URI>=1.35:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		html2wiki.1
MAN3=		HTML::WikiConverter.3 HTML::WikiConverter::Dialects.3 \
		HTML::WikiConverter::Normalizer.3 \
		HTML::WikiConverter::WebApp.3

.include <bsd.port.mk>
@


1.16
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
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d24 1
a24 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.14
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d26 1
a26 1
PERL_CONFIGURE=	5.8.0+
@


1.13
log
@- Update to 0.68

PR:		ports/132421
Submitted by:	Wen Heping <wenheping at gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.12
log
@- Update to 0.63
@
text
@d9 1
a9 1
PORTVERSION=	0.63
d30 2
a31 1
		HTML::WikiConverter::Normalizer.3
@


1.11
log
@- Update to 0.62.
@
text
@d9 1
a9 1
PORTVERSION=	0.62
@


1.10
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
@d9 1
a9 1
PORTVERSION=	0.61
@


1.9
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.8
log
@Change the following ports to my FreeBSD.org email.
Approved by:	delphij (mentor)

archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
@
text
@d27 1
a27 1
PERL_CONFIGURE=	yes
d33 1
a33 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
IGNORE=		requires perl 5.8.x or later due to Unicode escapes
.endif

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


1.7
log
@- Update to 0.61

PR:		ports/100693
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Approved by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	chinsan.tw@@gmail.com
@


1.6
log
@- Normalizer.pm depends on CSS.pm, but it is not listed in Makefile.PL.
  Add this missing dependency and bump PORTREVISION.

Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.60
PORTREVISION=	1
@


1.5
log
@Update to 0.60.

PR:		100637
Submitted by:	chinsan <chinsan.tw@@gmail.com> (maintainer)
@
text
@d10 1
d21 1
@


1.4
log
@- Update to 0.55

PR:		ports/98922
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.55
d29 2
a30 2
MAN3=		HTML::WikiConverter.3 \
		HTML::WikiConverter::Dialects.3
@


1.3
log
@- Update to 0.53
- rewrite dependency lists
  o use package dependency if it has a minimum version requirement
  o Add two missing dependencies
  o Remove Getopt::Long. This port requires Perl 5.8, which has it.
- rephrase IGNORE

PR:		ports/98640
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.53
@


1.2
log
@Update to 0.52

PR:		95020
Submitted by:	chinsan <chinsan.tw@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.52
d18 6
a23 4
BUILD_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree
d35 1
a35 1
IGNORE=		uses Unicode escapes and there requires perl 5.8.x or later
@


1.1
log
@Add p5-HTML-WikiConverter 0.30, an HTML to wiki markup converter.

PR:		ports/90133
Submitted by:	chinsan <chinsan.tw@@gmail.com>
Approved by:    tobez
@
text
@d9 1
a9 1
PORTVERSION=	0.30
d26 1
d28 1
a28 11
		HTML::WikiConverter::DocuWiki.3 \
		HTML::WikiConverter::Kwiki.3 \
		HTML::WikiConverter::MediaWiki.3 \
		HTML::WikiConverter::MoinMoin.3 \
		HTML::WikiConverter::Oddmuse.3 \
		HTML::WikiConverter::PhpWiki.3 \
		HTML::WikiConverter::PmWiki.3 \
		HTML::WikiConverter::SnipSnap.3 \
		HTML::WikiConverter::TikiWiki.3 \
		HTML::WikiConverter::UseMod.3 \
		HTML::WikiConverter::WakkaWiki.3
@

