pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import adaptagrams-0.20160901 as wip/adaptagrams.
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Sep 19 00:24:28 2016 +0200
Changeset: 4afca2f017ed725d79f625042c9c07a87cff6098
Added Files:
adaptagrams/DESCR
adaptagrams/Makefile
adaptagrams/PLIST
adaptagrams/buildlink3.mk
adaptagrams/distinfo
Log Message:
Import adaptagrams-0.20160901 as wip/adaptagrams.
Adaptagrams is a library of tools and reusable code for adaptive diagramming
applications, for example: drawing tools, automated document and diagram
layout, smart presentation software, graph drawing, chart layout, etc.
Currently, the Adaptagrams repository includes four cross-platform C++
libraries, These libraries are collectively known as cola (Constraint Layout):
* libvpsc - a solver for the Variable Placement with Separation Constraints
problem.
* libcola - a library for constraint graph layout.
* libavoid - a library providing high-quality object-avoiding polyline and
orthogonalconnector routing for use in interactive diagram
editors.
* libtopology - a library containing extensions to libcola to support topology
preserving constraint-based layout.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4afca2f017ed725d79f625042c9c07a87cff6098
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
adaptagrams/DESCR | 18 +++++++++++++
adaptagrams/Makefile | 28 ++++++++++++++++++++
adaptagrams/PLIST | 65 +++++++++++++++++++++++++++++++++++++++++++++++
adaptagrams/buildlink3.mk | 12 +++++++++
adaptagrams/distinfo | 6 +++++
5 files changed, 129 insertions(+)
diffs:
diff --git a/adaptagrams/DESCR b/adaptagrams/DESCR
new file mode 100644
index 0000000..70a9205
--- /dev/null
+++ b/adaptagrams/DESCR
@@ -0,0 +1,18 @@
+Adaptagrams is a library of tools and reusable code for adaptive diagramming
+applications, for example: drawing tools, automated document and diagram
+layout, smart presentation software, graph drawing, chart layout, etc.
+
+Currently, the Adaptagrams repository includes four cross-platform C++
+libraries, These libraries are collectively known as cola (Constraint Layout):
+
+ * libvpsc - a solver for the Variable Placement with Separation Constraints
+ problem.
+
+ * libcola - a library for constraint graph layout.
+
+ * libavoid - a library providing high-quality object-avoiding polyline and
+ orthogonalconnector routing for use in interactive diagram
+ editors.
+
+ * libtopology - a library containing extensions to libcola to support topology
+ preserving constraint-based layout.
diff --git a/adaptagrams/Makefile b/adaptagrams/Makefile
new file mode 100644
index 0000000..273983e
--- /dev/null
+++ b/adaptagrams/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+GITHUB_PROJECT= adaptagrams
+GITHUB_TAG= 0503f7524f5b2aa96b356dfdd817f9f9869d2b20
+# Date of the latest git commit
+DISTNAME= adaptagrams-0.20160901
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mjwybrow/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.adaptagrams.org/
+COMMENT= Tools for adaptive diagrams
+LICENSE= gnu-lgpl-v2.1
+
+WRKSRC= ${WRKDIR}/adaptagrams-${GITHUB_TAG}/cola
+
+USE_TOOLS+= aclocal autoconf autoheader automake autoreconf
+USE_LANGUAGES= c c++
+
+GNU_CONFIGURE= yes
+
+TEST_TARGET= check
+
+pre-configure:
+# ./autogen.sh runs ./configure && make && make check and sets questionable shebang
+ ${RUN} cd ${WRKSRC} && ${MKDIR} -p m4 && autoreconf -fiv
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/adaptagrams/PLIST b/adaptagrams/PLIST
new file mode 100644
index 0000000..03cb47b
--- /dev/null
+++ b/adaptagrams/PLIST
@@ -0,0 +1,65 @@
+@comment $NetBSD$
+include/libavoid/actioninfo.h
+include/libavoid/assertions.h
+include/libavoid/connectionpin.h
+include/libavoid/connector.h
+include/libavoid/connend.h
+include/libavoid/debug.h
+include/libavoid/debughandler.h
+include/libavoid/dllexport.h
+include/libavoid/geometry.h
+include/libavoid/geomtypes.h
+include/libavoid/graph.h
+include/libavoid/hyperedge.h
+include/libavoid/hyperedgeimprover.h
+include/libavoid/hyperedgetree.h
+include/libavoid/junction.h
+include/libavoid/libavoid.h
+include/libavoid/makepath.h
+include/libavoid/mtst.h
+include/libavoid/obstacle.h
+include/libavoid/orthogonal.h
+include/libavoid/router.h
+include/libavoid/scanline.h
+include/libavoid/shape.h
+include/libavoid/timer.h
+include/libavoid/vertices.h
+include/libavoid/viscluster.h
+include/libavoid/visibility.h
+include/libavoid/vpsc.h
+include/libcola/box.h
+include/libcola/cc_clustercontainmentconstraints.h
+include/libcola/cc_nonoverlapconstraints.h
+include/libcola/cluster.h
+include/libcola/cola.h
+include/libcola/commondefs.h
+include/libcola/compound_constraints.h
+include/libcola/exceptions.h
+include/libcola/gradient_projection.h
+include/libcola/output_svg.h
+include/libcola/pseudorandom.h
+include/libcola/shapepair.h
+include/libcola/sparse_matrix.h
+include/libcola/straightener.h
+include/libcola/unused.h
+include/libtopology/cola_topology_addon.h
+include/libtopology/orthogonal_topology.h
+include/libtopology/topology_constraints.h
+include/libtopology/topology_graph.h
+include/libtopology/topology_log.h
+include/libtopology/util.h
+include/libvpsc/assertions.h
+include/libvpsc/block.h
+include/libvpsc/constraint.h
+include/libvpsc/exceptions.h
+include/libvpsc/rectangle.h
+include/libvpsc/solve_VPSC.h
+include/libvpsc/variable.h
+lib/libavoid.la
+lib/libcola.la
+lib/libtopology.la
+lib/libvpsc.la
+lib/pkgconfig/libavoid.pc
+lib/pkgconfig/libcola.pc
+lib/pkgconfig/libtopology.pc
+lib/pkgconfig/libvpsc.pc
diff --git a/adaptagrams/buildlink3.mk b/adaptagrams/buildlink3.mk
new file mode 100644
index 0000000..8ad4797
--- /dev/null
+++ b/adaptagrams/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= adaptagrams
+
+.if !defined(ADAPTAGRAMS_BUILDLINK3_MK)
+ADAPTAGRAMS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.adaptagrams+= adaptagrams>=0.20160901
+BUILDLINK_PKGSRCDIR.adaptagrams?= ../../wip/adaptagrams
+.endif # ADAPTAGRAMS_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -adaptagrams
diff --git a/adaptagrams/distinfo b/adaptagrams/distinfo
new file mode 100644
index 0000000..4968c4c
--- /dev/null
+++ b/adaptagrams/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (adaptagrams-0.20160901-0503f7524f5b2aa96b356dfdd817f9f9869d2b20.tar.gz) = 09dd76a7f47693a737e15a7d7e18a5cd84a3dbd4
+RMD160 (adaptagrams-0.20160901-0503f7524f5b2aa96b356dfdd817f9f9869d2b20.tar.gz) = e46ab6618de9bd3bab2fe81573be7feefca9f09d
+SHA512 (adaptagrams-0.20160901-0503f7524f5b2aa96b356dfdd817f9f9869d2b20.tar.gz) = 6c6825651a9afcde7749689521eb2c83ebb45c97d905a4de1655812189682443f8f62e7d1cbf4d03ad3e0429497b6f963e09180d0db96b471e6e4151bc48b854
+Size (adaptagrams-0.20160901-0503f7524f5b2aa96b356dfdd817f9f9869d2b20.tar.gz) = 1513181 bytes
Home |
Main Index |
Thread Index |
Old Index