Two files, ftp.netbsd.org/pub/pkgsrc/distfile version and the github version give different
hash digest, but the contents are the exactly the same, probabley compress level is different.
I'll replace ftp.netbsd.org version by github version later.
CF-SX3@makoto 18:12:01/190915(/export/fromcvs)% ls -la */fromcvs-0*
-rw-r--r-- 1 makoto wheel 46593 Sep 15 17:59 github/fromcvs-0.0.0.134.zip
-rw-r--r-- 1 makoto wheel 46593 Mar 8 2015 netbsd/fromcvs-0.0.0.134.zip
CF-SX3@makoto 18:12:04/190915(/export/fromcvs)% sha1 */fromcvs-0*
SHA1 (github/fromcvs-0.0.0.134.zip) = a212bf8b1a3eee50ab95afcfcb0ac8d5a3722d9e
SHA1 (netbsd/fromcvs-0.0.0.134.zip) = ed979e5ee19613d8cb9aac31ca014116dba08bdc
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
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.
Implement alternate author file format.
If passing --authors or -A, you specify an authors file that is formated
like the one cvsimport or parsecvs accept. The format is
author = Full Name <address@example.org>
per line.
Also fix a option parsing bug in fromcvs's destrepo.
Suggested-by: Thomas Schwinge <tschwinge@gnu.org>
Remove now unneeded comment.
Make tohg work with current mercurial.
Only handle repocopy if we have data.
Implement complete repo file list, approximated by branch file lists.
Fix filelist for nonexisting branches.
105:
Rework branch name alias handling.
Now we treat branches and magic branches different for the sake
of guessing branch name aliases.
Add the possibility to ignore branches based on regexp.
104:
Try to enhance branch handling, add diagnostic output.
Get DISTFILE from original MASTER_SITE. (effectively a package version
downgrade, but it is only a few hours old.)
Update to changeset 99:
Abort if the commit didn't succeed.