Commit graph

7 commits

Author SHA1 Message Date
ryoon
19ff03a5cd Update to 3.13
Changelog:
3.13 @ 2013-12-11
  Terminal release of this code - the branch and tag analysis is just not
  good enough on anything other than a linear repository. Use cvs-fast-export
  instead.

3.12 @ 2013-12-10
  Warning: execute permissions on CVS files are not reported!
  The command-line argument can now be a CVS URL.
  The --summary-first option was removed to simplify the code's control flow.
  The -g and --diff-opts options have been removed to simplify dependencies.
  Deprecation warning for -s, -a, -f, -l, -n, -p, --root, --diff-opts, and -t.

3.11 @ 2013-12-09
  Eliminate dodgy tmpnam() use.
  Make the documentation truthful about --convert-ignores.
2015-02-28 08:32:12 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jperkin
efe846a265 Package uses LDLIBS not LIBS, fixes SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:04:53 +00:00
ryoon
b79683f4f8 Update to 3.10
* Add build time dependency to asciidoc (a2x)

Changelog:
3.10 @ 2013-01-20
  Make the behavior of a second -d option match the documentation.

3.9 @ 2013-01-20
  Added -i option for generating incremental fast exports.

3.8 @ 2013-01-13
  Fix buggy generation of the revision-map file (thanks to Chris Rorvick).
  Don't convert .cvsignores by default, we have field reports of collisions.

3.7 @ 2013-01-08
  Bug fix in timezone handling (thanks to Chris Rorvick).
  Major performance gain in the CVS client code (thanks to Sergei Trofimovich).

3.6 @ 2013-01-06
  The third field in an author entry is now interpreted as if it were TZ.

3.5 @ 2013-01-02
  Remove the --test-log option now that cvsps has its own test suite.
  New --reposurgeon option for passing reference-lifting hints to reposurgeon.

3.4 @ 2013-01-01
  Incorporate Heiko Voight's patch solving some time-skew cases.
  The git-tree tests for cvsps are now completely merged into the test suite.
  Code passes Coverity auditing.

3.3 @ 2012-12-30
  There's a new -A option that does author-name mapping in the expected way.
  There's a new -R option that writes out a revision map.
  cvsps run from within a repository directory will do the right thing.
  A bug that could garble translations of branchy repositories has been fixed.
2013-02-25 21:26:55 +00:00
schmonz
3dfa489b1d Fix fetch: MASTER_SITES is just ${HOMEPAGE} (no :Q). 2013-01-30 14:45:40 +00:00
ryoon
d4e3df3a48 Set MAINTAINER as me. 2013-01-30 11:37:41 +00:00
ryoon
d2d7a4aa9f Fix PR pkg/47363.
Import 3.2 version of cvsps as devel/cvsps3.

From README,
The 3.x versions have changed significantly.  In 2012, CVS use is declining
swiftly (GNU CVS hasn't been updated since 2004) and the original use case
for this tool - browsing change sets in a live CVS repository - is obsolete.
The 3.x versions are more focused on the --fast-export mode.
2013-01-30 11:34:58 +00:00