diff options
Diffstat (limited to 'www/mod_cvs')
-rw-r--r-- | www/mod_cvs/Makefile | 30 | ||||
-rw-r--r-- | www/mod_cvs/distinfo | 2 | ||||
-rw-r--r-- | www/mod_cvs/pkg-descr | 10 | ||||
-rw-r--r-- | www/mod_cvs/pkg-message | 6 |
4 files changed, 0 insertions, 48 deletions
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile deleted file mode 100644 index 6c24d73aa986..000000000000 --- a/www/mod_cvs/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: mod_cvs -# Date created: 14 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= mod_cvs -PORTVERSION= 0.5 -CATEGORIES= www -MASTER_SITES= http://resare.com/noa/mod_cvs/dist/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= A module that makes Apache CVS aware - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -CONFLICTS= apache-contrib-1.* - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_cvs/distinfo b/www/mod_cvs/distinfo deleted file mode 100644 index 0569cf7636e4..000000000000 --- a/www/mod_cvs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_cvs-0.5.tar.gz) = 4b105155fd389be1a764d1b72be02c03f33a20a7d28aa8b0e7cc432506df2c27 -SIZE (mod_cvs-0.5.tar.gz) = 7134 diff --git a/www/mod_cvs/pkg-descr b/www/mod_cvs/pkg-descr deleted file mode 100644 index d0b9f664b229..000000000000 --- a/www/mod_cvs/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_cvs/pkg-message b/www/mod_cvs/pkg-message deleted file mode 100644 index 980fb7be273b..000000000000 --- a/www/mod_cvs/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------------------------------------------ -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 ------------------------------------------------------------------ |