summaryrefslogtreecommitdiff
path: root/www/mod_cvs2
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_cvs2')
-rw-r--r--www/mod_cvs2/Makefile38
-rw-r--r--www/mod_cvs2/distinfo2
-rw-r--r--www/mod_cvs2/pkg-descr10
-rw-r--r--www/mod_cvs2/pkg-message10
4 files changed, 0 insertions, 60 deletions
diff --git a/www/mod_cvs2/Makefile b/www/mod_cvs2/Makefile
deleted file mode 100644
index e0b91ca182ab..000000000000
--- a/www/mod_cvs2/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Clement Laforet <clement@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= mod_cvs
-PORTVERSION= 0.5.91
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
-PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
-
-MAINTAINER= apache@FreeBSD.org
-COMMENT= Module that makes Apache 2 CVS aware
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= AFL12
-LICENSE_NAME= Academic Free License 1.2
-LICENSE_FILE= ${WRKSRC}/LICENSE.AFL
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-USES= apache:2.2+
-AP_FAST_BUILD= yes
-AP_GENPLIST= yes
-
-PORTDOCS= reference.html guide.html README
-
-OPTIONS_DEFINE= DOCS
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.for f in ${PORTDOCS:NREADME}
- ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/www/mod_cvs2/distinfo b/www/mod_cvs2/distinfo
deleted file mode 100644
index 6bcf9c8a71e4..000000000000
--- a/www/mod_cvs2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mod_cvs-0.5.91.tar.gz) = b99e57fbec4fbfdc7b3e5327923a3c23b090b6642c41f35c9a1e4654f3576b8f
-SIZE (mod_cvs-0.5.91.tar.gz) = 63896
diff --git a/www/mod_cvs2/pkg-descr b/www/mod_cvs2/pkg-descr
deleted file mode 100644
index d0b9f664b229..000000000000
--- a/www/mod_cvs2/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-mod_cvs recognizes if the files in your webtree are checked out
-from a CVS repository. If so, it checks if the file is up-to-date
-and, if not, updates it.
-
-Another neat feature of mod_cvs is the date-checkout feature. You
-can specify a date in the URI that gets passed to CVS, which checks
-out an older revision of the requested file and sends it to the
-user.
-
-WWW: http://resare.com/noa/mod_cvs/
diff --git a/www/mod_cvs2/pkg-message b/www/mod_cvs2/pkg-message
deleted file mode 100644
index 4c25e0fde1b4..000000000000
--- a/www/mod_cvs2/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-[
-{ type: install
- message: <<EOM
-You have installed mod_cvs, a module that makes Apache CVS aware.
-
-For help on using this module, please see the mod_cvs reference:
- http://www.sub.nu/mod_cvs/reference.shtml
-EOM
-}
-]