[50777] trunk/dports/gnome

nox at macports.org nox at macports.org
Fri May 8 19:27:08 PDT 2009


Revision: 50777
          http://trac.macports.org/changeset/50777
Author:   nox at macports.org
Date:     2009-05-08 19:27:07 -0700 (Fri, 08 May 2009)
Log Message:
-----------
dia:
 * Updated to 0.97.
 * Taken over.
dia-devel: Nuked.

Added Paths:
-----------
    trunk/dports/gnome/dia/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/dia/Portfile
    trunk/dports/gnome/dia/files/
    trunk/dports/gnome/dia-devel/

Deleted: trunk/dports/gnome/dia/Portfile
===================================================================
--- trunk/dports/gnome/dia/Portfile	2009-05-09 02:22:04 UTC (rev 50776)
+++ trunk/dports/gnome/dia/Portfile	2009-05-09 02:27:07 UTC (rev 50777)
@@ -1,47 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-
-name		dia
-version		0.96.1
-revision		0
-description	A diagram program.
-long_description        Dia is designed to be much like the commercial Windows \
-			program Visio. It can be used to draw many different kinds \
-			of diagrams. It currently has special objects to help draw \
-			entity relationship diagrams, UML diagrams, flowcharts, \
-			network diagrams, and simple circuits. It is also possible \
-			to add support for new shapes by writing simple XML files, \
-			using a subset of SVG to draw the shape.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://live.gnome.org/Dia
-master_sites    gnome:sources/dia/0.96/
-use_bzip2	yes
-checksums	md5 7b81b22baa2df55efe4845865dddc7b6 \
-	sha1 e3d8f16f50dbbd03c1ce0235dba28c3e9612bb6e \
-	rmd160 aef7b2227be2fb7eb5bdd31536790e868af74311
-
-depends_build	port:p5-xml-parser
-depends_lib	port:gtk2 port:libxml2 port:libxslt \
-		port:libart_lgpl port:popt
-
-patchfiles	patch-shape_info.c
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -L${prefix}/lib"
-
-configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
-		--enable-static
-
-post-extract {
-	reinplace "s|-module||g" ${worksrcpath}/lib/Makefile.in
-}
-
-variant with_gnome 	{
-	configure.args-append   --enable-gnome
-	depends_lib-append      port:gnome-session
-}
-
-livecheck.check regex
-livecheck.regex "Version (.+) is "

Copied: trunk/dports/gnome/dia/Portfile (from rev 50330, trunk/dports/gnome/dia-devel/Portfile)
===================================================================
--- trunk/dports/gnome/dia/Portfile	                        (rev 0)
+++ trunk/dports/gnome/dia/Portfile	2009-05-09 02:27:07 UTC (rev 50777)
@@ -0,0 +1,53 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem      1.0
+
+name            dia
+version         0.97
+maintainers     nox openmaintainer
+categories      gnome graphics
+platforms       darwin
+description     A diagram program.
+
+long_description \
+    Dia is designed to be much like the commercial Windows \
+    program Visio. It can be used to draw many different kinds \
+    of diagrams. It currently has special objects to help draw \
+    entity relationship diagrams, UML diagrams, flowcharts, \
+    network diagrams, and simple circuits. It is also possible \
+    to add support for new shapes by writing simple XML files, \
+    using a subset of SVG to draw the shape.
+
+homepage        http://live.gnome.org/Dia
+master_sites    gnome:sources/${name}/[lindex [split ${version} -] 0]/
+use_bzip2       yes
+
+checksums       md5     3d11f9aaa5a4923f0a5533962c87bdfb \
+                sha1    1c5a727e9e4f59b823a4616fc881055006eb8b96 \
+                rmd160  1b2869e2ebdd2f37b908ab3166e529aec1862af6
+
+depends_build \
+    port:intltool
+
+depends_lib \
+    port:cairo \
+    port:freetype \
+    port:libart_lgpl \
+    port:libpng \
+    port:libxml2 \
+    port:libxslt \
+    port:gettext \
+    port:glib2 \
+    port:gtk2 \
+    port:pango \
+    port:popt \
+    port:zlib
+
+configure.args \
+    --with-cairo \
+    --with-xslt-prefix=${prefix}
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/[lindex [split ${version} -] 0]/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*(?:-pre\d)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090508/7ccd25ca/attachment.html>


More information about the macports-changes mailing list