./devel/cvsps3, Generates patchset information from a CVS repository

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.13, Package name: cvsps3-3.13, Maintainer: ryoon

Collect changesets from CVS repositories. This tool can be used
either by humans to inspect changesets or as an exporter from CVS
to other version control systems - it can be told to emit a
fast-export stream to standard output.


Required to build:
[textproc/asciidoc] [pkgtools/cwrappers]

Master sites:

Filesize: 62.927 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995)
Log message:
Add SHA512 digests for distfiles for devel category

Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-02-28 09:32:12 by Ryo ONODERA | Files touched by this commit (2)
Log message:
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.
   2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163)
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
   2013-12-10 13:04:53 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Package uses LDLIBS not LIBS, fixes SunOS.  Patch from Sebastian Wiedenroth.
   2013-05-18 12:08:05 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Update DESCR from http://www.catb.org/~esr/cvsps/ .