[Assorted-commits] SF.net SVN: assorted:[1520] shell-tools/trunk/src/bash-commons/assorted. bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-11-26 09:58:03
|
Revision: 1520 http://assorted.svn.sourceforge.net/assorted/?rev=1520&view=rev Author: yangzhang Date: 2009-11-26 09:57:53 +0000 (Thu, 26 Nov 2009) Log Message: ----------- added boost software license Modified Paths: -------------- shell-tools/trunk/src/bash-commons/assorted.bash Modified: shell-tools/trunk/src/bash-commons/assorted.bash =================================================================== --- shell-tools/trunk/src/bash-commons/assorted.bash 2009-11-26 09:57:22 UTC (rev 1519) +++ shell-tools/trunk/src/bash-commons/assorted.bash 2009-11-26 09:57:53 UTC (rev 1520) @@ -49,7 +49,7 @@ elif kind == 'pypi': # TODO this should be more robust yield ( '[download $version egg]', - 'http://pypi.python.org/packages/2.5/${project:0:1}/$project/$( echo $project | sed s/-/_/g )-$version-py2.5.egg' ) + 'http://pypi.python.org/packages/2.6/${project:0:1}/$project/$( echo $project | sed s/-/_/g )-$version-py2.6.egg' ) yield ( '[download $version src tgz]', 'http://pypi.python.org/packages/source/${project:0:1}/$project/$package.tar.gz' ) yield ( '[PyPI page]', @@ -108,6 +108,9 @@ local license_text license_links case $license in + boost ) + license_text='the [Boost Software License][BSL]' + license_links='[BSL]: http://www.boost.org/LICENSE_1_0.txt' ;; gpl3 ) license_text='the [GNU GPL3]' license_links='[GNU GPL3]: http://www.gnu.org/licenses/gpl.html' ;; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |