svn commit: r551533 - in head/x11-fonts: . fontobene

Yuri Victorovich yuri at FreeBSD.org
Mon Oct 5 18:04:18 UTC 2020


Author: yuri
Date: Mon Oct  5 18:04:17 2020
New Revision: 551533
URL: https://svnweb.freebsd.org/changeset/ports/551533

Log:
  New port: x11-fonts/fontobene: Header-only C++/Qt5 FontoBene font parser library

Added:
  head/x11-fonts/fontobene/
  head/x11-fonts/fontobene/Makefile   (contents, props changed)
  head/x11-fonts/fontobene/distinfo   (contents, props changed)
  head/x11-fonts/fontobene/pkg-descr   (contents, props changed)
  head/x11-fonts/fontobene/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Mon Oct  5 17:54:59 2020	(r551532)
+++ head/x11-fonts/Makefile	Mon Oct  5 18:04:17 2020	(r551533)
@@ -100,6 +100,7 @@
     SUBDIR += font-xfree86-type1
     SUBDIR += fontconfig
     SUBDIR += fontmatrix
+    SUBDIR += fontobene
     SUBDIR += fontpreview
     SUBDIR += fonts-indic
     SUBDIR += fonttosfnt

Added: head/x11-fonts/fontobene/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontobene/Makefile	Mon Oct  5 18:04:17 2020	(r551533)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME=	fontobene
+DISTVERSION=	0.1.0-2
+DISTVERSIONSUFFIX=	-gb57b075
+CATEGORIES=	x11-fonts
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Header-only C++/Qt5 FontoBene font parser library
+
+LICENSE=		APACHE20 MIT
+LICENSE_COMB=		multi
+LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
+LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
+
+USES=		qmake qt:5
+USE_QT=		core # workaround for bug#250146
+
+USE_GITHUB=	yes
+GH_PROJECT=	${PORTNAME}-qt5
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+.include <bsd.port.mk>

Added: head/x11-fonts/fontobene/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontobene/distinfo	Mon Oct  5 18:04:17 2020	(r551533)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601920140
+SHA256 (fontobene-fontobene-qt5-0.1.0-2-gb57b075_GH0.tar.gz) = 67b0537b182d12ca512d844f4330d6df674b5b8415c021ec0ce07600f53a0129
+SIZE (fontobene-fontobene-qt5-0.1.0-2-gb57b075_GH0.tar.gz) = 10887

Added: head/x11-fonts/fontobene/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontobene/pkg-descr	Mon Oct  5 18:04:17 2020	(r551533)
@@ -0,0 +1,3 @@
+A header-only library to parse FontoBene stroke fonts with C++/Qt5.
+
+WWW: https://github.com/fontobene/fontobene-qt5

Added: head/x11-fonts/fontobene/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/fontobene/pkg-plist	Mon Oct  5 18:04:17 2020	(r551533)
@@ -0,0 +1,9 @@
+include/fontobene-qt5/exception.h
+include/fontobene-qt5/font.h
+include/fontobene-qt5/fontobene.h
+include/fontobene-qt5/glyph.h
+include/fontobene-qt5/glyphlist.h
+include/fontobene-qt5/glyphlistaccessor.h
+include/fontobene-qt5/glyphlistcache.h
+include/fontobene-qt5/header.h
+include/fontobene-qt5/helpers.h


More information about the svn-ports-all mailing list