head	1.9;
access;
symbols
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2008.02.27.08.44.35;	author lth;	state dead;
branches;
next	1.8;

1.8
date	2007.09.04.11.26.21;	author lth;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.02.20.30.46;	author lth;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.13.04.41.12;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.23.08.43.09;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2004.06.01.12.32.32;	author lth;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.09.29;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.12.14.15.09.15;	author sergei;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.23.20.21.55;	author sergei;	state Exp;
branches;
next	;


desc
@@


1.9
log
@- Removed www/libhttpd-persistent (expired)

2007-11-04 www/libhttpd-persistent: Development stalled for years, outdated.
@
text
@# New ports collection makefile for:	libhttpd-persistent
# Date created:				19 October 2003
# Whom:					Lars Thegler <lars@@thegler.dk>
#
# $FreeBSD: ports/www/libhttpd-persistent/Makefile,v 1.8 2007/09/04 11:26:21 lth Exp $
#

PORTNAME=	libhttpd
PORTVERSION=	${VERSION}${LEVEL}
PORTREVISION=	1
CATEGORIES=	www devel
MASTER_SITES=	http://www.deleet.de/projekte/daap/daapd/
PKGNAMESUFFIX=	-persistent
DISTNAME=	${PORTNAME}-${VERSION}p-${LEVEL}
EXTRACT_SUFX=	.tgz

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	Library for embedded web servers

DEPRECATED=	Development stalled for years, outdated.
EXPIRATION_DATE=	2007-11-04

WRKSRC=		${WRKDIR}/${PORTNAME}-${VERSION}-persistent-${LEVEL}
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GCC=	3.4+
CONFIGURE_ENV=	CC=${CXX}

VERSION=	1.3
LEVEL=		h

DOCS=		README HISTORY License doc/FAQ.txt doc/libhttpd.pdf

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
		${WRKSRC}/Site.mm.in \
		${WRKSRC}/src/Makefile.tmpl

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

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Broken with gcc 4.x
.endif

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


1.8
log
@Deprecate audio/daapd and component parts due to project abandonment,
timeout in 2 months. Mark BROKEN for gcc 4.x where applicable.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Updating audio/daapd to 0.2.4b. Now requires gcc 3.4+, so does the libraries, due to c++ name mangling.

PR:		based on ports/97480
Submitted by:	Gunter Wambaugh <gunter@@six-two.net>
@
text
@d20 3
d45 7
a51 1
.include <bsd.port.mk>
@


1.6
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d10 1
d23 2
a24 1
CC=		${CXX}
@


1.5
log
@Udate to 1.3h

Approved by:	erwin (mentor)
@
text
@a21 1
USE_REINPLACE=	yes
@


1.4
log
@Change of email address.

Approved by:	erwin (mentor)
@
text
@a9 1
PORTREVISION=	1
d26 1
a26 1
LEVEL=		f
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d17 1
a17 1
MAINTAINER=	lars@@thegler.dk
@


1.2
log
@- Update to 1.3f

PR:		60214
Submitted by:	maintainer
@
text
@d10 1
@


1.1
log
@Add libhttpd-persistent, library for embedded web servers.

libHTTPD can be used to add basic web server capabilities to an
application or embedded device. The library handles both static and
dynamically generated content, has very low overheads, and provides many
features to simplify the creation of web based application interfaces.

This is a version modified for persistent connections by the author of
daapd.

PR:		58350
Submitted by:	Lars Thegler <lars@@thegler.dk>
Approved by:	krion (implicit)
@
text
@d26 1
a26 1
LEVEL=		e
@

