[26091] trunk/dports/www/tidy/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jun 12 02:48:39 PDT 2007
Revision: 26091
http://trac.macosforge.org/projects/macports/changeset/26091
Author: ryandesign at macports.org
Date: 2007-06-12 02:48:39 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
tidy: whitespace / formatting changes only
Modified Paths:
--------------
trunk/dports/www/tidy/Portfile
Modified: trunk/dports/www/tidy/Portfile
===================================================================
--- trunk/dports/www/tidy/Portfile 2007-06-12 09:35:39 UTC (rev 26090)
+++ trunk/dports/www/tidy/Portfile 2007-06-12 09:48:39 UTC (rev 26091)
@@ -1,30 +1,44 @@
# $Id$
-PortSystem 1.0
-name tidy
-version 20051026
-categories www
-maintainers ryandesign
-description Fixes and tidies up HTML files
-homepage http://tidy.sourceforge.net/
-platforms darwin
+PortSystem 1.0
-long_description Tidy is a utility to clean up and fix broken HTML files.
+name tidy
+version 20051026
+categories www
+maintainers ryandesign
+homepage http://tidy.sourceforge.net/
+platforms darwin
+distname tidy_src_051026
+extract.suffix .tgz
+worksrcdir ${name}
-master_sites ${homepage}/src/ \
- ${homepage}/src/old/
+description \
+ Fixes and tidies up HTML files
-distname tidy_src_051026
-extract.suffix .tgz
-checksums md5 1e39fafd6808978871346658c8da1454
-worksrcdir ${name}
-depends_lib port:libtool
-patchfiles patch-platform.h
+long_description \
+ Tidy is a utility to clean up and fix broken HTML files.
-pre-configure { system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh" }
+master_sites \
+ ${homepage}/src/ \
+ ${homepage}/src/old/
-post-destroot { system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib" }
+checksums \
+ md5 1e39fafd6808978871346658c8da1454
+depends_lib \
+ port:libtool
+
+patchfiles \
+ patch-platform.h
+
+pre-configure {
+ system "cd ${worksrcpath} && /bin/sh ${worksrcpath}/build/gnuauto/setup.sh"
+}
+
+post-destroot {
+ system "ln -fs libtidy-0.99.0.0.0.dylib ${destroot}${prefix}/lib/libtidy.0.dylib"
+}
+
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070612/31d77bb6/attachment.html
More information about the macports-changes
mailing list