[RFC] New ports idea: github / gitorious / bitbucket direct support.

Klaus T. Aehlig aehlig at linta.de
Fri Sep 9 13:54:41 UTC 2011


>  I've thought about checksums, but my simple experiment shows, that
> tag-related (not tip-related, of course) archives give same chsum
> after re-downloading in short time. But I don't check it for long-term
> stability.

Well, let's do at least one check with a one and a half year old tar ball.

[root at kta1c10 /tmp]# fetch https://github.com/Dieterbe/uzbl/tarball/2010.01.05
2010.01.05                                    100% of  130 kB  320 kBps
[root at kta1c10 /tmp]# sha256 2010.01.05 
SHA256 (2010.01.05) = 0aae5c9994d968b4f4ec7f8f2ce935c25e25d19cabbce27e3ded0672756132c8
[root at kta1c10 /tmp]# cd /usr/ports/www/uzbl/
[root at kta1c10 /usr/ports/www/uzbl]# cvs diff -r1.1 distinfo 
Index: distinfo
===================================================================
RCS file: /usr/ctm/cvs-cur/ports/www/uzbl/distinfo,v
retrieving revision 1.1
retrieving revision 1.11
diff -r1.1 -r1.11
1,3c1,2
< MD5 (uzbl-0.0.0.2010.01.05.tar.gz) = 2574fc68a7a7693297d371ca58a4edb4
< SHA256 (uzbl-0.0.0.2010.01.05.tar.gz) = 0aae5c9994d968b4f4ec7f8f2ce935c25e25d19cabbce27e3ded0672756132c8
< SIZE (uzbl-0.0.0.2010.01.05.tar.gz) = 133875
---
> SHA256 (uzbl-0.0.0.2011.07.25.tar.gz) = 2e61fa6c62e48d3f13e95a4ea7e7aead65345f6c88a688844ef921685dffe565
> SIZE (uzbl-0.0.0.2011.07.25.tar.gz) = 146851
[root at kta1c10 /usr/ports/www/uzbl]# 

There it works as well...

Best,
Klaus



More information about the freebsd-ports mailing list