[58042] trunk/dports/editors/bluefish/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 20 23:37:24 PDT 2009


Revision: 58042
          http://trac.macports.org/changeset/58042
Author:   ryandesign at macports.org
Date:     2009-09-20 23:37:20 -0700 (Sun, 20 Sep 2009)
Log Message:
-----------
bluefish: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/editors/bluefish/Portfile

Modified: trunk/dports/editors/bluefish/Portfile
===================================================================
--- trunk/dports/editors/bluefish/Portfile	2009-09-21 05:53:49 UTC (rev 58041)
+++ trunk/dports/editors/bluefish/Portfile	2009-09-21 06:37:20 UTC (rev 58042)
@@ -1,41 +1,45 @@
 # $Id$
 
-PortSystem 1.0
-name			bluefish
-version			1.0.7
-categories		editors www
-platforms		darwin
-maintainers		nomaintainer
-homepage		http://bluefish.openoffice.nl/
-description		A powerful editor for web designers
+PortSystem              1.0
 
-long_description	Bluefish is a powerful editor for experienced web designers and \
-			programmers. Bluefish supports many programming and markup languages \
-			but it focuses on editing dynamic and interactive websites.
+name                    bluefish
+version                 1.0.7
+categories              editors www
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://bluefish.openoffice.nl/
+description             A powerful editor for web designers
 
-master_sites		sourceforge:bluefish
-			
-checksums		md5 2c3b3c9c8f8e32b9473dfd879f216dea \
-			sha1 c61d6271c49e9fa8c728724e6aadde33a227bdea \
-			rmd160 7ce8a7c8873cd0ef84dd6486551976593544a8dc
+long_description        Bluefish is a powerful editor for experienced web designers and \
+                        programmers. Bluefish supports many programming and markup languages \
+                        but it focuses on editing dynamic and interactive websites.
 
-use_bzip2		yes
+master_sites            sourceforge:bluefish
 
-depends_lib		port:gtk2 \
-			port:pcre
+checksums               md5 2c3b3c9c8f8e32b9473dfd879f216dea \
+                        sha1 c61d6271c49e9fa8c728724e6aadde33a227bdea \
+                        rmd160 7ce8a7c8873cd0ef84dd6486551976593544a8dc
 
-configure.args		--mandir=${prefix}/share/man \
-			--infodir=${prefix}/share/info \
-			--sysconfdir=${prefix}/etc \
-			--with-icon-path=${prefix}/share/pixmaps \
-			--without-freedesktop_org-menu \
-			--without-freedesktop_org-mime \
-			--without-gnome2_4-mime \
-			--without-gnome2_4-appreg
+use_bzip2               yes
 
+depends_lib             port:gtk2 \
+                        port:pcre
+
+configure.args          --mandir=${prefix}/share/man \
+                        --infodir=${prefix}/share/info \
+                        --sysconfdir=${prefix}/etc \
+                        --with-icon-path=${prefix}/share/pixmaps \
+                        --without-freedesktop_org-menu \
+                        --without-freedesktop_org-mime \
+                        --without-gnome2_4-mime \
+                        --without-gnome2_4-appreg
+
 destroot.destdir        DESTDIR=${destroot}
 
-variant nosplash	{ configure.args-append	--disable-splash-screen }
+variant nosplash {
+    configure.args-append --disable-splash-screen
+}
 
-variant tidy		{ depends_run		bin:tidy:tidy }
-
+variant tidy {
+    depends_run bin:tidy:tidy
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090920/b0209fc6/attachment.html>


More information about the macports-changes mailing list