head	1.23;
access;
symbols
	RELEASE_7_2_0:1.21
	RELEASE_7_1_0:1.20
	RELEASE_6_4_0:1.20
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.17
	RELEASE_5_5_0:1.17
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.3
	p5_html_embperl_1_3b2:1.1.1.1
	FRANK_MAYHAR:1.1.1;
locks; strict;
comment	@# @;


1.23
date	2009.06.13.20.13.19;	author erwin;	state dead;
branches;
next	1.22;

1.22
date	2009.05.19.19.08.43;	author pgollucci;	state Exp;
branches;
next	1.21;

1.21
date	2009.01.29.19.50.09;	author pav;	state Exp;
branches;
next	1.20;

1.20
date	2008.04.17.14.29.56;	author araujo;	state Exp;
branches;
next	1.19;

1.19
date	2007.09.08.01.11.28;	author linimon;	state Exp;
branches;
next	1.18;

1.18
date	2007.03.23.09.47.31;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2005.06.11.16.13.09;	author skv;	state Exp;
branches;
next	1.16;

1.16
date	2005.05.07.03.09.13;	author kris;	state Exp;
branches;
next	1.15;

1.15
date	2004.12.19.00.14.57;	author mharo;	state Exp;
branches;
next	1.14;

1.14
date	2004.05.08.07.22.42;	author mharo;	state Exp;
branches;
next	1.13;

1.13
date	2003.11.02.02.48.08;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.24.12.04.45;	author ijliao;	state Exp;
branches;
next	1.11;

1.11
date	2003.02.21.14.01.27;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2001.06.15.21.12.11;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2001.03.28.14.30.56;	author will;	state Exp;
branches;
next	1.8;

1.8
date	2001.03.01.06.37.49;	author vanilla;	state Exp;
branches;
next	1.7;

1.7
date	2001.02.05.15.33.41;	author olgeni;	state Exp;
branches;
next	1.6;

1.6
date	2000.12.21.09.38.54;	author will;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.08.22.48.55;	author steve;	state Exp;
branches;
next	1.4;

1.4
date	2000.06.17.02.37.09;	author will;	state Exp;
branches;
next	1.3;

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

1.2
date	2000.04.10.00.06.27;	author cpiazza;	state Exp;
branches;
next	1.1;

1.1
date	2000.03.19.05.47.29;	author vanilla;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.03.19.05.47.29;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Remove www/p5-HTML-Embperl as it has been marked BROKEN for over 4 months.
@
text
@# New ports collection makefile for:	p5-HTML-Embperl
# Date created:				March 13, 2000
# Whom:	      				Frank Mayhar <frank@@exit.com>
#
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.22 2009/05/19 19:08:43 pgollucci Exp $
#

PORTNAME=	HTML-Embperl
PORTVERSION=	1.3.6
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A module to allow embedded perl in HTML documents

