diff options
Diffstat (limited to 'devel/cvsdadm')
-rw-r--r-- | devel/cvsdadm/Makefile | 36 | ||||
-rw-r--r-- | devel/cvsdadm/distinfo | 3 | ||||
-rw-r--r-- | devel/cvsdadm/pkg-descr | 11 |
3 files changed, 50 insertions, 0 deletions
diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile new file mode 100644 index 000000000000..f39cdfc29e03 --- /dev/null +++ b/devel/cvsdadm/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: cvsdadm +# Date Created: Sat Jan 21 22:05:06 EST 2006 +# Whom: Serge Gagnon <serge.gagnon@b2b2c.ca> +# +# $FreeBSD$ +# + +PORTNAME= cvsdadm +PORTVERSION= 0.1.3 +CATEGORIES= devel +MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ + +MAINTAINER= serge.gagnon@b2b2c.ca +COMMENT= Tool for CVSd pserver user administration + +WRKSRC= ${WRKDIR}/${PORTNAME} + +NO_BUILD= yes +USE_PERL5_RUN= yes +POD2TEXT?= pod2text +PORTDOCS= cvsdadm.README + +PLIST_FILES= bin/cvsdadm + +post-patch: + @${REINPLACE_CMD} -e "s,#!/usr/bin/perl,#! ${PERL}," ${WRKSRC}/cvsdadm + +do-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + @${POD2TEXT} ${WRKSRC}/cvsdadm > ${WRKSRC}/${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + ${INSTALL_SCRIPT} ${WRKSRC}/cvsdadm ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/devel/cvsdadm/distinfo b/devel/cvsdadm/distinfo new file mode 100644 index 000000000000..87e8d762de64 --- /dev/null +++ b/devel/cvsdadm/distinfo @@ -0,0 +1,3 @@ +MD5 (cvsdadm-0.1.3.tar.gz) = f875f1450405a7617b75f48cbc591034 +SHA256 (cvsdadm-0.1.3.tar.gz) = 53658632ad60b907197711db9f5ec831bd47760034bae4826d0797133cf2548e +SIZE (cvsdadm-0.1.3.tar.gz) = 8622 diff --git a/devel/cvsdadm/pkg-descr b/devel/cvsdadm/pkg-descr new file mode 100644 index 000000000000..98d936899f62 --- /dev/null +++ b/devel/cvsdadm/pkg-descr @@ -0,0 +1,11 @@ +An interface to a local CVSd repository using pserver for authentication. +This script can add, delete, suspend, or enable non-system users for read +and write access to a CVS repository. + +This program is a fork of cvspadm that was originally written by +Raymond M Schneider ray@hackfoo.net + +- Serge Gagnon +serge.gagnon@b2b2c.ca + +WWW: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm-news.html |