head 1.15; access; symbols pkgsrc-2024Q3:1.14.0.2 pkgsrc-2024Q3-base:1.14 pkgsrc-2024Q2:1.13.0.2 pkgsrc-2024Q2-base:1.13 pkgsrc-2024Q1:1.10.0.4 pkgsrc-2024Q1-base:1.10 pkgsrc-2023Q4:1.10.0.2 pkgsrc-2023Q4-base:1.10 pkgsrc-2023Q3:1.4.0.2 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3; locks; strict; comment @# @; 1.15 date 2024.10.17.08.29.41; author wiz; state dead; branches; next 1.14; commitid f81l2zYWU6TSwZtF; 1.14 date 2024.08.17.20.54.07; author wiz; state Exp; branches; next 1.13; commitid wY0FrNOR8oRSBdmF; 1.13 date 2024.05.02.11.25.38; author he; state Exp; branches; next 1.12; commitid bp4Q5ebXxcG2Up8F; 1.12 date 2024.04.07.07.33.59; author wiz; state Exp; branches; next 1.11; commitid oMYDjdZchby5qb5F; 1.11 date 2024.04.06.08.05.21; author wiz; state Exp; branches; next 1.10; commitid xuM7fEJrv2TOC35F; 1.10 date 2023.11.14.14.01.50; author wiz; state Exp; branches; next 1.9; commitid BZ5vzwBRof1beAME; 1.9 date 2023.11.14.13.58.34; author wiz; state Exp; branches; next 1.8; commitid whxic1udUz5idAME; 1.8 date 2023.11.12.13.21.26; author wiz; state Exp; branches; next 1.7; commitid SjpNXQIV5XeZ3kME; 1.7 date 2023.10.24.22.09.07; author wiz; state Exp; branches; next 1.6; commitid MTsrqKm6aGrQAVJE; 1.6 date 2023.10.21.18.58.20; author pin; state Exp; branches; next 1.5; commitid FNBQeXw4x2yZDwJE; 1.5 date 2023.10.21.17.10.11; author gdt; state Exp; branches; next 1.4; commitid Sr0Nb6aaZLDw2wJE; 1.4 date 2023.08.14.05.24.24; author wiz; state Exp; branches; next 1.3; commitid LOSB79OLVxvXjIAE; 1.3 date 2023.04.27.21.01.58; author pin; state Exp; branches; next 1.2; commitid b80JlFfWFv3b1NmE; 1.2 date 2023.04.19.10.58.31; author wiz; state Exp; branches; next 1.1; commitid sZpRCIB5TTw5WHlE; 1.1 date 2023.03.29.19.30.20; author pin; state Exp; branches; next ; commitid 1Jpba2XAxDnsr3jE; desc @@ 1.15 log @gerb: remove Doesn't build with rust 1.80, development has stopped upstream. @ text @# $NetBSD: Makefile,v 1.14 2024/08/17 20:54:07 wiz Exp $ DISTNAME= gerb-0.0.1alpha20230427 PKGREVISION= 9 CATEGORIES= fonts MASTER_SITES= ${MASTER_SITE_GITHUB:=epilys/} GITHUB_PROJECT= gerb GITHUB_TAG= v0.0.1-alpha+2023-04-27 MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/epilys/gerb/ COMMENT= Graphical font editor in GTK and Rust LICENSE= gnu-gpl-v3 .include "cargo-depends.mk" WRKSRC= ${WRKDIR}/gerb-${GITHUB_TAG:S/v//:S/+/-/} USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gtk3}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/gerb \ ${DESTDIR}${PREFIX}/bin .include "../../lang/rust/cargo.mk" .include "../../lang/python/tool.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" BUILDLINK_API_DEPENDS.cairo+= cairo>=1.18 .include "../../graphics/cairo/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../devel/atk/buildlink3.mk" .include "../../graphics/gdk-pixbuf2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../lang/python312/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.14 log @gerb: update for Python 3.12 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2024/05/02 11:25:38 he Exp $ @ 1.13 log @fonts/gerb: fix non-portable assumption about c_char signedness. Might be unsigned, as on powerpc. Submitted upstream ref. https://github.com/epilys/gerb/pull/45 Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2024/04/07 07:33:59 wiz Exp $ d4 1 a4 1 PKGREVISION= 8 d39 1 a39 1 .include "../../lang/python311/buildlink3.mk" @ 1.12 log @*: bump for cairo buildlink3.mk change lzo was made an option @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2024/04/06 08:05:21 wiz Exp $ d4 1 a4 1 PKGREVISION= 7 @ 1.11 log @* recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2023/11/14 14:01:50 wiz Exp $ d4 1 a4 1 PKGREVISION= 6 @ 1.10 log @*: recursive bump for cairo dependency changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2023/11/14 13:58:34 wiz Exp $ d4 1 a4 1 PKGREVISION= 5 @ 1.9 log @cairo-gobject: remove Point users at cairo>=1.18. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2023/11/12 13:21:26 wiz Exp $ d4 1 a4 1 PKGREVISION= 4 @ 1.8 log @*: revebump for new brotli option for freetype2 Addresses PR 57693 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2023/10/24 22:09:07 wiz Exp $ d33 1 a34 1 .include "../../graphics/cairo-gobject/buildlink3.mk" @ 1.7 log @*: bump for openssl 3 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2023/10/21 18:58:20 pin Exp $ d4 1 a4 1 PKGREVISION= 3 @ 1.6 log @fonts/gerb: fix build with new libgit2 Switch to vendored libgit2 to avoid mismatches. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/08/14 05:24:24 wiz Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.5 log @recursive revbump for tiff update @ text @a37 1 .include "../../devel/libgit2/buildlink3.mk" d39 1 a39 1 .include "../../lang/python310/buildlink3.mk" @ 1.4 log @*: recursive bump for Python 3.11 as new default @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/04/27 21:01:58 pin Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.3 log @fonts/gerb: update to 0.0.1-alpha+2023-04-27 Changed - git2 dependency was bumped - build info feature has been disabled because its git2 dependency has not been updated yet @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/04/19 10:58:31 wiz Exp $ d4 1 @ 1.2 log @gerb: add missing python build tool and improve PKGVERSION @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/03/29 19:30:20 pin Exp $ d3 1 a3 1 DISTNAME= gerb-0.0.1alpha20230328 d7 1 a7 1 GITHUB_TAG= v0.0.1-alpha+2023-03-28 @ 1.1 log @fonts/gerb: import package gerb: a font editor in gtk3 and Rust. gerb is a GUI font editor and IDE. It is not production ready, but all the basics are implemented. It uses the UFOv3 format and can import: - UFOv2 directories - Glyphs files and export: - OpenType files (.otf) - TrueType files (.ttf) @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 2 DISTNAME= v0.0.1-alpha+2023-03-28 PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} d16 1 a16 1 WRKSRC= ${WRKDIR}/gerb-0.0.1-alpha-2023-03-28 d29 1 @