head	1.9;
access;
symbols
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3;
locks; strict;
comment	@# @;


1.9
date	2007.04.10.17.40.51;	author miwi;	state dead;
branches;
next	1.8;

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

1.7
date	2007.01.30.00.12.58;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.05.02.30.56;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.22.19.41.10;	author ale;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.13.04.15.12;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.05.16.50.02;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.03.19.36.13;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.30.13.07.02;	author pav;	state Exp;
branches;
next	;


desc
@@


1.9
log
@2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects an old version of XMAME, please use other frontends instead (like gxmame)
2007-03-28 graphics/hobbes-icons-xpm: Archaic port
2007-04-10 japanese/firefox-ja: Incomplete pkg-plist
2007-04-10 japanese/lookup-xemacs: Does not install
2007-04-10 lang/linux-hla: Does not compile
2007-04-10 mail/vmailmgr: Incomplete pkg-plist
2007-04-10 multimedia/qvamps: Touches filesystem prior to 'make install'
2007-03-10 net-mgmt/sting: Broken on all supported versions of FreeBSD
2007-04-10 net-mgmt/tas: Incomplete pkg-plist
2007-04-10 net-p2p/verlihub-plugins: Does not configure, it needs at least verlihub 1.0
2007-04-10 news/inn-stable: Fails to patch
2007-04-10 palm/malsync: Does not build with new pilot-link
2007-04-10 russian/elm.language: Leaves behind files on deinstall
2007-04-10 russian/pine.language: Leaves behind config file on deinstall
2007-04-01 science/py-scipy03: Replaced by py-scipy
2007-04-10 security/php4-cryptopp: Does not compile
@
text
@# New ports collection makefile for:	php4-cryptopp
# Date created:				28 Jan 2004
# Whom:					tmelzer
#
# $FreeBSD: ports/security/php4-cryptopp/Makefile,v 1.8 2007/02/11 01:23:32 kris Exp $
#

PORTNAME=	cryptopp
PORTVERSION=	0.0.15
CATEGORIES=	security
MASTER_SITES=	http://bugs.tutorbuddy.com/download.php/
PKGNAMEPREFIX=	php4-
DISTNAME=	${PORTNAME}-php-${PORTVERSION}

MAINTAINER=	tmelzer@@tomesoft.de
COMMENT=	A crypto++ php wrapper

BUILD_DEPENDS+=	${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp

BROKEN=		Does not compile
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2007-04-10

WRKSRC=		${WRKDIR}/${PORTNAME}
DOCSDIR=	${PREFIX}/share/doc/${PKGNAME}

USE_PERL5=	yes
USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=5
DEFAULT_PHP_VER=4

CONFIGURE_ARGS=	--with-cryptopp

.if !defined(NOPORTDOCS)
PORTDOCS=	README ${PORTNAME}.doc
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|-march=pentium3 -O3 -g -pipe -fomit-frame-pointer|${CFLAGS}|' ${WRKSRC}/config.m4

post-build:
# convert sgml documentation to plain text
	@@${PERL} -e '$$/=">";' -e 'while(<>){s/<.*>//;print;}' < ${WRKSRC}/docs/${PORTNAME}.sgml > ${WRKSRC}/${PORTNAME}.doc

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.8
log
@Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@BROKEN: Does not compile
@
text
@d21 2
@


1.6
log
@Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr
@
text
@d20 2
@


1.5
log
@Mark BROKEN with php5.
@
text
@d26 1
a26 1
BROKEN_WITH_PHP=5
@


1.4
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d26 2
a27 1
USE_PHPIZE=	yes
@


1.3
log
@- Move perl invocation to post-build, just to be sure
@
text
@a26 1
USE_REINPLACE=	yes
@


1.2
log
@- Fix small big typo

Reported by:	krismail
@
text
@d35 4
a38 1
post-extract:
a41 3
post-patch:
	@@${REINPLACE_CMD} -e 's|-march=pentium3 -O3 -g -pipe -fomit-frame-pointer|${CFLAGS}|' ${WRKSRC}/config.m4

@


1.1
log
@cryptopp-php is a cryptography extension for PHP based on Wei Dai's
Crypto++, a free C++ crypto library.

PR:		ports/76810
Submitted by:	Thomas Melzer <tmelzer@@tomesoft.de>
@
text
@d23 1
a23 1
USE_PERL=	yes
@

