[32966] trunk/dports/gnome/libbonoboui/Portfile

nox at macports.org nox at macports.org
Tue Jan 15 07:19:59 PST 2008


Revision: 32966
          http://trac.macosforge.org/projects/macports/changeset/32966
Author:   nox at macports.org
Date:     2008-01-15 07:19:57 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
libbonoboui:
 * Whitespace changes.
 * Added sha1 and rmd160 checksums.
 * Fixed livecheck.

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

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2008-01-15 14:30:35 UTC (rev 32965)
+++ trunk/dports/gnome/libbonoboui/Portfile	2008-01-15 15:19:57 UTC (rev 32966)
@@ -1,38 +1,50 @@
 # $Id$
-PortSystem 1.0
-name		libbonoboui
-version		2.20.0
-revision	1
-description	GUI frontend to the libbonobo component of GNOME 2
-long_description        Bonobo is a set of language and system \
-			independant CORBA interfaces for creating \
-			reusable components and creating compound \
-			documents. libbonoboui includes a Gtk+ based \
-			implementation of the Bonobo interfaces, \
-			enabling developers to create reusable components \
-			and applications that can be used to form \
-			more complex documents.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
-master_sites    gnome:sources/libbonoboui/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 14427a459f6ca355de5f5e47ce95c1c4
-depends_lib	\
-	port:gconf \
-	port:glib2 \
-	port:gnome-vfs \
-	port:gtk2 \
-	port:libbonobo \
-	port:libglade2 \
-	port:libgnomecanvas \
-	port:libgnome \
-	port:dbus \
-	port:dbus-glib \
-	port:libiconv \
-	port:libxml2 \
-	port:gettext
-use_bzip2 	yes
-configure.args  --mandir=${prefix}/share/man
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+
+PortSystem      1.0
+name            libbonoboui
+version         2.20.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
+revision        1
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     GUI frontend to the libbonobo component of GNOME 2
+
+long_description \
+    Bonobo is a set of language and system independant CORBA \
+    interfaces for creating reusable components and creating compound \
+    documents. libbonoboui includes a Gtk+ based implementation of the \
+    Bonobo interfaces, enabling developers to create reusable \
+    components and applications that can be used to form more complex \
+    documents.
+
+homepage        http://www.gnome.org/
+master_sites    gnome:sources/${name}/${branch}/
+use_bzip2       yes
+
+checksums       md5 14427a459f6ca355de5f5e47ce95c1c4 \
+                sha1 0f28da17b5d65c6b0cf912005a3f0b7af29c18b2 \
+                rmd160 d22f37457de3bd572f53dec97a3c7205e929ec50
+
+depends_lib \
+    port:gconf \
+    port:glib2 \
+    port:gnome-vfs \
+    port:gtk2 \
+    port:libbonobo \
+    port:libglade2 \
+    port:libgnomecanvas \
+    port:libgnome \
+    port:dbus \
+    port:dbus-glib \
+    port:libiconv \
+    port:libxml2 \
+    port:gettext
+
+configure.args              --mandir=${prefix}/share/man
+configure.cppflags-append   -L${prefix}/lib
+configure.cflags-append     -no-cpp-precomp -flat_namespace -undefined suppress
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
+livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)

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


More information about the macports-changes mailing list