diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-10-05 18:04:17 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-10-05 18:04:17 +0000 |
commit | 06efb3b6c2c57f100975e2d63b61592d93e72a47 (patch) | |
tree | 1b90635c5e766e989b7fec8b089b0115aa958744 /x11-fonts | |
parent | dea12f43f23b9262c5cf8a4bbecfe252bacf023b (diff) | |
download | ports-06efb3b6c2c57f100975e2d63b61592d93e72a47.tar.gz ports-06efb3b6c2c57f100975e2d63b61592d93e72a47.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/fontobene/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/fontobene/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/fontobene/pkg-descr | 3 | ||||
-rw-r--r-- | x11-fonts/fontobene/pkg-plist | 9 |
5 files changed, 41 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 80fd065801db..8d0921c0aadf 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -100,6 +100,7 @@ SUBDIR += font-xfree86-type1 SUBDIR += fontconfig SUBDIR += fontmatrix + SUBDIR += fontobene SUBDIR += fontpreview SUBDIR += fonts-indic SUBDIR += fonttosfnt diff --git a/x11-fonts/fontobene/Makefile b/x11-fonts/fontobene/Makefile new file mode 100644 index 000000000000..7aab3475123b --- /dev/null +++ b/x11-fonts/fontobene/Makefile @@ -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> diff --git a/x11-fonts/fontobene/distinfo b/x11-fonts/fontobene/distinfo new file mode 100644 index 000000000000..e33fc9d4842b --- /dev/null +++ b/x11-fonts/fontobene/distinfo @@ -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 diff --git a/x11-fonts/fontobene/pkg-descr b/x11-fonts/fontobene/pkg-descr new file mode 100644 index 000000000000..d3473d0e0633 --- /dev/null +++ b/x11-fonts/fontobene/pkg-descr @@ -0,0 +1,3 @@ +A header-only library to parse FontoBene stroke fonts with C++/Qt5. + +WWW: https://github.com/fontobene/fontobene-qt5 diff --git a/x11-fonts/fontobene/pkg-plist b/x11-fonts/fontobene/pkg-plist new file mode 100644 index 000000000000..45edc076137c --- /dev/null +++ b/x11-fonts/fontobene/pkg-plist @@ -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 |