.if !defined(WITHOUT_APACHE)
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
		${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
#		${SITE_PERL}/Apache/SessionX.pm:${PORTSDIR}/www/p5-Apache-SessionX
.endif

BROKEN=		does not compile; infinite loops

PERL_CONFIGURE=	yes

.if !defined(WITHOUT_APACHE)
CONFIGURE_ENV=	EPHTTPD="${LOCALBASE}/sbin/httpd" EPMODDIR="${LOCALBASE}/${APACHEMODDIR}"
CONFIGURE_ARGS=	${LOCALBASE}/${APACHEINCLUDEDIR}
.else
CONFIGURE_ENV=	NOAPACHE=true
.endif

INSTALL_TARGET=	pure_install

MAN3=		HTML::Embperl.3 HTML::Embperl::Faq.3 HTML::Embperl::Changes.3 \
		HTML::Embperl::FeaturesD.3 HTML::Embperl::TipsAndTricks.3 \
		HTML::Embperl::Intro.3 HTML::Embperl::Session.3 HTML::Embperl::Mail.3 \
		HTML::Embperl::INSTALL.3 HTML::Embperl::NEWS.3 HTML::EmbperlObject.3 \
		HTML::Embperl::IntroD.3 HTML::EmbperlD.3 HTML::Embperl::Features.3 \
		HTML::Embperl::IntroEmbperlObject.3 HTML::Embperl::CVS.3

MAN1=		embpexec.pl.1

.include <bsd.port.mk>
@


1.22
log
@- annotate the broken message a bit
- while here, use some bsd.apache.mk vars
  [still broken]
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Mark BROKEN: does not compile

Reported by:	pointyhat
@
text
@d26 1
a26 1
BROKEN=		does not compile
d31 2
a32 2
CONFIGURE_ENV=	EPHTTPD="${LOCALBASE}/sbin/httpd" EPMODDIR="${LOCALBASE}/libexec/apache"
CONFIGURE_ARGS=	${LOCALBASE}/include/apache
@


1.20
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
@d26 2
@


1.19
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
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.18
log
@Reset mharo due to maintainer-timeouts and no response to PRs.

Hat:		portmgr
@
text
@d47 1
a47 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
BROKEN=		Incorrect pkg-plist
.endif

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


1.17
log
@* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
@
text
@d16 1
a16 1
MAINTAINER=	mharo@@FreeBSD.org
@


1.16
log
@BROKEN with old perl: Incorrect pkg-plist
@
text
@d10 1
a10 1
PORTREVISION=	1
d22 1
a37 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
a49 2
BUILD_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
RUN_DEPENDS+=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
@


1.15
log
@add missing files
@
text
@d52 1
@


1.14
log
@Update to 1.3.6

Become maintainer
@
text
@d10 1
d43 2
a44 1
		HTML::Embperl::IntroEmbperlObject.3
@


1.13
log
@ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.3
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
d26 1
d28 4
a31 1
CONFIGURE_ARGS=	DEFINE=-DAPACHE INC=-I${LOCALBASE}/include/apache
d37 6
a42 1
MAN3=		HTML::Embperl.3 HTML::EmbperlD.3 HTML::EmbperlObject.3
d45 6
a50 2
pre-configure:
	${CP} -f ${FILESDIR}/Makefile.PL ${WRKSRC}
d52 1
a52 1
.include <bsd.port.mk>
@


1.12
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=	kapr@@crosswinds.net
@


1.11
log
@De-pkg-comment.
@
text
@d19 3
a21 3
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session
@


1.10
log
@Upgrade to 1.3.3

PR:		27032
Submitted by:	maintainer
OK'ed by:	markm
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.9 2001/03/28 14:30:56 will Exp $
d16 1
@


1.9
log
@Fix dependency problem:  p5-Apache -> mod_perl.

PR:		26170
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	1.3.0
d17 1
d19 3
d24 3
a26 1
IS_INTERACTIVE=	yes
d28 3
d32 4
a35 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.8
log
@Remove do-configure section, use PERL_CONFIGURE now.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.7 2001/02/05 15:33:41 olgeni Exp $
d17 1
a17 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache
@


1.7
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.6 2000/12/21 09:38:54 will Exp $
d19 1
a19 1
USE_PERL5=	yes
a23 4

do-configure:
		@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
			${LOCALBASE}/sbin CC="${CC}" CCFLAGS="${CFLAGS}"
@


1.6
log
@Update to 1.3.0.  Give this port a MAINTAINER.

PR:		23640
Submitted by:	Alex Kapranoff <kappa@@zombie.antar.bryansk.ru>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.5 2000/11/08 22:48:55 steve Exp $
d9 1
a9 1
PORTVERSION= 	1.3.0
@


1.5
log
@Mark this port IS_INTERACTIVE since it asks questions that were causing
my package builds to stall.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.4 2000/06/17 02:37:09 will Exp $
d9 1
a9 1
PORTVERSION= 	1.3b2
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d19 1
a20 1
USE_PERL5=	yes
d22 1
a22 1
MAN3=		HTML::Embperl.3 HTML::EmbperlD.3
@


1.4
log
@Lots and lots of cleanups.  Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@@mips.inka.de>
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.3 2000/04/16 08:50:05 asami Exp $
d19 1
@


1.3
log
@DISTNAME fixes.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.2 2000/04/10 00:06:27 cpiazza Exp $
d8 1
a8 1
PORTNAME=	p5-HTML-Embperl
d13 1
a13 1
DISTNAME=	HTML-Embperl-1.3b2
d19 1
a19 1
USE_PERL5=	YES
d25 2
a26 1
		@@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${LOCALBASE}/sbin
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/p5-HTML-Embperl/Makefile,v 1.1.1.1 2000/03/19 05:47:29 vanilla Exp $
d13 1
a13 1
DISTNAME=	p5-HTML-Embperl-1.3b2
@


1.1
log
@Initial revision
@
text
@a1 1
# Version required:			1.3b2
d5 1
a5 1
# $FreeBSD: ports/www/p5-CGI/Makefile,v 1.11 1999/08/31 06:52:03 mharo Exp $
d8 2
a9 2
DISTNAME=	HTML-Embperl-1.3b2
PKGNAME=	p5-HTML-Embperl-1.3b2
d13 1
@


1.1.1.1
log
@A module to allow embedded perl in HTML documents.
PR:		ports/17380
Submitted by:	frank@@exit.com (Frank Mayhar)
@
text
@@
