diff options
author | krion <krion@FreeBSD.org> | 2003-09-04 16:59:17 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-04 16:59:17 +0000 |
commit | 5d96d3984a34685da2e0f9eee95fdc6ed6f5e1fe (patch) | |
tree | 30341a215c6724fbb2e35786ed7120b872692846 /graphics | |
parent | 83d93e282d2aefdd17180c5ada6df04f837724c9 (diff) | |
download | FreeBSD-ports-5d96d3984a34685da2e0f9eee95fdc6ed6f5e1fe.zip FreeBSD-ports-5d96d3984a34685da2e0f9eee95fdc6ed6f5e1fe.tar.gz |
- Update to version 1.2.5
PR: 56434
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tulip/Makefile | 4 | ||||
-rw-r--r-- | graphics/tulip/distinfo | 2 | ||||
-rw-r--r-- | graphics/tulip/files/patch-TlpTools.cpp | 8 | ||||
-rw-r--r-- | graphics/tulip/pkg-plist | 5 |
4 files changed, 12 insertions, 7 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 2a51e35..cfae670 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -7,7 +7,7 @@ # PORTNAME= tulip -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= graphics MASTER_SITES= http://dept-info.labri.fr/~auber/projects/tulip/x345/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -44,7 +44,7 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ldl||g ; \ s|-lpthread||g ; \ - s|-release @VERSION@|| ; \ + s|-release @TULIP_VERSION@|| ; \ s|LDFLAGS = -module|LDFLAGS = @LDFLAGS@ -module|g' .include <bsd.port.mk> diff --git a/graphics/tulip/distinfo b/graphics/tulip/distinfo index 236dc2e..0d04152 100644 --- a/graphics/tulip/distinfo +++ b/graphics/tulip/distinfo @@ -1 +1 @@ -MD5 (tulip-1.2.4.tar.bz2) = 84805b9c1230d5dc771ba056624faa47 +MD5 (tulip-1.2.5.tar.bz2) = d232a035b04958b79bd5f51e39046ca8 diff --git a/graphics/tulip/files/patch-TlpTools.cpp b/graphics/tulip/files/patch-TlpTools.cpp index 6a74201..19fce94 100644 --- a/graphics/tulip/files/patch-TlpTools.cpp +++ b/graphics/tulip/files/patch-TlpTools.cpp @@ -1,9 +1,9 @@ ---- library/tulip/src/TlpTools.cpp.orig Wed Apr 2 23:46:09 2003 -+++ library/tulip/src/TlpTools.cpp Mon May 26 14:32:25 2003 -@@ -36,7 +36,7 @@ +--- library/tulip/src/TlpTools.cpp.orig Tue Jul 29 20:59:26 2003 ++++ library/tulip/src/TlpTools.cpp Wed Sep 3 23:46:41 2003 +@@ -46,7 +46,7 @@ } //========================================================= - // accepts only file names ending with ".so" + // accepts only file names ending with ".so"; used by TemplateFactory.cxx for directory filtering -int __tulip_selectSO(const struct dirent *ent) { +int __tulip_selectSO(struct dirent *ent) { const char *SO = ".so"; diff --git a/graphics/tulip/pkg-plist b/graphics/tulip/pkg-plist index 1b92c6d..432d35b 100644 --- a/graphics/tulip/pkg-plist +++ b/graphics/tulip/pkg-plist @@ -6,6 +6,8 @@ include/tulip/Bezier.h include/tulip/Camera.h include/tulip/Circle.h include/tulip/Cluster.h +include/tulip/ClusterTree.h +include/tulip/ClusterTreeData.h include/tulip/Clustering.h include/tulip/Color.h include/tulip/Colors.h @@ -38,6 +40,7 @@ include/tulip/Metric.h include/tulip/MetricProxy.h include/tulip/MouseInterface.h include/tulip/MouseObject.h +include/tulip/MouseZoomBox.h include/tulip/Observable.h include/tulip/Plugin.h include/tulip/PluginContext.h @@ -137,6 +140,7 @@ lib/tlp/plugins/import/tlp.so lib/tlp/plugins/layout/circular.so lib/tlp/plugins/layout/conetree.so lib/tlp/plugins/layout/conetreeextended.so +lib/tlp/plugins/layout/embedder.so lib/tlp/plugins/layout/gem.so lib/tlp/plugins/layout/gem3d.so lib/tlp/plugins/layout/generalgraph.so @@ -177,6 +181,7 @@ lib/tlp/plugins/selection/inducedsubgraph.so lib/tlp/plugins/selection/labelselection.so lib/tlp/plugins/selection/loopselection.so lib/tlp/plugins/selection/multipleselection.so +lib/tlp/plugins/selection/pathselection.so lib/tlp/plugins/selection/reachable.so lib/tlp/plugins/selection/spanningdag.so lib/tlp/plugins/selection/spanningtree.so |