summaryrefslogtreecommitdiff
path: root/www/xshttpd-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/xshttpd-devel')
-rw-r--r--www/xshttpd-devel/Makefile88
-rw-r--r--www/xshttpd-devel/distinfo3
-rw-r--r--www/xshttpd-devel/files/xshttpd.sh.in29
-rw-r--r--www/xshttpd-devel/pkg-descr23
-rw-r--r--www/xshttpd-devel/pkg-plist71
5 files changed, 0 insertions, 214 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
deleted file mode 100644
index c3a5d81cebf1..000000000000
--- a/www/xshttpd-devel/Makefile
+++ /dev/null
@@ -1,88 +0,0 @@
-# New ports collection makefile for: xshttpd
-# Date created: 29 June 2005
-# Whom: Ed Schouten <ed@fxq.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xshttpd
-DISTVERSION= 3.3g01
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
- ftp://mud.stack.nl/pub/xs-httpd/release/
-DISTNAME= ${PORTNAME}-${DISTVERSION:S/.//}
-
-MAINTAINER= johans@stack.nl
-COMMENT= A webserver with CGI as own user and SSL suport
-
-RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support
-
-CONFLICTS+= apache-[0-9]*
-
-MAN1= clearxs.1 gfxcount.1 httpd.1 httpdc.1 imagemap.1 \
- readxs.1 xsindex.1 xspasswd.1
-MAN5= httpd.conf.5 xsauth.5 xsscripts.5
-USE_RC_SUBR= xshttpd.sh
-
-GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-OPTIONS= SSL "Enable https support" On \
- LDAP "Enable ldap support" Off \
- PCRE "Enable pcre rewriting support" Off \
- PERSISTENT_PERL "Enable persistent perl interpreter" Off
-
-# By default XS-HTTPD stores its data in ${PREFIX}/lib/httpd
-DATADIR= ${PREFIX}/www
-PLIST_SUB= WWWDIR=${DATADIR}
-CONFIGURE_ARGS+=--with-rootdir=${DATADIR}
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_SSL)
-.include <${PORTSDIR}/Mk/bsd.openssl.mk>
-#USE_OPENSSL= yes
-CONFIGURE_ARGS+=--with-ssl
-.else
-CONFIGURE_ARGS+=--without-ssl
-.endif
-
-.if defined(WITH_LDAP)
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=--without-ldap
-.endif
-
-.if defined(WITH_PERSISTENT_PERL)
-USE_PERL5= yes
-CONFIGURE_ARGS+=--with-perl
-.else
-CONFIGURE_ARGS+=--without-perl
-.endif
-
-.if defined(WITH_PCRE)
-LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
-CONFIGURE_ARGS+=--with-pcre=yes
-.else
-CONFIGURE_ARGS+=--with-pcre=no
-.endif
-
-post-patch:
-.for i in man/httpd.1 man/httpd.conf.5 config/httpd.conf.sample \
- contrib/SSL-Makefile contrib/logrotate.sh
- @${REINPLACE_CMD} \
- -e 's|/wwwsys|${DATADIR}|g' \
- -e 's|/usr/local/lib/httpd|${DATADIR}|g' \
- -e 's|nobody|${WWWOWN}|g' \
- -e 's|nogroup|${WWWGRP}|g' \
- ${WRKSRC}/$i
-.endfor
- @${REINPLACE_CMD} -e 's|\(MIMETYPESFILE\ "\).*|\1${LOCALBASE}/etc/mime.types"|' \
- ${WRKSRC}/src/confuser.h
-
-post-install:
- @${RM} ${DATADIR}/mime.types
-
-.include <bsd.port.post.mk>
diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo
deleted file mode 100644
index c8b831bc44c1..000000000000
--- a/www/xshttpd-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xshttpd-33g01.tar.gz) = b22bcb06e73c4c7df4e6f3da3fc22de9
-SHA256 (xshttpd-33g01.tar.gz) = 4519b3b927f87cd62534593296a7c4aa77895b5369e646c8a5a0be8587928cb3
-SIZE (xshttpd-33g01.tar.gz) = 208738
diff --git a/www/xshttpd-devel/files/xshttpd.sh.in b/www/xshttpd-devel/files/xshttpd.sh.in
deleted file mode 100644
index cf038023446d..000000000000
--- a/www/xshttpd-devel/files/xshttpd.sh.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: xshttpd
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-#
-# Add the following line to /etc/rc.conf to enable XS-HTTPD:
-# xshttpd_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable XS-HTTPD.
-#
-
-. %%RC_SUBR%%
-
-name="xshttpd"
-rcvar=`set_rcvar`
-
-load_rc_config $name
-
-: ${xshttpd_enable="NO"}
-
-pidfile="/var/run/httpd.pid"
-command="%%PREFIX%%/bin/httpd"
-
-run_rc_command "$1"
diff --git a/www/xshttpd-devel/pkg-descr b/www/xshttpd-devel/pkg-descr
deleted file mode 100644
index 2ee77c0f3621..000000000000
--- a/www/xshttpd-devel/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-XS-HTTPD is a WWW server that has the following features:
-
-- It is pronounced as "access-HTTP-daemon"
-- It is SMALL (very small in fact: a factor two to three smaller than
- normal servers on disk and in memory)
-- It is FAST (because it is so small and does not do unnecessary things)
-- Uses very little CPU time
-- Configurable (configuration compiled in to make it small, but largely
- overridable on the command line)
-- Runs user CGI binaries under their own user ID
-- Gets users' pages under their own user ID, allowing them to really
- have protected pages (using the built-in authentication mechanism)
-- Does not fork for every connection (has a fixed number of servers),
- only to replace a lost server (in case of timeouts).
-- Comes with some other useful programs
-- Offers Server-Side Includes for many common tasks, including built-in
- page counters (text or graphical)
-- Supports PHP and other interpreted file formats
-- Supports automatic decompression to save diskspace and bandwidth
-- Serves SSL (https) and http connections through the same daemon
-- Full support for IPv6
-
-WWW: http://www.stack.nl/xs-httpd/
diff --git a/www/xshttpd-devel/pkg-plist b/www/xshttpd-devel/pkg-plist
deleted file mode 100644
index 3c719061d98f..000000000000
--- a/www/xshttpd-devel/pkg-plist
+++ /dev/null
@@ -1,71 +0,0 @@
-bin/clearxs
-bin/httpd
-bin/httpdc
-bin/readxs
-bin/xsindex
-bin/xspasswd
-%%DATADIR%%/cgi-bin/error
-%%DATADIR%%/cgi-bin/gfxcount
-%%DATADIR%%/cgi-bin/imagemap
-%%DATADIR%%/cgi-bin/xschpass
-%%DATADIR%%/contrib/SSL-Makefile
-%%DATADIR%%/contrib/logrotate.sh
-%%DATADIR%%/contrib/persistent.pl
-%%DATADIR%%/contrib/wwwstats.pl
-%%DATADIR%%/contrib/agentstats.pl
-%%DATADIR%%/compress.methods.sample
-%%DATADIR%%/gfxcount/digital0.ppm
-%%DATADIR%%/gfxcount/digital1.ppm
-%%DATADIR%%/gfxcount/digital2.ppm
-%%DATADIR%%/gfxcount/digital3.ppm
-%%DATADIR%%/gfxcount/digital4.ppm
-%%DATADIR%%/gfxcount/digital5.ppm
-%%DATADIR%%/gfxcount/digital6.ppm
-%%DATADIR%%/gfxcount/digital7.ppm
-%%DATADIR%%/gfxcount/digital8.ppm
-%%DATADIR%%/gfxcount/digital9.ppm
-%%DATADIR%%/gfxcount/large0.ppm
-%%DATADIR%%/gfxcount/large1.ppm
-%%DATADIR%%/gfxcount/large2.ppm
-%%DATADIR%%/gfxcount/large3.ppm
-%%DATADIR%%/gfxcount/large4.ppm
-%%DATADIR%%/gfxcount/large5.ppm
-%%DATADIR%%/gfxcount/large6.ppm
-%%DATADIR%%/gfxcount/large7.ppm
-%%DATADIR%%/gfxcount/large8.ppm
-%%DATADIR%%/gfxcount/large9.ppm
-%%DATADIR%%/gfxcount/largecol0.ppm
-%%DATADIR%%/gfxcount/largecol1.ppm
-%%DATADIR%%/gfxcount/largecol2.ppm
-%%DATADIR%%/gfxcount/largecol3.ppm
-%%DATADIR%%/gfxcount/largecol4.ppm
-%%DATADIR%%/gfxcount/largecol5.ppm
-%%DATADIR%%/gfxcount/largecol6.ppm
-%%DATADIR%%/gfxcount/largecol7.ppm
-%%DATADIR%%/gfxcount/largecol8.ppm
-%%DATADIR%%/gfxcount/largecol9.ppm
-%%DATADIR%%/httpd.conf.sample
-%%DATADIR%%/icons/xs-audio.gif
-%%DATADIR%%/icons/xs-back.gif
-%%DATADIR%%/icons/xs-base.gif
-%%DATADIR%%/icons/xs-bin.gif
-%%DATADIR%%/icons/xs-dir.gif
-%%DATADIR%%/icons/xs-gif.gif
-%%DATADIR%%/icons/xs-html.gif
-%%DATADIR%%/icons/xs-image.gif
-%%DATADIR%%/icons/xs-jpeg.gif
-%%DATADIR%%/icons/xs-ps.gif
-%%DATADIR%%/icons/xs-tar.gif
-%%DATADIR%%/icons/xs-txt.gif
-%%DATADIR%%/icons/xs-unknown.gif
-%%DATADIR%%/icons/xs-video.gif
-%%DATADIR%%/icons/xs-zip.gif
-%%DATADIR%%/mime.index
-%%DATADIR%%/script.methods.sample
-@dirrm %%DATADIR%%/contrib
-@dirrm %%DATADIR%%/gfxcount
-@dirrm %%DATADIR%%/icons
-@cwd %%WWWDIR%%
-@dirrmtry cgi-bin
-@dirrmtry htdocs
-@dirrmtry logs