Revision: 75568 http://trac.macports.org/changeset/75568 Author: ryandesign@macports.org Date: 2011-01-30 14:22:50 -0800 (Sun, 30 Jan 2011) Log Message: ----------- tcllib: whitespace changes only (tabs to spaces) Modified Paths: -------------- trunk/dports/devel/tcllib/Portfile Modified: trunk/dports/devel/tcllib/Portfile =================================================================== --- trunk/dports/devel/tcllib/Portfile 2011-01-30 22:21:24 UTC (rev 75567) +++ trunk/dports/devel/tcllib/Portfile 2011-01-30 22:22:50 UTC (rev 75568) @@ -1,26 +1,30 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 -name tcllib -version 1.13 -categories devel -platforms darwin -maintainers nomaintainer -supported_archs noarch +PortSystem 1.0 -description tcllib standardized library -long_description tcllib is a set of pure-Tcl extensions that you can use to \ - become even more productive with Tcl. -homepage http://tcllib.sf.net/ -master_sites sourceforge:tcllib +name tcllib +version 1.13 +categories devel +platforms darwin +maintainers nomaintainer +supported_archs noarch -checksums sha1 7e49386f8d757ae596a7cf183c63b2ec6bd9e2a5 \ - rmd160 c35cf1f136fd3ec0b31c87cd05726107206c77ee +description tcllib standardized library -use_bzip2 yes +long_description tcllib is a set of pure-Tcl extensions that you can use to \ + become even more productive with Tcl. -configure.args --mandir=${prefix}/share/man +homepage http://tcllib.sf.net/ +master_sites sourceforge:tcllib -depends_lib port:tcl \ - path:bin/dot:graphviz \ - port:tk +checksums sha1 7e49386f8d757ae596a7cf183c63b2ec6bd9e2a5 \ + rmd160 c35cf1f136fd3ec0b31c87cd05726107206c77ee + +use_bzip2 yes + +configure.args --mandir=${prefix}/share/man + +depends_lib port:tcl \ + path:bin/dot:graphviz \ + port:tk