./graphics/adaptagrams, Tools for adaptive diagrams

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.20231102nb1, Package name: adaptagrams-0.20231102nb1, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2023-11-16 13:53:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
adaptagrams: update to 0.20231102.

Seven years of development, and a completely new libdialect library.
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-09-25 09:14:03 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
adaptagrams: still needs USE_LANGUAGES to get a compiler
   2023-09-01 12:20:32 by Nia Alarie | Files touched by this commit (1)
Log message:
adaptagrams: Convert to USE_CXX_FEATURES
   2023-07-10 09:31:51 by Nia Alarie | Files touched by this commit (1)
Log message:
adaptagrams: Fix building with compilers that default to C++98.
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2