Date: Sat, 21 Jan 2006 23:22:18 -0500 From: Serge Gagnon <serge.gagnon@b2b2c.ca> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92129: New port: devel/cvsdadm Message-ID: <E1F0Wk6-000Ggs-4N@quenix1.dyndns.org> Resent-Message-ID: <200601220430.k0M4U5Lx095769@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92129 >Category: ports >Synopsis: New port: devel/cvsdadm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 22 04:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Serge Gagnon >Release: FreeBSD 6.0-STABLE i386 >Organization: me >Environment: System: FreeBSD quenix1.dyndns.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Jan 5 13:45:24 EST 2006 root@quenix1.dyndns.org:/usr/obj/usr/src/sys/QUENIX1 i386 >Description: 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 Change since initial import: - Don't quit in interactive mode if user press return without choosing an option but reprint the menu. - Remove trailing '\n' in a string in Query mode to make the output nicer - Reprint the menu at the end of an operation in interactive mode Many more bugs fix and features to do (some are listed in the TODO file). >How-To-Repeat: >Fix: --- cvsdadm.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cvsdadm # cvsdadm/Makefile # cvsdadm/distinfo # cvsdadm/pkg-descr # cvsdadm/pkg-plist # echo c - cvsdadm mkdir -p cvsdadm > /dev/null 2>&1 echo x - cvsdadm/Makefile sed 's/^X//' >cvsdadm/Makefile << 'END-of-cvsdadm/Makefile' X# New ports collection makefile for: cvsdadm X# Date Created: Sat Jan 21 22:05:06 EST 2006 X# Whom: Serge Gagnon <serge.gagnon@b2b2c.ca> X# X# $FreeBSD$ X# X XPORTNAME= cvsdadm XPORTVERSION= 0.1.3 XCATEGORIES= devel XMASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ X XMAINTAINER= serge.gagnon@b2b2c.ca XCOMMENT= Tool for CVSd pserver user administration X XWRKSRC= ${WRKDIR}/${PORTNAME} X XNO_BUILD= yes XUSE_PERL5= yes XPOD2TEXT?= pod2text XPORTDOCS= cvsdadm.README X Xpost-patch: X @${PERL} -pi -e "s,#!/usr/bin/perl,#!${PERL}," ${WRKSRC}/cvsdadm X Xdo-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @${POD2TEXT} ${WRKSRC}/cvsdadm > ${WRKSRC}/${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} X.endif X ${INSTALL_SCRIPT} ${WRKSRC}/cvsdadm ${PREFIX}/bin X X.include <bsd.port.mk> END-of-cvsdadm/Makefile echo x - cvsdadm/distinfo sed 's/^X//' >cvsdadm/distinfo << 'END-of-cvsdadm/distinfo' XMD5 (cvsdadm-0.1.3.tar.gz) = f875f1450405a7617b75f48cbc591034 XSHA256 (cvsdadm-0.1.3.tar.gz) = 53658632ad60b907197711db9f5ec831bd47760034bae4826d0797133cf2548e XSIZE (cvsdadm-0.1.3.tar.gz) = 8622 END-of-cvsdadm/distinfo echo x - cvsdadm/pkg-descr sed 's/^X//' >cvsdadm/pkg-descr << 'END-of-cvsdadm/pkg-descr' XAn interface to a local CVSd repository using pserver for authentication. XThis script can add, delete, suspend, or enable non-system users for read Xand write access to a CVS repository. X XThis program is a fork of cvspadm that was originally written by XRaymond M Schneider ray@hackfoo.net X X- Serge Gagnon Xserge.gagnon@b2b2c.ca X XWWW: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm-news.html END-of-cvsdadm/pkg-descr echo x - cvsdadm/pkg-plist sed 's/^X//' >cvsdadm/pkg-plist << 'END-of-cvsdadm/pkg-plist' Xbin/cvsdadm END-of-cvsdadm/pkg-plist exit --- cvsdadm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1F0Wk6-000Ggs-4N>