View | Details | Raw Unified | Return to bug 283635 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/Makefile (+1 lines)
Lines 839-844 Link Here
839
    SUBDIR += plantuml
839
    SUBDIR += plantuml
840
    SUBDIR += plasma-kmod
840
    SUBDIR += plasma-kmod
841
    SUBDIR += plotutils
841
    SUBDIR += plotutils
842
    SUBDIR += plutosvg
842
    SUBDIR += plutovg
843
    SUBDIR += plutovg
843
    SUBDIR += png
844
    SUBDIR += png
844
    SUBDIR += png++
845
    SUBDIR += png++
(-)b/graphics/plutosvg/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	plutosvg
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.0.3
4
CATEGORIES=	graphics
5
6
MAINTAINER=	alster@vinterdalen.se
7
COMMENT=	Tiny SVG rendering library in C
8
WWW=		https://github.com/sammycage/plutosvg/
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
LIB_DEPENDS=	libplutovg.so:graphics/plutovg
14
15
USES=	cpe meson pkgconfig
16
CPE_VENDOR=	sammycage
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	sammycage
19
USE_LDCONFIG=	yes
20
21
OPTIONS_DEFINE=		FREETYPE STATIC
22
OPTIONS_DEFAULT=	FREETYPE
23
OPTIONS_SUB=	yes
24
25
FREETYPE_LIB_DEPENDS=	libfreetype.so:print/freetype2
26
FREETYPE_MESON_ENABLED=	freetype
27
STATIC_MESON_ON=	-Ddefault_library=static
28
29
.include <bsd.port.mk>
(-)b/graphics/plutosvg/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1735236581
2
SHA256 (sammycage-plutosvg-v0.0.3_GH0.tar.gz) = ff44d903aa5faf751624ce797e42375e1f71381b532642b162a7c4e220e9cb97
3
SIZE (sammycage-plutosvg-v0.0.3_GH0.tar.gz) = 113703
(-)b/graphics/plutosvg/pkg-descr (+4 lines)
Added Link Here
1
PlutoSVG is a compact and efficient SVG rendering library written in C.
2
It is specifically designed for parsing and rendering SVG documents embedded in
3
OpenType fonts, providing an optimal balance between speed and minimal memory
4
usage. It is also suitable for rendering scalable icons.
(-)b/graphics/plutosvg/pkg-plist (-1 / +6 lines)
Added Link Here
0
- 
1
include/plutosvg/plutosvg.h
2
%%STATIC%%lib/libplutosvg.a
3
%%NO_STATIC%%lib/libplutosvg.so
4
%%NO_STATIC%%lib/libplutosvg.so.0
5
%%NO_STATIC%%lib/libplutosvg.so.0.0.3
6
libdata/pkgconfig/plutosvg.pc

Return to bug 283635