# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libhttpd-persistent # libhttpd-persistent/Makefile # libhttpd-persistent/distinfo # libhttpd-persistent/pkg-plist # libhttpd-persistent/pkg-descr # echo c - libhttpd-persistent mkdir -p libhttpd-persistent > /dev/null 2>&1 echo x - libhttpd-persistent/Makefile sed 's/^X//' >libhttpd-persistent/Makefile << 'END-of-libhttpd-persistent/Makefile' X# New ports collection makefile for: libhttpd-persistent X# Date created: 19 October 2003 X# Whom: Lars Thegler X# X# $FreeBSD$ X# X XPORTNAME= libhttpd-persistent XPORTVERSION= 1.3e XCATEGORIES= www XMASTER_SITES= http://www.deleet.de/projekte/daap/daapd/ XDISTNAME= libhttpd-1.3p-e XEXTRACT_SUFX= .tgz X XMAINTAINER= lars@thegler.dk XCOMMENT= Library for embedded web servers X XWRKSRC= ${WRKDIR}/libhttpd-1.3-persistent-e XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_REINPLACE= yes XCC= ${CXX} X XDOCS= README HISTORY License doc/FAQ.txt doc/libhttpd.pdf X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ X ${WRKSRC}/Site.mm.in \ X ${WRKSRC}/src/Makefile.tmpl X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${DOCSDIR} X.for FILE in ${DOCS} X @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} X.endfor X.endif X X.include END-of-libhttpd-persistent/Makefile echo x - libhttpd-persistent/distinfo sed 's/^X//' >libhttpd-persistent/distinfo << 'END-of-libhttpd-persistent/distinfo' XMD5 (libhttpd-1.3p-e.tgz) = 638f5e743393188c2761372e951a692b END-of-libhttpd-persistent/distinfo echo x - libhttpd-persistent/pkg-plist sed 's/^X//' >libhttpd-persistent/pkg-plist << 'END-of-libhttpd-persistent/pkg-plist' Xinclude/httpd.h Xlib/libhttpd.a X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/HISTORY X%%PORTDOCS%%%%DOCSDIR%%/License X%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt X%%PORTDOCS%%%%DOCSDIR%%/libhttpd.pdf END-of-libhttpd-persistent/pkg-plist echo x - libhttpd-persistent/pkg-descr sed 's/^X//' >libhttpd-persistent/pkg-descr << 'END-of-libhttpd-persistent/pkg-descr' XlibHTTPD can be used to add basic web server capabilities to an Xapplication or embedded device. The library handles both static and Xdynamically generated content, has very low overheads, and provides many Xfeatures to simplify the creation of web based application interfaces. X XThis is a version modified for persistent connections by the author of Xdaapd. X XWWW: http://www.deleet.de/projekte/daap/daapd/ END-of-libhttpd-persistent/pkg-descr exit