Move net/cvsweb's category to ports/devel.
Requested by: hoek
This commit is contained in:
parent
0788ea4058
commit
07aba06f10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20353
10 changed files with 116 additions and 0 deletions
38
devel/cvsweb/Makefile
Normal file
38
devel/cvsweb/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: cvsweb
|
||||
# Version required: 1.0
|
||||
# Date created: 27 Jun 1999
|
||||
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/06/28 17:26:34 sada Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cvsweb-1.0
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/
|
||||
|
||||
MAINTAINER= sada@FreeBSD.ORG
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
# could be overridden.
|
||||
CVSROOT?= '/home/ncvs'
|
||||
CVSWEB_CVSROOT?= ${CVSROOT}
|
||||
CVSWEB_TITLE?= 'My CVS Tree'
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
CVSWEB_CVSROOT= /home/ncvs
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
@${SED} -e "s;@@CVSROOT@@;${CVSWEB_CVSROOT};g" \
|
||||
-e "s;@@TITLE@@;${CVSWEB_TITLE};g" \
|
||||
${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb
|
||||
|
||||
do-install:
|
||||
@if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL; then \
|
||||
${MKDIR} ${PREFIX}/www/cgi-bin; \
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/; \
|
||||
else \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cvsweb/distinfo
Normal file
1
devel/cvsweb/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2
|
1
devel/cvsweb/pkg-comment
Normal file
1
devel/cvsweb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
WWW CGI script that allows remote access to a CVS tree
|
17
devel/cvsweb/pkg-descr
Normal file
17
devel/cvsweb/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
cvsweb is a WWW CGI script that allows remote access to a CVS tree. It
|
||||
allows browsing of the full tree; no access controls are implemented.
|
||||
It can display the revision history of a file, as well as diffs between
|
||||
revisions and downloading the whole file.
|
||||
|
||||
The configuration should be easy; edit the variable definitions at the
|
||||
top, above the line that says "End configuration section". Then install
|
||||
it in your web server's cgi-bin directory and you should be all set.
|
||||
|
||||
Several people have approached me about modifying cvsweb for their own
|
||||
needs. I would ask that if you make a useful modification, that you send
|
||||
it back to me for inclusion in the next release.
|
||||
|
||||
AUTHOR: Bill Fenner <fenner@freebsd.org>
|
||||
WWW: http://www.freebsd.org/~fenner/cvsweb/
|
||||
|
||||
- from README
|
1
devel/cvsweb/pkg-plist
Normal file
1
devel/cvsweb/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
www/cgi-bin/cvsweb
|
38
devel/cvsweb3/Makefile
Normal file
38
devel/cvsweb3/Makefile
Normal file
|
@ -0,0 +1,38 @@
|
|||
# New ports collection makefile for: cvsweb
|
||||
# Version required: 1.0
|
||||
# Date created: 27 Jun 1999
|
||||
# Whom: SADA Kenji <sada@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1999/06/28 17:26:34 sada Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cvsweb-1.0
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://www.freebsd.org/~fenner/cvsweb/
|
||||
|
||||
MAINTAINER= sada@FreeBSD.ORG
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
# could be overridden.
|
||||
CVSROOT?= '/home/ncvs'
|
||||
CVSWEB_CVSROOT?= ${CVSROOT}
|
||||
CVSWEB_TITLE?= 'My CVS Tree'
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
CVSWEB_CVSROOT= /home/ncvs
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
@${SED} -e "s;@@CVSROOT@@;${CVSWEB_CVSROOT};g" \
|
||||
-e "s;@@TITLE@@;${CVSWEB_TITLE};g" \
|
||||
${WRKSRC}/cvsweb > ${WRKDIR}/cvsweb
|
||||
|
||||
do-install:
|
||||
@if PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL; then \
|
||||
${MKDIR} ${PREFIX}/www/cgi-bin; \
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cvsweb ${PREFIX}/www/cgi-bin/; \
|
||||
else \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cvsweb3/distinfo
Normal file
1
devel/cvsweb3/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2
|
1
devel/cvsweb3/pkg-comment
Normal file
1
devel/cvsweb3/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
WWW CGI script that allows remote access to a CVS tree
|
17
devel/cvsweb3/pkg-descr
Normal file
17
devel/cvsweb3/pkg-descr
Normal file
|
@ -0,0 +1,17 @@
|
|||
cvsweb is a WWW CGI script that allows remote access to a CVS tree. It
|
||||
allows browsing of the full tree; no access controls are implemented.
|
||||
It can display the revision history of a file, as well as diffs between
|
||||
revisions and downloading the whole file.
|
||||
|
||||
The configuration should be easy; edit the variable definitions at the
|
||||
top, above the line that says "End configuration section". Then install
|
||||
it in your web server's cgi-bin directory and you should be all set.
|
||||
|
||||
Several people have approached me about modifying cvsweb for their own
|
||||
needs. I would ask that if you make a useful modification, that you send
|
||||
it back to me for inclusion in the next release.
|
||||
|
||||
AUTHOR: Bill Fenner <fenner@freebsd.org>
|
||||
WWW: http://www.freebsd.org/~fenner/cvsweb/
|
||||
|
||||
- from README
|
1
devel/cvsweb3/pkg-plist
Normal file
1
devel/cvsweb3/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
www/cgi-bin/cvsweb
|
Loading…
Reference in a new issue