since this depends on some djbware and since they were removed, we also
have to remove this one. The reason? license does not allow modification to allow for proper integration in OpenBSD.
This commit is contained in:
parent
ce58061c37
commit
4fcbe2f1f1
@ -1,32 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2001/07/27 04:12:40 lebel Exp $
|
||||
COMMENT= HTTP daemons designed to complement publicfile
|
||||
|
||||
DISTNAME= shttpd-0.53
|
||||
HOMEPAGE= http://www.superscript.com/shttpd/intro.html
|
||||
|
||||
CATEGORIES= www
|
||||
NEED_VERSION= 1.364
|
||||
MAINTAINER= David Lebel <lebel@openbsd.org>
|
||||
|
||||
MASTER_SITES= http://www.superscript.com/shttpd/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
ALL_TARGET= default
|
||||
INSTALL_TARGET= setup check
|
||||
|
||||
RUN_DEPENDS= supervise::sysutils/daemontools \
|
||||
tcpserver::net/ucspi-tcp \
|
||||
${LOCALBASE}/publicfile/bin/httpd::net/publicfile
|
||||
|
||||
pre-build:
|
||||
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc
|
||||
@echo ${PREFIX}/shttpd > ${WRKSRC}/conf-home
|
||||
|
||||
pre-install:
|
||||
@echo ${PREFIX}/shttpd > ${WRKSRC}/conf-home
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (shttpd-0.53.tar.gz) = d0e62e1497899c63577d8e7f751a4b3b
|
||||
RMD160 (shttpd-0.53.tar.gz) = 3dea3380bccaa21d8636ad4268c025466caa940e
|
||||
SHA1 (shttpd-0.53.tar.gz) = d0812b6cd631429b51b22e838951f55b68cc005b
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2001/07/27 04:12:40 lebel Exp $
|
||||
|
||||
Needed for fake installation. This way the installer can easily be
|
||||
rebuilt with the fake prefix, without rebuilding _everything_.
|
||||
|
||||
--- Makefile.orig Sun Jul 1 15:19:30 2001
|
||||
+++ Makefile Fri Jul 27 00:08:21 2001
|
||||
@@ -916,8 +916,8 @@ strerr.h error.h exit.h
|
||||
test: prog rts rts.tests rts.exp
|
||||
./rts | cmp - rts.exp >&2
|
||||
|
||||
-setup: it install
|
||||
+setup: install
|
||||
./install
|
||||
|
||||
-check: it instcheck
|
||||
+check: instcheck
|
||||
./instcheck
|
@ -1,16 +0,0 @@
|
||||
echo-httpd, redir-httpd, and cgi-httpd are HTTP daemons designed
|
||||
to complement publicfile.
|
||||
|
||||
* echo-httpd echos HTTP requests.
|
||||
* echo-config configures echo-httpd.
|
||||
* redir-httpd redirects HTTP requests via cdb lookup.
|
||||
* redir-config configures redir-httpd.
|
||||
* cgi-httpd executes a cgi script.
|
||||
* cgi-config configures cgi-httpd.
|
||||
* constant-httpd prints the same file for each HTTP request.
|
||||
* constant-config configures constant-httpd.
|
||||
|
||||
Each instance of an shttpd daemon listens on a separate address,
|
||||
in a chroot directory, typically running as a nonprivileged user.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
@ -1,16 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/07/27 04:37:49 lebel Exp $
|
||||
shttpd/bin/cgi-config
|
||||
shttpd/bin/cgi-dispatch
|
||||
shttpd/bin/cgi-httpd
|
||||
shttpd/bin/cgi-success
|
||||
shttpd/bin/cgiuser-config
|
||||
shttpd/bin/cgiuser-httpd
|
||||
shttpd/bin/constant-config
|
||||
shttpd/bin/constant-httpd
|
||||
shttpd/bin/echo-config
|
||||
shttpd/bin/echo-httpd
|
||||
shttpd/bin/redir-config
|
||||
shttpd/bin/redir-data
|
||||
shttpd/bin/redir-httpd
|
||||
@dirrm shttpd/bin
|
||||
@dirrm shttpd
|
Loading…
Reference in New Issue
Block a user