Add mod_cvs-0.5.91 (known as mod_cvs2), apache2 version of mod_cvs.
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/ Approved by: erwin (mentor) (implicitly)
This commit is contained in:
@@ -214,6 +214,7 @@
|
||||
SUBDIR += mod_color
|
||||
SUBDIR += mod_csacek
|
||||
SUBDIR += mod_cvs
|
||||
SUBDIR += mod_cvs2
|
||||
SUBDIR += mod_dav
|
||||
SUBDIR += mod_dtcl
|
||||
SUBDIR += mod_encoding
|
||||
|
||||
36
www/mod_cvs2/Makefile
Normal file
36
www/mod_cvs2/Makefile
Normal file
@@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: mod_cvs2
|
||||
# Date created: 6 January 2003
|
||||
# Whom: Clement Laforet <clement@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mod_cvs
|
||||
PORTVERSION= 0.5.91
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
|
||||
|
||||
MAINTAINER= clement@FreeBSD.org
|
||||
COMMENT= A module that makes Apache 2 CVS aware
|
||||
|
||||
USE_APACHE= yes
|
||||
WITH_APACHE2= yes
|
||||
|
||||
LATEST_LINK= mod_cvs2
|
||||
|
||||
PORTDOCS= reference.html guide.html README
|
||||
|
||||
do-build:
|
||||
@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${APXS} -i -A -n ${PORTNAME:S/mod_//} ${PORTNAME}.la)
|
||||
.if !defined (NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
. for f in ${PORTDOCS:NREADME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
1
www/mod_cvs2/distinfo
Normal file
1
www/mod_cvs2/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (mod_cvs-0.5.91.tar.gz) = ef100c30ff734464c6194a2e707136b5
|
||||
10
www/mod_cvs2/pkg-descr
Normal file
10
www/mod_cvs2/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
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/
|
||||
6
www/mod_cvs2/pkg-message
Normal file
6
www/mod_cvs2/pkg-message
Normal 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
|
||||
-----------------------------------------------------------------
|
||||
4
www/mod_cvs2/pkg-plist
Normal file
4
www/mod_cvs2/pkg-plist
Normal file
@@ -0,0 +1,4 @@
|
||||
libexec/apache2/mod_cvs.so
|
||||
@exec %D/sbin/apxs -e -a -n cvs %D/%f
|
||||
@unexec %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."
|
||||
Reference in New Issue
Block a user