Port details |
- lunasvg SVG rendering and manipulation library in C++
- 3.1.0 graphics
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: alster@vinterdalen.se
- Port Added: 2025-01-08 19:54:06
- Last Update: 2025-01-08 14:01:59
- Commit Hash: b6ab213
- License: MIT
- WWW:
- https://github.com/sammycage/lunasvg/
- Description:
- LunaSVG is an SVG rendering library in C++, designed to be lightweight and
portable, offering efficient rendering and manipulation of Scalable Vector
Graphics (SVG) files.
LunaSVG supports nearly all graphical features outlined in the SVG 1.1 and SVG
1.2 Tiny specifications. The primary exceptions are animation, filters, and
scripts. As LunaSVG is designed for static rendering, animation is unlikely to
be supported in the future. However, support for filters may be added. It
currently handles a wide variety of elements, including:
<a> <circle> <clipPath> <defs> <ellipse> <g> <image> <line> <linearGradient>
<marker> <mask> <path> <pattern> <polygon> <polyline> <radialGradient> <rect>
<stop> <style> <svg> <symbol> <text> <tspan> <use>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lunasvg>0:graphics/lunasvg
- To install the port:
- cd /usr/ports/graphics/lunasvg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/lunasvg
- pkg install lunasvg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lunasvg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735247370
SHA256 (sammycage-lunasvg-v3.1.0_GH0.tar.gz) = 2e05791bcc7c30c77efc4fee23557c5c4c9ccd4cf626a3167c0b4a4a316ae2b6
SIZE (sammycage-lunasvg-v3.1.0_GH0.tar.gz) = 53671
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libplutovg.so : graphics/plutovg
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for lunasvg-3.1.0:
STATIC=off: Build static executables and/or libraries
===> Use 'make config' to modify these settings
- Options name:
- graphics_lunasvg
- USES:
- cpe meson pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|