summaryrefslogtreecommitdiff
path: root/www/mod_chroot
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_chroot')
-rw-r--r--www/mod_chroot/Makefile30
-rw-r--r--www/mod_chroot/distinfo2
-rw-r--r--www/mod_chroot/files/post-install-notes2
-rw-r--r--www/mod_chroot/pkg-descr8
4 files changed, 0 insertions, 42 deletions
diff --git a/www/mod_chroot/Makefile b/www/mod_chroot/Makefile
deleted file mode 100644
index fbba0594951b..000000000000
--- a/www/mod_chroot/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Alexey A.Ukhov <auk@startext.de>
-# $FreeBSD$
-
-PORTNAME= mod_chroot
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= www
-MASTER_SITES= http://core.segfault.pl/~hobbit/mod_chroot/dist/
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= The mod_chroot makes running Apache in a chroot easy
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-USES= apache:2.2+ cpe
-CPE_VENDOR= marek_gutkowski
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-PORTDOCS= INSTALL CAVEATS README.Apache20 README
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/mod_chroot/distinfo b/www/mod_chroot/distinfo
deleted file mode 100644
index f18c190d2bbe..000000000000
--- a/www/mod_chroot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_chroot-0.5.tar.gz) = d29c34b52d8eb94a725dc8e7124df0e5a86282cd0c405c792fda70ec9f0f7cac
-SIZE (mod_chroot-0.5.tar.gz) = 15055
diff --git a/www/mod_chroot/files/post-install-notes b/www/mod_chroot/files/post-install-notes
deleted file mode 100644
index 01cbfa1282a8..000000000000
--- a/www/mod_chroot/files/post-install-notes
+++ /dev/null
@@ -1,2 +0,0 @@
-Running Apache (and CGI/Perl/PHP) inside a chroot jail can be tricky.
-Read CAVEATS for known problems and solutions.
diff --git a/www/mod_chroot/pkg-descr b/www/mod_chroot/pkg-descr
deleted file mode 100644
index 68d053ad99b4..000000000000
--- a/www/mod_chroot/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-mod_chroot makes running Apache in a secure chroot environment easy.
-You don't need to create a special directory hierarchy containing
-/dev, /lib, /etc...
-mod_chroot allows you to run Apache in a chroot jail with no additional files.
-The chroot() system call is performed at the end of startup procedure - when
-all libraries are loaded and log files open.
-
-WWW: http://core.segfault.pl/~hobbit/mod_chroot/