[92902] trunk/dports/gnome/regexxer/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 10 07:34:21 PDT 2012


Revision: 92902
          https://trac.macports.org/changeset/92902
Author:   ryandesign at macports.org
Date:     2012-05-10 07:34:21 -0700 (Thu, 10 May 2012)
Log Message:
-----------
regexxer: adjust whitespace / formatting / add modeline

Modified Paths:
--------------
    trunk/dports/gnome/regexxer/Portfile

Modified: trunk/dports/gnome/regexxer/Portfile
===================================================================
--- trunk/dports/gnome/regexxer/Portfile	2012-05-10 14:07:36 UTC (rev 92901)
+++ trunk/dports/gnome/regexxer/Portfile	2012-05-10 14:34:21 UTC (rev 92902)
@@ -1,21 +1,31 @@
+# -*- 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
+PortSystem          1.0
 
-name		regexxer
-version		0.9
-revision	1
-description	A search and replace tool for GNOME.
-long_description	regexxer is a nifty search/replace tool for the \
-			desktop user. It features recursive search through \
-			directory trees and Perl-style regular expressions \
-			(using libpcre).
-maintainers	nomaintainer
-categories	gnome 
-platforms	darwin 
-homepage	http://${name}.sourceforge.net
-master_sites	sourceforge:project/${name}/${name}/${version}
-checksums	md5 3c45ed51f28c3d1c7228dff7fb904459 \
-		sha1 eb2019d3abcf1a8644d586f581d9aa88ccb5f8b4
-depends_build	port:intltool port:pkgconfig
-depends_lib	port:pcre port:gconfmm port:libglademm
+name                regexxer
+version             0.9
+revision            1
+categories          gnome
+platforms           darwin
+maintainers         nomaintainer
+
+description         A search and replace tool for GNOME.
+
+long_description    regexxer is a nifty search/replace tool for the \
+                    desktop user. It features recursive search through \
+                    directory trees and Perl-style regular expressions \
+                    (using libpcre).
+
+homepage            http://${name}.sourceforge.net
+master_sites        sourceforge:project/${name}/${name}/${version}
+
+checksums           md5     3c45ed51f28c3d1c7228dff7fb904459 \
+                    sha1    eb2019d3abcf1a8644d586f581d9aa88ccb5f8b4
+
+depends_build       port:intltool \
+                    port:pkgconfig
+
+depends_lib         port:pcre \
+                    port:gconfmm \
+                    port:libglademm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120510/b5b24683/attachment.html>


More information about the macports-changes mailing list