notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/cvs2svn/distinfo

Number of commits found: 20

Sunday, 31 Dec 2017
13:34 ohauer search for other commits by this committer
- update to 2.5.0

ChangeLog:
--------------------------------
 Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
 * Fix the handling of symbol-matching regexps that include "|".
 * Handle excluded paths under Attic directories, too.
 * cvs2git: fix logging in process_post_commit().
 * Prefer to break internal cycles at the *largest* timestamp gaps.
 * Don't try to delete a supposed "revision 1.1" if it has a predecessor.

 Improvements and output changes:
 * Various small documentation fixes and improvements.
 * Make cvs2xxx runnable under PyPy.
 * Avoid some allusions to Subversion when converting to another VCS.
 * Use tempfile.mkdtemp() to choose the location for temporary files.
 * Write all progress information to stderr rather than stdout.
 * Write cvs2git and cvs2bzr output to stdout by default.
 * Improve build reproducibility by respecting $SOURCE_DATE_EPOCH.
 * cvs2git: don't add so much useless metadata to symbol commits.
 * cvs2git: allow a file to be set executable in Git via "svn:executable"

 Miscellaneous:
 * Use "co --version" rather than the deprecated "co -V".
Original commitRevision:457691 
Sunday, 15 Sep 2013
17:17 ohauer search for other commits by this committer
- update patch from r5406 to r5433
- fix PORTEXAMPLES and PORTDOCS
- depend on devel/cvs for ${OSVERSION} > 1000000

Bugs fixed:
 - Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 - ExternalBlobGenerator: Don't fail if no revisions are needed for a file.

From the commit log:
 - Write all progress information to stderr rather than stdout. (r5419)
 - Make sure to close CVS repository files after parsing them. (r5421)
 - Choose garbage collection policy a bit more intelligently. (r5431)
 - cvs2git: Emit some more information in OutputPass. (rr5432)
 - Allow paths under Attic directories to be excluded, too. (r5433)
Original commitRevision:327348 
Monday, 15 Oct 2012
07:03 ohauer search for other commits by this committer
- update patch to upstream svn revision 5406

Bugs fixed:
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.

Feature safe:	yes
Original commitRevision:305905 
Thursday, 11 Oct 2012
06:15 ohauer search for other commits by this committer
- add local patches (svn rev. 5401)

 Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.

Feature safe:	yes
Original commitRevision:305699 
Tuesday, 25 Sep 2012
20:20 ohauer search for other commits by this committer
- update to version 2.4.0
- adopt new Makefile header
- take maintainer

Some highlights:

* cvs2git conversions are cleaned up in a number of smallish ways.

* Much faster cvs2git conversions via new option
  --use-external-blob-generator.

* Optionally include empty directories from the CVS repository in
  the Subversion output.

* More flexible keyword and EOL handling.

* More aggressively omit unnecessary dead revisions.

* Make check of illegal filename characters dependent on the target VCS.

* Allow grafting a branch onto a parent that has itself been grafted.

* Only require a DB module if the "internal co" functionality is used.
  (This dependency has been a source of much grief to people on systems
  without decent package managers.)

* Sort using a Python implementation rather than an external sort
  command, to remove the dependency on POSIX-like sort.  (This
  dependency has been the source of much grief to Windows users.)

For more information see:
http://cvs2svn.tigris.org/source/browse/cvs2svn/tags/2.4.0/CHANGES?view=markup

Special thanks to Michael Haggerty

Approved by:	glarkin (explicit per pm)
Original commitRevision:304859 
Friday, 25 Feb 2011
07:50 miwi search for other commits by this committer
- Move from py24 over to py25 or above
- Drop md5 support
Original commit
Thursday, 10 Dec 2009
05:00 pgollucci search for other commits by this committer
- Update to 2.3.0 [1]
- Pet portlint

PR:             ports/138099
Submitted by:   olli hauer <ohauer@gmx.de>
Original commit
Sunday, 14 Dec 2008
20:20 miwi search for other commits by this committer
- Update to 2.2.0

PR:             129094
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer timeout
Original commit
Friday, 4 Jul 2008
00:41 araujo search for other commits by this committer
- Update to 2.1.1.
- Update and remove duplicated MASTER_SITE.
- Fix portlint warning.

PR:             ports/125202
Submitted by:   "Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
Original commit
Sunday, 16 Mar 2008
23:05 araujo search for other commits by this committer
- Update to 2.1.0.
- Added support for CVS -> Git conversions.

PR:             ports/121078
Submitted by:   Giorgos Keramidas <keramida@ceid.upatras.gr>
Approved by:    maintainer timeout (more than 2 weeks)
Original commit
Saturday, 22 Dec 2007
12:25 stefan search for other commits by this committer
Update to 2.0.1.

PR:             117085
Submitted by:   Greg Larkin <glarkin@sourcehosting.net>
Approved by:    maintainer
Original commit
Wednesday, 10 Jan 2007
08:20 jkoshy search for other commits by this committer
Update to v1.5.0.  Upstream changes since the prior ported
version (v1.3.1) include:
 - Support for multiproject conversions.
 - New options: `--output', `--co', `--cvs', `--sort', `--auto-props',
   `--symbol-default'.
 - Options `--force-branch' and `--force-tag' now accept regexes.
 - Speedups, reduction in disk space needed for conversion.
 - Multicomponent `--trunk', `--tags' and `--branches' paths.
 - Better warning messages and error handling.
 - Improved handling of commit dependencies and multibranch
   commits.
 - Scripts to help isolate conversion problems and shrink
   test cases.

PR:             ports/106468
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.ckefgisc.org>
Original commit
Monday, 26 Jun 2006
14:14 pav search for other commits by this committer
- Update to 1.3.1

PR:             ports/99417
Submitted by:   Joe Holden <joe@joeholden.co.uk> (maintainer)
Original commit
Thursday, 24 Nov 2005
15:40 pav search for other commits by this committer
- Add some SHA256 checksums
Original commit
Thursday, 17 Nov 2005
16:09 pav search for other commits by this committer
- Update to 1.3.0

PR:             ports/86852
Submitted by:   Jiawei Ye <leafy@orion.moderntimes.com.tw>
Approved by:    maintainer timeout (14 days)
Original commit
Friday, 10 Jun 2005
19:47 thierry search for other commits by this committer
Upgrade to 1.2.1.

PR:             ports/80891
Submitted by:   Kay Abendroth <kay.abendroth (at) gmail.com>
Approved by:    maintainer's time-out (1 month)
Original commit
Wednesday, 2 Feb 2005
16:40 clsung search for other commits by this committer
- update to 1.2.0

PR:             ports/77014
Submitted by:   June-Yen Huang (maintainer)
Original commit
Tuesday, 26 Oct 2004
09:09 clsung search for other commits by this committer
- update to 1.1.0

PR:             ports/73153
Submitted by:   JingYen Huang (maintainer)
Approved by:    co-mentor (vanilla)
Original commit
Sunday, 29 Aug 2004
16:41 perky search for other commits by this committer
Update to 1.0.0 and assign maintainership to submitter.

PR:             71018
Submitted by:   June-Yen Huang <jihuang@gate.sinica.edu.tw>
Original commit
Saturday, 1 May 2004
10:30 perky search for other commits by this committer
Move converters/cvs2svn to devel/cvs2svn to correct category.

Suggested by:   ijliao, knu
Original commit

Number of commits found: 20