Port details |
- lib2geom Easy to use 2D geometry library in C++
- 1.4 math =4 1.3_1Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2021-07-04 19:36:17
- Last Update: 2024-12-05 03:06:33
- Commit Hash: cc38be9
- People watching this port, also watch:: OpenSP, autoconf, xcb-util-image, linux-c7-atk, woff2
- Also Listed In: gnome
- License: LGPL21 MPL11
- WWW:
- https://gitlab.com/inkscape/lib2geom
- Description:
- 2geom is a C++ library of mathematics for paths, curves, and other geometric
calculations. Designed for vector graphics, it tackles Bézier curves, conic
sections, paths, intersections, transformations, and basic geometries.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/lib2geom/ && make install clean
- To add the package, run one of these commands:
- pkg install math/lib2geom
- pkg install lib2geom
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lib2geom
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1732134434
SHA256 (lib2geom-1.4.tar.bz2) = 717a87ce7f2192271a789c1273ae7b432856c522647b9fe33bb4dd662942b3ea
SIZE (lib2geom-1.4.tar.bz2) = 1287532
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:
-
- py311-cairo>0 : graphics/py-cairo@py311
- ragel : devel/ragel
- googletest>0 : devel/googletest
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- Test dependencies:
-
- googletest>0 : devel/googletest
- ragel : devel/ragel
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cairo>0 : graphics/py-cairo@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libdouble-conversion.so : devel/double-conversion
- libgsl.so : math/gsl
- libboost_thread.so : devel/boost-libs
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Libraries
-
- graphics/inkscape
Configuration Options:
- ===> The following configuration options are available for lib2geom-1.4:
GPL=off: Build with GPL-licensed code
===> Use 'make config' to modify these settings
- Options name:
- math_lib2geom
- USES:
- compiler:c++20-lang cmake:testing gettext-runtime gnome localbase:ldflags pkgconfig python
- 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 |
1.4 05 Dec 2024 03:06:33 |
Charlie Li (vishwin) |
graphics/inkscape: update to 1.4
Release notes: https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html
Includes required corresponding math/lib2geom update to 1.4
PR: 282864
Reported by: lumiwa[at]gmail[dot]com
Reviewed by: fluffy
Differential Revision: https://reviews.freebsd.org/D47690 |
1.3_3 20 Nov 2024 10:05:25 |
Dima Panov (fluffy) |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.3_2 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.3_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.3 26 Aug 2023 17:43:35 |
Charlie Li (vishwin) |
graphics/inkscape: update to 1.3
Also update math/lib2geom to 1.3, which must be updated together
Release notes: https://inkscape.org/doc/release_notes/1.3/Inkscape_1.3.html
- 2.5 patches included to address system macro clashes
- DBUS option removed, now uses GDBus from GLib instead of dbus-glib
Differential Revision: https://reviews.freebsd.org/D41503 |
1.2.2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.2.2 13 Dec 2022 16:06:44 |
Dima Panov (fluffy) |
math/lib2geom: update to 1.2.2 release (+)
PR: 268249 |
1.1_3 30 Oct 2022 20:03:59 |
Daniel Engberg (diizzy) |
math/lib2geom: Use USE_GITLAB
Use USE_GITLAB to follow Porters Handbook more closely and be
consistent with ports tree
PR: 267072
Approved by: portmgr (maintainer timeout, 2+ weeks) |
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) |
1.1_3 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 ) |
1.1_3 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.1_2 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
1.1_1 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
1.1 03 Sep 2021 13:01:58 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.1 04 Jul 2021 19:34:14 |
Tobias C. Berner (tcberner) |
math/lib2geom: New port -- Easy to use 2D geometry library in C++
2geom is a C++ library of mathematics for paths, curves, and other geometric
calculations. Designed for vector graphics, it tackles Bézier curves, conic
sections, paths, intersections, transformations, and basic geometries.
WWW: https://gitlab.com/inkscape/lib2geom |