[33081] trunk/dports/gnome/gtksourceview2/Portfile

nox at macports.org nox at macports.org
Thu Jan 17 08:46:41 PST 2008


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

Log Message:
-----------
gtksourceview2:
 * Updated to 2.0.2.
 * Added md5 and sha1 checksums.
 * Fixed dependencies.
 * Disabled tests building.
 * Added livecheck.

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

Modified: trunk/dports/gnome/gtksourceview2/Portfile
===================================================================
--- trunk/dports/gnome/gtksourceview2/Portfile	2008-01-17 16:45:28 UTC (rev 33080)
+++ trunk/dports/gnome/gtksourceview2/Portfile	2008-01-17 16:46:38 UTC (rev 33081)
@@ -2,52 +2,42 @@
 
 PortSystem      1.0
 
-name            gtksourceview2
-version         2.0.0
-maintainers     nomaintainer
-categories      gnome
-platforms       darwin 
-description     GtkSourceView is a text widget
+name		    gtksourceview2
+set my_name     gtksourceview
+version		    2.0.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers	    nomaintainer
+categories	    gnome
+platforms	    darwin 
+description	    GtkSourceView is a text widget
 
 long_description \
-    GtkSourceView is a text widget that extends the standard \
-    gtk+ 2.x text widget GtkTextView. It improves GtkTextView \
-    by implementing syntax highlighting and other features \
-    typical of a source editor. This port contains version 2 of the \
-    GtkSourceView widget. Port GtkSourceView contains version 1 of the \
-    widget.
+	GtkSourceView is a text widget that extends the standard \
+	gtk+ 2.x text widget GtkTextView. It improves GtkTextView \
+	by implementing syntax highlighting and other features \
+	typical of a source editor. This port contains version 2 of the \
+	GtkSourceView widget. Port GtkSourceView contains version 1 of the \
+	widget.
 
-homepage        http://cvs.gnome.org/lxr/source/gtksourceview
-master_sites    gnome:sources/gtksourceview/[strsed ${version} {/\.[0-9]*$//}]/
-distname        gtksourceview-${version}
-use_bzip2       yes
+homepage	    http://cvs.gnome.org/lxr/source/gtksourceview/
+master_sites    gnome:sources/${my_name}/${branch}/
+distname	    ${my_name}-${version}
+use_bzip2 	    yes
 
-checksums       rmd160 d1280b8a7220109fc61c96e40009ae76fbd83373
+checksums       md5 8a9daf3fa9ddeed92c18572ee16cd1f5 \
+                sha1 df728a822b55dc6c3370e011c8904a5be5c357a8 \
+                rmd160 01cd574a70ec684217e5a95458b33aa3c8b31a6d
 
-depends_build   port:avahi \
-                port:dbus-glib \
-                port:openssl \
-                port:p5-xml-parser \
-                port:pkgconfig
+depends_build   port:intltool \
+	            port:pkgconfig
 
-depends_lib     port:freetype \
-                port:fontconfig \
-                port:tiff \
-                port:atk \
-                port:gconf \
-                port:gettext \
-                port:glib2 \
-                port:gnome-vfs \
-                port:gtk2 \
-                port:zlib \
-                port:orbit2 \
+depends_lib     port:gtk2 \
                 port:libxml2 \
-                port:pango \
-                port:expat \
-                port:libiconv \
-                port:libpng \
-                port:jpeg \
-                port:cairo
+                port:gettext
 
-configure.args  --mandir=${prefix}/share/man \
-                --with-system-pcre
+configure.args  --disable-build-tests \
+	            --with-system-pcre
+
+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/05124d73/attachment-0001.html


More information about the macports-changes mailing list