mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Removed www/libhttpd-persistent (expired)
2007-11-04 www/libhttpd-persistent: Development stalled for years, outdated.
This commit is contained in:
parent
3e316a1bb8
commit
760227385c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207983
1
MOVED
1
MOVED
@ -3365,3 +3365,4 @@ mail/linux-netscape-messenger|mail/thunderbird|2008-02-13|Abandoned by AOL
|
||||
www/linux-netscape-navigator|www/firefox|2008-02-13|Abandoned by AOL
|
||||
audio/daapd||2008-02-26|Has expired: Development stalled, outdated. Does not support newer versions of DAAP protocol.
|
||||
audio/daaplib||2008-02-26|Has expired: Development stalled for years, outdated. Does not support newer versions of DAAP protocol.
|
||||
www/libhttpd-persistent||2008-02-27|Has expired: Development stalled for years, outdated.
|
||||
|
@ -281,7 +281,6 @@
|
||||
SUBDIR += libapreq2
|
||||
SUBDIR += libghttp
|
||||
SUBDIR += libgtkhtml
|
||||
SUBDIR += libhttpd-persistent
|
||||
SUBDIR += libmicrohttpd
|
||||
SUBDIR += libwww
|
||||
SUBDIR += lifetype
|
||||
|
@ -1,51 +0,0 @@
|
||||
# New ports collection makefile for: libhttpd-persistent
|
||||
# Date created: 19 October 2003
|
||||
# Whom: Lars Thegler <lars@thegler.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
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,3 +0,0 @@
|
||||
MD5 (libhttpd-1.3p-h.tgz) = 72b7f4b3f688d918c771b4c833766b28
|
||||
SHA256 (libhttpd-1.3p-h.tgz) = a5613a6f62104d0fd90d1aed475e59104fbda9295e15fdc20990c2cd9b6298c1
|
||||
SIZE (libhttpd-1.3p-h.tgz) = 156210
|
@ -1,28 +0,0 @@
|
||||
--- makegen/library_unix.mm.orig Fri Aug 22 03:49:39 2003
|
||||
+++ makegen/library_unix.mm Tue Oct 28 12:45:32 2003
|
||||
@@ -8,14 +8,6 @@ then
|
||||
fi
|
||||
|
||||
|
||||
-if echo '\c' | grep -s c >/dev/null 2>&1
|
||||
-then
|
||||
- ECHO_N="echo -n"
|
||||
- ECHO_C=""
|
||||
-else
|
||||
- ECHO_N="echo"
|
||||
- ECHO_C='\c'
|
||||
-fi
|
||||
|
||||
|
||||
lib=$1
|
||||
@@ -24,10 +16,6 @@ libobj=`echo $3 | sed "s/,/ /g"`
|
||||
|
||||
for src in $libsrc
|
||||
do
|
||||
- if test -c /dev/tty
|
||||
- then
|
||||
- $ECHO_N ".$ECHO_C" > /dev/tty
|
||||
- fi
|
||||
base=`echo $src | sed "s/\..*//"`
|
||||
obj=`echo $src | sed "s/\.c\$/.o/"`
|
||||
libobj="$libobj $obj"
|
@ -1,9 +0,0 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.deleet.de/projekte/daap/daapd/
|
@ -1,8 +0,0 @@
|
||||
include/httpd-persistent.h
|
||||
lib/libhttpd-persistent.a
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
|
||||
%%PORTDOCS%%%%DOCSDIR%%/License
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/libhttpd.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/
|
Loading…
Reference in New Issue
Block a user