aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsdadm
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Release maintainership.Thierry Thomas2009-12-141-1/+1
| | | | | | | | | | Thanks Serge for maintaining these ports all these years! PR: (private mail) Submitted by: Serge Gagnon <serge.gagnon.1 (at) ulaval.ca> Notes: svn path=/head/; revision=245795
* - Fix maintainer's addressPav Lucistnik2007-12-161-2/+2
| | | | | | | | PR: ports/118747 Submitted by: Serge Gagnon <serge.gagnon.1@ulaval.ca> (maintainer) Notes: svn path=/head/; revision=203881
* - Change MAINTAINER mail address.Marcelo Araujo2007-12-161-2/+2
| | | | | | | | | PR: ports/118577 Submitted by: Serge Gargnon <serge.gagnon.1@ulaval.ca> (maintainer) Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=203852
* - Distinfo (the tarball was rerolled) (maintainer is author)Cheng-Lung Sung2006-06-282-3/+4
| | | | | | | | | | - bump PORTREVISION PR: 99583 Submitted by: maintainer (Serge Gagnon) Notes: svn path=/head/; revision=166524
* - update to version 0.3.2Cheng-Lung Sung2006-06-283-11/+12
| | | | | | | | | | | - Re-add the copyright notice of the original cvspadm author. It has been removed by a lack of knowledge about license stuff. PR: ports/99571 Submitted by: maintainer (Serge Gagnon) Notes: svn path=/head/; revision=166495
* - update to 0.3.1Renato Botelho2006-02-162-4/+7
| | | | | | | | | | | | - install man page Changelog: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm-news.html PR: ports/93398 Submitted by: maintainer Notes: svn path=/head/; revision=156174
* Update to 0.2.4Renato Botelho2006-02-092-4/+4
| | | | | | | | PR: ports/93073 Submitted by: maintainer Notes: svn path=/head/; revision=155600
* - Update to 0.2.3Marcus Alves Grando2006-02-082-4/+4
| | | | | | | | PR: 93001 Submitted by: maintainer Notes: svn path=/head/; revision=155539
* Version 0.2.2:Erwin Lansing2006-02-052-4/+4
| | | | | | | | | | | | | | | | | | | - Query the repository's files if $user is already in there before attempting to adding him/her. - Exit status with 0 instead of 1 in interactive mode. - Fix a bug crash with 'disable' function. Look if user is already disable before attempting to disable him/her again. - Print if user is 'enable' or 'disable' in Query mode - Fix some others minors bugs. I'm considering, now, that cvsdadm have passed from alpha state to beta. It is more stable than before, but not complete. PR: 92833 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) Notes: svn path=/head/; revision=155245
* - Update to 0.2.1Renato Botelho2006-02-012-4/+4
| | | | | | | | PR: ports/92657 Submitted by: maintainer Notes: svn path=/head/; revision=154994
* - Rmove unautorized author's name from pkg-descrRenato Botelho2006-01-311-2/+1
| | | | | | | | PR: ports/92623 Submitted by: maintainer Notes: svn path=/head/; revision=154911
* - Update to 0.2Simon Barner2006-01-312-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - ChangeLog: o If no -R are given, cvsdadm will try to check if the repository is in the cwd. o &Init_repository: Verify if the repository is in a sane state _before_ attempting any operation. The difference between this behavior and the old one is that cvsdadm will not stop in the middle of an operation (eg: adding a user) and let the repository almost ready. o New command [-C]. If this command is given with -R and nothing else, it will create a new repository. It means CVSROOT dir, passwd, readers and writers files. If -C is given with any other flags -[adekq], it will create the repository file(s) if they are missing. Your repository files will not be overwritten if they already created. Cvsdadm is gentle for your repository... This option can be given with interactive [-i] mode too. o Better handling and logic with interactive mode. o Remove some redundant lines of code that do the same things unnecessarily. Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer) PR: ports/92578 Notes: svn path=/head/; revision=154889
* An interface to a local CVSd repository using pserver for authentication.Pav Lucistnik2006-01-233-0/+50
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). PR: ports/92129 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Notes: svn path=/head/; revision=154272