add cvsadmin 1.0.2

A simple program to administrate users of a CVS repository
This commit is contained in:
Ying-Chieh Liao 2002-06-10 08:16:30 +00:00
parent b93ffaa1f4
commit edd7448119
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61035
6 changed files with 46 additions and 0 deletions

View File

@ -106,6 +106,7 @@
SUBDIR += cvs2cl
SUBDIR += cvs2html
SUBDIR += cvs2p4
SUBDIR += cvsadmin
SUBDIR += cvsbook
SUBDIR += cvsd
SUBDIR += cvsgraph

23
devel/cvsadmin/Makefile Normal file
View File

@ -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>

1
devel/cvsadmin/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cvsadmin-1.0.2.tar.gz) = c9bbf7d39f65c7af9074e916a6c7d6d4

View File

@ -0,0 +1 @@
A simple program to administrate users of a CVS repository

19
devel/cvsadmin/pkg-descr Normal file
View File

@ -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/

1
devel/cvsadmin/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/cvsadmin