head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.36;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.06.28.18.37.21;	author az;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.22.00.38.09;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2007.04.23.11.09.46;	author sat;	state Exp;
branches;
next	1.10;

1.10
date	2005.04.27.09.11.45;	author vs;	state Exp;
branches;
next	1.9;

1.9
date	2003.11.20.16.10.20;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2003.11.03.00.54.32;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.14.15.26;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.24.12.04.27;	author ijliao;	state Exp;
branches;
next	1.5;

1.5
date	2003.03.07.06.12.38;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2001.07.28.02.07.07;	author greid;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.26.17.06.34;	author greid;	state Exp;
branches;
next	1.2;

1.2
date	2001.05.19.19.19.09;	author greid;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.21.03.32.59;	author okazaki;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:   html2wml
# Date created:        15 January 2001
# Whom:                George Reid <greid@@ukug.uk.freebsd.org>
#
# $FreeBSD: head/www/html2wml/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	html2wml
PORTVERSION=	0.4.11
CATEGORIES=	www
MASTER_SITES=	SF/htmlwml/Html2Wml/${PORTVERSION} http://maddingue.free.fr/softwares/download/Html2Wml/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A CGI that can do on-the-fly HTML to WML conversion

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Text-Template>=0:${PORTSDIR}/textproc/p5-Text-Template \
		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser

USE_PERL5=	yes
MAKE_ARGS=	PREFIX=${PREFIX} DOCDIR=${DOCDIR}

PLIST_FILES=	bin/html2wml
MAN1=		html2wml.1
.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

do-build:
	cd ${BUILD_WRKSRC}/doc; \
	${LN} -sf readme.pod html2wml.pod; \
	pod2man --center="Html2Wml Documentation" \
		--release=0.4.0 html2wml.pod > html2wml.man

checkconfig:
	@@cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} default

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/html2wml/t/samples
.for D in INSTALL NEWS NOTES README TODO ChangeLog
	${INSTALL_DATA} ${WRKSRC}/$D ${PREFIX}/share/doc/html2wml
.endfor
.for D in html pdf pod txt
	${INSTALL_DATA} ${WRKSRC}/doc/readme.$D ${PREFIX}/share/doc/html2wml
.endfor
	${INSTALL_DATA} ${WRKSRC}/t/form.html \
		${PREFIX}/share/doc/html2wml/t
.for D in inc_para.wml inc_prev.wml mix1.html mix2.html struct.html \
	t-a.html t-anchor.html t-br.html t-double-tags.html t-extcharset.html \
	t-frames.html t-img.html t-include.html t-nest.html t-no-tag.html \
	t-special-chars.html t-urls.html
	${INSTALL_DATA} ${WRKSRC}/t/samples/$D \
		${PREFIX}/share/doc/html2wml/t/samples
.endfor
.endif

.include <bsd.port.mk>
@


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


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d16 3
a18 3
RUN_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
@


1.11
log
@- Update pkg-descr
- Add more master sites
@
text
@d11 1
a11 1
MASTER_SITES=	SF/htmlwml http://maddingue.free.fr/softwares/download/Html2Wml/
@


1.10
log
@- Use PLIST_FILES/PORTDOCS, MAKE_ARGS
- Note that the cgi-script isn't installed atm
@
text
@d11 1
a11 1
MASTER_SITES=	http://maddingue.free.fr/softwares/download/Html2Wml/
@


1.9
log
@- Update to version 0.4.11
- Use %%DOCSDIR%%

PR:		59491
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d21 1
d23 1
d25 3
@


1.8
log
@Reset maintainer of ports owned by inactive committers who were just retired.
@
text
@d9 1
a9 1
PORTVERSION=	0.4.6.p5
d11 1
a11 2
MASTER_SITES=	http://maddingue.free.fr/techie/download/Html2Wml/
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p5//}-pre5
d36 1
a36 1
.for D in ARTISTIC COPYING INSTALL NEWS NOTES README TODO ChangeLog
@


1.7
log
@Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
@
text
@d14 1
a14 1
MAINTAINER=	greid@@FreeBSD.org
@


1.6
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@a21 1
SITE_PERL=	${SITE_PERL}
@


1.5
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d22 1
a22 1
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
@


1.4
log
@Update to 0.4.6.p5

PR:		28866
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/html2wml/Makefile,v 1.3 2001/06/26 17:06:34 greid Exp $
d15 1
@


1.3
log
@Update to 0.4.5r2

PR:		28419
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/html2wml/Makefile,v 1.2 2001/05/19 19:19:09 greid Exp $
d9 1
a9 1
PORTVERSION=	0.4.5r2
d12 1
@


1.2
log
@Update to version 0.4.2
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/html2wml/Makefile,v 1.1 2001/03/21 03:32:59 okazaki Exp $
d9 1
a9 1
PORTVERSION=	0.4.2
d44 4
a47 2
.for D in inc_para.wml inc_prev.wml include.html links.html mix1.html \
	mix2.html struct.html xtreme.html
@


1.1
log
@Add html2wml 0.4.0, a Perl program that converts HTML pages to WML decks.

PR:		24333
Submitted by:	George Reid <greid@@dogma.freebsd-uk.eu.org>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.4.0
d13 1
a13 1
MAINTAINER=	greid@@ukug.uk.freebsd.org
d32 18
@

