head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	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.12
	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.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.11
	RELEASE_5_5_0:1.11
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.8
	RELEASE_4_1_1:1.8
	RELEASE_4_1_0:1.8
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.7
	RELEASE_3_3_0:1.7
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.3
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1.1.1
	htmlpp_3_9d:1.1.1.1
	DBURR:1.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	2011.08.02.19.22.12;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2009.02.24.13.29.22;	author skv;	state Exp;
branches;
next	1.11;

1.11
date	2005.03.17.16.42.31;	author skv;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.07.06.12.38;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2001.02.05.15.33.23;	author olgeni;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.10.00.05.21;	author cpiazza;	state Exp;
branches;
next	1.7;

1.7
date	99.08.31.06.51.45;	author mharo;	state Exp;
branches;
next	1.6;

1.6
date	99.08.31.02.42.51;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.05.01.05.11.31;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	99.02.03.11.11.59;	author asami;	state Exp;
branches;
next	1.3;

1.3
date	98.11.29.08.20.30;	author asami;	state Exp;
branches;
next	1.2;

1.2
date	98.09.15.21.31.55;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	98.07.20.23.20.22;	author dburr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.07.20.23.20.22;	author dburr;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:    htmlpp
# Date created:         9 Nov 1997
# Whom:                 Donald Burr <dburr@@FreeBSD.org>
#
# $FreeBSD: head/www/htmlpp/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	htmlpp
PORTVERSION=	4.2a
CATEGORIES=	www
MASTER_SITES=	http://legacy.imatix.com/pub/tools/
DISTNAME=	htmlp42a
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A Perl script to allow easy creation of HTML from template files

USE_PERL5=	YES

NO_WRKSUBDIR=	yes

do-build:
	${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \
		${WRKDIR}/htmlpp > ${WRKDIR}/htmlpp.temp
	${RM} -f ${WRKDIR}/htmlpp
	${MV} ${WRKDIR}/htmlpp.temp ${WRKDIR}/htmlpp

do-install:
	${MKDIR} ${PREFIX}/${SITE_PERL_REL}
	${INSTALL_SCRIPT} ${WRKDIR}/htmlpp ${PREFIX}/bin/htmlpp
	${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/${SITE_PERL_REL}/htmlpp.d
	(cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/${SITE_PERL_REL}/$${FILE}; done)
	(cd ${WRKDIR}; for FILE in *.def; do ${INSTALL_DATA} $${FILE} ${PREFIX}/bin/$${FILE}; done)
	${INSTALL_DATA} ${WRKDIR}/guru_opt.fmt ${PREFIX}/bin/guru.fmt
	(cd ${WRKDIR}; ${MKDIR} ${PREFIX}/share/doc/htmlpp; for FILE in *.htm; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done)
	(cd ${WRKDIR}; for FILE in *.gif; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done)
	(cd ${WRKDIR}; for FILE in *.txt; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}; done)

.include <bsd.port.mk>
@


1.13
log
@Fix master_site
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@Use variables SITE_PERL and SITE_PERL_REL where appropriate.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.imatix.com/pub/tools/
@


1.11
log
@Reset maintainer to ports@@FreeBSD.org

Approved by:	portmgr (krion)
@
text
@d29 1
a29 1
	${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
d31 2
a32 2
	${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/htmlpp.d
	(cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/$${FILE}; done)
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d15 1
a15 1
MAINTAINER=	dburr@@FreeBSD.org
@


1.9
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/htmlpp/Makefile,v 1.8 2000/04/10 00:05:21 cpiazza Exp $
d16 1
@


1.8
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/htmlpp/Makefile,v 1.7 1999/08/31 06:51:45 mharo Exp $
d9 1
a9 1
PORTVERSION= 	4.2a
@


1.7
log
@FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
@
text
@a1 1
# Version required:     3.9d
d5 1
a5 1
# $FreeBSD: ports/www/htmlpp/Makefile,v 1.6 1999/08/31 02:42:51 peter Exp $
d8 2
a9 2
DISTNAME=	htmlp42a
PKGNAME=	htmlpp-4.2a
d12 1
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d4 1
a4 1
# Whom:                 Donald Burr <dburr@@FreeBSD.ORG>
d6 1
a6 1
# $FreeBSD$
d15 1
a15 1
MAINTAINER=	dburr@@FreeBSD.ORG
@


1.5
log
@maintainer timeout
Unbreak www/htmlpp and upgrade to 4.2a

PR:		11232
Submitted by:	Don Croyle <croyle@@gelemna.ft-wayne.in.us>
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.4 1999/02/03 11:11:59 asami Exp $
@


1.4
log
@Adjust port Makefiles to new EXTRACT_* variable defaults.  See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1998/11/29 08:20:30 asami Exp $
d9 2
a10 2
DISTNAME=	htmlpp
PKGNAME=	htmlpp-3.9d
d13 1
a13 1
EXTRACT_SUFX=	.zip
a16 6
BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip

EXTRACT_CMD=	unzip
EXTRACT_BEFORE_ARGS=	-qa
EXTRACT_AFTER_ARGS=	# empty

d28 1
a28 1
	${MKDIR} ${PREFIX}/lib/perl5/site_perl
d30 2
a31 2
	${INSTALL_DATA} ${WRKDIR}/htmlpp.d ${PREFIX}/lib/perl5/site_perl/htmlpp.d
	(cd ${WRKDIR}; for FILE in *.pl; do ${INSTALL_DATA} $${FILE} ${PREFIX}/lib/perl5/site_perl/$${FILE}; done)
d34 1
a34 2
	${INSTALL_DATA} ${WRKDIR}/htmlpp.l ${PREFIX}/bin/htmlpp.l
	(cd ${WRKDIR}; ${MKDIR} ${PREFIX}/share/doc/htmlpp; for FILE in *.htm; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/doc/htmlpp/$${FILE}l; done)
@


1.3
log
@Create installation directory.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1998/09/15 21:31:55 asami Exp $
d20 2
a21 1
EXTRACT_ARGS=	-qa
@


1.2
log
@Use ${PERL5} wherever appropriate.  Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/07/20 23:20:22 dburr Exp $
d33 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d27 1
a27 1
	${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \
@


1.1.1.1
log
@PR:		ports/4985
Submitted by:	myself
Import of new port www/htmlpp, a tool that allows you to easily
maintain web sites of any size.
@
text
@@
