Commit graph

9 commits

Author SHA1 Message Date
Pietro Cerutti
c020107379 - Reset maintainership of my ports 2014-12-10 22:29:14 +00:00
Pietro Cerutti
6a0181bd5e - Fix with Coin and Abacus
- Modernize framework (USE_PYTHON, @dirrm)
2014-10-01 08:16:14 +00:00
Alexey Dokuchaev
4514d349bd - Correctly register Python as a build dependency
- Move OPTIONS block where it is normally located
- Simplify MASTER_SITES, mute REINPLACE_CMD, wrap
  an overly long line while here
2014-08-11 09:27:11 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Baptiste Daroussin
9f5deb008f Convert m* to USES=zip 2014-03-10 16:25:33 +00:00
Pietro Cerutti
6b794f2e02 - Switch to USE_GCC=yes
Reported by:	gerald
2013-10-21 07:24:38 +00:00
Pietro Cerutti
2b55c9af27 - Connect math/ogdf to the build [1]
- Convert to new LIB_DEPENDS format
- STAGE-clean

Reported by:	linimon [1]
2013-10-07 08:44:43 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Pietro Cerutti
3764d29dad - New port: math/ogdf
OGDF (Open Graph Drawing Framework) is a self-contained C++ class library
  for the automatic layout of diagrams. OGDF offers sophisticated algorithms
  and data structures to use within your own applications or scientific
  projects.  The library provides:

  * A wide range of graph drawing algorithms that allow to reuse and replace
    particular algorithm phases by using a dedicated module mechanism.
  * Sophisticated data structures that are commonly used in graph drawing,
    equipped with rich public interfaces.
  * Self-contained code that does not require any additional libraries
    (except for some optional branch-and-cut algorithms).

  WWW: http://www.ogdf.net
2013-09-06 07:31:12 +00:00