Version: 2.5, Package name: agg-2.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. For example, if you render 2D geographic maps, AGG is a must. AGG uses only C++ and standard C runtime functions. The basic algorithms don't even use C++ Standard Template Library. Thus, AGG can be used in a very large number of applications, including embedded systems. |
Filesize: 551.087 KB |
Version History (View Complete History) |
|
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-19 05:26:25 by Christian Weisgerber | Files touched by this commit (16) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-04-02 03:23:00 by Christian Weisgerber | Files touched by this commit (2) |
Log message: simplify autotools invocation |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-27 19:51:30 by Marc Espie | Files touched by this commit (2) |
Log message: remove impossible member from class, can't return non-const value based on const member. |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-09-13 09:29:02 by Christian Weisgerber | Files touched by this commit (24) |
Log message: replace libiconv module |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-03-16 12:08:00 by Christian Weisgerber | Files touched by this commit (869) |
Log message: fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-26 07:17:17 by Marc Espie | Files touched by this commit (10) |
Log message: zap autoconf-N: part, since it's now default |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-09 02:14:31 by Marc Espie | Files touched by this commit (10) |
Log message: more WANTLIB |
2010-10-29 03:57:00 by Landry Breuil | Files touched by this commit (1) |
Log message: add comment stating that it needs libtoolize |
2010-10-29 03:41:55 by Landry Breuil | Files touched by this commit (1) |
Log message: add gnu libtool to build_depends, fixes build on clean box |
2010-10-24 15:21:02 by Antoine Jacoutot | Files touched by this commit (91) |
Log message: Remove USE_X11. |
2010-10-23 05:04:19 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: - remove deanna@ as maintainer after several tries and a very long timeout |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-01-12 03:48:57 by Stuart Henderson | Files touched by this commit (1) |
Log message: WANTLB+=sndio, bump |
2008-01-20 12:31:56 by Deanna Phillips | Files touched by this commit (3) |
Log message: Update to agg 2.5. From brad@, thanks. |
2007-10-23 03:22:13 by Alexandre Anriot | Files touched by this commit (1) |
Log message: fix WANTLIB/LDFLAGS. ok deanna@ |
2007-09-15 14:09:43 by Simon Bertrang | Files touched by this commit (142) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-12-16 05:22:37 by Marc Espie | Files touched by this commit (270) |
Log message: say goodbye to GNU land. |
2006-11-25 01:22:27 by Nikolay Sturm | Files touched by this commit (1) |
Log message: fix automake build dependency no PKGNAME bump needed |