[80871] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Tue Jul 19 15:18:04 PDT 2011


Revision: 80871
          http://trac.macports.org/changeset/80871
Author:   ryandesign at macports.org
Date:     2011-07-19 15:18:04 -0700 (Tue, 19 Jul 2011)
Log Message:
-----------
gvedit: new port, version 2.28.0

Added Paths:
-----------
    trunk/dports/graphics/gvedit/
    trunk/dports/graphics/gvedit/Portfile
    trunk/dports/graphics/gvedit/files/
    trunk/dports/graphics/gvedit/files/patch-cmd-gvedit-Makefile.am.diff

Copied: trunk/dports/graphics/gvedit/Portfile (from rev 80868, trunk/dports/graphics/graphviz/Portfile)
===================================================================
--- trunk/dports/graphics/gvedit/Portfile	                        (rev 0)
+++ trunk/dports/graphics/gvedit/Portfile	2011-07-19 22:18:04 UTC (rev 80871)
@@ -0,0 +1,51 @@
+# -*- 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
+PortGroup                       qt4 1.0
+
+name                            gvedit
+conflicts                       gvedit-devel
+set my_name                     graphviz
+# keep version in sync between graphviz, graphviz-gui and gvedit
+version                         2.28.0
+categories                      graphics
+maintainers                     ryandesign
+license                         EPL-1.0
+homepage                        http://www.graphviz.org/
+master_sites                    ${homepage}pub/graphviz/stable/SOURCES/
+platforms                       darwin
+use_parallel_build              yes
+dist_subdir                     ${my_name}
+distname                        ${my_name}-${version}
+
+description                     Graph visualization software from AT&T and Bell Labs
+
+long_description                Graph Visualization Software from AT&T Laboratories and \
+                                Bell Laboratories (Lucent Technologies). \
+                                The package contains: \
+                                    dot    - batch program for drawing directed graphs as \
+                                     hierarchies \
+                                    neato  - batch program for drawing undirected graphs \
+                                     using Kamada-Kawai spring models. \
+                                Users wishing to have only the graph layout \
+                                programs (for non-interactive use) can use the +no_x11 \
+                                variant to build graphviz without its display routines.
+
+checksums                       sha1    4725d88a13e071ee22e632de551d4a55ca08ee7d \
+                                rmd160  5a5fae7cb1128d4e863b954bee5f2491ff23ada0
+
+use_autoreconf                  yes
+
+depends_lib-append              port:graphviz
+
+patchfiles                      patch-cmd-gvedit-Makefile.am.diff
+
+configure.args                  --with-qt
+
+build.dir                       ${worksrcpath}/cmd/gvedit
+
+# keep livecheck in sync between graphviz, graphviz-gui and gvedit
+livecheck.type                  regex
+livecheck.url                   ${homepage}Download_source.php
+livecheck.regex                 ${my_name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)\\.tar

Added: trunk/dports/graphics/gvedit/files/patch-cmd-gvedit-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/gvedit/files/patch-cmd-gvedit-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/graphics/gvedit/files/patch-cmd-gvedit-Makefile.am.diff	2011-07-19 22:18:04 UTC (rev 80871)
@@ -0,0 +1,11 @@
+--- cmd/gvedit/Makefile.am.orig	2011-04-07 17:50:32.000000000 -0500
++++ cmd/gvedit/Makefile.am	2011-06-15 21:41:35.000000000 -0500
+@@ -36,7 +36,7 @@
+ 	-DGVEDIT_DATADIR=\""$(pkgdatadir)/gvedit"\"
+ 
+ gvedit_LDADD = \
+-	$(top_builddir)/lib/gvc/libgvc.la \
++	-lgvc \
+ 	$(QTGUI_LIBS) \
+ 	$(QTCORE_LIBS) \
+ 	$(EXPAT_LIBS) $(Z_LIBS) 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110719/45e60633/attachment-0001.html>


More information about the macports-changes mailing list