[33062] trunk/dports/gnome/libgtkhtml312/Portfile

nox at macports.org nox at macports.org
Thu Jan 17 03:36:40 PST 2008


Revision: 33062
          http://trac.macosforge.org/projects/macports/changeset/33062
Author:   nox at macports.org
Date:     2008-01-17 03:36:38 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
libgtkhtml312: Whitespace changes.

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

Modified: trunk/dports/gnome/libgtkhtml312/Portfile
===================================================================
--- trunk/dports/gnome/libgtkhtml312/Portfile	2008-01-17 11:07:16 UTC (rev 33061)
+++ trunk/dports/gnome/libgtkhtml312/Portfile	2008-01-17 11:36:38 UTC (rev 33062)
@@ -1,32 +1,40 @@
 # $Id$
-PortSystem 1.0
-name		libgtkhtml312
-version		3.12.2
-description	GTK HTML rendering engine.
-long_description	GtkHTML is a lightweight HTML rendering/printing/editing \
-			engine. libgtkhtml312 contains the last version of \
-			libgtkhtml that contains the previous printing API. \
-			It is required for some ports that have not yet \
-			switched to the new API or cannot do so for some \
-			reason, and would break with the current version of \
-			libgtkhtml3.  Several versions of libgtkhtml can \
-			co-exist on the same machine.
-maintainers	nomaintainer
-categories	gnome 
-platforms	darwin 
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/gtkhtml/3.12/
-distname	gtkhtml-${version}
-use_bzip2	yes
 
-checksums	rmd160 c8445d3e8893c0d99da1d153e984d5f567ff1a08
+PortSystem      1.0
 
-depends_lib	\
-	lib:gailutil:gail \
-	port:libgnomeui \
-        port:libgnomeprintui \
-        port:libglade2 \
-	port:dbus \
-	port:dbus-glib
+name            libgtkhtml312
+set my_name     gtkhtml
+version         3.12.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      gnome 
+platforms       darwin
+description     GTK HTML rendering engine.
 
-configure.env	GMSGFMT=${prefix}/bin/msgfmt
+long_description \
+    GtkHTML is a lightweight HTML rendering/printing/editing \
+    engine. libgtkhtml312 contains the last version of libgtkhtml that \
+    contains the previous printing API.  It is required for some ports \
+    that have not yet switched to the new API or cannot do so for some \
+    reason, and would break with the current version of libgtkhtml3. \
+    Several versions of libgtkhtml can co-exist on the same machine.
+
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/${my_name}/${branch}/
+distname        ${my_name}-${version}
+use_bzip2       yes
+
+checksums       rmd160 c8445d3e8893c0d99da1d153e984d5f567ff1a08
+
+depends_lib     lib:gailutil:gail \
+                port:libgnomeui \
+                port:libgnomeprintui \
+                port:libglade2 \
+                port:dbus \
+                port:dbus-glib
+
+configure.env   GMSGFMT=${prefix}/bin/msgfmt
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${my_name}/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/d85b3ee4/attachment-0001.html


More information about the macports-changes mailing list