mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
New port: x11-fonts/fontobene: Header-only C++/Qt5 FontoBene font parser library
This commit is contained in:
parent
dea12f43f2
commit
06efb3b6c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=551533
@ -100,6 +100,7 @@
|
||||
SUBDIR += font-xfree86-type1
|
||||
SUBDIR += fontconfig
|
||||
SUBDIR += fontmatrix
|
||||
SUBDIR += fontobene
|
||||
SUBDIR += fontpreview
|
||||
SUBDIR += fonts-indic
|
||||
SUBDIR += fonttosfnt
|
||||
|
25
x11-fonts/fontobene/Makefile
Normal file
25
x11-fonts/fontobene/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fontobene
|
||||
DISTVERSION= 0.1.0-2
|
||||
DISTVERSIONSUFFIX= -gb57b075
|
||||
CATEGORIES= x11-fonts
|
||||
|
||||
MAINTAINER= yuri@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>
|
3
x11-fonts/fontobene/distinfo
Normal file
3
x11-fonts/fontobene/distinfo
Normal file
@ -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
|
3
x11-fonts/fontobene/pkg-descr
Normal file
3
x11-fonts/fontobene/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A header-only library to parse FontoBene stroke fonts with C++/Qt5.
|
||||
|
||||
WWW: https://github.com/fontobene/fontobene-qt5
|
9
x11-fonts/fontobene/pkg-plist
Normal file
9
x11-fonts/fontobene/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user