Port details |
- libboard Vector graphics C++ library
- 0.9.6_1 graphics
=3 0.9.6Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2007-08-24 22:31:57
- Last Update: 2025-02-08 21:43:58
- Commit Hash: 32dda64
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- License: LGPL3
- WWW:
- https://github.com/c-koi/libboard
- Description:
- The board library allows simple drawings in:
* Encapsulated Postcript files (EPS);
* XFig files (FIG);
* Scalable Vector Graphics files (SVG).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libboard>0:graphics/libboard
- To install the port:
- cd /usr/ports/graphics/libboard/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libboard
- pkg install libboard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libboard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737195204
SHA256 (c-koi-libboard-v0.9.6_GH0.tar.gz) = a5a06058b40828606dc61637f6c727278884a33fdb45528bc90c6eb93a97ea7d
SIZE (c-koi-libboard-v0.9.6_GH0.tar.gz) = 332288
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libMagick++-7.so : graphics/ImageMagick7
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libboard-0.9.6_1:
DOCS=on: Build and/or install documentation
DOXYGEN=off: Build documentation with Doxygen
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_libboard
- USES:
- cmake compiler:c++11-lang magick
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.6_1 08 Feb 2025 21:43:58
    |
Thierry Thomas (thierry)  |
*/*: drop maintainership |
0.9.6_1 08 Feb 2025 15:22:11
    |
Daniel Engberg (diizzy)  |
graphics/libboard: Bump PORTREVISION
...so new version gets picked up by builders and pkg
Approved by: portmgr (blanket, build fix) |
0.9.6 08 Feb 2025 13:51:16
    |
Daniel Engberg (diizzy)  |
graphics/libboard: Update to 0.9.6
* Remove USES= localbase
* Remove USE_CXXSTD (already defined by project)
* Remove if statement (not needed)
* Adjust patch
* Run tests in build dir to avoid plist issues
Note: Previous update didn't update to 0.9.6 but kept the old version
due to GH_TAGNAME begin left in port Makefile
PR: 256776
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.9.6 01 Mar 2024 16:59:15
    |
Thierry Thomas (thierry)  |
graphics/libboard: upgrade to 0.9.6 |
0.9.4_10 30 Apr 2023 11:10:42
    |
Felix Palmen (zirias)  |
Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.4_9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.4_9 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
0.9.4_9 11 Dec 2021 13:50:53
    |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
0.9.4_9 12 May 2021 18:17:11
    |
Thierry Thomas (thierry)  |
graphics/libboard: use default ImageMagick (7) |
0.9.4_8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.4_8 14 Sep 2019 22:01:13
  |
jbeich  |
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528 |
0.9.4_8 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.4_7 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.4_6 10 Nov 2018 19:57:08
  |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
0.9.4_5 09 Oct 2018 17:38:10
  |
thierry  |
Adding some missing headers. |
0.9.4_4 09 Oct 2018 12:47:54
  |
thierry  |
Switch to cmake and clang, in order to link with lld.
Reported by: emaste |
0.9.4_3 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.9.4_3 28 Sep 2017 15:36:31
  |
kwm  |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1] |
0.9.4_2 26 May 2017 08:20:19
  |
kwm  |
Chase ImageMagick shlib bump |
0.9.4_1 21 Dec 2016 14:56:23
  |
mat  |
Make the doxygen docs an option.
Sponsored by: Absolight |
0.9.4 02 Nov 2016 05:57:27
  |
jbeich  |
graphics/libboard: unbreak on 9.x
src/Tools.cpp: In function 'const char* LibBoard::Tools::temporaryFilename(const
char*)':
src/Tools.cpp:204: error: 'snprintf' is not a member of 'std'
Reported by: pkg-fallout (before r424418)
Approved by: portmgr blanket |
0.9.4 21 Oct 2016 14:06:12
  |
amdmi3  |
- Mark BROKEN on 9.x:
src/Tools.cpp:204: error: 'snprintf' is not a member of 'std'
- Switch to options helpers
- Switch to new test framework
Approved by: portmgr blanket |
0.9.4 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.9.4 14 Jul 2016 07:33:35
  |
thierry  |
Switch to Github and upgrade to 0.9.4. |
0.9.0_1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.0_1 14 Dec 2015 22:24:07
  |
thierry  |
Make fetchable again.
The new offcial site is now on GitHub, but there is no new release
available ATM. |
0.9.0_1 13 Dec 2015 09:41:23
  |
bapt  |
Mark as broken: does not fetch |
0.9.0_1 20 Oct 2014 17:04:21
  |
bapt  |
Cleanup plist |
0.9.0_1 15 Jul 2014 15:30:09
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.9.0_1 21 Apr 2014 09:57:03
  |
thierry  |
Support staging- Support staging. |
0.9.0_1 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.9.0_1 24 Mar 2013 20:50:56
  |
thierry  |
- Convert to OptionsNG;
- Since I was here, fix WWW link.
PR: ports/177284
Submitted by: nemysis <nemysis (at) gmx.ch> |
0.9.0_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.9.0 31 May 2012 21:26:09
 |
thierry  |
Update to 0.9.0.
Since I'm there, define the license.
PR: ports/168375
Submitted by: Muhammad Moinur Rahman <5u623l20 (at) gmail.com> |
0.8.6.b.2_2 03 Jul 2011 14:12:23
 |
ohauer  |
-remove MD5 |
0.8.6.b.2_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.8.6.b.2_1 22 Aug 2009 00:23:13
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
0.8.6.b.2_1 23 Feb 2009 18:04:37
 |
thierry  |
Fix plist.
Reported by: QAT |
0.8.6.b.2 22 Feb 2009 17:40:35
 |
thierry  |
Upgrade to 0.8.6b2.
Changelog at
<http://sourceforge.net/project/shownotes.php?group_id=204161&release_id=645214> |
0.8.2 04 Feb 2009 02:45:28
 |
pgollucci  |
- Update download locations
downloads moved to SourceForge, site still there.
Reported by: -fetch-original pointyhat run |
0.8.2 19 Nov 2008 19:35:57
 |
thierry  |
Upgrade to 0.8.2.
Reported by: portscout |
0.8.0 04 Sep 2007 19:10:05
 |
thierry  |
Fix build on 64 bits platforms.
Reported by: pointyhat via Pav. |
0.8.0 24 Aug 2007 22:31:16
 |
thierry  |
The board library allows simple drawings in:
* Encapsulated Postcript files (EPS);
* XFig files (FIG);
* Scalable Vector Graphics files (SVG).
WWW: http://www.greyc.ensicaen.fr/~seb/board/ |