add mod_cvs 0.5

A module that makes Apache CVS aware

PR:		29693
Reviewed by:	ade
This commit is contained in:
Pete Fritchman 2001-08-23 15:37:42 +00:00
parent 88fc9b469e
commit ed156534bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46717
7 changed files with 55 additions and 0 deletions

View File

@ -137,6 +137,7 @@
SUBDIR += mod_cgi_debug
SUBDIR += mod_color
SUBDIR += mod_csacek
SUBDIR += mod_cvs
SUBDIR += mod_dav
SUBDIR += mod_dtcl
SUBDIR += mod_extract_forwarded

30
www/mod_cvs/Makefile Normal file
View File

@ -0,0 +1,30 @@
# 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= ftp://ftp.sub.nu/pub/mod_cvs/ \
ftp://ftp.isk.kth.se/pub/people/main/mod_cvs/
MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
MAKE_ARGS+= APXS="${APXS}"
APXS?= ${LOCALBASE}/sbin/apxs
post-patch:
@${PERL} -pi -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile
do-install:
${APXS} -i -A -n cvs ${WRKSRC}/mod_cvs.so
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
www/mod_cvs/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mod_cvs-0.5.tar.gz) = e2cfe7818337915e6cbaffa45852012f

1
www/mod_cvs/pkg-comment Normal file
View File

@ -0,0 +1 @@
A module that makes Apache CVS aware

13
www/mod_cvs/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
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://www.sub.nu/mod_cvs/
- Pete
petef@FreeBSD.org

6
www/mod_cvs/pkg-message Normal file
View File

@ -0,0 +1,6 @@
-----------------------------------------------------------------
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
-----------------------------------------------------------------

3
www/mod_cvs/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
libexec/apache/mod_cvs.so
@exec %D/sbin/apxs -e -a -n cvs %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."