FreshPorts -- The Place For Ports Sat, 20 Mar 2010 7:24 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
cvsdadm 0.3.2_1 devel on this many watch lists=1 search for ports that depend on this port
Tool for CVSd pserver user administration

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jan 2006 20:07:10


cvsdadm is a tool to assist CVSd administrators in the user admin
of the CVSROOT/passwd, CVSROOT/readers, CVSROOT/writers files when
pserver authentication is being used for the repository. cvsdadm
is a fork of cvspadm.

WWW: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Run: lang/perl5.8

To install the port: cd /usr/ports/devel/cvsdadm/ && make install clean
To add the package: pkg_add -r cvsdadm


Configuration Options
     No options to configure

Master Sites:
ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
http://download.savannah.gnu.org/releases/cvsdadm/
http://ftp.cc.uoc.gr/mirrors/nongnu.org/cvsdadm/
http://www.very-clever.com/download/nongnu/cvsdadm/
http://ftp.twaren.net/Unix/NonGNU/cvsdadm/
ftp://ftp.cc.uoc.gr/mirrors/nongnu.org/cvsdadm/
ftp://ftp.twaren.net/Unix/NonGNU/cvsdadm/
http://download.savannah.gnu.org/releases-noredirect/cvsdadm/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Dec 2009 02:19:12
Original commit files touched by this commit  0.3.2_1
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
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.
14 Dec 2009 19:57:14
Original commit files touched by this commit  0.3.2_1
thierry search for other commits by this committer
Release maintainership.

Thanks Serge for maintaining these ports all these years!

PR:             (private mail)
Submitted by:   Serge Gagnon <serge.gagnon.1 (at) ulaval.ca>
16 Dec 2007 22:59:21
Original commit files touched by this commit  0.3.2_1
pav search for other commits by this committer
- Fix maintainer's address

PR:             ports/118747
Submitted by:   Serge Gagnon <serge.gagnon.1@ulaval.ca> (maintainer)
16 Dec 2007 13:29:46
Original commit files touched by this commit  0.3.2_1
araujo search for other commits by this committer
- Change MAINTAINER mail address.

PR:             ports/118577
Submitted by:   Serge Gargnon <serge.gagnon.1@ulaval.ca> (maintainer)
Approved by:    stas (mentor, implicit)
28 Jun 2006 16:33:37
Original commit files touched by this commit  0.3.2_1
clsung search for other commits by this committer
- Distinfo (the tarball was rerolled) (maintainer is author)
- bump PORTREVISION

PR:             99583
Submitted by:   maintainer (Serge Gagnon)
28 Jun 2006 07:36:27
Original commit files touched by this commit  0.3.2
clsung search for other commits by this committer
- update to version 0.3.2
- 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)
16 Feb 2006 14:54:54
Original commit files touched by this commit  0.3.1
garga search for other commits by this committer
- update to 0.3.1
- install man page

Changelog: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm-news.html

PR:             ports/93398
Submitted by:   maintainer
09 Feb 2006 15:17:27
Original commit files touched by this commit  0.2.4
garga search for other commits by this committer
Update to 0.2.4

PR:             ports/93073
Submitted by:   maintainer
08 Feb 2006 18:18:44
Original commit files touched by this commit  0.2.3
mnag search for other commits by this committer
- Update to 0.2.3

PR:             93001
Submitted by:   maintainer
05 Feb 2006 09:40:43
Original commit files touched by this commit  0.2.2
erwin search for other commits by this committer
Version 0.2.2:
- 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)
01 Feb 2006 11:47:16
Original commit files touched by this commit  0.2.1
garga search for other commits by this committer
- Update to 0.2.1

PR:             ports/92657
Submitted by:   maintainer
31 Jan 2006 17:27:19
Original commit files touched by this commit  0.2
garga search for other commits by this committer
- Rmove unautorized author's name from pkg-descr

PR:             ports/92623
Submitted by:   maintainer
31 Jan 2006 13:49:17
Original commit files touched by this commit  0.2
barner search for other commits by this committer
- Update to 0.2

- 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
23 Jan 2006 20:04:17
Original commit files touched by this commit  0.1.3
pav search for other commits by this committer
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).

PR:             ports/92129
Submitted by:   Serge Gagnon <serge.gagnon@b2b2c.ca>

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21413
Broken 173
Deprecated 46
Ignore 899
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 5
new 48 hours5
new 7 days17
new fortnight49
new month99

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.137 seconds.