Revision: 75243 http://trac.macports.org/changeset/75243 Author: blair@macports.org Date: 2011-01-18 12:24:34 -0800 (Tue, 18 Jan 2011) Log Message: ----------- Whitespace cleanup: replace tabs with spaces and use consistent indentation. Modified Paths: -------------- trunk/dports/x11/libsexy/Portfile Modified: trunk/dports/x11/libsexy/Portfile =================================================================== --- trunk/dports/x11/libsexy/Portfile 2011-01-18 19:46:29 UTC (rev 75242) +++ trunk/dports/x11/libsexy/Portfile 2011-01-18 20:24:34 UTC (rev 75243) @@ -1,23 +1,23 @@ # $Id$ + +PortSystem 1.0 +name libsexy +version 0.1.11 +categories x11 devel +platforms darwin +maintainers kix.in:anant +description Doing naughty things to good Gtk+ widgets -PortSystem 1.0 -name libsexy -version 0.1.11 -categories x11 devel -platforms darwin -maintainers kix.in:anant -description Doing naughty things to good Gtk+ widgets +long_description libsexy is a collection of GTK+ widgets that \ + extend the functionality of such standard widgets \ + as GtkEntry and GtkLabel by subclassing them and \ + working around the limitations of the widgets. -long_description libsexy is a collection of GTK+ widgets that\ - extend the functionality of such standard widgets\ - as GtkEntry and GtkLabel by subclassing them and\ - working around the limitations of the widgets. +homepage http://www.chipx86.com/wiki/Libsexy +master_sites http://releases.chipx86.com/libsexy/libsexy/ -homepage http://www.chipx86.com/wiki/Libsexy -master_sites http://releases.chipx86.com/libsexy/libsexy/ +depends_lib lib:libgtk.2:gtk2 -depends_lib lib:libgtk.2:gtk2 - -checksums md5 33c079a253270ec8bfb9508e4bb30754 \ - sha1 be01c58f8888556660a847aa901a08c38a45fd96 \ - rmd160 fc5d061486baaad8be54d5894dbd76c31467d905 +checksums md5 33c079a253270ec8bfb9508e4bb30754 \ + sha1 be01c58f8888556660a847aa901a08c38a45fd96 \ + rmd160 fc5d061486baaad8be54d5894dbd76c31467d905
participants (1)
-
blair@macports.org