summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/cvsweb/Makefile38
-rw-r--r--devel/cvsweb/distinfo1
-rw-r--r--devel/cvsweb/pkg-comment1
-rw-r--r--devel/cvsweb/pkg-descr17
-rw-r--r--devel/cvsweb/pkg-plist1
-rw-r--r--devel/cvsweb3/Makefile38
-rw-r--r--devel/cvsweb3/distinfo1
-rw-r--r--devel/cvsweb3/pkg-comment1
-rw-r--r--devel/cvsweb3/pkg-descr17
-rw-r--r--devel/cvsweb3/pkg-plist1
10 files changed, 116 insertions, 0 deletions
diff --git a/devel/cvsweb/Makefile b/devel/cvsweb/Makefile
new file mode 100644
index 000000000000..219912bc8427
--- /dev/null
+++ b/devel/cvsweb/Makefile
@@ -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>
diff --git a/devel/cvsweb/distinfo b/devel/cvsweb/distinfo
new file mode 100644
index 000000000000..121f56fbacea
--- /dev/null
+++ b/devel/cvsweb/distinfo
@@ -0,0 +1 @@
+MD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2
diff --git a/devel/cvsweb/pkg-comment b/devel/cvsweb/pkg-comment
new file mode 100644
index 000000000000..4dc93e3732a0
--- /dev/null
+++ b/devel/cvsweb/pkg-comment
@@ -0,0 +1 @@
+WWW CGI script that allows remote access to a CVS tree
diff --git a/devel/cvsweb/pkg-descr b/devel/cvsweb/pkg-descr
new file mode 100644
index 000000000000..d76e270f2e9d
--- /dev/null
+++ b/devel/cvsweb/pkg-descr
@@ -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
diff --git a/devel/cvsweb/pkg-plist b/devel/cvsweb/pkg-plist
new file mode 100644
index 000000000000..d626ce480035
--- /dev/null
+++ b/devel/cvsweb/pkg-plist
@@ -0,0 +1 @@
+www/cgi-bin/cvsweb
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile
new file mode 100644
index 000000000000..219912bc8427
--- /dev/null
+++ b/devel/cvsweb3/Makefile
@@ -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>
diff --git a/devel/cvsweb3/distinfo b/devel/cvsweb3/distinfo
new file mode 100644
index 000000000000..121f56fbacea
--- /dev/null
+++ b/devel/cvsweb3/distinfo
@@ -0,0 +1 @@
+MD5 (cvsweb-1.0.tar.gz) = 43302bfa9ae88d0ed7f60bfb2bb53de2
diff --git a/devel/cvsweb3/pkg-comment b/devel/cvsweb3/pkg-comment
new file mode 100644
index 000000000000..4dc93e3732a0
--- /dev/null
+++ b/devel/cvsweb3/pkg-comment
@@ -0,0 +1 @@
+WWW CGI script that allows remote access to a CVS tree
diff --git a/devel/cvsweb3/pkg-descr b/devel/cvsweb3/pkg-descr
new file mode 100644
index 000000000000..d76e270f2e9d
--- /dev/null
+++ b/devel/cvsweb3/pkg-descr
@@ -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
diff --git a/devel/cvsweb3/pkg-plist b/devel/cvsweb3/pkg-plist
new file mode 100644
index 000000000000..d626ce480035
--- /dev/null
+++ b/devel/cvsweb3/pkg-plist
@@ -0,0 +1 @@
+www/cgi-bin/cvsweb