diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/cvsadmin/Makefile | 23 | ||||
-rw-r--r-- | devel/cvsadmin/distinfo | 1 | ||||
-rw-r--r-- | devel/cvsadmin/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cvsadmin/pkg-descr | 19 | ||||
-rw-r--r-- | devel/cvsadmin/pkg-plist | 1 |
6 files changed, 46 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f606c04e79e3..4b77831b5985 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -106,6 +106,7 @@ SUBDIR += cvs2cl SUBDIR += cvs2html SUBDIR += cvs2p4 + SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvsd SUBDIR += cvsgraph 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 |