aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsadmin
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-10 08:16:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-10 08:16:30 +0000
commitedd7448119fa103de04936c0349f5e49bcc2e168 (patch)
treefa63f0fc8f4ac5d365b9755bc630f030da40435c /devel/cvsadmin
parentb93ffaa1f4df731959b4e50ec213a09eb12c165e (diff)
downloadports-edd7448119fa103de04936c0349f5e49bcc2e168.tar.gz
ports-edd7448119fa103de04936c0349f5e49bcc2e168.zip
add cvsadmin 1.0.2
A simple program to administrate users of a CVS repository
Notes
Notes: svn path=/head/; revision=61035
Diffstat (limited to 'devel/cvsadmin')
-rw-r--r--devel/cvsadmin/Makefile23
-rw-r--r--devel/cvsadmin/distinfo1
-rw-r--r--devel/cvsadmin/pkg-comment1
-rw-r--r--devel/cvsadmin/pkg-descr19
-rw-r--r--devel/cvsadmin/pkg-plist1
5 files changed, 45 insertions, 0 deletions
diff --git a/devel/cvsadmin/Makefile b/devel/cvsadmin/Makefile
new file mode 100644
index 000000000000..b0c6b29a91fb
--- /dev/null
+++ b/devel/cvsadmin/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: cvsadmin
+# Date Created: Jun 10, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvsadmin
+PORTVERSION= 1.0.2
+CATEGORIES= devel
+MASTER_SITES= http://www.cooptel.qc.ca/~limitln/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+
+MAN1= cvsadmin.1
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/man/cvsadmin.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/devel/cvsadmin/distinfo b/devel/cvsadmin/distinfo
new file mode 100644
index 000000000000..3f705ec301ef
--- /dev/null
+++ b/devel/cvsadmin/distinfo
@@ -0,0 +1 @@
+MD5 (cvsadmin-1.0.2.tar.gz) = c9bbf7d39f65c7af9074e916a6c7d6d4
diff --git a/devel/cvsadmin/pkg-comment b/devel/cvsadmin/pkg-comment
new file mode 100644
index 000000000000..d06371c76d8f
--- /dev/null
+++ b/devel/cvsadmin/pkg-comment
@@ -0,0 +1 @@
+A simple program to administrate users of a CVS repository
diff --git a/devel/cvsadmin/pkg-descr b/devel/cvsadmin/pkg-descr
new file mode 100644
index 000000000000..520d0b7f17b4
--- /dev/null
+++ b/devel/cvsadmin/pkg-descr
@@ -0,0 +1,19 @@
+cvsadmin is a simple program to administrate users of a CVS repository.
+
+It currently allows you to easily :
+
+ Name Arguments
+ ---- ---------
+ list list of usernames || nothing
+ add list of usernames
+ del list of usernames
+ email user list
+ rename list of alternating olduser/newuser
+ misc list of usernames
+ sys list of usernames
+ pass list of usernames
+
+The actions name should be self-explaining, except misc, which ask you for
+all the fields (email, system user, password) on your terminal.
+
+WWW: http://www.cooptel.qc.ca/~limitln/cvsadmin/
diff --git a/devel/cvsadmin/pkg-plist b/devel/cvsadmin/pkg-plist
new file mode 100644
index 000000000000..6ef94cadb76f
--- /dev/null
+++ b/devel/cvsadmin/pkg-plist
@@ -0,0 +1 @@
+bin/cvsadmin