diff options
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/fifteen/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/fifteen/distinfo | 2 | ||||
-rw-r--r-- | x11-fonts/fifteen/pkg-descr | 12 | ||||
-rw-r--r-- | x11-fonts/fifteen/pkg-plist | 3 |
5 files changed, 43 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 3d121e76ecf4..d4a423f73508 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -40,6 +40,7 @@ SUBDIR += encodings SUBDIR += fantasque-sans-mono SUBDIR += farsifonts + SUBDIR += fifteen SUBDIR += fira SUBDIR += fntsample SUBDIR += font-adobe-100dpi diff --git a/x11-fonts/fifteen/Makefile b/x11-fonts/fifteen/Makefile new file mode 100644 index 000000000000..1a400d6608a6 --- /dev/null +++ b/x11-fonts/fifteen/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= fifteen +PORTVERSION= 20150410 +CATEGORIES= x11-fonts +MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/c1556403ec283a1b5a23ad483af659f9/ +DISTNAME= ${PORTNAME} + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Narrow monospaced fonts + +LICENSE= OFL11 + +USES= fonts zip + +FONTNAME= ${PORTNAME} +NO_ARCH= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} *.bdf *.ttf ${STAGEDIR}${FONTSDIR}/ + +.include <bsd.port.mk> diff --git a/x11-fonts/fifteen/distinfo b/x11-fonts/fifteen/distinfo new file mode 100644 index 000000000000..07d6a785cd78 --- /dev/null +++ b/x11-fonts/fifteen/distinfo @@ -0,0 +1,2 @@ +SHA256 (fifteen.zip) = 20f633d0201d33ec2bcf955593637dfaec2bc489704d1197030f1b2cb025e2e6 +SIZE (fifteen.zip) = 26839 diff --git a/x11-fonts/fifteen/pkg-descr b/x11-fonts/fifteen/pkg-descr new file mode 100644 index 000000000000..77df62dd42dc --- /dev/null +++ b/x11-fonts/fifteen/pkg-descr @@ -0,0 +1,12 @@ +Fifteen is a faux bitmap font. This font is designed to be used as a monotype +font for use in a terminal, or at a larger size, to look like an over scaled +bitmap. It works well in a 132 column terminal window. It is, of course, +monospaced and has clearly distinct 1I and l, and the zero is slashed. + +Quinze is a narrow monospaced font, for programming and terminal emulators. It +is designed to be narrow, and allow 132 columns to be comfortably fitted on a +screen The 1, l and I are clearly distinguished, as are O and 0. The ascii +circumflex is presented as an arrow, consistent with its use as exponentiation +operator. + +WWW: https://fontlibrary.org/en/font/fifteen diff --git a/x11-fonts/fifteen/pkg-plist b/x11-fonts/fifteen/pkg-plist new file mode 100644 index 000000000000..2b9442580fcc --- /dev/null +++ b/x11-fonts/fifteen/pkg-plist @@ -0,0 +1,3 @@ +%%FONTSDIR%%/FifteenNarrow-15.bdf +%%FONTSDIR%%/FifteenNarrow.ttf +%%FONTSDIR%%/QuinzeNarrow.ttf |