[Midnightbsd-cvs] mports [23737] trunk/x11-fonts: add gnu-unifont
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 18 12:52:38 EDT 2018
Revision: 23737
http://svnweb.midnightbsd.org/mports/?rev=23737
Author: laffer1
Date: 2018-08-18 12:52:36 -0400 (Sat, 18 Aug 2018)
Log Message:
-----------
add gnu-unifont
Modified Paths:
--------------
trunk/x11-fonts/Makefile
Added Paths:
-----------
trunk/x11-fonts/gnu-unifont/
trunk/x11-fonts/gnu-unifont/Makefile
trunk/x11-fonts/gnu-unifont/distinfo
trunk/x11-fonts/gnu-unifont/pkg-descr
trunk/x11-fonts/gnu-unifont/pkg-plist
Modified: trunk/x11-fonts/Makefile
===================================================================
--- trunk/x11-fonts/Makefile 2018-08-18 03:39:10 UTC (rev 23736)
+++ trunk/x11-fonts/Makefile 2018-08-18 16:52:36 UTC (rev 23737)
@@ -49,6 +49,7 @@
SUBDIR += fontsproto
SUBDIR += fonttosfnt
SUBDIR += fslsfonts
+SUBDIR += gnu-unifont
SUBDIR += jmk-x11-fonts
SUBDIR += libFS
SUBDIR += libXfont
Added: trunk/x11-fonts/gnu-unifont/Makefile
===================================================================
--- trunk/x11-fonts/gnu-unifont/Makefile (rev 0)
+++ trunk/x11-fonts/gnu-unifont/Makefile 2018-08-18 16:52:36 UTC (rev 23737)
@@ -0,0 +1,31 @@
+# $MidnightBSD$
+
+PORTNAME= unifont
+PORTVERSION= 10.0.07
+CATEGORIES= x11-fonts
+MASTER_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+PKGNAMEPREFIX= gnu-
+DISTFILES= ${FONTFILES:S|$|-${PORTVERSION}${FONTSUFFIX}|}
+EXTRACT_ONLY=
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT?= GNU Unicode font
+
+LICENSE= gpl2
+
+FONTFILES?= ${PORTNAME}
+FONTSUFFIX?= .pcf.gz
+
+FONTSDIR= ${PREFIX}/share/fonts/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
+NO_ARCH= yes
+NO_BUILD= yes
+USES= fonts
+
+do-install:
+ ${MKDIR} ${STAGEDIR}${FONTSDIR}
+.for i in ${FONTFILES}
+ ${INSTALL_DATA} ${DISTDIR}/${i}-${PORTVERSION}${FONTSUFFIX} \
+ ${STAGEDIR}${FONTSDIR}/${i}${FONTSUFFIX}
+.endfor
+
+.include <bsd.port.mk>
Property changes on: trunk/x11-fonts/gnu-unifont/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-fonts/gnu-unifont/distinfo
===================================================================
--- trunk/x11-fonts/gnu-unifont/distinfo (rev 0)
+++ trunk/x11-fonts/gnu-unifont/distinfo 2018-08-18 16:52:36 UTC (rev 23737)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520226036
+SHA256 (unifont-10.0.07.pcf.gz) = d7a745f5ca128cabf515743f9d6355aed066dadf113f4a2aa1dd8ffd6194fa19
+SIZE (unifont-10.0.07.pcf.gz) = 1360460
Property changes on: trunk/x11-fonts/gnu-unifont/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-fonts/gnu-unifont/pkg-descr
===================================================================
--- trunk/x11-fonts/gnu-unifont/pkg-descr (rev 0)
+++ trunk/x11-fonts/gnu-unifont/pkg-descr 2018-08-18 16:52:36 UTC (rev 23737)
@@ -0,0 +1,5 @@
+GNU Unifont is a free bitmap font that covers
+the Unicode Basic Multilingual Plane (BMP),
+using an intermediate bitmapped font format.
+
+WWW: http://unifoundry.com/unifont.html
Property changes on: trunk/x11-fonts/gnu-unifont/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/x11-fonts/gnu-unifont/pkg-plist
===================================================================
--- trunk/x11-fonts/gnu-unifont/pkg-plist (rev 0)
+++ trunk/x11-fonts/gnu-unifont/pkg-plist 2018-08-18 16:52:36 UTC (rev 23737)
@@ -0,0 +1,2 @@
+share/fonts/gnu-unifont/unifont.pcf.gz
+ at dir share/fonts/gnu-unifont
Property changes on: trunk/x11-fonts/gnu-unifont/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list