dparrish / libcli

Libcli provides a shared library for including a Cisco-like command-line interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree.
https://dparrish.com/link/libcli
GNU Lesser General Public License v2.1
296 stars 147 forks source link

Please provide real distfiles #5

Closed bapt closed 13 years ago

bapt commented 13 years ago

Hi,

I am maintaining a freebsd port for libcli. but in order to be able to provide it we need a real distfile.

github guys also think that the tags aren't clean distfiles: http://support.github.com/discussions/repos/4017-tags-and-distfile-generation-issues

The main problem for us is the http redirection. With true distfiles we can access a directly link with no redirection: cloud.github.com with tags we can't plus the checksum changes each time the tarball associated to the tag is regenerated by github.

Thanks Bapt

dparrish commented 13 years ago

I've built a release file for 1.9.5 at https://github.com/downloads/dparrish/libcli/libcli-1.9.5.tar.gz

bapt commented 13 years ago

Thanks, freebsd ports updated :)