summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/gallant/Makefile27
-rw-r--r--x11-fonts/gallant/distinfo3
-rw-r--r--x11-fonts/gallant/pkg-descr19
-rw-r--r--x11-fonts/py-afdko/Makefile4
-rw-r--r--x11-fonts/py-fontfeatures/Makefile4
-rw-r--r--x11-fonts/py-ufoLib/Makefile4
7 files changed, 56 insertions, 6 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index a0aebca58988..aca729348b36 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -119,6 +119,7 @@
SUBDIR += freefont-ttf
SUBDIR += freefonts
SUBDIR += fslsfonts
+ SUBDIR += gallant
SUBDIR += gbdfed
SUBDIR += geist-mono
SUBDIR += geist-sans
diff --git a/x11-fonts/gallant/Makefile b/x11-fonts/gallant/Makefile
new file mode 100644
index 000000000000..d72b9560d5d9
--- /dev/null
+++ b/x11-fonts/gallant/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= gallant
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.1
+CATEGORIES= x11-fonts
+
+MAINTAINER= schweikh@FreeBSD.org
+COMMENT= Sun Microsystems Gallant font with >4500 Unicode glyphs
+WWW= https://github.com/NanoBillion/gallant
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= fonts
+USE_GITHUB= yes
+GH_ACCOUNT= NanoBillion
+
+NO_ARCH= yes
+NO_BUILD= yes
+
+PLIST_FILES= ${FONTSDIR}/gallant.pcf.gz
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/gallant.pcf.gz \
+ ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
diff --git a/x11-fonts/gallant/distinfo b/x11-fonts/gallant/distinfo
new file mode 100644
index 000000000000..747401f76e07
--- /dev/null
+++ b/x11-fonts/gallant/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1757104793
+SHA256 (NanoBillion-gallant-v0.1_GH0.tar.gz) = bb5477bb2b0c2e06b0242d1c6da17d957d78654fb4df9374dc49862b67b75c40
+SIZE (NanoBillion-gallant-v0.1_GH0.tar.gz) = 2972029
diff --git a/x11-fonts/gallant/pkg-descr b/x11-fonts/gallant/pkg-descr
new file mode 100644
index 000000000000..a60f75473803
--- /dev/null
+++ b/x11-fonts/gallant/pkg-descr
@@ -0,0 +1,19 @@
+This is the Gallant font, as used by the Sun Microsystems SPARCstation
+console, extended with glyphs for many Unicode blocks. It is a raster
+font with a 22x12 pixel character cell, descent 5 and ascent 17.
+
+This project currently provides more than 4500 glyphs. Major additions:
+
+* Greek
+* Cyrillic
+* International Phonetic Association Extensions
+* Extended Latin characters
+* Zapf Dingbats
+* Tons of arrows
+* Tons of mathematical symbols
+* Letter-like symbols and enclosed alphanumerics
+* Pixel-perfect box drawing
+* Currency symbols
+* More punctuation
+* Just enough Katakana to say KO N NI CHI HA
+* Powerline glyphs in the Private Use Area at U+e0a0
diff --git a/x11-fonts/py-afdko/Makefile b/x11-fonts/py-afdko/Makefile
index 2c8a7309687f..8f40b67b335e 100644
--- a/x11-fonts/py-afdko/Makefile
+++ b/x11-fonts/py-afdko/Makefile
@@ -1,6 +1,6 @@
PORTNAME= afdko
PORTVERSION= 4.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS= afdko>=${PORTVERSION}<${PORTVERSION}_99:x11-fonts/afdko \
${PYTHON_PKGNAMEPREFIX}defcon>=0.10.2:x11-fonts/py-defcon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fontMath>=0.9.3:x11-fonts/py-fontMath@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=4.42.0:print/py-fonttools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml5>=4.9.3:devel/py-lxml5@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.3:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.66.1:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ufonormalizer>=0.6.1:x11-fonts/py-ufonormalizer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ufoprocessor>=1.9.0:x11-fonts/py-ufoprocessor@${PY_FLAVOR}
diff --git a/x11-fonts/py-fontfeatures/Makefile b/x11-fonts/py-fontfeatures/Makefile
index 4c066103fce7..a3e770fd8a1a 100644
--- a/x11-fonts/py-fontfeatures/Makefile
+++ b/x11-fonts/py-fontfeatures/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fontfeatures
PORTVERSION= 1.8.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.28.0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fs2>=0:filesystems/py-fs2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml5>=0:devel/py-lxml5@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
diff --git a/x11-fonts/py-ufoLib/Makefile b/x11-fonts/py-ufoLib/Makefile
index 02e10dcd4bee..9d1e12b341bf 100644
--- a/x11-fonts/py-ufoLib/Makefile
+++ b/x11-fonts/py-ufoLib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ufoLib
PORTVERSION= 2.3.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://unifiedfontobject.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=4.0:devel/py-lxml5@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=3.1.2:print/py-fonttools@${PY_FLAVOR}
USES= python zip