Move fontpath from /usr/local/lib/X11/fonts to /usr/local/share/fonts to match
XDG_DATA_DIR (where Desktop tools will look for by default). discussed with sthen@ and matthieu@ ok sthen@
This commit is contained in:
parent
0bad5217f7
commit
5f6f503865
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:06:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = monospaced OpenType fonts designed for coding environments
|
||||
PKG_ARCH = *
|
||||
@ -7,6 +7,7 @@ DISTNAME = SourceCodePro_FontsOnly-${VERSION}
|
||||
PKGNAME = adobe-source-code-pro-${VERSION}
|
||||
CATEGORIES = fonts x11
|
||||
EXTRACT_SUFX = .zip
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/sourcecodepro.adobe/
|
||||
|
||||
@ -18,7 +19,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/}
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
INST_DIR = ${PREFIX}/lib/X11/fonts/adobe-source-code-pro
|
||||
INST_DIR = ${PREFIX}/share/fonts/adobe-source-code-pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adobe-source-code-pro
|
||||
|
@ -1,21 +1,21 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/01/18 11:51:38 bmercer Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/adobe-source-code-pro/
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Black.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Black.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Bold.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Light.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Light.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Medium.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Regular.ttf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf
|
||||
lib/X11/fonts/adobe-source-code-pro/SourceCodePro-Semibold.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
share/doc/adobe-source-code-pro/
|
||||
share/doc/adobe-source-code-pro/LICENSE.txt
|
||||
share/doc/adobe-source-code-pro/ReadMe.html
|
||||
share/doc/adobe-source-code-pro/SourceCodeProReadMe.html
|
||||
share/fonts/
|
||||
@fontdir share/fonts/adobe-source-code-pro/
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Black.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Black.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Bold.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Light.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Light.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Medium.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Regular.ttf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf
|
||||
share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/11/09 20:41:03 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = set of OpenType fonts designed for user interfaces
|
||||
PKG_ARCH = *
|
||||
@ -7,6 +7,7 @@ DISTNAME = SourceSansPro_FontsOnly-${VERSION}
|
||||
PKGNAME = adobe-source-sans-pro-${VERSION}
|
||||
CATEGORIES = fonts x11
|
||||
EXTRACT_SUFX = .zip
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/sourcesans.adobe/
|
||||
|
||||
@ -18,7 +19,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sourcesans.adobe/}
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
INST_DIR = ${PREFIX}/lib/X11/fonts/adobe-source-sans-pro
|
||||
INST_DIR = ${PREFIX}/share/fonts/adobe-source-sans-pro
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adobe-source-sans-pro
|
||||
|
@ -1,31 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/11/07 18:38:06 rpe Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/adobe-source-sans-pro/
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Black.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Black.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Bold.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Bold.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-It.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-It.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Light.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Light.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Regular.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Regular.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.ttf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.otf
|
||||
lib/X11/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
share/doc/adobe-source-sans-pro/
|
||||
share/doc/adobe-source-sans-pro/LICENSE.txt
|
||||
share/doc/adobe-source-sans-pro/ReadMe.html
|
||||
share/doc/adobe-source-sans-pro/SourceSansProReadMe.html
|
||||
share/fonts/
|
||||
@fontdir share/fonts/adobe-source-sans-pro/
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Black.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Black.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BlackIt.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Bold.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Bold.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-BoldIt.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLight.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-ExtraLightIt.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-It.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-It.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Light.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Light.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-LightIt.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Regular.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Regular.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-Semibold.ttf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.otf
|
||||
share/fonts/adobe-source-sans-pro/SourceSansPro-SemiboldIt.ttf
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = fixed width sans font designed especially for coders
|
||||
PKG_ARCH = *
|
||||
VERSION = 1.002
|
||||
PKGNAME = anonymous-pro-${VERSION}
|
||||
DISTNAME = AnonymousPro-${VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
EXTRACT_SUFX = .zip
|
||||
CATEGORIES = fonts x11
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
FONTSDIR = ${PREFIX}/lib/X11/fonts/anonymous-pro
|
||||
FONTSDIR = ${PREFIX}/share/fonts/anonymous-pro
|
||||
|
||||
WRKDIST = ${WRKDIR}/${DISTNAME}.001
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/21 14:34:59 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/anonymous-pro
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/anonymous-pro/
|
||||
lib/X11/fonts/anonymous-pro/AnonymousPro.ttf
|
||||
lib/X11/fonts/anonymous-pro/AnonymousProB.ttf
|
||||
lib/X11/fonts/anonymous-pro/AnonymousProBI.ttf
|
||||
lib/X11/fonts/anonymous-pro/AnonymousProI.ttf
|
||||
share/doc/anonymous-pro/
|
||||
share/doc/anonymous-pro/FONTLOG.txt
|
||||
share/doc/anonymous-pro/OFL-FAQ.txt
|
||||
share/doc/anonymous-pro/OFL.txt
|
||||
share/doc/anonymous-pro/README.txt
|
||||
share/fonts/
|
||||
@fontdir share/fonts/anonymous-pro/
|
||||
share/fonts/anonymous-pro/AnonymousPro.ttf
|
||||
share/fonts/anonymous-pro/AnonymousProB.ttf
|
||||
share/fonts/anonymous-pro/AnonymousProBI.ttf
|
||||
share/fonts/anonymous-pro/AnonymousProI.ttf
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= Arabeyes TrueType Arabic fonts
|
||||
|
||||
V= 2.0
|
||||
DISTNAME= ttf-arabeyes_$V.orig
|
||||
PKGNAME= arabeyes-ttf-$V
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://www.arabeyes.org/project.php?proj=Khotot
|
||||
@ -19,7 +19,7 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/ttf-arabeyes-$V
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/arabeyes
|
||||
FONTSDIR= ${PREFIX}/share/fonts/arabeyes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,44 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@conflict arabeyes-*
|
||||
@pkgpath x11/arabeyes-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/arabeyes/
|
||||
lib/X11/fonts/arabeyes/ae_AlArabiya.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlBattar.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlHor.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlManzomah.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlMateen-Bold.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlMohanad.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlMothnna-Bold.ttf
|
||||
lib/X11/fonts/arabeyes/ae_AlYarmook.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Arab.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Cortoba.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Dimnah.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Electron.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Furat.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Granada.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Graph.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Hani.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Haramain.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Hor.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Japan.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Jet.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Kayrawan.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Khalid.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Mashq-Bold.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Mashq.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Metal.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Nada.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Nagham.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Nice.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Ostorah.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Ouhod-Bold.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Petra.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Rasheeq-Bold.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Rehan.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Salem.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Shado.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Sharjah.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Sindbad.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Tarablus.ttf
|
||||
lib/X11/fonts/arabeyes/ae_Tholoth.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/arabeyes/
|
||||
share/fonts/arabeyes/ae_AlArabiya.ttf
|
||||
share/fonts/arabeyes/ae_AlBattar.ttf
|
||||
share/fonts/arabeyes/ae_AlHor.ttf
|
||||
share/fonts/arabeyes/ae_AlManzomah.ttf
|
||||
share/fonts/arabeyes/ae_AlMateen-Bold.ttf
|
||||
share/fonts/arabeyes/ae_AlMohanad.ttf
|
||||
share/fonts/arabeyes/ae_AlMothnna-Bold.ttf
|
||||
share/fonts/arabeyes/ae_AlYarmook.ttf
|
||||
share/fonts/arabeyes/ae_Arab.ttf
|
||||
share/fonts/arabeyes/ae_Cortoba.ttf
|
||||
share/fonts/arabeyes/ae_Dimnah.ttf
|
||||
share/fonts/arabeyes/ae_Electron.ttf
|
||||
share/fonts/arabeyes/ae_Furat.ttf
|
||||
share/fonts/arabeyes/ae_Granada.ttf
|
||||
share/fonts/arabeyes/ae_Graph.ttf
|
||||
share/fonts/arabeyes/ae_Hani.ttf
|
||||
share/fonts/arabeyes/ae_Haramain.ttf
|
||||
share/fonts/arabeyes/ae_Hor.ttf
|
||||
share/fonts/arabeyes/ae_Japan.ttf
|
||||
share/fonts/arabeyes/ae_Jet.ttf
|
||||
share/fonts/arabeyes/ae_Kayrawan.ttf
|
||||
share/fonts/arabeyes/ae_Khalid.ttf
|
||||
share/fonts/arabeyes/ae_Mashq-Bold.ttf
|
||||
share/fonts/arabeyes/ae_Mashq.ttf
|
||||
share/fonts/arabeyes/ae_Metal.ttf
|
||||
share/fonts/arabeyes/ae_Nada.ttf
|
||||
share/fonts/arabeyes/ae_Nagham.ttf
|
||||
share/fonts/arabeyes/ae_Nice.ttf
|
||||
share/fonts/arabeyes/ae_Ostorah.ttf
|
||||
share/fonts/arabeyes/ae_Ouhod-Bold.ttf
|
||||
share/fonts/arabeyes/ae_Petra.ttf
|
||||
share/fonts/arabeyes/ae_Rasheeq-Bold.ttf
|
||||
share/fonts/arabeyes/ae_Rehan.ttf
|
||||
share/fonts/arabeyes/ae_Salem.ttf
|
||||
share/fonts/arabeyes/ae_Shado.ttf
|
||||
share/fonts/arabeyes/ae_Sharjah.ttf
|
||||
share/fonts/arabeyes/ae_Sindbad.ttf
|
||||
share/fonts/arabeyes/ae_Tarablus.ttf
|
||||
share/fonts/arabeyes/ae_Tholoth.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:06:04 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= improved artwiz fonts
|
||||
COMMENT-de= improved artwiz fonts (german pack)
|
||||
@ -13,9 +13,9 @@ PKGNAME-se= ${NAME}-se-${V}
|
||||
CATEGORIES= fonts x11
|
||||
USE_X11 = Yes
|
||||
|
||||
REVISION-main= 5
|
||||
REVISION-de= 3
|
||||
REVISION-se= 3
|
||||
REVISION-main= 6
|
||||
REVISION-de= 4
|
||||
REVISION-se= 4
|
||||
|
||||
HOMEPAGE= http://artwizaleczapka.sourceforge.net/
|
||||
|
||||
@ -31,7 +31,7 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/artwiz-aleczapka
|
||||
INST_DIR= ${PREFIX}/share/fonts/artwiz-aleczapka
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
${NAME}-de-${V}${EXTRACT_SUFX} \
|
||||
|
@ -1,19 +1,19 @@
|
||||
@comment $OpenBSD: PLIST-de,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-de,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/artwiz-aleczapka,de
|
||||
@fontdir lib/X11/fonts/artwiz-aleczapka/
|
||||
lib/X11/fonts/artwiz-aleczapka/anorexia.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/aqui.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/cure.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/drift.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/edges.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/fkp.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/gelly.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp-bold.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/kates.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/lime.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-mild.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-strong.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/nu.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/smoothansi.de.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/snap.de.pcf
|
||||
@fontdir share/fonts/artwiz-aleczapka/
|
||||
share/fonts/artwiz-aleczapka/anorexia.de.pcf
|
||||
share/fonts/artwiz-aleczapka/aqui.de.pcf
|
||||
share/fonts/artwiz-aleczapka/cure.de.pcf
|
||||
share/fonts/artwiz-aleczapka/drift.de.pcf
|
||||
share/fonts/artwiz-aleczapka/edges.de.pcf
|
||||
share/fonts/artwiz-aleczapka/fkp.de.pcf
|
||||
share/fonts/artwiz-aleczapka/gelly.de.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp-bold.de.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp.de.pcf
|
||||
share/fonts/artwiz-aleczapka/kates.de.pcf
|
||||
share/fonts/artwiz-aleczapka/lime.de.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-mild.de.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-strong.de.pcf
|
||||
share/fonts/artwiz-aleczapka/nu.de.pcf
|
||||
share/fonts/artwiz-aleczapka/smoothansi.de.pcf
|
||||
share/fonts/artwiz-aleczapka/snap.de.pcf
|
||||
|
@ -1,22 +1,22 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/artwiz-aleczapka
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/artwiz-aleczapka/
|
||||
lib/X11/fonts/artwiz-aleczapka/anorexia.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/aqui.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/cure.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/cursor.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/drift.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/edges.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/fkp.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/fonts.alias-artwiz
|
||||
lib/X11/fonts/artwiz-aleczapka/gelly.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp-bold.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/kates.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/lime.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-mild.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-strong.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/nu.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/smoothansi.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/snap.pcf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/artwiz-aleczapka/
|
||||
share/fonts/artwiz-aleczapka/anorexia.pcf
|
||||
share/fonts/artwiz-aleczapka/aqui.pcf
|
||||
share/fonts/artwiz-aleczapka/cure.pcf
|
||||
share/fonts/artwiz-aleczapka/cursor.pcf
|
||||
share/fonts/artwiz-aleczapka/drift.pcf
|
||||
share/fonts/artwiz-aleczapka/edges.pcf
|
||||
share/fonts/artwiz-aleczapka/fkp.pcf
|
||||
share/fonts/artwiz-aleczapka/fonts.alias-artwiz
|
||||
share/fonts/artwiz-aleczapka/gelly.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp-bold.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp.pcf
|
||||
share/fonts/artwiz-aleczapka/kates.pcf
|
||||
share/fonts/artwiz-aleczapka/lime.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-mild.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-strong.pcf
|
||||
share/fonts/artwiz-aleczapka/nu.pcf
|
||||
share/fonts/artwiz-aleczapka/smoothansi.pcf
|
||||
share/fonts/artwiz-aleczapka/snap.pcf
|
||||
|
@ -1,19 +1,19 @@
|
||||
@comment $OpenBSD: PLIST-se,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-se,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/artwiz-aleczapka,se
|
||||
@fontdir lib/X11/fonts/artwiz-aleczapka/
|
||||
lib/X11/fonts/artwiz-aleczapka/anorexia.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/aqui.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/cure.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/drift.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/edges.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/fkp.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/gelly.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp-bold.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/glisp.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/kates.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/lime.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-mild.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/mints-strong.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/nu.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/smoothansi.se.pcf
|
||||
lib/X11/fonts/artwiz-aleczapka/snap.se.pcf
|
||||
@fontdir share/fonts/artwiz-aleczapka/
|
||||
share/fonts/artwiz-aleczapka/anorexia.se.pcf
|
||||
share/fonts/artwiz-aleczapka/aqui.se.pcf
|
||||
share/fonts/artwiz-aleczapka/cure.se.pcf
|
||||
share/fonts/artwiz-aleczapka/drift.se.pcf
|
||||
share/fonts/artwiz-aleczapka/edges.se.pcf
|
||||
share/fonts/artwiz-aleczapka/fkp.se.pcf
|
||||
share/fonts/artwiz-aleczapka/gelly.se.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp-bold.se.pcf
|
||||
share/fonts/artwiz-aleczapka/glisp.se.pcf
|
||||
share/fonts/artwiz-aleczapka/kates.se.pcf
|
||||
share/fonts/artwiz-aleczapka/lime.se.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-mild.se.pcf
|
||||
share/fonts/artwiz-aleczapka/mints-strong.se.pcf
|
||||
share/fonts/artwiz-aleczapka/nu.se.pcf
|
||||
share/fonts/artwiz-aleczapka/smoothansi.se.pcf
|
||||
share/fonts/artwiz-aleczapka/snap.se.pcf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2014/10/10 12:44:40 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= humanist sans-serif font family
|
||||
|
||||
GNOME_VERSION= 0.0.16
|
||||
GNOME_PROJECT= cantarell-fonts
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
@ -20,7 +20,7 @@ MODULES= x11/gnome
|
||||
PKG_ARCH= *
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
FAKE_FLAGS= fontdir=${PREFIX}/lib/X11/fonts/cantarell \
|
||||
FAKE_FLAGS= fontdir=${PREFIX}/share/fonts/cantarell \
|
||||
configdir=${PREFIX}/share/examples/cantarell-fonts
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2014/04/27 17:07:24 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/cantarell-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/cantarell/
|
||||
lib/X11/fonts/cantarell/Cantarell-Bold.otf
|
||||
lib/X11/fonts/cantarell/Cantarell-Regular.otf
|
||||
share/examples/cantarell-fonts/
|
||||
share/examples/cantarell-fonts/31-cantarell.conf
|
||||
@sample /etc/fonts/conf.d/31-cantarell.conf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/cantarell/
|
||||
share/fonts/cantarell/Cantarell-Bold.otf
|
||||
share/fonts/cantarell/Cantarell-Regular.otf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2014/04/26 09:21:31 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = replacement for Comic Sans font
|
||||
|
||||
DISTNAME = comic-neue-1.1
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = fonts
|
||||
|
||||
@ -20,7 +20,7 @@ EXTRACT_SUFX = .zip
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/comic-neue
|
||||
FONTDIR = ${PREFIX}/share/fonts/comic-neue
|
||||
FCDIR = ${PREFIX}/share/comic-neue
|
||||
|
||||
do-install:
|
||||
|
@ -1,18 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/04/25 21:32:08 benoit Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/comic-neue/
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Bold-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Bold.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Light-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Light.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Regular-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Angular-Regular.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Bold-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Bold.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Light-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Light.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Regular-Oblique.ttf
|
||||
lib/X11/fonts/comic-neue/ComicNeue-Regular.ttf
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
share/comic-neue/
|
||||
share/comic-neue/30-comic-sans-aliases.conf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/comic-neue/
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Bold-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Bold.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Light-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Light.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Regular-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Angular-Regular.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Bold-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Bold.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Light-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Light.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Regular-Oblique.ttf
|
||||
share/fonts/comic-neue/ComicNeue-Regular.ttf
|
||||
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2015/03/17 23:43:25 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = programming font designed with functionality in mind
|
||||
DISTNAME = cosmic-sans-neue-mono-1.3.1
|
||||
CATEGORIES = fonts x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://openfontlibrary.org/en/font/cosmic-sans-neue-mono
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
@ -16,7 +17,7 @@ PKG_ARCH = *
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/CosmicSansNeueMono
|
||||
FONTDIR = ${PREFIX}/share/fonts/CosmicSansNeueMono
|
||||
DOCDIR = ${PREFIX}/share/doc/cosmic-sans-neue-mono
|
||||
|
||||
do-install:
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/12/11 18:45:25 bcallah Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/CosmicSansNeueMono/
|
||||
lib/X11/fonts/CosmicSansNeueMono/CosmicSansNeueMono.otf
|
||||
lib/X11/fonts/CosmicSansNeueMono/CosmicSansNeueMonoBold.otf
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
share/doc/cosmic-sans-neue-mono/
|
||||
share/doc/cosmic-sans-neue-mono/README.md
|
||||
share/fonts/
|
||||
@fontdir share/fonts/CosmicSansNeueMono/
|
||||
share/fonts/CosmicSansNeueMono/CosmicSansNeueMono.otf
|
||||
share/fonts/CosmicSansNeueMono/CosmicSansNeueMonoBold.otf
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2014/01/06 21:35:03 tobiasu Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT = monospace bitmap font, primarily aimed at programmers
|
||||
|
||||
DISTNAME = dina-fonts-2.92
|
||||
CATEGORIES = fonts
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://www.donationcoder.com/Software/Jibz/Dina/
|
||||
|
||||
@ -19,7 +20,7 @@ NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
USE_X11 = Yes
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/dina
|
||||
FONTDIR= ${PREFIX}/share/fonts/dina
|
||||
|
||||
WRKSRC = ${WRKDIR}/BDF
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/01/06 21:35:03 tobiasu Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/dina/
|
||||
lib/X11/fonts/dina/DinaBold10.pcf.gz
|
||||
lib/X11/fonts/dina/DinaBold8.pcf.gz
|
||||
lib/X11/fonts/dina/DinaBold9.pcf.gz
|
||||
lib/X11/fonts/dina/DinaBoldItalic10.pcf.gz
|
||||
lib/X11/fonts/dina/DinaBoldItalic8.pcf.gz
|
||||
lib/X11/fonts/dina/DinaBoldItalic9.pcf.gz
|
||||
lib/X11/fonts/dina/DinaItalic10.pcf.gz
|
||||
lib/X11/fonts/dina/DinaItalic8.pcf.gz
|
||||
lib/X11/fonts/dina/DinaItalic9.pcf.gz
|
||||
lib/X11/fonts/dina/DinaMedium10.pcf.gz
|
||||
lib/X11/fonts/dina/DinaMedium6.pcf.gz
|
||||
lib/X11/fonts/dina/DinaMedium8.pcf.gz
|
||||
lib/X11/fonts/dina/DinaMedium9.pcf.gz
|
||||
lib/X11/fonts/dina/fonts.alias-dina
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
share/doc/dina-fonts/
|
||||
share/doc/dina-fonts/LICENSE
|
||||
share/fonts/
|
||||
@fontdir share/fonts/dina/
|
||||
share/fonts/dina/DinaBold10.pcf.gz
|
||||
share/fonts/dina/DinaBold8.pcf.gz
|
||||
share/fonts/dina/DinaBold9.pcf.gz
|
||||
share/fonts/dina/DinaBoldItalic10.pcf.gz
|
||||
share/fonts/dina/DinaBoldItalic8.pcf.gz
|
||||
share/fonts/dina/DinaBoldItalic9.pcf.gz
|
||||
share/fonts/dina/DinaItalic10.pcf.gz
|
||||
share/fonts/dina/DinaItalic8.pcf.gz
|
||||
share/fonts/dina/DinaItalic9.pcf.gz
|
||||
share/fonts/dina/DinaMedium10.pcf.gz
|
||||
share/fonts/dina/DinaMedium6.pcf.gz
|
||||
share/fonts/dina/DinaMedium8.pcf.gz
|
||||
share/fonts/dina/DinaMedium9.pcf.gz
|
||||
share/fonts/dina/fonts.alias-dina
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= nice looking fonts as found on the android devices
|
||||
|
||||
DISTNAME= DroidFamily
|
||||
PKGNAME= droid-fonts-0.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
@ -20,7 +20,7 @@ MASTER_SITES= http://distfiles.nl/
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/Droid
|
||||
INST_DIR= ${PREFIX}/share/fonts/Droid
|
||||
EXTRACT_DIR= DroidFonts
|
||||
|
||||
do-install:
|
||||
|
@ -1,12 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/droid-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/Droid/
|
||||
lib/X11/fonts/Droid/DroidSans-Bold.ttf
|
||||
lib/X11/fonts/Droid/DroidSans.ttf
|
||||
lib/X11/fonts/Droid/DroidSansFallback.ttf
|
||||
lib/X11/fonts/Droid/DroidSansMono.ttf
|
||||
lib/X11/fonts/Droid/DroidSerif-Bold.ttf
|
||||
lib/X11/fonts/Droid/DroidSerif-BoldItalic.ttf
|
||||
lib/X11/fonts/Droid/DroidSerif-Italic.ttf
|
||||
lib/X11/fonts/Droid/DroidSerif-Regular.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/Droid/
|
||||
share/fonts/Droid/DroidSans-Bold.ttf
|
||||
share/fonts/Droid/DroidSans.ttf
|
||||
share/fonts/Droid/DroidSansFallback.ttf
|
||||
share/fonts/Droid/DroidSansMono.ttf
|
||||
share/fonts/Droid/DroidSerif-Bold.ttf
|
||||
share/fonts/Droid/DroidSerif-BoldItalic.ttf
|
||||
share/fonts/Droid/DroidSerif-Italic.ttf
|
||||
share/fonts/Droid/DroidSerif-Regular.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/10/01 09:07:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= dip pen style TTF fonts
|
||||
DISTNAME= ecoliercourt-fonts-0.1
|
||||
DISTFILES= ecl_cour.ttf ec_cour.ttf
|
||||
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= fonts x11 education
|
||||
|
||||
@ -22,7 +22,7 @@ EXTRACT_ONLY=
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/ecoliercourt
|
||||
INST_DIR= ${PREFIX}/share/fonts/ecoliercourt
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
@pkgpath x11/ecoliercour-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ecoliercourt/
|
||||
lib/X11/fonts/ecoliercourt/ec_cour.ttf
|
||||
lib/X11/fonts/ecoliercourt/ecl_cour.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ecoliercourt/
|
||||
share/fonts/ecoliercourt/ec_cour.ttf
|
||||
share/fonts/ecoliercourt/ecl_cour.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/10/01 09:07:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:09 ajacoutot Exp $
|
||||
|
||||
COMMENT= farsi bornaray fonts
|
||||
|
||||
DISTNAME= bfonts
|
||||
PKGNAME= farsi-bfonts-ttf-2.0
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
farsi-bfonts-ttf-extra-0.1.tar.gz:0
|
||||
@ -31,7 +31,7 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/farsi-bfonts
|
||||
FONTSDIR= ${PREFIX}/share/fonts/farsi-bfonts
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,44 +1,44 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/farsi-bfonts-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/farsi-bfonts/
|
||||
lib/X11/fonts/farsi-bfonts/BArabics.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BArshia.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BBadr.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BBadrBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BCompsBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BCompset.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BDavat.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BElham.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BEsfhnBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BFantezy.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BFarnaz.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BFerdosi.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BHoma.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BJadidBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BKamran.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BKamranO.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BKamrnBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BKoodakO.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BKoodkBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BLotus.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BLotusBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BMajidSh.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BNasimBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BRoya.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BRoyaBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BSinaBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BTabssom.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BTawfigO.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BTitrBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BTrafcBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BTraffic.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BYagut.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BYagutBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BYekan.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BZar.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BZarBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/Bmitra.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BmitraBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/BnazanBd.ttf
|
||||
lib/X11/fonts/farsi-bfonts/Bnazanin.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/farsi-bfonts/
|
||||
share/fonts/farsi-bfonts/BArabics.ttf
|
||||
share/fonts/farsi-bfonts/BArshia.ttf
|
||||
share/fonts/farsi-bfonts/BBadr.ttf
|
||||
share/fonts/farsi-bfonts/BBadrBd.ttf
|
||||
share/fonts/farsi-bfonts/BCompsBd.ttf
|
||||
share/fonts/farsi-bfonts/BCompset.ttf
|
||||
share/fonts/farsi-bfonts/BDavat.ttf
|
||||
share/fonts/farsi-bfonts/BElham.ttf
|
||||
share/fonts/farsi-bfonts/BEsfhnBd.ttf
|
||||
share/fonts/farsi-bfonts/BFantezy.ttf
|
||||
share/fonts/farsi-bfonts/BFarnaz.ttf
|
||||
share/fonts/farsi-bfonts/BFerdosi.ttf
|
||||
share/fonts/farsi-bfonts/BHoma.ttf
|
||||
share/fonts/farsi-bfonts/BJadidBd.ttf
|
||||
share/fonts/farsi-bfonts/BKamran.ttf
|
||||
share/fonts/farsi-bfonts/BKamranO.ttf
|
||||
share/fonts/farsi-bfonts/BKamrnBd.ttf
|
||||
share/fonts/farsi-bfonts/BKoodakO.ttf
|
||||
share/fonts/farsi-bfonts/BKoodkBd.ttf
|
||||
share/fonts/farsi-bfonts/BLotus.ttf
|
||||
share/fonts/farsi-bfonts/BLotusBd.ttf
|
||||
share/fonts/farsi-bfonts/BMajidSh.ttf
|
||||
share/fonts/farsi-bfonts/BNasimBd.ttf
|
||||
share/fonts/farsi-bfonts/BRoya.ttf
|
||||
share/fonts/farsi-bfonts/BRoyaBd.ttf
|
||||
share/fonts/farsi-bfonts/BSinaBd.ttf
|
||||
share/fonts/farsi-bfonts/BTabssom.ttf
|
||||
share/fonts/farsi-bfonts/BTawfigO.ttf
|
||||
share/fonts/farsi-bfonts/BTitrBd.ttf
|
||||
share/fonts/farsi-bfonts/BTrafcBd.ttf
|
||||
share/fonts/farsi-bfonts/BTraffic.ttf
|
||||
share/fonts/farsi-bfonts/BYagut.ttf
|
||||
share/fonts/farsi-bfonts/BYagutBd.ttf
|
||||
share/fonts/farsi-bfonts/BYekan.ttf
|
||||
share/fonts/farsi-bfonts/BZar.ttf
|
||||
share/fonts/farsi-bfonts/BZarBd.ttf
|
||||
share/fonts/farsi-bfonts/Bmitra.ttf
|
||||
share/fonts/farsi-bfonts/BmitraBd.ttf
|
||||
share/fonts/farsi-bfonts/BnazanBd.ttf
|
||||
share/fonts/farsi-bfonts/Bnazanin.ttf
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= ISIRI 6219 conforming Farsi fonts
|
||||
|
||||
V= 0.4
|
||||
DISTNAME= farsi_fonts_$V
|
||||
PKGNAME= farsifonts-ttf-$V
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://www.arabeyes.org/project.php?proj=Khotot
|
||||
@ -21,7 +21,7 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/farsifonts-$V
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/farsifonts
|
||||
FONTSDIR= ${PREFIX}/share/fonts/farsifonts
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/farsifonts-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/farsifonts/
|
||||
lib/X11/fonts/farsifonts/elham.ttf
|
||||
lib/X11/fonts/farsifonts/homa.ttf
|
||||
lib/X11/fonts/farsifonts/koodak.ttf
|
||||
lib/X11/fonts/farsifonts/nazli.ttf
|
||||
lib/X11/fonts/farsifonts/nazlib.ttf
|
||||
lib/X11/fonts/farsifonts/roya.ttf
|
||||
lib/X11/fonts/farsifonts/royab.ttf
|
||||
lib/X11/fonts/farsifonts/terafik.ttf
|
||||
lib/X11/fonts/farsifonts/terafikb.ttf
|
||||
lib/X11/fonts/farsifonts/titr.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/farsifonts/
|
||||
share/fonts/farsifonts/elham.ttf
|
||||
share/fonts/farsifonts/homa.ttf
|
||||
share/fonts/farsifonts/koodak.ttf
|
||||
share/fonts/farsifonts/nazli.ttf
|
||||
share/fonts/farsifonts/nazlib.ttf
|
||||
share/fonts/farsifonts/roya.ttf
|
||||
share/fonts/farsifonts/royab.ttf
|
||||
share/fonts/farsifonts/terafik.ttf
|
||||
share/fonts/farsifonts/terafikb.ttf
|
||||
share/fonts/farsifonts/titr.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2014/09/08 10:40:12 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT = Firefox OS typeface
|
||||
|
||||
@ -9,6 +9,7 @@ COMMENT = Firefox OS typeface
|
||||
# the medium style by default instead of the regular style.
|
||||
# - Removed the source directory.
|
||||
DISTNAME = fira-fonts-20140907
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = fonts x11
|
||||
|
||||
@ -30,7 +31,7 @@ NO_TEST = Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
DOC_DIR = ${PREFIX}/share/doc/fira-fonts
|
||||
FONTS_DIR = ${PREFIX}/lib/X11/fonts/fira
|
||||
FONTS_DIR = ${PREFIX}/share/fonts/fira
|
||||
WEBFONTS_DIR = ${PREFIX}/share/fira-fonts
|
||||
|
||||
do-install:
|
||||
|
@ -1,38 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2014/09/08 10:40:12 juanfra Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/fira/
|
||||
lib/X11/fonts/fira/FiraMono-Bold.otf
|
||||
lib/X11/fonts/fira/FiraMono-Regular.otf
|
||||
lib/X11/fonts/fira/FiraSans-Bold.otf
|
||||
lib/X11/fonts/fira/FiraSans-BoldItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Book.otf
|
||||
lib/X11/fonts/fira/FiraSans-BookItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Eight.otf
|
||||
lib/X11/fonts/fira/FiraSans-EightItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-ExtraBold.otf
|
||||
lib/X11/fonts/fira/FiraSans-ExtraBoldItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-ExtraLight.otf
|
||||
lib/X11/fonts/fira/FiraSans-ExtraLightItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Four.otf
|
||||
lib/X11/fonts/fira/FiraSans-FourItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Hair.otf
|
||||
lib/X11/fonts/fira/FiraSans-HairItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Heavy.otf
|
||||
lib/X11/fonts/fira/FiraSans-HeavyItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Italic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Light.otf
|
||||
lib/X11/fonts/fira/FiraSans-LightItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Regular.otf
|
||||
lib/X11/fonts/fira/FiraSans-SemiBold.otf
|
||||
lib/X11/fonts/fira/FiraSans-SemiBoldItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Thin.otf
|
||||
lib/X11/fonts/fira/FiraSans-ThinItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Two.otf
|
||||
lib/X11/fonts/fira/FiraSans-TwoItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-Ultra.otf
|
||||
lib/X11/fonts/fira/FiraSans-UltraItalic.otf
|
||||
lib/X11/fonts/fira/FiraSans-UltraLight.otf
|
||||
lib/X11/fonts/fira/FiraSans-UltraLightItalic.otf
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
share/doc/fira-fonts/
|
||||
share/doc/fira-fonts/LICENSE
|
||||
share/fira-fonts/
|
||||
@ -143,3 +109,37 @@ share/fira-fonts/webfonts/FiraSans-UltraLight.woff
|
||||
share/fira-fonts/webfonts/FiraSans-UltraLightItalic.eot
|
||||
share/fira-fonts/webfonts/FiraSans-UltraLightItalic.ttf
|
||||
share/fira-fonts/webfonts/FiraSans-UltraLightItalic.woff
|
||||
share/fonts/
|
||||
@fontdir share/fonts/fira/
|
||||
share/fonts/fira/FiraMono-Bold.otf
|
||||
share/fonts/fira/FiraMono-Regular.otf
|
||||
share/fonts/fira/FiraSans-Bold.otf
|
||||
share/fonts/fira/FiraSans-BoldItalic.otf
|
||||
share/fonts/fira/FiraSans-Book.otf
|
||||
share/fonts/fira/FiraSans-BookItalic.otf
|
||||
share/fonts/fira/FiraSans-Eight.otf
|
||||
share/fonts/fira/FiraSans-EightItalic.otf
|
||||
share/fonts/fira/FiraSans-ExtraBold.otf
|
||||
share/fonts/fira/FiraSans-ExtraBoldItalic.otf
|
||||
share/fonts/fira/FiraSans-ExtraLight.otf
|
||||
share/fonts/fira/FiraSans-ExtraLightItalic.otf
|
||||
share/fonts/fira/FiraSans-Four.otf
|
||||
share/fonts/fira/FiraSans-FourItalic.otf
|
||||
share/fonts/fira/FiraSans-Hair.otf
|
||||
share/fonts/fira/FiraSans-HairItalic.otf
|
||||
share/fonts/fira/FiraSans-Heavy.otf
|
||||
share/fonts/fira/FiraSans-HeavyItalic.otf
|
||||
share/fonts/fira/FiraSans-Italic.otf
|
||||
share/fonts/fira/FiraSans-Light.otf
|
||||
share/fonts/fira/FiraSans-LightItalic.otf
|
||||
share/fonts/fira/FiraSans-Regular.otf
|
||||
share/fonts/fira/FiraSans-SemiBold.otf
|
||||
share/fonts/fira/FiraSans-SemiBoldItalic.otf
|
||||
share/fonts/fira/FiraSans-Thin.otf
|
||||
share/fonts/fira/FiraSans-ThinItalic.otf
|
||||
share/fonts/fira/FiraSans-Two.otf
|
||||
share/fonts/fira/FiraSans-TwoItalic.otf
|
||||
share/fonts/fira/FiraSans-Ultra.otf
|
||||
share/fonts/fira/FiraSans-UltraItalic.otf
|
||||
share/fonts/fira/FiraSans-UltraLight.otf
|
||||
share/fonts/fira/FiraSans-UltraLightItalic.otf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= free TrueType Persian fonts
|
||||
|
||||
DISTNAME= freefarsi-ttf-1.0.0b
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/fpf/
|
||||
@ -19,7 +19,7 @@ PKG_ARCH= *
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/freefarsi
|
||||
FONTSDIR= ${PREFIX}/share/fonts/freefarsi
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/freefarsi-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/freefarsi/
|
||||
lib/X11/fonts/freefarsi/FreeFarsi.ttf
|
||||
lib/X11/fonts/freefarsi/FreeFarsiBold.ttf
|
||||
lib/X11/fonts/freefarsi/FreeFarsiBoldItalic.ttf
|
||||
lib/X11/fonts/freefarsi/FreeFarsiItalic.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/freefarsi/
|
||||
share/fonts/freefarsi/FreeFarsi.ttf
|
||||
share/fonts/freefarsi/FreeFarsiBold.ttf
|
||||
share/fonts/freefarsi/FreeFarsiBoldItalic.ttf
|
||||
share/fonts/freefarsi/FreeFarsiItalic.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= free UCS outline fonts
|
||||
|
||||
V= 20100919
|
||||
DISTNAME= freefont-ttf-$V
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://savannah.gnu.org/projects/freefont/
|
||||
@ -18,7 +18,7 @@ WRKDIST= ${WRKDIR}/freefont-$V
|
||||
NO_BUILD= Yes
|
||||
PKG_ARCH= *
|
||||
NO_TEST= Yes
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/freefont
|
||||
FONTSDIR= ${PREFIX}/share/fonts/freefont
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,16 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/freefont-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/freefont/
|
||||
lib/X11/fonts/freefont/FreeMono.ttf
|
||||
lib/X11/fonts/freefont/FreeMonoBold.ttf
|
||||
lib/X11/fonts/freefont/FreeMonoBoldOblique.ttf
|
||||
lib/X11/fonts/freefont/FreeMonoOblique.ttf
|
||||
lib/X11/fonts/freefont/FreeSans.ttf
|
||||
lib/X11/fonts/freefont/FreeSansBold.ttf
|
||||
lib/X11/fonts/freefont/FreeSansBoldOblique.ttf
|
||||
lib/X11/fonts/freefont/FreeSansOblique.ttf
|
||||
lib/X11/fonts/freefont/FreeSerif.ttf
|
||||
lib/X11/fonts/freefont/FreeSerifBold.ttf
|
||||
lib/X11/fonts/freefont/FreeSerifBoldItalic.ttf
|
||||
lib/X11/fonts/freefont/FreeSerifItalic.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/freefont/
|
||||
share/fonts/freefont/FreeMono.ttf
|
||||
share/fonts/freefont/FreeMonoBold.ttf
|
||||
share/fonts/freefont/FreeMonoBoldOblique.ttf
|
||||
share/fonts/freefont/FreeMonoOblique.ttf
|
||||
share/fonts/freefont/FreeSans.ttf
|
||||
share/fonts/freefont/FreeSansBold.ttf
|
||||
share/fonts/freefont/FreeSansBoldOblique.ttf
|
||||
share/fonts/freefont/FreeSansOblique.ttf
|
||||
share/fonts/freefont/FreeSerif.ttf
|
||||
share/fonts/freefont/FreeSerifBold.ttf
|
||||
share/fonts/freefont/FreeSerifBoldItalic.ttf
|
||||
share/fonts/freefont/FreeSerifItalic.ttf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= collection of ATM fonts from the CICA archives
|
||||
|
||||
DISTNAME= freefonts-0.10
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ \
|
||||
@ -20,7 +20,7 @@ WRKDIST= ${WRKDIR}
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
FREEFONTDIR= ${PREFIX}/lib/X11/fonts
|
||||
FREEFONTDIR= ${PREFIX}/share/fonts
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FREEFONTDIR}
|
||||
|
@ -1,114 +1,115 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/freefonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/freefont/
|
||||
lib/X11/fonts/freefont/Fontmap
|
||||
lib/X11/fonts/freefont/README
|
||||
lib/X11/fonts/freefont/agate.pfb
|
||||
lib/X11/fonts/freefont/agateb.pfb
|
||||
lib/X11/fonts/freefont/agatei.pfb
|
||||
lib/X11/fonts/freefont/ans.pfb
|
||||
lib/X11/fonts/freefont/ans.tgz
|
||||
lib/X11/fonts/freefont/baskvl.pfb
|
||||
lib/X11/fonts/freefont/baskvlb.pfb
|
||||
lib/X11/fonts/freefont/baskvli.pfb
|
||||
lib/X11/fonts/freefont/becker.pfb
|
||||
lib/X11/fonts/freefont/blippo.pfb
|
||||
lib/X11/fonts/freefont/bodoni.pfb
|
||||
lib/X11/fonts/freefont/bodonib.pfb
|
||||
lib/X11/fonts/freefont/bodonii.pfb
|
||||
lib/X11/fonts/freefont/boecklin.pfb
|
||||
lib/X11/fonts/freefont/brahc___.pfb
|
||||
lib/X11/fonts/freefont/brushstr.license
|
||||
lib/X11/fonts/freefont/brushstr.pfb
|
||||
lib/X11/fonts/freefont/calig___.pfb
|
||||
lib/X11/fonts/freefont/capri.license
|
||||
lib/X11/fonts/freefont/capri.pfb
|
||||
lib/X11/fonts/freefont/carrickc.license
|
||||
lib/X11/fonts/freefont/carrickc.pfb
|
||||
lib/X11/fonts/freefont/cheq.license
|
||||
lib/X11/fonts/freefont/cheq.pfb
|
||||
lib/X11/fonts/freefont/classhvy.pfb
|
||||
lib/X11/fonts/freefont/cooprblk.pfb
|
||||
lib/X11/fonts/freefont/coronet.pfb
|
||||
lib/X11/fonts/freefont/crf_____.license
|
||||
lib/X11/fonts/freefont/crf_____.pfb
|
||||
lib/X11/fonts/freefont/crillee.license
|
||||
lib/X11/fonts/freefont/crillee.pfb
|
||||
lib/X11/fonts/freefont/cunei.pfb
|
||||
lib/X11/fonts/freefont/dabkc___.pfb
|
||||
lib/X11/fonts/freefont/dabkc____.license
|
||||
lib/X11/fonts/freefont/dos_____.pfb
|
||||
lib/X11/fonts/freefont/dragonwi.license
|
||||
lib/X11/fonts/freefont/dragonwi.pfb
|
||||
lib/X11/fonts/freefont/elann___.license
|
||||
lib/X11/fonts/freefont/elann___.pfb
|
||||
lib/X11/fonts/freefont/engravrl.pfb
|
||||
lib/X11/fonts/freefont/eras.pfb
|
||||
lib/X11/fonts/freefont/erasb.pfb
|
||||
lib/X11/fonts/freefont/erasblkb.pfb
|
||||
lib/X11/fonts/freefont/eraselt.pfb
|
||||
lib/X11/fonts/freefont/erasltra.pfb
|
||||
lib/X11/fonts/freefont/erasmed.pfb
|
||||
lib/X11/fonts/freefont/florence.pfb
|
||||
lib/X11/fonts/freefont/frquad.pfb
|
||||
lib/X11/fonts/freefont/frquadb.pfb
|
||||
lib/X11/fonts/freefont/ftpstrps.pfb
|
||||
lib/X11/fonts/freefont/garmndmi.pfb
|
||||
lib/X11/fonts/freefont/genoaita.license
|
||||
lib/X11/fonts/freefont/genoaita.pfb
|
||||
lib/X11/fonts/freefont/genoarom.license
|
||||
lib/X11/fonts/freefont/genoarom.pfb
|
||||
lib/X11/fonts/freefont/gocmase_.license
|
||||
lib/X11/fonts/freefont/gocmase_.pfb
|
||||
lib/X11/fonts/freefont/gocmseq_.license
|
||||
lib/X11/fonts/freefont/gocmseq_.pfb
|
||||
lib/X11/fonts/freefont/goudyo.pfb
|
||||
lib/X11/fonts/freefont/goudyob.pfb
|
||||
lib/X11/fonts/freefont/goudyoi.pfb
|
||||
lib/X11/fonts/freefont/igloolas.pfb
|
||||
lib/X11/fonts/freefont/linotext.pfb
|
||||
lib/X11/fonts/freefont/luxembrg.pfb
|
||||
lib/X11/fonts/freefont/manzanit.license
|
||||
lib/X11/fonts/freefont/manzanit.pfb
|
||||
lib/X11/fonts/freefont/mazama.license
|
||||
lib/X11/fonts/freefont/mazama.pfb
|
||||
lib/X11/fonts/freefont/muriel.license
|
||||
lib/X11/fonts/freefont/muriel.pfb
|
||||
lib/X11/fonts/freefont/old_town.license
|
||||
lib/X11/fonts/freefont/old_town.pfb
|
||||
lib/X11/fonts/freefont/oldcnd_r.pfb
|
||||
lib/X11/fonts/freefont/oldext_r.pfb
|
||||
lib/X11/fonts/freefont/oldtwn_r.pfb
|
||||
lib/X11/fonts/freefont/oswaldbl.pfb
|
||||
lib/X11/fonts/freefont/parkave.pfb
|
||||
lib/X11/fonts/freefont/postanti.pfb
|
||||
lib/X11/fonts/freefont/rechtman.license
|
||||
lib/X11/fonts/freefont/rechtman.pfb
|
||||
lib/X11/fonts/freefont/roosthea.license
|
||||
lib/X11/fonts/freefont/roosthea.pfb
|
||||
lib/X11/fonts/freefont/rudelsbe.license
|
||||
lib/X11/fonts/freefont/rudelsbe.pfb
|
||||
lib/X11/fonts/freefont/salter.license
|
||||
lib/X11/fonts/freefont/salter.pfb
|
||||
lib/X11/fonts/freefont/shaloold.license
|
||||
lib/X11/fonts/freefont/shaloold.pfb
|
||||
lib/X11/fonts/freefont/shaloscr.license
|
||||
lib/X11/fonts/freefont/shaloscr.pfb
|
||||
lib/X11/fonts/freefont/shalosti.license
|
||||
lib/X11/fonts/freefont/shalosti.pfb
|
||||
lib/X11/fonts/freefont/shf_____.license
|
||||
lib/X11/fonts/freefont/shf_____.pfb
|
||||
lib/X11/fonts/freefont/slogan.pfb
|
||||
lib/X11/fonts/freefont/spooky.pfb
|
||||
lib/X11/fonts/freefont/tekton.pfb
|
||||
lib/X11/fonts/freefont/tempofon.license
|
||||
lib/X11/fonts/freefont/tempofon.pfb
|
||||
lib/X11/fonts/freefont/tempoita.license
|
||||
lib/X11/fonts/freefont/tempoita.pfb
|
||||
lib/X11/fonts/freefont/tribeca.license
|
||||
lib/X11/fonts/freefont/tribeca.pfb
|
||||
lib/X11/fonts/freefont/victoria.pfb
|
||||
lib/X11/fonts/freefont/windsord.pfb
|
||||
lib/X11/fonts/freefont/zalescap.license
|
||||
lib/X11/fonts/freefont/zalescap.pfb
|
||||
share/fonts/
|
||||
@comment share/fonts/.orig
|
||||
@fontdir share/fonts/freefont/
|
||||
share/fonts/freefont/Fontmap
|
||||
share/fonts/freefont/README
|
||||
share/fonts/freefont/agate.pfb
|
||||
share/fonts/freefont/agateb.pfb
|
||||
share/fonts/freefont/agatei.pfb
|
||||
share/fonts/freefont/ans.pfb
|
||||
share/fonts/freefont/ans.tgz
|
||||
share/fonts/freefont/baskvl.pfb
|
||||
share/fonts/freefont/baskvlb.pfb
|
||||
share/fonts/freefont/baskvli.pfb
|
||||
share/fonts/freefont/becker.pfb
|
||||
share/fonts/freefont/blippo.pfb
|
||||
share/fonts/freefont/bodoni.pfb
|
||||
share/fonts/freefont/bodonib.pfb
|
||||
share/fonts/freefont/bodonii.pfb
|
||||
share/fonts/freefont/boecklin.pfb
|
||||
share/fonts/freefont/brahc___.pfb
|
||||
share/fonts/freefont/brushstr.license
|
||||
share/fonts/freefont/brushstr.pfb
|
||||
share/fonts/freefont/calig___.pfb
|
||||
share/fonts/freefont/capri.license
|
||||
share/fonts/freefont/capri.pfb
|
||||
share/fonts/freefont/carrickc.license
|
||||
share/fonts/freefont/carrickc.pfb
|
||||
share/fonts/freefont/cheq.license
|
||||
share/fonts/freefont/cheq.pfb
|
||||
share/fonts/freefont/classhvy.pfb
|
||||
share/fonts/freefont/cooprblk.pfb
|
||||
share/fonts/freefont/coronet.pfb
|
||||
share/fonts/freefont/crf_____.license
|
||||
share/fonts/freefont/crf_____.pfb
|
||||
share/fonts/freefont/crillee.license
|
||||
share/fonts/freefont/crillee.pfb
|
||||
share/fonts/freefont/cunei.pfb
|
||||
share/fonts/freefont/dabkc___.pfb
|
||||
share/fonts/freefont/dabkc____.license
|
||||
share/fonts/freefont/dos_____.pfb
|
||||
share/fonts/freefont/dragonwi.license
|
||||
share/fonts/freefont/dragonwi.pfb
|
||||
share/fonts/freefont/elann___.license
|
||||
share/fonts/freefont/elann___.pfb
|
||||
share/fonts/freefont/engravrl.pfb
|
||||
share/fonts/freefont/eras.pfb
|
||||
share/fonts/freefont/erasb.pfb
|
||||
share/fonts/freefont/erasblkb.pfb
|
||||
share/fonts/freefont/eraselt.pfb
|
||||
share/fonts/freefont/erasltra.pfb
|
||||
share/fonts/freefont/erasmed.pfb
|
||||
share/fonts/freefont/florence.pfb
|
||||
share/fonts/freefont/frquad.pfb
|
||||
share/fonts/freefont/frquadb.pfb
|
||||
share/fonts/freefont/ftpstrps.pfb
|
||||
share/fonts/freefont/garmndmi.pfb
|
||||
share/fonts/freefont/genoaita.license
|
||||
share/fonts/freefont/genoaita.pfb
|
||||
share/fonts/freefont/genoarom.license
|
||||
share/fonts/freefont/genoarom.pfb
|
||||
share/fonts/freefont/gocmase_.license
|
||||
share/fonts/freefont/gocmase_.pfb
|
||||
share/fonts/freefont/gocmseq_.license
|
||||
share/fonts/freefont/gocmseq_.pfb
|
||||
share/fonts/freefont/goudyo.pfb
|
||||
share/fonts/freefont/goudyob.pfb
|
||||
share/fonts/freefont/goudyoi.pfb
|
||||
share/fonts/freefont/igloolas.pfb
|
||||
share/fonts/freefont/linotext.pfb
|
||||
share/fonts/freefont/luxembrg.pfb
|
||||
share/fonts/freefont/manzanit.license
|
||||
share/fonts/freefont/manzanit.pfb
|
||||
share/fonts/freefont/mazama.license
|
||||
share/fonts/freefont/mazama.pfb
|
||||
share/fonts/freefont/muriel.license
|
||||
share/fonts/freefont/muriel.pfb
|
||||
share/fonts/freefont/old_town.license
|
||||
share/fonts/freefont/old_town.pfb
|
||||
share/fonts/freefont/oldcnd_r.pfb
|
||||
share/fonts/freefont/oldext_r.pfb
|
||||
share/fonts/freefont/oldtwn_r.pfb
|
||||
share/fonts/freefont/oswaldbl.pfb
|
||||
share/fonts/freefont/parkave.pfb
|
||||
share/fonts/freefont/postanti.pfb
|
||||
share/fonts/freefont/rechtman.license
|
||||
share/fonts/freefont/rechtman.pfb
|
||||
share/fonts/freefont/roosthea.license
|
||||
share/fonts/freefont/roosthea.pfb
|
||||
share/fonts/freefont/rudelsbe.license
|
||||
share/fonts/freefont/rudelsbe.pfb
|
||||
share/fonts/freefont/salter.license
|
||||
share/fonts/freefont/salter.pfb
|
||||
share/fonts/freefont/shaloold.license
|
||||
share/fonts/freefont/shaloold.pfb
|
||||
share/fonts/freefont/shaloscr.license
|
||||
share/fonts/freefont/shaloscr.pfb
|
||||
share/fonts/freefont/shalosti.license
|
||||
share/fonts/freefont/shalosti.pfb
|
||||
share/fonts/freefont/shf_____.license
|
||||
share/fonts/freefont/shf_____.pfb
|
||||
share/fonts/freefont/slogan.pfb
|
||||
share/fonts/freefont/spooky.pfb
|
||||
share/fonts/freefont/tekton.pfb
|
||||
share/fonts/freefont/tempofon.license
|
||||
share/fonts/freefont/tempofon.pfb
|
||||
share/fonts/freefont/tempoita.license
|
||||
share/fonts/freefont/tempoita.pfb
|
||||
share/fonts/freefont/tribeca.license
|
||||
share/fonts/freefont/tribeca.pfb
|
||||
share/fonts/freefont/victoria.pfb
|
||||
share/fonts/freefont/windsord.pfb
|
||||
share/fonts/freefont/zalescap.license
|
||||
share/fonts/freefont/zalescap.pfb
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT = monospace bitmap font for programming and terminal use
|
||||
PKG_ARCH = *
|
||||
DISTNAME = gohufont-2.0
|
||||
CATEGORIES = fonts x11
|
||||
MAINTAINER = Tobias Ulmer <tobiasu@tmux.org>
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://font.gohu.eu
|
||||
MASTER_SITES = ${HOMEPAGE}/
|
||||
@ -15,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/gohufont
|
||||
FONTDIR = ${PREFIX}/share/fonts/gohufont
|
||||
USE_X11 = Yes
|
||||
|
||||
do-install:
|
||||
|
@ -1,15 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/05/14 13:30:12 ajacoutot Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/gohufont/
|
||||
lib/X11/fonts/gohufont/fonts.alias-gohufont
|
||||
lib/X11/fonts/gohufont/gohufont-11.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-11b.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-14.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-14b.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-uni-11.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-uni-11b.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-uni-14.pcf.gz
|
||||
lib/X11/fonts/gohufont/gohufont-uni-14b.pcf.gz
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
share/doc/gohufont/
|
||||
share/doc/gohufont/COPYING-LICENSE
|
||||
share/doc/gohufont/README
|
||||
share/fonts/
|
||||
@fontdir share/fonts/gohufont/
|
||||
share/fonts/gohufont/fonts.alias-gohufont
|
||||
share/fonts/gohufont/gohufont-11.pcf.gz
|
||||
share/fonts/gohufont/gohufont-11b.pcf.gz
|
||||
share/fonts/gohufont/gohufont-14.pcf.gz
|
||||
share/fonts/gohufont/gohufont-14b.pcf.gz
|
||||
share/fonts/gohufont/gohufont-uni-11.pcf.gz
|
||||
share/fonts/gohufont/gohufont-uni-11b.pcf.gz
|
||||
share/fonts/gohufont/gohufont-uni-14.pcf.gz
|
||||
share/fonts/gohufont/gohufont-uni-14b.pcf.gz
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2014/04/14 17:55:32 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= clear, readable monospaced font
|
||||
|
||||
DISTNAME= otf-hermit-1.21
|
||||
PKGNAME= hermit-font-1.21
|
||||
CATEGORIES= fonts x11
|
||||
REVISION= 0
|
||||
|
||||
# OFL 1.1
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -17,7 +18,7 @@ MASTER_SITES= https://pcaro.es/d/
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/hermit/
|
||||
INST_DIR= ${PREFIX}/share/fonts/hermit/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/04/14 17:55:32 jasper Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/hermit/
|
||||
lib/X11/fonts/hermit/Hermit-bold.otf
|
||||
lib/X11/fonts/hermit/Hermit-light.otf
|
||||
lib/X11/fonts/hermit/Hermit-medium.otf
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
share/fonts/
|
||||
@fontdir share/fonts/hermit/
|
||||
share/fonts/hermit/Hermit-bold.otf
|
||||
share/fonts/hermit/Hermit-light.otf
|
||||
share/fonts/hermit/Hermit-medium.otf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= monospace font designed for coders
|
||||
|
||||
DISTNAME= Inconsolata
|
||||
PKGNAME= inconsolata-font-0.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://www.levien.com/type/myfonts/inconsolata.html
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PKG_ARCH= *
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/Inconsolata/
|
||||
FONTSDIR= ${PREFIX}/share/fonts/Inconsolata/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/inconsolata-font
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/Inconsolata/
|
||||
lib/X11/fonts/Inconsolata/Inconsolata.otf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/Inconsolata/
|
||||
share/fonts/Inconsolata/Inconsolata.otf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra japanese fonts
|
||||
|
||||
CATEGORIES= fonts japanese x11
|
||||
DISTNAME= intlfonts-1.2
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
PKGNAME= ja-fonts-gnu-1.2
|
||||
USE_X11 = Yes
|
||||
|
||||
@ -14,7 +14,7 @@ MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
FONTDIR=${PREFIX}/lib/X11/fonts/ja
|
||||
FONTDIR=${PREFIX}/share/fonts/ja
|
||||
|
||||
# Don't bother extracting non-japanese fonts
|
||||
EXTRACT_CASES=*) tar zxf ${FULLDISTDIR}/$$archive `sed <${FILESDIR}/list -e s,^,${DISTNAME}/,`;;
|
||||
|
@ -1,19 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:06 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath japanese/intlfonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ja/
|
||||
lib/X11/fonts/ja/a18rk.pcf.gz
|
||||
lib/X11/fonts/ja/a18rkb.pcf.gz
|
||||
lib/X11/fonts/ja/a18rki.pcf.gz
|
||||
lib/X11/fonts/ja/fonts.alias-gnu
|
||||
@comment lib/X11/fonts/ja/fonts.dir
|
||||
lib/X11/fonts/ja/j78-16.pcf.gz
|
||||
lib/X11/fonts/ja/j83-18.pcf.gz
|
||||
lib/X11/fonts/ja/j83-18b.pcf.gz
|
||||
lib/X11/fonts/ja/j83-18i.pcf.gz
|
||||
lib/X11/fonts/ja/j83-32.pcf.gz
|
||||
lib/X11/fonts/ja/j83-48.pcf.gz
|
||||
lib/X11/fonts/ja/j90-16.pcf.gz
|
||||
lib/X11/fonts/ja/jksp16.pcf.gz
|
||||
lib/X11/fonts/ja/jksp24.pcf.gz
|
||||
lib/X11/fonts/ja/jksp40.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ja/
|
||||
share/fonts/ja/a18rk.pcf.gz
|
||||
share/fonts/ja/a18rkb.pcf.gz
|
||||
share/fonts/ja/a18rki.pcf.gz
|
||||
share/fonts/ja/fonts.alias-gnu
|
||||
@comment share/fonts/ja/fonts.dir
|
||||
share/fonts/ja/j78-16.pcf.gz
|
||||
share/fonts/ja/j83-18.pcf.gz
|
||||
share/fonts/ja/j83-18b.pcf.gz
|
||||
share/fonts/ja/j83-18i.pcf.gz
|
||||
share/fonts/ja/j83-32.pcf.gz
|
||||
share/fonts/ja/j83-48.pcf.gz
|
||||
share/fonts/ja/j90-16.pcf.gz
|
||||
share/fonts/ja/jksp16.pcf.gz
|
||||
share/fonts/ja/jksp24.pcf.gz
|
||||
share/fonts/ja/jksp40.pcf.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra japanese fonts, marumoji
|
||||
|
||||
@ -7,7 +7,7 @@ DIST_SUBDIR= ja-fonts
|
||||
|
||||
DISTNAME= ja-fonts-funet
|
||||
PKGNAME= ${DISTNAME}-19911117
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
MASTER_SITES= ftp://ftp.funet.fi/pub/culture/japan/fonts/bdf/
|
||||
|
||||
@ -32,7 +32,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
FONTDIR=${PREFIX}/lib/X11/fonts/ja
|
||||
FONTDIR=${PREFIX}/share/fonts/ja
|
||||
|
||||
post-extract:
|
||||
@mkdir -p ${WRKDIST}
|
||||
|
@ -1,19 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath japanese/funetfonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ja/
|
||||
lib/X11/fonts/ja/7x14maru.pcf.gz
|
||||
lib/X11/fonts/ja/7x14rkmaru.pcf.gz
|
||||
lib/X11/fonts/ja/a16.pcf.gz
|
||||
lib/X11/fonts/ja/a16rk.pcf.gz
|
||||
lib/X11/fonts/ja/a18.pcf.gz
|
||||
lib/X11/fonts/ja/fonts.alias-funet
|
||||
@comment lib/X11/fonts/ja/fonts.dir
|
||||
@comment lib/X11/fonts/ja/fonts.scale
|
||||
lib/X11/fonts/ja/kanji16.pcf.gz
|
||||
lib/X11/fonts/ja/kanji18.pcf.gz
|
||||
lib/X11/fonts/ja/kanji24.pcf.gz
|
||||
lib/X11/fonts/ja/kanji26.pcf.gz
|
||||
lib/X11/fonts/ja/maru14.pcf.gz
|
||||
lib/X11/fonts/ja/maru16.pcf.gz
|
||||
lib/X11/fonts/ja/maru18.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ja/
|
||||
share/fonts/ja/7x14maru.pcf.gz
|
||||
share/fonts/ja/7x14rkmaru.pcf.gz
|
||||
share/fonts/ja/a16.pcf.gz
|
||||
share/fonts/ja/a16rk.pcf.gz
|
||||
share/fonts/ja/a18.pcf.gz
|
||||
share/fonts/ja/fonts.alias-funet
|
||||
@comment share/fonts/ja/fonts.dir
|
||||
@comment share/fonts/ja/fonts.scale
|
||||
share/fonts/ja/kanji16.pcf.gz
|
||||
share/fonts/ja/kanji18.pcf.gz
|
||||
share/fonts/ja/kanji24.pcf.gz
|
||||
share/fonts/ja/kanji26.pcf.gz
|
||||
share/fonts/ja/maru14.pcf.gz
|
||||
share/fonts/ja/maru16.pcf.gz
|
||||
share/fonts/ja/maru18.pcf.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/08/07 21:31:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT = font to view stroke order diagrams for Kanji, Kana and etc
|
||||
|
||||
DISTNAME = KanjiStrokeOrders_v3.000
|
||||
PKGNAME = ja-${DISTNAME:L:S/_v/-ttf-/}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = fonts japanese x11
|
||||
|
||||
HOMEPAGE = https://sites.google.com/site/nihilistorguk/
|
||||
@ -21,7 +21,7 @@ NO_TEST = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}
|
||||
|
||||
INST_DIR = ${PREFIX}/lib/X11/fonts/KanjiStrokeOrders
|
||||
INST_DIR = ${PREFIX}/share/fonts/KanjiStrokeOrders
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/08/04 19:31:05 fgsch Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath japanese/kanjistrokeorders-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/KanjiStrokeOrders/
|
||||
lib/X11/fonts/KanjiStrokeOrders/KanjiStrokeOrders_v3.000.ttf
|
||||
lib/X11/fonts/KanjiStrokeOrders/copyright.txt
|
||||
lib/X11/fonts/KanjiStrokeOrders/readme_en_v3.000.txt
|
||||
share/fonts/
|
||||
@fontdir share/fonts/KanjiStrokeOrders/
|
||||
share/fonts/KanjiStrokeOrders/KanjiStrokeOrders_v3.000.ttf
|
||||
share/fonts/KanjiStrokeOrders/copyright.txt
|
||||
share/fonts/KanjiStrokeOrders/readme_en_v3.000.txt
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= high quality japanese truetype fonts
|
||||
|
||||
DISTNAME= mixfont-mplus-ipa-TrueType-20060520
|
||||
PKGNAME= ja-mplus-ttf-20060520
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= fonts japanese x11
|
||||
|
||||
@ -17,7 +17,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=mix-mplus-ipa/20216/}
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/mplus/
|
||||
INST_DIR= ${PREFIX}/share/fonts/mplus/
|
||||
FONTSDIR= ${WRKSRC}/opfc-ModuleHP-1.1.1_withIPAFonts_and_Mplus/fonts/
|
||||
|
||||
do-install:
|
||||
|
@ -1,15 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath japanese/mplus-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/mplus/
|
||||
lib/X11/fonts/mplus/M+1P+IPAG-circle.ttf
|
||||
lib/X11/fonts/mplus/M+1P+IPAG.ttf
|
||||
lib/X11/fonts/mplus/M+1VM+IPAG-circle.ttf
|
||||
lib/X11/fonts/mplus/M+2P+IPAG-circle.ttf
|
||||
lib/X11/fonts/mplus/M+2P+IPAG.ttf
|
||||
lib/X11/fonts/mplus/M+2VM+IPAG-circle.ttf
|
||||
lib/X11/fonts/mplus/ipag.ttf
|
||||
lib/X11/fonts/mplus/ipagp.ttf
|
||||
lib/X11/fonts/mplus/ipagui.ttf
|
||||
lib/X11/fonts/mplus/ipam.ttf
|
||||
lib/X11/fonts/mplus/ipamp.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/mplus/
|
||||
share/fonts/mplus/M+1P+IPAG-circle.ttf
|
||||
share/fonts/mplus/M+1P+IPAG.ttf
|
||||
share/fonts/mplus/M+1VM+IPAG-circle.ttf
|
||||
share/fonts/mplus/M+2P+IPAG-circle.ttf
|
||||
share/fonts/mplus/M+2P+IPAG.ttf
|
||||
share/fonts/mplus/M+2VM+IPAG-circle.ttf
|
||||
share/fonts/mplus/ipag.ttf
|
||||
share/fonts/mplus/ipagp.ttf
|
||||
share/fonts/mplus/ipagui.ttf
|
||||
share/fonts/mplus/ipam.ttf
|
||||
share/fonts/mplus/ipamp.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= japanese true type fonts
|
||||
|
||||
DISTNAME= sazanami-20040629
|
||||
PKGNAME= ja-${DISTNAME:S/-/-ttf-/}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= fonts japanese x11
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
@ -19,7 +19,7 @@ NO_TEST= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/sazanami/
|
||||
INST_DIR= ${PREFIX}/share/fonts/sazanami/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${INST_DIR}
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath japanese/sazanami-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/sazanami/
|
||||
lib/X11/fonts/sazanami/sazanami-gothic.ttf
|
||||
lib/X11/fonts/sazanami/sazanami-mincho.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/sazanami/
|
||||
share/fonts/sazanami/sazanami-gothic.ttf
|
||||
share/fonts/sazanami/sazanami-mincho.ttf
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= nice fixed width fonts, easy on the eye
|
||||
|
||||
V= 3.0
|
||||
DISTNAME= jmk-x11-fonts-${V}
|
||||
PKGNAME= jmk-fonts-${V}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
@ -24,6 +24,6 @@ CONFIGURE_STYLE= imake
|
||||
NO_TEST= Yes
|
||||
|
||||
post-install:
|
||||
cd ${PREFIX}/lib/X11/fonts/jmk && mv fonts.alias fonts.alias-jmk
|
||||
cd ${PREFIX}/share/fonts/jmk && mv fonts.alias fonts.alias-jmk
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
Be sure to add ${PREFIX}/lib/X11/fonts/jmk to your fontpath,
|
||||
Be sure to add ${PREFIX}/share/fonts/jmk to your fontpath,
|
||||
preferably in your xorg.conf by adding this line:
|
||||
|
||||
FontPath "${PREFIX}/lib/X11/fonts/jmk/"
|
||||
FontPath "${PREFIX}/share/fonts/jmk/"
|
||||
|
||||
Or, if you wish, from your shell:
|
||||
|
||||
$ xset fp+ ${PREFIX}/lib/X11/fonts/jmk
|
||||
$ xset fp+ ${PREFIX}/share/fonts/jmk
|
||||
$ xset fp rehash
|
||||
|
@ -1,115 +1,115 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:07 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath x11/jmk-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/jmk/
|
||||
lib/X11/fonts/jmk/fonts.alias-jmk
|
||||
@comment lib/X11/fonts/jmk/fonts.dir
|
||||
@comment lib/X11/fonts/jmk/fonts.scale
|
||||
lib/X11/fonts/jmk/modd-iso8859-1-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/modd-iso8859-1-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/modd-iso8859-1-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/modd-iso8859-1-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-1-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-15-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-2-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-alt-iso8859-9-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-1-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-15-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-2-12x24.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-05x10.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-05x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-05x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-06x11-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-06x11.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-06x13-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-06x13.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-08x15-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-08x15.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-10x20-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-10x20.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-12x24-bold.pcf.gz
|
||||
lib/X11/fonts/jmk/neep-iso8859-9-12x24.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/jmk/
|
||||
share/fonts/jmk/fonts.alias-jmk
|
||||
@comment share/fonts/jmk/fonts.dir
|
||||
@comment share/fonts/jmk/fonts.scale
|
||||
share/fonts/jmk/modd-iso8859-1-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/modd-iso8859-1-06x11.pcf.gz
|
||||
share/fonts/jmk/modd-iso8859-1-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/modd-iso8859-1-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-1-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-15-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-2-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-alt-iso8859-9-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-1-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-15-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-2-12x24.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-05x10.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-05x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-05x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-06x11-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-06x11.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-06x13-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-06x13.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-08x15-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-08x15.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-10x20-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-10x20.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-12x24-bold.pcf.gz
|
||||
share/fonts/jmk/neep-iso8859-9-12x24.pcf.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/06/04 13:16:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra Korean fonts
|
||||
|
||||
V= 2.0
|
||||
DISTNAME= baekmuk-${V}
|
||||
PKGNAME= ko-baekmuk-fonts-${V}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= fonts korean x11
|
||||
|
||||
MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD/distfiles/ \
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
# bdftopcf, mkfontdir
|
||||
|
||||
FONTDIR=${PREFIX}/lib/X11/fonts/korean
|
||||
FONTDIR=${PREFIX}/share/fonts/korean
|
||||
WRKDIST=${WRKDIR}
|
||||
USE_X11 = Yes
|
||||
|
||||
|
@ -1,47 +1,47 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:10 ajacoutot Exp $
|
||||
@pkgpath korean/baekmuk-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/korean/
|
||||
lib/X11/fonts/korean/batang10.pcf.gz
|
||||
lib/X11/fonts/korean/batang10b.pcf.gz
|
||||
lib/X11/fonts/korean/batang12.pcf.gz
|
||||
lib/X11/fonts/korean/batang12b.pcf.gz
|
||||
lib/X11/fonts/korean/batang14.pcf.gz
|
||||
lib/X11/fonts/korean/batang14b.pcf.gz
|
||||
lib/X11/fonts/korean/batang16.pcf.gz
|
||||
lib/X11/fonts/korean/batang16b.pcf.gz
|
||||
lib/X11/fonts/korean/batang18.pcf.gz
|
||||
lib/X11/fonts/korean/batang18b.pcf.gz
|
||||
lib/X11/fonts/korean/batang20.pcf.gz
|
||||
lib/X11/fonts/korean/batang20b.pcf.gz
|
||||
lib/X11/fonts/korean/batang24.pcf.gz
|
||||
lib/X11/fonts/korean/batang24b.pcf.gz
|
||||
lib/X11/fonts/korean/dotum10.pcf.gz
|
||||
lib/X11/fonts/korean/dotum12.pcf.gz
|
||||
lib/X11/fonts/korean/dotum14.pcf.gz
|
||||
lib/X11/fonts/korean/dotum16.pcf.gz
|
||||
lib/X11/fonts/korean/dotum18.pcf.gz
|
||||
lib/X11/fonts/korean/dotum20.pcf.gz
|
||||
lib/X11/fonts/korean/dotum24.pcf.gz
|
||||
lib/X11/fonts/korean/fonts.alias-baekmuk
|
||||
lib/X11/fonts/korean/gulim10.pcf.gz
|
||||
lib/X11/fonts/korean/gulim10b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim12.pcf.gz
|
||||
lib/X11/fonts/korean/gulim12b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim14.pcf.gz
|
||||
lib/X11/fonts/korean/gulim14b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim16.pcf.gz
|
||||
lib/X11/fonts/korean/gulim16b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim18.pcf.gz
|
||||
lib/X11/fonts/korean/gulim18b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim20.pcf.gz
|
||||
lib/X11/fonts/korean/gulim20b.pcf.gz
|
||||
lib/X11/fonts/korean/gulim24.pcf.gz
|
||||
lib/X11/fonts/korean/gulim24b.pcf.gz
|
||||
lib/X11/fonts/korean/hline10.pcf.gz
|
||||
lib/X11/fonts/korean/hline12.pcf.gz
|
||||
lib/X11/fonts/korean/hline14.pcf.gz
|
||||
lib/X11/fonts/korean/hline16.pcf.gz
|
||||
lib/X11/fonts/korean/hline18.pcf.gz
|
||||
lib/X11/fonts/korean/hline20.pcf.gz
|
||||
lib/X11/fonts/korean/hline24.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/korean/
|
||||
share/fonts/korean/batang10.pcf.gz
|
||||
share/fonts/korean/batang10b.pcf.gz
|
||||
share/fonts/korean/batang12.pcf.gz
|
||||
share/fonts/korean/batang12b.pcf.gz
|
||||
share/fonts/korean/batang14.pcf.gz
|
||||
share/fonts/korean/batang14b.pcf.gz
|
||||
share/fonts/korean/batang16.pcf.gz
|
||||
share/fonts/korean/batang16b.pcf.gz
|
||||
share/fonts/korean/batang18.pcf.gz
|
||||
share/fonts/korean/batang18b.pcf.gz
|
||||
share/fonts/korean/batang20.pcf.gz
|
||||
share/fonts/korean/batang20b.pcf.gz
|
||||
share/fonts/korean/batang24.pcf.gz
|
||||
share/fonts/korean/batang24b.pcf.gz
|
||||
share/fonts/korean/dotum10.pcf.gz
|
||||
share/fonts/korean/dotum12.pcf.gz
|
||||
share/fonts/korean/dotum14.pcf.gz
|
||||
share/fonts/korean/dotum16.pcf.gz
|
||||
share/fonts/korean/dotum18.pcf.gz
|
||||
share/fonts/korean/dotum20.pcf.gz
|
||||
share/fonts/korean/dotum24.pcf.gz
|
||||
share/fonts/korean/fonts.alias-baekmuk
|
||||
share/fonts/korean/gulim10.pcf.gz
|
||||
share/fonts/korean/gulim10b.pcf.gz
|
||||
share/fonts/korean/gulim12.pcf.gz
|
||||
share/fonts/korean/gulim12b.pcf.gz
|
||||
share/fonts/korean/gulim14.pcf.gz
|
||||
share/fonts/korean/gulim14b.pcf.gz
|
||||
share/fonts/korean/gulim16.pcf.gz
|
||||
share/fonts/korean/gulim16b.pcf.gz
|
||||
share/fonts/korean/gulim18.pcf.gz
|
||||
share/fonts/korean/gulim18b.pcf.gz
|
||||
share/fonts/korean/gulim20.pcf.gz
|
||||
share/fonts/korean/gulim20b.pcf.gz
|
||||
share/fonts/korean/gulim24.pcf.gz
|
||||
share/fonts/korean/gulim24b.pcf.gz
|
||||
share/fonts/korean/hline10.pcf.gz
|
||||
share/fonts/korean/hline12.pcf.gz
|
||||
share/fonts/korean/hline14.pcf.gz
|
||||
share/fonts/korean/hline16.pcf.gz
|
||||
share/fonts/korean/hline18.pcf.gz
|
||||
share/fonts/korean/hline20.pcf.gz
|
||||
share/fonts/korean/hline24.pcf.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/06/04 13:16:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= Baekmuk Korean truetype fonts
|
||||
|
||||
DISTNAME= baekmuk-ttf-2.2
|
||||
PKGNAME= ko-${DISTNAME}
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
CATEGORIES= fonts korean x11
|
||||
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= yes
|
||||
|
||||
MASTER_SITES= http://kldp.net/frs/download.php/1429/
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/korean
|
||||
FONTDIR= ${PREFIX}/share/fonts/korean
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath korean/baekmuk-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/korean/
|
||||
lib/X11/fonts/korean/batang.ttf
|
||||
lib/X11/fonts/korean/dotum.ttf
|
||||
lib/X11/fonts/korean/gulim.ttf
|
||||
lib/X11/fonts/korean/hline.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/korean/
|
||||
share/fonts/korean/batang.ttf
|
||||
share/fonts/korean/dotum.ttf
|
||||
share/fonts/korean/gulim.ttf
|
||||
share/fonts/korean/hline.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra Korean fonts
|
||||
|
||||
PKGNAME= ko-hanterm-fonts-3.1
|
||||
DISTNAME= hanterm-font-3.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts korean x11
|
||||
USE_X11 = Yes
|
||||
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= yes
|
||||
|
||||
# bdftopcf, mkfontdir
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/korean
|
||||
FONTDIR= ${PREFIX}/share/fonts/korean
|
||||
WRKDIST= ${WRKDIR}/hanterm-font
|
||||
|
||||
do-build:
|
||||
|
@ -1,149 +1,149 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:13:19 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath korean/hanterm-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/korean/
|
||||
lib/X11/fonts/korean/a_font.pcf.gz
|
||||
lib/X11/fonts/korean/ad24.pcf.gz
|
||||
lib/X11/fonts/korean/apple.pcf.gz
|
||||
lib/X11/fonts/korean/apple00.pcf.gz
|
||||
lib/X11/fonts/korean/dally.pcf.gz
|
||||
lib/X11/fonts/korean/dinaru.pcf.gz
|
||||
lib/X11/fonts/korean/dkbgoth.pcf.gz
|
||||
lib/X11/fonts/korean/fonts.alias-hanterm
|
||||
lib/X11/fonts/korean/gam.pcf.gz
|
||||
lib/X11/fonts/korean/gg.pcf.gz
|
||||
lib/X11/fonts/korean/gmbo00.pcf.gz
|
||||
lib/X11/fonts/korean/gmth00.pcf.gz
|
||||
lib/X11/fonts/korean/gobo00.pcf.gz
|
||||
lib/X11/fonts/korean/gobo03.pcf.gz
|
||||
lib/X11/fonts/korean/goth00.pcf.gz
|
||||
lib/X11/fonts/korean/h01.pcf.gz
|
||||
lib/X11/fonts/korean/h02.pcf.gz
|
||||
lib/X11/fonts/korean/h03.pcf.gz
|
||||
lib/X11/fonts/korean/h04.pcf.gz
|
||||
lib/X11/fonts/korean/h05.pcf.gz
|
||||
lib/X11/fonts/korean/h06.pcf.gz
|
||||
lib/X11/fonts/korean/h07.pcf.gz
|
||||
lib/X11/fonts/korean/h08.pcf.gz
|
||||
lib/X11/fonts/korean/h09.pcf.gz
|
||||
lib/X11/fonts/korean/h10.pcf.gz
|
||||
lib/X11/fonts/korean/h11.pcf.gz
|
||||
lib/X11/fonts/korean/h12.pcf.gz
|
||||
lib/X11/fonts/korean/h13.pcf.gz
|
||||
lib/X11/fonts/korean/h14.pcf.gz
|
||||
lib/X11/fonts/korean/h15.pcf.gz
|
||||
lib/X11/fonts/korean/h_dmyong.pcf.gz
|
||||
lib/X11/fonts/korean/h_soft.pcf.gz
|
||||
lib/X11/fonts/korean/han.pcf.gz
|
||||
lib/X11/fonts/korean/hanahn.pcf.gz
|
||||
lib/X11/fonts/korean/hanansam.pcf.gz
|
||||
lib/X11/fonts/korean/hanbigo.pcf.gz
|
||||
lib/X11/fonts/korean/hanbyte.pcf.gz
|
||||
lib/X11/fonts/korean/hanch.pcf.gz
|
||||
lib/X11/fonts/korean/hanchd.pcf.gz
|
||||
lib/X11/fonts/korean/handg.pcf.gz
|
||||
lib/X11/fonts/korean/handgo.pcf.gz
|
||||
lib/X11/fonts/korean/handina.pcf.gz
|
||||
lib/X11/fonts/korean/haneapn.pcf.gz
|
||||
lib/X11/fonts/korean/hanfrog.pcf.gz
|
||||
lib/X11/fonts/korean/hanghs.pcf.gz
|
||||
lib/X11/fonts/korean/hanginsm.pcf.gz
|
||||
lib/X11/fonts/korean/hangnsm.pcf.gz
|
||||
lib/X11/fonts/korean/hangrim.pcf.gz
|
||||
lib/X11/fonts/korean/hangrs.pcf.gz
|
||||
lib/X11/fonts/korean/hangs.pcf.gz
|
||||
lib/X11/fonts/korean/hangsm.pcf.gz
|
||||
lib/X11/fonts/korean/hangsmgo.pcf.gz
|
||||
lib/X11/fonts/korean/hangung.pcf.gz
|
||||
lib/X11/fonts/korean/hanhch.pcf.gz
|
||||
lib/X11/fonts/korean/hanhlgo.pcf.gz
|
||||
lib/X11/fonts/korean/hanhmsm.pcf.gz
|
||||
lib/X11/fonts/korean/hanho.pcf.gz
|
||||
lib/X11/fonts/korean/hanhyes.pcf.gz
|
||||
lib/X11/fonts/korean/hanipn.pcf.gz
|
||||
lib/X11/fonts/korean/haniron.pcf.gz
|
||||
lib/X11/fonts/korean/haniron1.pcf.gz
|
||||
lib/X11/fonts/korean/haniron2.pcf.gz
|
||||
lib/X11/fonts/korean/hanjs1.pcf.gz
|
||||
lib/X11/fonts/korean/hankbc.pcf.gz
|
||||
lib/X11/fonts/korean/hankbc2.pcf.gz
|
||||
lib/X11/fonts/korean/hankdr.pcf.gz
|
||||
lib/X11/fonts/korean/hankyh.pcf.gz
|
||||
lib/X11/fonts/korean/hanmoran.pcf.gz
|
||||
lib/X11/fonts/korean/hanmy.pcf.gz
|
||||
lib/X11/fonts/korean/hannak.pcf.gz
|
||||
lib/X11/fonts/korean/hanpl2.pcf.gz
|
||||
lib/X11/fonts/korean/hanpw.pcf.gz
|
||||
lib/X11/fonts/korean/hansam.pcf.gz
|
||||
lib/X11/fonts/korean/hansena.pcf.gz
|
||||
lib/X11/fonts/korean/hansg.pcf.gz
|
||||
lib/X11/fonts/korean/hanshy.pcf.gz
|
||||
lib/X11/fonts/korean/hansi.pcf.gz
|
||||
lib/X11/fonts/korean/hansm.pcf.gz
|
||||
lib/X11/fonts/korean/hansmgo.pcf.gz
|
||||
lib/X11/fonts/korean/hansora.pcf.gz
|
||||
lib/X11/fonts/korean/hanspn.pcf.gz
|
||||
lib/X11/fonts/korean/hanssmj.pcf.gz
|
||||
lib/X11/fonts/korean/hanvada.pcf.gz
|
||||
lib/X11/fonts/korean/hanyetgo.pcf.gz
|
||||
lib/X11/fonts/korean/hanyh.pcf.gz
|
||||
lib/X11/fonts/korean/hanyk.pcf.gz
|
||||
lib/X11/fonts/korean/heemang.pcf.gz
|
||||
lib/X11/fonts/korean/hiyggd2.pcf.gz
|
||||
lib/X11/fonts/korean/hmgoth.pcf.gz
|
||||
lib/X11/fonts/korean/hmsam.pcf.gz
|
||||
lib/X11/fonts/korean/hmsys.pcf.gz
|
||||
lib/X11/fonts/korean/hmsysth.pcf.gz
|
||||
lib/X11/fonts/korean/hpado.pcf.gz
|
||||
lib/X11/fonts/korean/hprcs.pcf.gz
|
||||
lib/X11/fonts/korean/iyagi16.pcf.gz
|
||||
lib/X11/fonts/korean/iyagis16.pcf.gz
|
||||
lib/X11/fonts/korean/iyg.pcf.gz
|
||||
lib/X11/fonts/korean/iyg2.pcf.gz
|
||||
lib/X11/fonts/korean/iyg_y.pcf.gz
|
||||
lib/X11/fonts/korean/iygass.pcf.gz
|
||||
lib/X11/fonts/korean/iygsbs.pcf.gz
|
||||
lib/X11/fonts/korean/johabg16.pcf.gz
|
||||
lib/X11/fonts/korean/johabm16.pcf.gz
|
||||
lib/X11/fonts/korean/johabp16.pcf.gz
|
||||
lib/X11/fonts/korean/johabsg16.pcf.gz
|
||||
lib/X11/fonts/korean/johabshg16.pcf.gz
|
||||
lib/X11/fonts/korean/johabshm16.pcf.gz
|
||||
lib/X11/fonts/korean/johabshp16.pcf.gz
|
||||
lib/X11/fonts/korean/johabsm16.pcf.gz
|
||||
lib/X11/fonts/korean/johabsp16.pcf.gz
|
||||
lib/X11/fonts/korean/kic.pcf.gz
|
||||
lib/X11/fonts/korean/kic2.pcf.gz
|
||||
lib/X11/fonts/korean/low.pcf.gz
|
||||
lib/X11/fonts/korean/middle.pcf.gz
|
||||
lib/X11/fonts/korean/middle2.pcf.gz
|
||||
lib/X11/fonts/korean/mini.pcf.gz
|
||||
lib/X11/fonts/korean/my.pcf.gz
|
||||
lib/X11/fonts/korean/mynr00.pcf.gz
|
||||
lib/X11/fonts/korean/normal.pcf.gz
|
||||
lib/X11/fonts/korean/normal2.pcf.gz
|
||||
lib/X11/fonts/korean/pado_b.pcf.gz
|
||||
lib/X11/fonts/korean/panbon.pcf.gz
|
||||
lib/X11/fonts/korean/panbon2.pcf.gz
|
||||
lib/X11/fonts/korean/panbon3.pcf.gz
|
||||
lib/X11/fonts/korean/paul.pcf.gz
|
||||
lib/X11/fonts/korean/paulus.pcf.gz
|
||||
lib/X11/fonts/korean/pc.pcf.gz
|
||||
lib/X11/fonts/korean/ped.pcf.gz
|
||||
lib/X11/fonts/korean/sabo00.pcf.gz
|
||||
lib/X11/fonts/korean/samm.pcf.gz
|
||||
lib/X11/fonts/korean/sanhsb.pcf.gz
|
||||
lib/X11/fonts/korean/sanigj.pcf.gz
|
||||
lib/X11/fonts/korean/sath00.pcf.gz
|
||||
lib/X11/fonts/korean/slant.pcf.gz
|
||||
lib/X11/fonts/korean/sleep.pcf.gz
|
||||
lib/X11/fonts/korean/sleep2.pcf.gz
|
||||
lib/X11/fonts/korean/somang.pcf.gz
|
||||
lib/X11/fonts/korean/son3.pcf.gz
|
||||
lib/X11/fonts/korean/tak.pcf.gz
|
||||
lib/X11/fonts/korean/tbg2.pcf.gz
|
||||
lib/X11/fonts/korean/tbg4.pcf.gz
|
||||
lib/X11/fonts/korean/tbhm.pcf.gz
|
||||
lib/X11/fonts/korean/tbpil.pcf.gz
|
||||
lib/X11/fonts/korean/tbpil2.pcf.gz
|
||||
lib/X11/fonts/korean/tggoth.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/korean/
|
||||
share/fonts/korean/a_font.pcf.gz
|
||||
share/fonts/korean/ad24.pcf.gz
|
||||
share/fonts/korean/apple.pcf.gz
|
||||
share/fonts/korean/apple00.pcf.gz
|
||||
share/fonts/korean/dally.pcf.gz
|
||||
share/fonts/korean/dinaru.pcf.gz
|
||||
share/fonts/korean/dkbgoth.pcf.gz
|
||||
share/fonts/korean/fonts.alias-hanterm
|
||||
share/fonts/korean/gam.pcf.gz
|
||||
share/fonts/korean/gg.pcf.gz
|
||||
share/fonts/korean/gmbo00.pcf.gz
|
||||
share/fonts/korean/gmth00.pcf.gz
|
||||
share/fonts/korean/gobo00.pcf.gz
|
||||
share/fonts/korean/gobo03.pcf.gz
|
||||
share/fonts/korean/goth00.pcf.gz
|
||||
share/fonts/korean/h01.pcf.gz
|
||||
share/fonts/korean/h02.pcf.gz
|
||||
share/fonts/korean/h03.pcf.gz
|
||||
share/fonts/korean/h04.pcf.gz
|
||||
share/fonts/korean/h05.pcf.gz
|
||||
share/fonts/korean/h06.pcf.gz
|
||||
share/fonts/korean/h07.pcf.gz
|
||||
share/fonts/korean/h08.pcf.gz
|
||||
share/fonts/korean/h09.pcf.gz
|
||||
share/fonts/korean/h10.pcf.gz
|
||||
share/fonts/korean/h11.pcf.gz
|
||||
share/fonts/korean/h12.pcf.gz
|
||||
share/fonts/korean/h13.pcf.gz
|
||||
share/fonts/korean/h14.pcf.gz
|
||||
share/fonts/korean/h15.pcf.gz
|
||||
share/fonts/korean/h_dmyong.pcf.gz
|
||||
share/fonts/korean/h_soft.pcf.gz
|
||||
share/fonts/korean/han.pcf.gz
|
||||
share/fonts/korean/hanahn.pcf.gz
|
||||
share/fonts/korean/hanansam.pcf.gz
|
||||
share/fonts/korean/hanbigo.pcf.gz
|
||||
share/fonts/korean/hanbyte.pcf.gz
|
||||
share/fonts/korean/hanch.pcf.gz
|
||||
share/fonts/korean/hanchd.pcf.gz
|
||||
share/fonts/korean/handg.pcf.gz
|
||||
share/fonts/korean/handgo.pcf.gz
|
||||
share/fonts/korean/handina.pcf.gz
|
||||
share/fonts/korean/haneapn.pcf.gz
|
||||
share/fonts/korean/hanfrog.pcf.gz
|
||||
share/fonts/korean/hanghs.pcf.gz
|
||||
share/fonts/korean/hanginsm.pcf.gz
|
||||
share/fonts/korean/hangnsm.pcf.gz
|
||||
share/fonts/korean/hangrim.pcf.gz
|
||||
share/fonts/korean/hangrs.pcf.gz
|
||||
share/fonts/korean/hangs.pcf.gz
|
||||
share/fonts/korean/hangsm.pcf.gz
|
||||
share/fonts/korean/hangsmgo.pcf.gz
|
||||
share/fonts/korean/hangung.pcf.gz
|
||||
share/fonts/korean/hanhch.pcf.gz
|
||||
share/fonts/korean/hanhlgo.pcf.gz
|
||||
share/fonts/korean/hanhmsm.pcf.gz
|
||||
share/fonts/korean/hanho.pcf.gz
|
||||
share/fonts/korean/hanhyes.pcf.gz
|
||||
share/fonts/korean/hanipn.pcf.gz
|
||||
share/fonts/korean/haniron.pcf.gz
|
||||
share/fonts/korean/haniron1.pcf.gz
|
||||
share/fonts/korean/haniron2.pcf.gz
|
||||
share/fonts/korean/hanjs1.pcf.gz
|
||||
share/fonts/korean/hankbc.pcf.gz
|
||||
share/fonts/korean/hankbc2.pcf.gz
|
||||
share/fonts/korean/hankdr.pcf.gz
|
||||
share/fonts/korean/hankyh.pcf.gz
|
||||
share/fonts/korean/hanmoran.pcf.gz
|
||||
share/fonts/korean/hanmy.pcf.gz
|
||||
share/fonts/korean/hannak.pcf.gz
|
||||
share/fonts/korean/hanpl2.pcf.gz
|
||||
share/fonts/korean/hanpw.pcf.gz
|
||||
share/fonts/korean/hansam.pcf.gz
|
||||
share/fonts/korean/hansena.pcf.gz
|
||||
share/fonts/korean/hansg.pcf.gz
|
||||
share/fonts/korean/hanshy.pcf.gz
|
||||
share/fonts/korean/hansi.pcf.gz
|
||||
share/fonts/korean/hansm.pcf.gz
|
||||
share/fonts/korean/hansmgo.pcf.gz
|
||||
share/fonts/korean/hansora.pcf.gz
|
||||
share/fonts/korean/hanspn.pcf.gz
|
||||
share/fonts/korean/hanssmj.pcf.gz
|
||||
share/fonts/korean/hanvada.pcf.gz
|
||||
share/fonts/korean/hanyetgo.pcf.gz
|
||||
share/fonts/korean/hanyh.pcf.gz
|
||||
share/fonts/korean/hanyk.pcf.gz
|
||||
share/fonts/korean/heemang.pcf.gz
|
||||
share/fonts/korean/hiyggd2.pcf.gz
|
||||
share/fonts/korean/hmgoth.pcf.gz
|
||||
share/fonts/korean/hmsam.pcf.gz
|
||||
share/fonts/korean/hmsys.pcf.gz
|
||||
share/fonts/korean/hmsysth.pcf.gz
|
||||
share/fonts/korean/hpado.pcf.gz
|
||||
share/fonts/korean/hprcs.pcf.gz
|
||||
share/fonts/korean/iyagi16.pcf.gz
|
||||
share/fonts/korean/iyagis16.pcf.gz
|
||||
share/fonts/korean/iyg.pcf.gz
|
||||
share/fonts/korean/iyg2.pcf.gz
|
||||
share/fonts/korean/iyg_y.pcf.gz
|
||||
share/fonts/korean/iygass.pcf.gz
|
||||
share/fonts/korean/iygsbs.pcf.gz
|
||||
share/fonts/korean/johabg16.pcf.gz
|
||||
share/fonts/korean/johabm16.pcf.gz
|
||||
share/fonts/korean/johabp16.pcf.gz
|
||||
share/fonts/korean/johabsg16.pcf.gz
|
||||
share/fonts/korean/johabshg16.pcf.gz
|
||||
share/fonts/korean/johabshm16.pcf.gz
|
||||
share/fonts/korean/johabshp16.pcf.gz
|
||||
share/fonts/korean/johabsm16.pcf.gz
|
||||
share/fonts/korean/johabsp16.pcf.gz
|
||||
share/fonts/korean/kic.pcf.gz
|
||||
share/fonts/korean/kic2.pcf.gz
|
||||
share/fonts/korean/low.pcf.gz
|
||||
share/fonts/korean/middle.pcf.gz
|
||||
share/fonts/korean/middle2.pcf.gz
|
||||
share/fonts/korean/mini.pcf.gz
|
||||
share/fonts/korean/my.pcf.gz
|
||||
share/fonts/korean/mynr00.pcf.gz
|
||||
share/fonts/korean/normal.pcf.gz
|
||||
share/fonts/korean/normal2.pcf.gz
|
||||
share/fonts/korean/pado_b.pcf.gz
|
||||
share/fonts/korean/panbon.pcf.gz
|
||||
share/fonts/korean/panbon2.pcf.gz
|
||||
share/fonts/korean/panbon3.pcf.gz
|
||||
share/fonts/korean/paul.pcf.gz
|
||||
share/fonts/korean/paulus.pcf.gz
|
||||
share/fonts/korean/pc.pcf.gz
|
||||
share/fonts/korean/ped.pcf.gz
|
||||
share/fonts/korean/sabo00.pcf.gz
|
||||
share/fonts/korean/samm.pcf.gz
|
||||
share/fonts/korean/sanhsb.pcf.gz
|
||||
share/fonts/korean/sanigj.pcf.gz
|
||||
share/fonts/korean/sath00.pcf.gz
|
||||
share/fonts/korean/slant.pcf.gz
|
||||
share/fonts/korean/sleep.pcf.gz
|
||||
share/fonts/korean/sleep2.pcf.gz
|
||||
share/fonts/korean/somang.pcf.gz
|
||||
share/fonts/korean/son3.pcf.gz
|
||||
share/fonts/korean/tak.pcf.gz
|
||||
share/fonts/korean/tbg2.pcf.gz
|
||||
share/fonts/korean/tbg4.pcf.gz
|
||||
share/fonts/korean/tbhm.pcf.gz
|
||||
share/fonts/korean/tbpil.pcf.gz
|
||||
share/fonts/korean/tbpil2.pcf.gz
|
||||
share/fonts/korean/tggoth.pcf.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = fonts from the League of Moveable Type
|
||||
|
||||
PKGNAME = league-fonts-0.1
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
PKG_ARCH = *
|
||||
EXTRACT_SUFX = .zip
|
||||
.for font in \
|
||||
@ -32,7 +32,7 @@ DIST_SUBDIR = leaguefonts
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/league-fonts/
|
||||
INST_DIR= ${PREFIX}/share/fonts/league-fonts/
|
||||
|
||||
post-extract:
|
||||
rm -r ${WRKDIR}/__MACOSX/
|
||||
|
@ -1,32 +1,32 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/02/28 11:53:04 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/league-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/league-fonts/
|
||||
lib/X11/fonts/league-fonts/Blackout -CCLicense.pdf
|
||||
lib/X11/fonts/league-fonts/Blackout-2am.ttf
|
||||
lib/X11/fonts/league-fonts/Blackout-Midnight.ttf
|
||||
lib/X11/fonts/league-fonts/Chunk.otf
|
||||
lib/X11/fonts/league-fonts/Chunk.ttf
|
||||
lib/X11/fonts/league-fonts/Flaminia -CCLicense.pdf
|
||||
lib/X11/fonts/league-fonts/Flaminia -Disclaimer.rtf
|
||||
lib/X11/fonts/league-fonts/GoudyBookletter1911.otf
|
||||
lib/X11/fonts/league-fonts/Junction 02.otf
|
||||
lib/X11/fonts/league-fonts/Junction 02.ttf
|
||||
lib/X11/fonts/league-fonts/Junction FONTLOG.txt
|
||||
lib/X11/fonts/league-fonts/League Gothic.otf
|
||||
lib/X11/fonts/league-fonts/LeagueScript.otf
|
||||
lib/X11/fonts/league-fonts/LindenHill-Italic.otf
|
||||
lib/X11/fonts/league-fonts/LindenHill.otf
|
||||
lib/X11/fonts/league-fonts/OFL - Copyright.txt
|
||||
lib/X11/fonts/league-fonts/OFLGoudyStM-Italic.otf
|
||||
lib/X11/fonts/league-fonts/OFLGoudyStM.otf
|
||||
lib/X11/fonts/league-fonts/OFLGoudyStMTT-Italic.ttf
|
||||
lib/X11/fonts/league-fonts/OFLGoudyStMTT.ttf
|
||||
lib/X11/fonts/league-fonts/Open Font License.txt
|
||||
lib/X11/fonts/league-fonts/Orbitron_readme.txt
|
||||
lib/X11/fonts/league-fonts/Prociono.otf
|
||||
lib/X11/fonts/league-fonts/ProcionoTT.ttf
|
||||
lib/X11/fonts/league-fonts/Sniglet_Regular.otf
|
||||
lib/X11/fonts/league-fonts/Sniglet_Regular.ttf
|
||||
lib/X11/fonts/league-fonts/raleway_thin.otf
|
||||
lib/X11/fonts/league-fonts/raleway_thin.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/league-fonts/
|
||||
share/fonts/league-fonts/Blackout -CCLicense.pdf
|
||||
share/fonts/league-fonts/Blackout-2am.ttf
|
||||
share/fonts/league-fonts/Blackout-Midnight.ttf
|
||||
share/fonts/league-fonts/Chunk.otf
|
||||
share/fonts/league-fonts/Chunk.ttf
|
||||
share/fonts/league-fonts/Flaminia -CCLicense.pdf
|
||||
share/fonts/league-fonts/Flaminia -Disclaimer.rtf
|
||||
share/fonts/league-fonts/GoudyBookletter1911.otf
|
||||
share/fonts/league-fonts/Junction 02.otf
|
||||
share/fonts/league-fonts/Junction 02.ttf
|
||||
share/fonts/league-fonts/Junction FONTLOG.txt
|
||||
share/fonts/league-fonts/League Gothic.otf
|
||||
share/fonts/league-fonts/LeagueScript.otf
|
||||
share/fonts/league-fonts/LindenHill-Italic.otf
|
||||
share/fonts/league-fonts/LindenHill.otf
|
||||
share/fonts/league-fonts/OFL - Copyright.txt
|
||||
share/fonts/league-fonts/OFLGoudyStM-Italic.otf
|
||||
share/fonts/league-fonts/OFLGoudyStM.otf
|
||||
share/fonts/league-fonts/OFLGoudyStMTT-Italic.ttf
|
||||
share/fonts/league-fonts/OFLGoudyStMTT.ttf
|
||||
share/fonts/league-fonts/Open Font License.txt
|
||||
share/fonts/league-fonts/Orbitron_readme.txt
|
||||
share/fonts/league-fonts/Prociono.otf
|
||||
share/fonts/league-fonts/ProcionoTT.ttf
|
||||
share/fonts/league-fonts/Sniglet_Regular.otf
|
||||
share/fonts/league-fonts/Sniglet_Regular.ttf
|
||||
share/fonts/league-fonts/raleway_thin.otf
|
||||
share/fonts/league-fonts/raleway_thin.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT = substitute for MS TTF core fonts
|
||||
DISTNAME = liberation-fonts-ttf-2.00.1
|
||||
PKGNAME = ${DISTNAME:S/-ttf//}
|
||||
CATEGORIES = fonts x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://fedorahosted.org/liberation-fonts
|
||||
|
||||
@ -20,7 +21,7 @@ MASTER_SITES = https://fedorahosted.org/releases/l/i/liberation-fonts/
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/Liberation
|
||||
FONTDIR = ${PREFIX}/share/fonts/Liberation
|
||||
DOCDIR = ${PREFIX}/share/doc/liberation-fonts
|
||||
|
||||
do-install:
|
||||
|
@ -1,22 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/11/18 10:21:57 rpe Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/liberation-fonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/Liberation/
|
||||
lib/X11/fonts/Liberation/LiberationMono-Bold.ttf
|
||||
lib/X11/fonts/Liberation/LiberationMono-BoldItalic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationMono-Italic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationMono-Regular.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSans-Bold.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSans-BoldItalic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSans-Italic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSans-Regular.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSerif-Bold.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSerif-BoldItalic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSerif-Italic.ttf
|
||||
lib/X11/fonts/Liberation/LiberationSerif-Regular.ttf
|
||||
share/doc/liberation-fonts/
|
||||
share/doc/liberation-fonts/AUTHORS
|
||||
share/doc/liberation-fonts/ChangeLog
|
||||
share/doc/liberation-fonts/LICENSE
|
||||
share/doc/liberation-fonts/README
|
||||
share/doc/liberation-fonts/TODO
|
||||
share/fonts/
|
||||
@fontdir share/fonts/Liberation/
|
||||
share/fonts/Liberation/LiberationMono-Bold.ttf
|
||||
share/fonts/Liberation/LiberationMono-BoldItalic.ttf
|
||||
share/fonts/Liberation/LiberationMono-Italic.ttf
|
||||
share/fonts/Liberation/LiberationMono-Regular.ttf
|
||||
share/fonts/Liberation/LiberationSans-Bold.ttf
|
||||
share/fonts/Liberation/LiberationSans-BoldItalic.ttf
|
||||
share/fonts/Liberation/LiberationSans-Italic.ttf
|
||||
share/fonts/Liberation/LiberationSans-Regular.ttf
|
||||
share/fonts/Liberation/LiberationSerif-Bold.ttf
|
||||
share/fonts/Liberation/LiberationSerif-BoldItalic.ttf
|
||||
share/fonts/Liberation/LiberationSerif-Italic.ttf
|
||||
share/fonts/Liberation/LiberationSerif-Regular.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = high-quality libre OTF fonts (serif, 19th century book type)
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME = LinLibertineOTF_${V}_${D}
|
||||
PKGNAME = linuxlibertine-fonts-otf-${V}
|
||||
V = 5.3.0
|
||||
D = 2012_07_02
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = fonts
|
||||
|
||||
@ -22,7 +23,7 @@ NO_TEST = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
FONTSDIR = ${PREFIX}/lib/X11/fonts/linuxlibertine
|
||||
FONTSDIR = ${PREFIX}/share/fonts/linuxlibertine
|
||||
DOCDIR = ${PREFIX}/share/doc/linuxlibertine-fonts-otf
|
||||
|
||||
do-install:
|
||||
|
@ -1,19 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/10/12 16:23:19 rpe Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/linuxlibertine/
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_K.otf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_R.otf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_RB.otf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_RI.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_DR.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_I.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_M.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_R.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RB.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RBI.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RI.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RZ.otf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RZI.otf
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/doc/linuxlibertine-fonts-otf/
|
||||
share/doc/linuxlibertine-fonts-otf/Bugs.txt
|
||||
share/doc/linuxlibertine-fonts-otf/ChangeLog.txt
|
||||
@ -24,3 +9,18 @@ share/doc/linuxlibertine-fonts-otf/OFL-1.1.txt
|
||||
share/doc/linuxlibertine-fonts-otf/README
|
||||
share/doc/linuxlibertine-fonts-otf/Readme-TEX.txt
|
||||
share/doc/linuxlibertine-fonts-otf/ToDo.txt
|
||||
share/fonts/
|
||||
@fontdir share/fonts/linuxlibertine/
|
||||
share/fonts/linuxlibertine/LinBiolinum_K.otf
|
||||
share/fonts/linuxlibertine/LinBiolinum_R.otf
|
||||
share/fonts/linuxlibertine/LinBiolinum_RB.otf
|
||||
share/fonts/linuxlibertine/LinBiolinum_RI.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_DR.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_I.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_M.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_R.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_RB.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_RBI.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_RI.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_RZ.otf
|
||||
share/fonts/linuxlibertine/LinLibertine_RZI.otf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = high-quality libre fonts (serif, 19th century book type)
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME = LinLibertineTTF_${V}_${D}
|
||||
PKGNAME = linuxlibertine-fonts-ttf-${V}
|
||||
V = 5.3.0
|
||||
D = 2012_07_02
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = fonts
|
||||
|
||||
@ -22,7 +23,7 @@ NO_TEST = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
FONTSDIR = ${PREFIX}/lib/X11/fonts/linuxlibertine
|
||||
FONTSDIR = ${PREFIX}/share/fonts/linuxlibertine
|
||||
DOCDIR = ${PREFIX}/share/doc/linuxlibertine-fonts-ttf
|
||||
|
||||
do-install:
|
||||
|
@ -1,19 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/10/12 16:24:07 rpe Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/linuxlibertine/
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_Kah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_RBah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_RIah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinBiolinum_Rah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_DRah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_I.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_Mah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RBIah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RBah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RIah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RZIah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_RZah.ttf
|
||||
lib/X11/fonts/linuxlibertine/LinLibertine_Rah.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/doc/linuxlibertine-fonts-ttf/
|
||||
share/doc/linuxlibertine-fonts-ttf/Bugs.txt
|
||||
share/doc/linuxlibertine-fonts-ttf/ChangeLog.txt
|
||||
@ -24,3 +9,18 @@ share/doc/linuxlibertine-fonts-ttf/OFL-1.1.txt
|
||||
share/doc/linuxlibertine-fonts-ttf/README
|
||||
share/doc/linuxlibertine-fonts-ttf/Readme-TEX.txt
|
||||
share/doc/linuxlibertine-fonts-ttf/ToDo.txt
|
||||
share/fonts/
|
||||
@fontdir share/fonts/linuxlibertine/
|
||||
share/fonts/linuxlibertine/LinBiolinum_Kah.ttf
|
||||
share/fonts/linuxlibertine/LinBiolinum_RBah.ttf
|
||||
share/fonts/linuxlibertine/LinBiolinum_RIah.ttf
|
||||
share/fonts/linuxlibertine/LinBiolinum_Rah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_DRah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_I.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_Mah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_RBIah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_RBah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_RIah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_RZIah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_RZah.ttf
|
||||
share/fonts/linuxlibertine/LinLibertine_Rah.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/11/10 15:01:24 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
@ -8,6 +8,7 @@ VERSION= 2.5.3
|
||||
PKGNAME= lohit-fonts-${VERSION}
|
||||
CATEGORIES= fonts x11
|
||||
HOMEPAGE= https://fedorahosted.org/lohit/
|
||||
REVISION= 0
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
@ -25,9 +26,9 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/lohit
|
||||
${INSTALL_DATA} ${WRKDIST}/*/*.ttf ${PREFIX}/lib/X11/fonts/lohit
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/lohit
|
||||
${INSTALL_DATA} ${WRKDIST}/*/*.ttf ${PREFIX}/share/fonts/lohit
|
||||
${INSTALL_DATA} ${WRKDIST}/lohit-devanagari-ttf-${VERSION}/OFL.txt \
|
||||
${PREFIX}/lib/X11/fonts/lohit
|
||||
${PREFIX}/share/fonts/lohit
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,17 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/11/10 15:01:24 naddy Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/lohit/
|
||||
lib/X11/fonts/lohit/Lohit-Assamese.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Bengali.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Devanagari.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Gujarati.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Kannada.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Malayalam.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Marathi.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Nepali.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Oriya.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Punjabi.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Tamil-Classical.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Tamil.ttf
|
||||
lib/X11/fonts/lohit/Lohit-Telugu.ttf
|
||||
lib/X11/fonts/lohit/OFL.txt
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/fonts/
|
||||
@fontdir share/fonts/lohit/
|
||||
share/fonts/lohit/Lohit-Assamese.ttf
|
||||
share/fonts/lohit/Lohit-Bengali.ttf
|
||||
share/fonts/lohit/Lohit-Devanagari.ttf
|
||||
share/fonts/lohit/Lohit-Gujarati.ttf
|
||||
share/fonts/lohit/Lohit-Kannada.ttf
|
||||
share/fonts/lohit/Lohit-Malayalam.ttf
|
||||
share/fonts/lohit/Lohit-Marathi.ttf
|
||||
share/fonts/lohit/Lohit-Nepali.ttf
|
||||
share/fonts/lohit/Lohit-Oriya.ttf
|
||||
share/fonts/lohit/Lohit-Punjabi.ttf
|
||||
share/fonts/lohit/Lohit-Tamil-Classical.ttf
|
||||
share/fonts/lohit/Lohit-Tamil.ttf
|
||||
share/fonts/lohit/Lohit-Telugu.ttf
|
||||
share/fonts/lohit/OFL.txt
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= Microsoft TrueType core fonts
|
||||
|
||||
DISTNAME= msttcorefonts-2.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://corefonts.sourceforge.net/
|
||||
@ -37,7 +37,7 @@ DISTFILES= andale32.exe \
|
||||
wd97vwr32.exe \
|
||||
webdin32.exe
|
||||
|
||||
INST_DIR= ${PREFIX}/lib/X11/fonts/mscorefonts
|
||||
INST_DIR= ${PREFIX}/share/fonts/mscorefonts
|
||||
|
||||
EXTRACT_CASES= *.exe) cabextract --lowercase --quiet \
|
||||
--directory=${WRKDIST} ${FULLDISTDIR}/$$archive ;;
|
||||
|
@ -1,36 +1,36 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:08 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/msttcorefonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/mscorefonts/
|
||||
lib/X11/fonts/mscorefonts/andalemo.ttf
|
||||
lib/X11/fonts/mscorefonts/arial.ttf
|
||||
lib/X11/fonts/mscorefonts/arialbd.ttf
|
||||
lib/X11/fonts/mscorefonts/arialbi.ttf
|
||||
lib/X11/fonts/mscorefonts/ariali.ttf
|
||||
lib/X11/fonts/mscorefonts/ariblk.ttf
|
||||
lib/X11/fonts/mscorefonts/comic.ttf
|
||||
lib/X11/fonts/mscorefonts/comicbd.ttf
|
||||
lib/X11/fonts/mscorefonts/cour.ttf
|
||||
lib/X11/fonts/mscorefonts/courbd.ttf
|
||||
lib/X11/fonts/mscorefonts/courbi.ttf
|
||||
lib/X11/fonts/mscorefonts/couri.ttf
|
||||
lib/X11/fonts/mscorefonts/eula.txt
|
||||
lib/X11/fonts/mscorefonts/georgia.ttf
|
||||
lib/X11/fonts/mscorefonts/georgiab.ttf
|
||||
lib/X11/fonts/mscorefonts/georgiai.ttf
|
||||
lib/X11/fonts/mscorefonts/georgiaz.ttf
|
||||
lib/X11/fonts/mscorefonts/impact.ttf
|
||||
lib/X11/fonts/mscorefonts/tahoma.ttf
|
||||
lib/X11/fonts/mscorefonts/times.ttf
|
||||
lib/X11/fonts/mscorefonts/timesbd.ttf
|
||||
lib/X11/fonts/mscorefonts/timesbi.ttf
|
||||
lib/X11/fonts/mscorefonts/timesi.ttf
|
||||
lib/X11/fonts/mscorefonts/trebuc.ttf
|
||||
lib/X11/fonts/mscorefonts/trebucbd.ttf
|
||||
lib/X11/fonts/mscorefonts/trebucbi.ttf
|
||||
lib/X11/fonts/mscorefonts/trebucit.ttf
|
||||
lib/X11/fonts/mscorefonts/verdana.ttf
|
||||
lib/X11/fonts/mscorefonts/verdanab.ttf
|
||||
lib/X11/fonts/mscorefonts/verdanai.ttf
|
||||
lib/X11/fonts/mscorefonts/verdanaz.ttf
|
||||
lib/X11/fonts/mscorefonts/webdings.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/mscorefonts/
|
||||
share/fonts/mscorefonts/andalemo.ttf
|
||||
share/fonts/mscorefonts/arial.ttf
|
||||
share/fonts/mscorefonts/arialbd.ttf
|
||||
share/fonts/mscorefonts/arialbi.ttf
|
||||
share/fonts/mscorefonts/ariali.ttf
|
||||
share/fonts/mscorefonts/ariblk.ttf
|
||||
share/fonts/mscorefonts/comic.ttf
|
||||
share/fonts/mscorefonts/comicbd.ttf
|
||||
share/fonts/mscorefonts/cour.ttf
|
||||
share/fonts/mscorefonts/courbd.ttf
|
||||
share/fonts/mscorefonts/courbi.ttf
|
||||
share/fonts/mscorefonts/couri.ttf
|
||||
share/fonts/mscorefonts/eula.txt
|
||||
share/fonts/mscorefonts/georgia.ttf
|
||||
share/fonts/mscorefonts/georgiab.ttf
|
||||
share/fonts/mscorefonts/georgiai.ttf
|
||||
share/fonts/mscorefonts/georgiaz.ttf
|
||||
share/fonts/mscorefonts/impact.ttf
|
||||
share/fonts/mscorefonts/tahoma.ttf
|
||||
share/fonts/mscorefonts/times.ttf
|
||||
share/fonts/mscorefonts/timesbd.ttf
|
||||
share/fonts/mscorefonts/timesbi.ttf
|
||||
share/fonts/mscorefonts/timesi.ttf
|
||||
share/fonts/mscorefonts/trebuc.ttf
|
||||
share/fonts/mscorefonts/trebucbd.ttf
|
||||
share/fonts/mscorefonts/trebucbi.ttf
|
||||
share/fonts/mscorefonts/trebucit.ttf
|
||||
share/fonts/mscorefonts/verdana.ttf
|
||||
share/fonts/mscorefonts/verdanab.ttf
|
||||
share/fonts/mscorefonts/verdanai.ttf
|
||||
share/fonts/mscorefonts/verdanaz.ttf
|
||||
share/fonts/mscorefonts/webdings.ttf
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/07/15 02:03:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= patched fonts with symbols for powerline/airline
|
||||
|
||||
V= 0.20140429
|
||||
DISTNAME= powerline-fonts-$V
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= fonts
|
||||
|
||||
@ -19,11 +20,11 @@ GH_COMMIT= 99be8480bb39f2b9daa52f03a22941a45cd1b8cf
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
FONTS_DIR= ${PREFIX}/lib/X11/fonts/powerline
|
||||
FONTS_DIR= ${PREFIX}/share/fonts/powerline
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTS_DIR} ${DOCS_DIR}
|
||||
cd ${WRKSRC}; pax -rw * ${FONTS_DIR}
|
||||
cd ${WRKDIR}/fonts-${GH_COMMIT}; pax -rw * ${FONTS_DIR}
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${FONTS_DIR}
|
||||
mv ${FONTS_DIR}/Terminus/PCF/* ${FONTS_DIR}/Terminus
|
||||
rm -rf ${FONTS_DIR}/Terminus/{BDF,PSF}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (powerline-fonts-0.20140429.tar.gz) = pZzUHpsHx1/vCutZCB1ekrXBxAwzSGhEkh9h7kj6Hto=
|
||||
SIZE (powerline-fonts-0.20140429.tar.gz) = 4617779
|
||||
SHA256 (powerline-fonts-0.20140429.tar.gz) = P6r3H9LoYUT6pi2XD76QgiCOtNdWo3+lzpVilaN2qYk=
|
||||
SIZE (powerline-fonts-0.20140429.tar.gz) = 4620400
|
||||
|
@ -1,84 +1,84 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/07/15 02:03:48 sthen Exp $
|
||||
lib/X11/fonts/
|
||||
lib/X11/fonts/powerline/
|
||||
@fontdir lib/X11/fonts/powerline/AnonymousPro/
|
||||
lib/X11/fonts/powerline/AnonymousPro/Anonymice Powerline Bold Italic.ttf
|
||||
lib/X11/fonts/powerline/AnonymousPro/Anonymice Powerline Bold.ttf
|
||||
lib/X11/fonts/powerline/AnonymousPro/Anonymice Powerline Italic.ttf
|
||||
lib/X11/fonts/powerline/AnonymousPro/Anonymice Powerline.ttf
|
||||
lib/X11/fonts/powerline/AnonymousPro/LICENSE.txt
|
||||
lib/X11/fonts/powerline/AnonymousPro/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/DejaVuSansMono/
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Oblique for Powerline.ttf
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono for Powerline.ttf
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/LICENSE.txt
|
||||
lib/X11/fonts/powerline/DejaVuSansMono/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/DroidSansMono/
|
||||
lib/X11/fonts/powerline/DroidSansMono/Droid Sans Mono for Powerline.otf
|
||||
lib/X11/fonts/powerline/DroidSansMono/LICENSE.txt
|
||||
lib/X11/fonts/powerline/DroidSansMono/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/Inconsolata/
|
||||
lib/X11/fonts/powerline/Inconsolata/Inconsolata for Powerline.otf
|
||||
lib/X11/fonts/powerline/Inconsolata/LICENSE.txt
|
||||
lib/X11/fonts/powerline/Inconsolata/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/InconsolataDz/
|
||||
lib/X11/fonts/powerline/InconsolataDz/Inconsolata-dz for Powerline.otf
|
||||
lib/X11/fonts/powerline/InconsolataDz/LICENSE.txt
|
||||
lib/X11/fonts/powerline/InconsolataDz/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/LiberationMono/
|
||||
lib/X11/fonts/powerline/LiberationMono/LICENSE.txt
|
||||
lib/X11/fonts/powerline/LiberationMono/Literation Mono Powerline Bold Italic.ttf
|
||||
lib/X11/fonts/powerline/LiberationMono/Literation Mono Powerline Bold.ttf
|
||||
lib/X11/fonts/powerline/LiberationMono/Literation Mono Powerline Italic.ttf
|
||||
lib/X11/fonts/powerline/LiberationMono/Literation Mono Powerline.ttf
|
||||
lib/X11/fonts/powerline/LiberationMono/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/Meslo/
|
||||
lib/X11/fonts/powerline/Meslo/LICENSE.txt
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG L DZ Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG L Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG M DZ Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG M Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG S DZ Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/Meslo LG S Regular for Powerline.otf
|
||||
lib/X11/fonts/powerline/Meslo/README.rst
|
||||
lib/X11/fonts/powerline/README.rst
|
||||
@fontdir lib/X11/fonts/powerline/SourceCodePro/
|
||||
lib/X11/fonts/powerline/SourceCodePro/LICENSE.txt
|
||||
lib/X11/fonts/powerline/SourceCodePro/README.rst
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Black.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Bold.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline ExtraLight.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Light.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Medium.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Regular.otf
|
||||
lib/X11/fonts/powerline/SourceCodePro/Sauce Code Powerline Semibold.otf
|
||||
@fontdir lib/X11/fonts/powerline/Terminus/
|
||||
lib/X11/fonts/powerline/Terminus/LICENSE.txt
|
||||
lib/X11/fonts/powerline/Terminus/README.rst
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x12b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x12n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x14b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x14n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x16b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x16n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x18b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x18n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x20b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x20n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x22b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x22n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x24b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x24n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x28b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x28n.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x32b.pcf.gz
|
||||
lib/X11/fonts/powerline/Terminus/ter-powerline-x32n.pcf.gz
|
||||
lib/X11/fonts/powerline/UbuntuMono/
|
||||
lib/X11/fonts/powerline/UbuntuMono/LICENCE.txt
|
||||
lib/X11/fonts/powerline/UbuntuMono/README.rst
|
||||
lib/X11/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Bold Italic.ttf
|
||||
lib/X11/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Bold.ttf
|
||||
lib/X11/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Italic.ttf
|
||||
lib/X11/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/fonts/
|
||||
share/fonts/powerline/
|
||||
@fontdir share/fonts/powerline/AnonymousPro/
|
||||
share/fonts/powerline/AnonymousPro/Anonymice Powerline Bold Italic.ttf
|
||||
share/fonts/powerline/AnonymousPro/Anonymice Powerline Bold.ttf
|
||||
share/fonts/powerline/AnonymousPro/Anonymice Powerline Italic.ttf
|
||||
share/fonts/powerline/AnonymousPro/Anonymice Powerline.ttf
|
||||
share/fonts/powerline/AnonymousPro/LICENSE.txt
|
||||
share/fonts/powerline/AnonymousPro/README.rst
|
||||
@fontdir share/fonts/powerline/DejaVuSansMono/
|
||||
share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold Oblique for Powerline.ttf
|
||||
share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Bold for Powerline.ttf
|
||||
share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono Oblique for Powerline.ttf
|
||||
share/fonts/powerline/DejaVuSansMono/DejaVu Sans Mono for Powerline.ttf
|
||||
share/fonts/powerline/DejaVuSansMono/LICENSE.txt
|
||||
share/fonts/powerline/DejaVuSansMono/README.rst
|
||||
@fontdir share/fonts/powerline/DroidSansMono/
|
||||
share/fonts/powerline/DroidSansMono/Droid Sans Mono for Powerline.otf
|
||||
share/fonts/powerline/DroidSansMono/LICENSE.txt
|
||||
share/fonts/powerline/DroidSansMono/README.rst
|
||||
@fontdir share/fonts/powerline/Inconsolata/
|
||||
share/fonts/powerline/Inconsolata/Inconsolata for Powerline.otf
|
||||
share/fonts/powerline/Inconsolata/LICENSE.txt
|
||||
share/fonts/powerline/Inconsolata/README.rst
|
||||
@fontdir share/fonts/powerline/InconsolataDz/
|
||||
share/fonts/powerline/InconsolataDz/Inconsolata-dz for Powerline.otf
|
||||
share/fonts/powerline/InconsolataDz/LICENSE.txt
|
||||
share/fonts/powerline/InconsolataDz/README.rst
|
||||
@fontdir share/fonts/powerline/LiberationMono/
|
||||
share/fonts/powerline/LiberationMono/LICENSE.txt
|
||||
share/fonts/powerline/LiberationMono/Literation Mono Powerline Bold Italic.ttf
|
||||
share/fonts/powerline/LiberationMono/Literation Mono Powerline Bold.ttf
|
||||
share/fonts/powerline/LiberationMono/Literation Mono Powerline Italic.ttf
|
||||
share/fonts/powerline/LiberationMono/Literation Mono Powerline.ttf
|
||||
share/fonts/powerline/LiberationMono/README.rst
|
||||
@fontdir share/fonts/powerline/Meslo/
|
||||
share/fonts/powerline/Meslo/LICENSE.txt
|
||||
share/fonts/powerline/Meslo/Meslo LG L DZ Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/Meslo LG L Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/Meslo LG M DZ Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/Meslo LG M Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/Meslo LG S DZ Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/Meslo LG S Regular for Powerline.otf
|
||||
share/fonts/powerline/Meslo/README.rst
|
||||
share/fonts/powerline/README.rst
|
||||
@fontdir share/fonts/powerline/SourceCodePro/
|
||||
share/fonts/powerline/SourceCodePro/LICENSE.txt
|
||||
share/fonts/powerline/SourceCodePro/README.rst
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Black.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Bold.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline ExtraLight.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Light.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Medium.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Regular.otf
|
||||
share/fonts/powerline/SourceCodePro/Sauce Code Powerline Semibold.otf
|
||||
@fontdir share/fonts/powerline/Terminus/
|
||||
share/fonts/powerline/Terminus/LICENSE.txt
|
||||
share/fonts/powerline/Terminus/README.rst
|
||||
share/fonts/powerline/Terminus/ter-powerline-x12b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x12n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x14b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x14n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x16b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x16n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x18b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x18n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x20b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x20n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x22b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x22n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x24b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x24n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x28b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x28n.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x32b.pcf.gz
|
||||
share/fonts/powerline/Terminus/ter-powerline-x32n.pcf.gz
|
||||
share/fonts/powerline/UbuntuMono/
|
||||
share/fonts/powerline/UbuntuMono/LICENCE.txt
|
||||
share/fonts/powerline/UbuntuMono/README.rst
|
||||
share/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Bold Italic.ttf
|
||||
share/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Bold.ttf
|
||||
share/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline Italic.ttf
|
||||
share/fonts/powerline/UbuntuMono/Ubuntu Mono derivative Powerline.ttf
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2014/01/17 19:46:21 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = sans-serif typeface family of Android OS
|
||||
|
||||
# 2013-10-31 Version 1.2 (the date in the specimen filename in the website)
|
||||
V = 1.2
|
||||
EPOCH = 0
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
DISTNAME = roboto-${V}
|
||||
PKGNAME = roboto-fonts-${V}
|
||||
|
||||
@ -27,7 +27,7 @@ NO_TEST = Yes
|
||||
PKG_ARCH = *
|
||||
WRKDIST = ${WRKDIR}/Roboto_v${V}
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/roboto
|
||||
FONTDIR = ${PREFIX}/share/fonts/roboto
|
||||
DOCDIR = ${PREFIX}/share/doc/roboto-fonts
|
||||
|
||||
do-install:
|
||||
|
@ -1,24 +1,24 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/11/02 18:59:06 juanfra Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/roboto/
|
||||
lib/X11/fonts/roboto/Roboto-Black.ttf
|
||||
lib/X11/fonts/roboto/Roboto-BlackItalic.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Bold.ttf
|
||||
lib/X11/fonts/roboto/Roboto-BoldItalic.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Italic.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Light.ttf
|
||||
lib/X11/fonts/roboto/Roboto-LightItalic.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Medium.ttf
|
||||
lib/X11/fonts/roboto/Roboto-MediumItalic.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Regular.ttf
|
||||
lib/X11/fonts/roboto/Roboto-Thin.ttf
|
||||
lib/X11/fonts/roboto/Roboto-ThinItalic.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-Bold.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-BoldItalic.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-Italic.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-Light.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-LightItalic.ttf
|
||||
lib/X11/fonts/roboto/RobotoCondensed-Regular.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/doc/roboto-fonts/
|
||||
share/doc/roboto-fonts/LICENSE.txt
|
||||
share/doc/roboto-fonts/RobotoSpecimenBook.pdf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/roboto/
|
||||
share/fonts/roboto/Roboto-Black.ttf
|
||||
share/fonts/roboto/Roboto-BlackItalic.ttf
|
||||
share/fonts/roboto/Roboto-Bold.ttf
|
||||
share/fonts/roboto/Roboto-BoldItalic.ttf
|
||||
share/fonts/roboto/Roboto-Italic.ttf
|
||||
share/fonts/roboto/Roboto-Light.ttf
|
||||
share/fonts/roboto/Roboto-LightItalic.ttf
|
||||
share/fonts/roboto/Roboto-Medium.ttf
|
||||
share/fonts/roboto/Roboto-MediumItalic.ttf
|
||||
share/fonts/roboto/Roboto-Regular.ttf
|
||||
share/fonts/roboto/Roboto-Thin.ttf
|
||||
share/fonts/roboto/Roboto-ThinItalic.ttf
|
||||
share/fonts/roboto/RobotoCondensed-Bold.ttf
|
||||
share/fonts/roboto/RobotoCondensed-BoldItalic.ttf
|
||||
share/fonts/roboto/RobotoCondensed-Italic.ttf
|
||||
share/fonts/roboto/RobotoCondensed-Light.ttf
|
||||
share/fonts/roboto/RobotoCondensed-LightItalic.ttf
|
||||
share/fonts/roboto/RobotoCondensed-Regular.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2014/11/02 10:33:50 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = free Cyrillic fonts
|
||||
PKG_ARCH = *
|
||||
DISTNAME = ptsans-2.0
|
||||
PKGNAME = ru-${DISTNAME}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
EXTRACT_SUFX = .zip
|
||||
CATEGORIES = fonts x11
|
||||
|
||||
@ -23,7 +23,7 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_TEST = Yes
|
||||
FONTSDIR = ${PREFIX}/lib/X11/fonts/ptsans
|
||||
FONTSDIR = ${PREFIX}/share/fonts/ptsans
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/ptsans
|
||||
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/ptsans
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ptsans/
|
||||
lib/X11/fonts/ptsans/PTC55F.ttf
|
||||
lib/X11/fonts/ptsans/PTC75F.ttf
|
||||
lib/X11/fonts/ptsans/PTN57F.ttf
|
||||
lib/X11/fonts/ptsans/PTN77F.ttf
|
||||
lib/X11/fonts/ptsans/PTS55F.ttf
|
||||
lib/X11/fonts/ptsans/PTS56F.ttf
|
||||
lib/X11/fonts/ptsans/PTS75F.ttf
|
||||
lib/X11/fonts/ptsans/PTS76F.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ptsans/
|
||||
share/fonts/ptsans/PTC55F.ttf
|
||||
share/fonts/ptsans/PTC75F.ttf
|
||||
share/fonts/ptsans/PTN57F.ttf
|
||||
share/fonts/ptsans/PTN77F.ttf
|
||||
share/fonts/ptsans/PTS55F.ttf
|
||||
share/fonts/ptsans/PTS56F.ttf
|
||||
share/fonts/ptsans/PTS75F.ttf
|
||||
share/fonts/ptsans/PTS76F.ttf
|
||||
share/ptsans/
|
||||
share/ptsans/PTSansOFL.txt
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= ink-saving font based on Vera Sans
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= ink-saving font based on Vera Sans
|
||||
V= 0.001
|
||||
DISTNAME= spranq_eco_sans_regular-$V
|
||||
PKGNAME= spranq-ecofont-ttf-$V
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= fonts x11
|
||||
|
||||
HOMEPAGE= http://www.ecofont.eu/ecofont_en.html
|
||||
@ -23,7 +23,7 @@ NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/
|
||||
FONTSDIR= ${PREFIX}/lib/X11/fonts/ecofont
|
||||
FONTSDIR= ${PREFIX}/share/fonts/ecofont
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${FONTSDIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:16:08 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/spranq-ecofont-ttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ecofont/
|
||||
lib/X11/fonts/ecofont/spranq_eco_sans_regular.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ecofont/
|
||||
share/fonts/ecofont/spranq_eco_sans_regular.ttf
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2014/05/08 22:18:39 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = fixed width fonts especially for long hacking sessions
|
||||
|
||||
DISTNAME = terminus-font-4.39
|
||||
CATEGORIES = fonts x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://terminus-font.sourceforge.net/
|
||||
|
||||
@ -20,7 +21,7 @@ USE_X11 = Yes
|
||||
|
||||
ALL_TARGET = pcf
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/terminus
|
||||
FONTDIR = ${PREFIX}/share/fonts/terminus
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
|
@ -1,239 +1,239 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/07/21 08:02:44 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/terminus-font
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/terminus/
|
||||
lib/X11/fonts/terminus/fonts.alias-terminus
|
||||
@comment lib/X11/fonts/terminus/ter-112b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-112n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-114b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-114n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-116b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-116n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-118b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-118n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-120b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-120n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-122b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-122n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-124b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-124n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-128b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-128n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-132b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-132n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-212b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-212n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-214b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-214n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-216b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-216n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-218b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-218n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-220b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-220n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-222b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-222n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-224b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-224n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-228b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-228n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-232b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-232n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-512b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-512n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-514b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-514n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-516b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-516n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-518b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-518n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-520b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-520n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-522b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-522n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-524b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-524n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-528b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-528n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-532b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-532n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-712b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-712n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-714b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-714n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-716b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-716n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-718b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-718n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-720b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-720n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-722b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-722n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-724b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-724n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-728b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-728n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-732b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-732n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-912b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-912n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-914b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-914n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-916b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-916n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-918b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-918n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-920b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-920n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-922b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-922n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-924b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-924n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-928b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-928n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-932b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-932n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-c12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-c32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-d12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-d32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-f12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-f32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-g12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-g32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-k12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-k32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-p12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-p32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-u12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-u32n.pcf.gz
|
||||
@comment lib/X11/fonts/terminus/ter-x12b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x12n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x14b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x14n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x16b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x16n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x18b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x18n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x20b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x20n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x22b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x22n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x24b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x24n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x28b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x28n.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x32b.pcf.gz
|
||||
lib/X11/fonts/terminus/ter-x32n.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/terminus/
|
||||
share/fonts/terminus/fonts.alias-terminus
|
||||
@comment share/fonts/terminus/ter-112b.pcf.gz
|
||||
share/fonts/terminus/ter-112n.pcf.gz
|
||||
share/fonts/terminus/ter-114b.pcf.gz
|
||||
share/fonts/terminus/ter-114n.pcf.gz
|
||||
share/fonts/terminus/ter-116b.pcf.gz
|
||||
share/fonts/terminus/ter-116n.pcf.gz
|
||||
share/fonts/terminus/ter-118b.pcf.gz
|
||||
share/fonts/terminus/ter-118n.pcf.gz
|
||||
share/fonts/terminus/ter-120b.pcf.gz
|
||||
share/fonts/terminus/ter-120n.pcf.gz
|
||||
share/fonts/terminus/ter-122b.pcf.gz
|
||||
share/fonts/terminus/ter-122n.pcf.gz
|
||||
share/fonts/terminus/ter-124b.pcf.gz
|
||||
share/fonts/terminus/ter-124n.pcf.gz
|
||||
share/fonts/terminus/ter-128b.pcf.gz
|
||||
share/fonts/terminus/ter-128n.pcf.gz
|
||||
share/fonts/terminus/ter-132b.pcf.gz
|
||||
share/fonts/terminus/ter-132n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-212b.pcf.gz
|
||||
share/fonts/terminus/ter-212n.pcf.gz
|
||||
share/fonts/terminus/ter-214b.pcf.gz
|
||||
share/fonts/terminus/ter-214n.pcf.gz
|
||||
share/fonts/terminus/ter-216b.pcf.gz
|
||||
share/fonts/terminus/ter-216n.pcf.gz
|
||||
share/fonts/terminus/ter-218b.pcf.gz
|
||||
share/fonts/terminus/ter-218n.pcf.gz
|
||||
share/fonts/terminus/ter-220b.pcf.gz
|
||||
share/fonts/terminus/ter-220n.pcf.gz
|
||||
share/fonts/terminus/ter-222b.pcf.gz
|
||||
share/fonts/terminus/ter-222n.pcf.gz
|
||||
share/fonts/terminus/ter-224b.pcf.gz
|
||||
share/fonts/terminus/ter-224n.pcf.gz
|
||||
share/fonts/terminus/ter-228b.pcf.gz
|
||||
share/fonts/terminus/ter-228n.pcf.gz
|
||||
share/fonts/terminus/ter-232b.pcf.gz
|
||||
share/fonts/terminus/ter-232n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-512b.pcf.gz
|
||||
share/fonts/terminus/ter-512n.pcf.gz
|
||||
share/fonts/terminus/ter-514b.pcf.gz
|
||||
share/fonts/terminus/ter-514n.pcf.gz
|
||||
share/fonts/terminus/ter-516b.pcf.gz
|
||||
share/fonts/terminus/ter-516n.pcf.gz
|
||||
share/fonts/terminus/ter-518b.pcf.gz
|
||||
share/fonts/terminus/ter-518n.pcf.gz
|
||||
share/fonts/terminus/ter-520b.pcf.gz
|
||||
share/fonts/terminus/ter-520n.pcf.gz
|
||||
share/fonts/terminus/ter-522b.pcf.gz
|
||||
share/fonts/terminus/ter-522n.pcf.gz
|
||||
share/fonts/terminus/ter-524b.pcf.gz
|
||||
share/fonts/terminus/ter-524n.pcf.gz
|
||||
share/fonts/terminus/ter-528b.pcf.gz
|
||||
share/fonts/terminus/ter-528n.pcf.gz
|
||||
share/fonts/terminus/ter-532b.pcf.gz
|
||||
share/fonts/terminus/ter-532n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-712b.pcf.gz
|
||||
share/fonts/terminus/ter-712n.pcf.gz
|
||||
share/fonts/terminus/ter-714b.pcf.gz
|
||||
share/fonts/terminus/ter-714n.pcf.gz
|
||||
share/fonts/terminus/ter-716b.pcf.gz
|
||||
share/fonts/terminus/ter-716n.pcf.gz
|
||||
share/fonts/terminus/ter-718b.pcf.gz
|
||||
share/fonts/terminus/ter-718n.pcf.gz
|
||||
share/fonts/terminus/ter-720b.pcf.gz
|
||||
share/fonts/terminus/ter-720n.pcf.gz
|
||||
share/fonts/terminus/ter-722b.pcf.gz
|
||||
share/fonts/terminus/ter-722n.pcf.gz
|
||||
share/fonts/terminus/ter-724b.pcf.gz
|
||||
share/fonts/terminus/ter-724n.pcf.gz
|
||||
share/fonts/terminus/ter-728b.pcf.gz
|
||||
share/fonts/terminus/ter-728n.pcf.gz
|
||||
share/fonts/terminus/ter-732b.pcf.gz
|
||||
share/fonts/terminus/ter-732n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-912b.pcf.gz
|
||||
share/fonts/terminus/ter-912n.pcf.gz
|
||||
share/fonts/terminus/ter-914b.pcf.gz
|
||||
share/fonts/terminus/ter-914n.pcf.gz
|
||||
share/fonts/terminus/ter-916b.pcf.gz
|
||||
share/fonts/terminus/ter-916n.pcf.gz
|
||||
share/fonts/terminus/ter-918b.pcf.gz
|
||||
share/fonts/terminus/ter-918n.pcf.gz
|
||||
share/fonts/terminus/ter-920b.pcf.gz
|
||||
share/fonts/terminus/ter-920n.pcf.gz
|
||||
share/fonts/terminus/ter-922b.pcf.gz
|
||||
share/fonts/terminus/ter-922n.pcf.gz
|
||||
share/fonts/terminus/ter-924b.pcf.gz
|
||||
share/fonts/terminus/ter-924n.pcf.gz
|
||||
share/fonts/terminus/ter-928b.pcf.gz
|
||||
share/fonts/terminus/ter-928n.pcf.gz
|
||||
share/fonts/terminus/ter-932b.pcf.gz
|
||||
share/fonts/terminus/ter-932n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-c12b.pcf.gz
|
||||
share/fonts/terminus/ter-c12n.pcf.gz
|
||||
share/fonts/terminus/ter-c14b.pcf.gz
|
||||
share/fonts/terminus/ter-c14n.pcf.gz
|
||||
share/fonts/terminus/ter-c16b.pcf.gz
|
||||
share/fonts/terminus/ter-c16n.pcf.gz
|
||||
share/fonts/terminus/ter-c18b.pcf.gz
|
||||
share/fonts/terminus/ter-c18n.pcf.gz
|
||||
share/fonts/terminus/ter-c20b.pcf.gz
|
||||
share/fonts/terminus/ter-c20n.pcf.gz
|
||||
share/fonts/terminus/ter-c22b.pcf.gz
|
||||
share/fonts/terminus/ter-c22n.pcf.gz
|
||||
share/fonts/terminus/ter-c24b.pcf.gz
|
||||
share/fonts/terminus/ter-c24n.pcf.gz
|
||||
share/fonts/terminus/ter-c28b.pcf.gz
|
||||
share/fonts/terminus/ter-c28n.pcf.gz
|
||||
share/fonts/terminus/ter-c32b.pcf.gz
|
||||
share/fonts/terminus/ter-c32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-d12b.pcf.gz
|
||||
share/fonts/terminus/ter-d12n.pcf.gz
|
||||
share/fonts/terminus/ter-d14b.pcf.gz
|
||||
share/fonts/terminus/ter-d14n.pcf.gz
|
||||
share/fonts/terminus/ter-d16b.pcf.gz
|
||||
share/fonts/terminus/ter-d16n.pcf.gz
|
||||
share/fonts/terminus/ter-d18b.pcf.gz
|
||||
share/fonts/terminus/ter-d18n.pcf.gz
|
||||
share/fonts/terminus/ter-d20b.pcf.gz
|
||||
share/fonts/terminus/ter-d20n.pcf.gz
|
||||
share/fonts/terminus/ter-d22b.pcf.gz
|
||||
share/fonts/terminus/ter-d22n.pcf.gz
|
||||
share/fonts/terminus/ter-d24b.pcf.gz
|
||||
share/fonts/terminus/ter-d24n.pcf.gz
|
||||
share/fonts/terminus/ter-d28b.pcf.gz
|
||||
share/fonts/terminus/ter-d28n.pcf.gz
|
||||
share/fonts/terminus/ter-d32b.pcf.gz
|
||||
share/fonts/terminus/ter-d32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-f12b.pcf.gz
|
||||
share/fonts/terminus/ter-f12n.pcf.gz
|
||||
share/fonts/terminus/ter-f14b.pcf.gz
|
||||
share/fonts/terminus/ter-f14n.pcf.gz
|
||||
share/fonts/terminus/ter-f16b.pcf.gz
|
||||
share/fonts/terminus/ter-f16n.pcf.gz
|
||||
share/fonts/terminus/ter-f18b.pcf.gz
|
||||
share/fonts/terminus/ter-f18n.pcf.gz
|
||||
share/fonts/terminus/ter-f20b.pcf.gz
|
||||
share/fonts/terminus/ter-f20n.pcf.gz
|
||||
share/fonts/terminus/ter-f22b.pcf.gz
|
||||
share/fonts/terminus/ter-f22n.pcf.gz
|
||||
share/fonts/terminus/ter-f24b.pcf.gz
|
||||
share/fonts/terminus/ter-f24n.pcf.gz
|
||||
share/fonts/terminus/ter-f28b.pcf.gz
|
||||
share/fonts/terminus/ter-f28n.pcf.gz
|
||||
share/fonts/terminus/ter-f32b.pcf.gz
|
||||
share/fonts/terminus/ter-f32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-g12b.pcf.gz
|
||||
share/fonts/terminus/ter-g12n.pcf.gz
|
||||
share/fonts/terminus/ter-g14b.pcf.gz
|
||||
share/fonts/terminus/ter-g14n.pcf.gz
|
||||
share/fonts/terminus/ter-g16b.pcf.gz
|
||||
share/fonts/terminus/ter-g16n.pcf.gz
|
||||
share/fonts/terminus/ter-g18b.pcf.gz
|
||||
share/fonts/terminus/ter-g18n.pcf.gz
|
||||
share/fonts/terminus/ter-g20b.pcf.gz
|
||||
share/fonts/terminus/ter-g20n.pcf.gz
|
||||
share/fonts/terminus/ter-g22b.pcf.gz
|
||||
share/fonts/terminus/ter-g22n.pcf.gz
|
||||
share/fonts/terminus/ter-g24b.pcf.gz
|
||||
share/fonts/terminus/ter-g24n.pcf.gz
|
||||
share/fonts/terminus/ter-g28b.pcf.gz
|
||||
share/fonts/terminus/ter-g28n.pcf.gz
|
||||
share/fonts/terminus/ter-g32b.pcf.gz
|
||||
share/fonts/terminus/ter-g32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-k12b.pcf.gz
|
||||
share/fonts/terminus/ter-k12n.pcf.gz
|
||||
share/fonts/terminus/ter-k14b.pcf.gz
|
||||
share/fonts/terminus/ter-k14n.pcf.gz
|
||||
share/fonts/terminus/ter-k16b.pcf.gz
|
||||
share/fonts/terminus/ter-k16n.pcf.gz
|
||||
share/fonts/terminus/ter-k18b.pcf.gz
|
||||
share/fonts/terminus/ter-k18n.pcf.gz
|
||||
share/fonts/terminus/ter-k20b.pcf.gz
|
||||
share/fonts/terminus/ter-k20n.pcf.gz
|
||||
share/fonts/terminus/ter-k22b.pcf.gz
|
||||
share/fonts/terminus/ter-k22n.pcf.gz
|
||||
share/fonts/terminus/ter-k24b.pcf.gz
|
||||
share/fonts/terminus/ter-k24n.pcf.gz
|
||||
share/fonts/terminus/ter-k28b.pcf.gz
|
||||
share/fonts/terminus/ter-k28n.pcf.gz
|
||||
share/fonts/terminus/ter-k32b.pcf.gz
|
||||
share/fonts/terminus/ter-k32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-p12b.pcf.gz
|
||||
share/fonts/terminus/ter-p12n.pcf.gz
|
||||
share/fonts/terminus/ter-p14b.pcf.gz
|
||||
share/fonts/terminus/ter-p14n.pcf.gz
|
||||
share/fonts/terminus/ter-p16b.pcf.gz
|
||||
share/fonts/terminus/ter-p16n.pcf.gz
|
||||
share/fonts/terminus/ter-p18b.pcf.gz
|
||||
share/fonts/terminus/ter-p18n.pcf.gz
|
||||
share/fonts/terminus/ter-p20b.pcf.gz
|
||||
share/fonts/terminus/ter-p20n.pcf.gz
|
||||
share/fonts/terminus/ter-p22b.pcf.gz
|
||||
share/fonts/terminus/ter-p22n.pcf.gz
|
||||
share/fonts/terminus/ter-p24b.pcf.gz
|
||||
share/fonts/terminus/ter-p24n.pcf.gz
|
||||
share/fonts/terminus/ter-p28b.pcf.gz
|
||||
share/fonts/terminus/ter-p28n.pcf.gz
|
||||
share/fonts/terminus/ter-p32b.pcf.gz
|
||||
share/fonts/terminus/ter-p32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-u12b.pcf.gz
|
||||
share/fonts/terminus/ter-u12n.pcf.gz
|
||||
share/fonts/terminus/ter-u14b.pcf.gz
|
||||
share/fonts/terminus/ter-u14n.pcf.gz
|
||||
share/fonts/terminus/ter-u16b.pcf.gz
|
||||
share/fonts/terminus/ter-u16n.pcf.gz
|
||||
share/fonts/terminus/ter-u18b.pcf.gz
|
||||
share/fonts/terminus/ter-u18n.pcf.gz
|
||||
share/fonts/terminus/ter-u20b.pcf.gz
|
||||
share/fonts/terminus/ter-u20n.pcf.gz
|
||||
share/fonts/terminus/ter-u22b.pcf.gz
|
||||
share/fonts/terminus/ter-u22n.pcf.gz
|
||||
share/fonts/terminus/ter-u24b.pcf.gz
|
||||
share/fonts/terminus/ter-u24n.pcf.gz
|
||||
share/fonts/terminus/ter-u28b.pcf.gz
|
||||
share/fonts/terminus/ter-u28n.pcf.gz
|
||||
share/fonts/terminus/ter-u32b.pcf.gz
|
||||
share/fonts/terminus/ter-u32n.pcf.gz
|
||||
@comment share/fonts/terminus/ter-x12b.pcf.gz
|
||||
share/fonts/terminus/ter-x12n.pcf.gz
|
||||
share/fonts/terminus/ter-x14b.pcf.gz
|
||||
share/fonts/terminus/ter-x14n.pcf.gz
|
||||
share/fonts/terminus/ter-x16b.pcf.gz
|
||||
share/fonts/terminus/ter-x16n.pcf.gz
|
||||
share/fonts/terminus/ter-x18b.pcf.gz
|
||||
share/fonts/terminus/ter-x18n.pcf.gz
|
||||
share/fonts/terminus/ter-x20b.pcf.gz
|
||||
share/fonts/terminus/ter-x20n.pcf.gz
|
||||
share/fonts/terminus/ter-x22b.pcf.gz
|
||||
share/fonts/terminus/ter-x22n.pcf.gz
|
||||
share/fonts/terminus/ter-x24b.pcf.gz
|
||||
share/fonts/terminus/ter-x24n.pcf.gz
|
||||
share/fonts/terminus/ter-x28b.pcf.gz
|
||||
share/fonts/terminus/ter-x28n.pcf.gz
|
||||
share/fonts/terminus/ter-x32b.pcf.gz
|
||||
share/fonts/terminus/ter-x32n.pcf.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:06:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = unicode sans-serif/monospace TrueType fonts from Ubuntu
|
||||
|
||||
DISTNAME = ubuntu-font-family-0.80
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
PKGNAME = ${DISTNAME:S,-family,s,}
|
||||
|
||||
CATEGORIES = fonts
|
||||
@ -24,7 +24,7 @@ NO_TEST = Yes
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
FONTDIR = ${PREFIX}/lib/X11/fonts/ubuntu
|
||||
FONTDIR = ${PREFIX}/share/fonts/ubuntu
|
||||
DOCDIR = ${PREFIX}/share/doc/ubuntu-fonts
|
||||
|
||||
do-install:
|
||||
|
@ -1,19 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/08 15:03:31 dcoppa Exp $
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/ubuntu/
|
||||
lib/X11/fonts/ubuntu/Ubuntu-B.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-BI.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-C.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-L.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-LI.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-M.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-MI.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-R.ttf
|
||||
lib/X11/fonts/ubuntu/Ubuntu-RI.ttf
|
||||
lib/X11/fonts/ubuntu/UbuntuMono-B.ttf
|
||||
lib/X11/fonts/ubuntu/UbuntuMono-BI.ttf
|
||||
lib/X11/fonts/ubuntu/UbuntuMono-R.ttf
|
||||
lib/X11/fonts/ubuntu/UbuntuMono-RI.ttf
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
share/doc/ubuntu-fonts/
|
||||
share/doc/ubuntu-fonts/CONTRIBUTING.txt
|
||||
share/doc/ubuntu-fonts/FONTLOG.txt
|
||||
@ -22,3 +7,18 @@ share/doc/ubuntu-fonts/LICENCE.txt
|
||||
share/doc/ubuntu-fonts/README.txt
|
||||
share/doc/ubuntu-fonts/TRADEMARKS.txt
|
||||
share/doc/ubuntu-fonts/copyright.txt
|
||||
share/fonts/
|
||||
@fontdir share/fonts/ubuntu/
|
||||
share/fonts/ubuntu/Ubuntu-B.ttf
|
||||
share/fonts/ubuntu/Ubuntu-BI.ttf
|
||||
share/fonts/ubuntu/Ubuntu-C.ttf
|
||||
share/fonts/ubuntu/Ubuntu-L.ttf
|
||||
share/fonts/ubuntu/Ubuntu-LI.ttf
|
||||
share/fonts/ubuntu/Ubuntu-M.ttf
|
||||
share/fonts/ubuntu/Ubuntu-MI.ttf
|
||||
share/fonts/ubuntu/Ubuntu-R.ttf
|
||||
share/fonts/ubuntu/Ubuntu-RI.ttf
|
||||
share/fonts/ubuntu/UbuntuMono-B.ttf
|
||||
share/fonts/ubuntu/UbuntuMono-BI.ttf
|
||||
share/fonts/ubuntu/UbuntuMono-R.ttf
|
||||
share/fonts/ubuntu/UbuntuMono-RI.ttf
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2013/03/11 12:27:54 sthen Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
CATEGORIES ?= fonts x11 japanese korean
|
||||
|
||||
@ -9,7 +9,7 @@ WRKDIST = ${WRKDIR}/un-fonts
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = yes
|
||||
|
||||
FONTDIR ?= ${PREFIX}/lib/X11/fonts/korean
|
||||
FONTDIR ?= ${PREFIX}/share/fonts/korean
|
||||
|
||||
NO_BUILD ?= yes
|
||||
NO_TEST ?= yes
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2011/07/19 09:18:18 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = core Asian truetype fonts designed by Koaunghi Un
|
||||
DISTNAME = un-fonts-core-${VERSION}
|
||||
PKGNAME = un-fonts-core-${VERSION:S/-/./}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# N.B. MASTER_SITES directory will need changing for version updates
|
||||
VERSION = 1.0.2-080608
|
||||
|
@ -1,16 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1 2011/07/19 09:18:18 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
@pkgpath x11/un-fonts/core
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/korean/
|
||||
lib/X11/fonts/korean/UnBatang.ttf
|
||||
lib/X11/fonts/korean/UnBatangBold.ttf
|
||||
lib/X11/fonts/korean/UnDinaru.ttf
|
||||
lib/X11/fonts/korean/UnDinaruBold.ttf
|
||||
lib/X11/fonts/korean/UnDinaruLight.ttf
|
||||
lib/X11/fonts/korean/UnDotum.ttf
|
||||
lib/X11/fonts/korean/UnDotumBold.ttf
|
||||
lib/X11/fonts/korean/UnGraphic.ttf
|
||||
lib/X11/fonts/korean/UnGraphicBold.ttf
|
||||
lib/X11/fonts/korean/UnGungseo.ttf
|
||||
lib/X11/fonts/korean/UnPilgi.ttf
|
||||
lib/X11/fonts/korean/UnPilgiBold.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/korean/
|
||||
share/fonts/korean/UnBatang.ttf
|
||||
share/fonts/korean/UnBatangBold.ttf
|
||||
share/fonts/korean/UnDinaru.ttf
|
||||
share/fonts/korean/UnDinaruBold.ttf
|
||||
share/fonts/korean/UnDinaruLight.ttf
|
||||
share/fonts/korean/UnDotum.ttf
|
||||
share/fonts/korean/UnDotumBold.ttf
|
||||
share/fonts/korean/UnGraphic.ttf
|
||||
share/fonts/korean/UnGraphicBold.ttf
|
||||
share/fonts/korean/UnGungseo.ttf
|
||||
share/fonts/korean/UnPilgi.ttf
|
||||
share/fonts/korean/UnPilgiBold.ttf
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2015/03/31 09:45:11 ajacoutot Exp $
|
||||
|
||||
COMMENT = extra Asian truetype fonts designed by Koaunghi Un
|
||||
DISTNAME = un-fonts-extra-${VERSION}
|
||||
PKGNAME = un-fonts-extra-${VERSION:S/-/./}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
# N.B. MASTER_SITES directory will need changing for version updates
|
||||
VERSION = 1.0.2-080608
|
||||
|
@ -1,16 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
@pkgpath x11/un-fonts/extra
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/korean/
|
||||
lib/X11/fonts/korean/UnBom.ttf
|
||||
lib/X11/fonts/korean/UnJamoBatang.ttf
|
||||
lib/X11/fonts/korean/UnJamoDotum.ttf
|
||||
lib/X11/fonts/korean/UnJamoNovel.ttf
|
||||
lib/X11/fonts/korean/UnJamoSora.ttf
|
||||
lib/X11/fonts/korean/UnPen.ttf
|
||||
lib/X11/fonts/korean/UnPenheulim.ttf
|
||||
lib/X11/fonts/korean/UnPilgia.ttf
|
||||
lib/X11/fonts/korean/UnShinmun.ttf
|
||||
lib/X11/fonts/korean/UnTaza.ttf
|
||||
lib/X11/fonts/korean/UnVada.ttf
|
||||
lib/X11/fonts/korean/UnYetgul.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/korean/
|
||||
share/fonts/korean/UnBom.ttf
|
||||
share/fonts/korean/UnJamoBatang.ttf
|
||||
share/fonts/korean/UnJamoDotum.ttf
|
||||
share/fonts/korean/UnJamoNovel.ttf
|
||||
share/fonts/korean/UnJamoSora.ttf
|
||||
share/fonts/korean/UnPen.ttf
|
||||
share/fonts/korean/UnPenheulim.ttf
|
||||
share/fonts/korean/UnPilgia.ttf
|
||||
share/fonts/korean/UnShinmun.ttf
|
||||
share/fonts/korean/UnTaza.ttf
|
||||
share/fonts/korean/UnVada.ttf
|
||||
share/fonts/korean/UnYetgul.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2015/01/21 06:13:48 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= chinese big5/gb truetype fonts
|
||||
|
||||
DISTNAME= zh-arphicttf-2.11
|
||||
PKGNAME= zh-fonts-arphicttf-2.11
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= fonts chinese x11
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -15,7 +15,7 @@ PKG_ARCH= *
|
||||
|
||||
WRKDIST= ${WRKDIR}/arphic
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/TrueType
|
||||
FONTDIR= ${PREFIX}/share/fonts/TrueType
|
||||
|
||||
FONTS= bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
@pkgpath chinese/arphicttf
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/TrueType/
|
||||
lib/X11/fonts/TrueType/bkai00mp.ttf
|
||||
lib/X11/fonts/TrueType/bsmi00lp.ttf
|
||||
lib/X11/fonts/TrueType/gbsn00lp.ttf
|
||||
lib/X11/fonts/TrueType/gkai00mp.ttf
|
||||
share/fonts/
|
||||
@fontdir share/fonts/TrueType/
|
||||
share/fonts/TrueType/bkai00mp.ttf
|
||||
share/fonts/TrueType/bsmi00lp.ttf
|
||||
share/fonts/TrueType/gbsn00lp.ttf
|
||||
share/fonts/TrueType/gkai00mp.ttf
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2015/01/21 06:13:48 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= convert Big5/GB encoded files to postscript
|
||||
|
||||
DISTNAME= bg5ps-1.3.0
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
REVISION= 10
|
||||
REVISION= 11
|
||||
CATEGORIES= fonts chinese x11
|
||||
|
||||
# GPL
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-bg5ps_conf,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
$OpenBSD: patch-bg5ps_conf,v 1.2 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
--- bg5ps.conf.orig Mon Feb 14 21:28:35 2000
|
||||
+++ bg5ps.conf Fri Jul 8 11:33:55 2011
|
||||
@@ -4,7 +4,7 @@
|
||||
@ -6,7 +6,7 @@ $OpenBSD: patch-bg5ps_conf,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
|
||||
#chineseFontPath: 指定中文字型的路徑(預設值: 與 bg5ps 同)
|
||||
-chineseFontPath="/usr/share/fonts/ttf/"
|
||||
+chineseFontPath="${LOCALBASE}/lib/X11/fonts/TrueType"
|
||||
+chineseFontPath="${LOCALBASE}/share/fonts/TrueType"
|
||||
|
||||
#modify the above line
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
@@ -1,5 +1,5 @@
|
||||
#chineseFontPath: 指定中文字型的路徑(預設值: 與 bg5ps 同)
|
||||
-chineseFontPath="/usr/share/fonts/ttf/"
|
||||
+chineseFontPath="/usr/local/lib/X11/fonts/TrueType/"
|
||||
+chineseFontPath="/usr/local/share/fonts/TrueType/"
|
||||
|
||||
#modify the above line
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 09:14:21 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
@pkgpath chinese/bg5ps
|
||||
bin/bg5ps
|
||||
bin/ttf2psm
|
||||
@bin bin/ttf2psm
|
||||
lib/bg5ps/
|
||||
lib/bg5ps/bg5ps.conf
|
||||
share/doc/bg5ps/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/01/21 06:13:48 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra chinese fonts
|
||||
|
||||
DISTNAME= zh-fonts-kc-1.05
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= fonts chinese x11
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -21,7 +21,7 @@ PKG_ARCH= *
|
||||
|
||||
FONTS= kc8x15.pcf.gz kc12x24.pcf.gz kc15f.pcf.gz kc24f.pcf.gz
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/chinese
|
||||
FONTDIR= ${PREFIX}/share/fonts/chinese
|
||||
|
||||
post-extract:
|
||||
@mkdir -p ${WRKDIST}
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/19 16:51:04 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
@pkgpath chinese/kcfonts
|
||||
lib/X11/fonts/
|
||||
@fontdir lib/X11/fonts/chinese/
|
||||
lib/X11/fonts/chinese/fonts.alias-kc
|
||||
@comment lib/X11/fonts/chinese/fonts.dir
|
||||
@comment lib/X11/fonts/chinese/fonts.scale
|
||||
lib/X11/fonts/chinese/kc12x24.pcf.gz
|
||||
lib/X11/fonts/chinese/kc15f.pcf.gz
|
||||
lib/X11/fonts/chinese/kc24f.pcf.gz
|
||||
lib/X11/fonts/chinese/kc8x15.pcf.gz
|
||||
share/fonts/
|
||||
@fontdir share/fonts/chinese/
|
||||
share/fonts/chinese/fonts.alias-kc
|
||||
@comment share/fonts/chinese/fonts.dir
|
||||
@comment share/fonts/chinese/fonts.scale
|
||||
share/fonts/chinese/kc12x24.pcf.gz
|
||||
share/fonts/chinese/kc15f.pcf.gz
|
||||
share/fonts/chinese/kc24f.pcf.gz
|
||||
share/fonts/chinese/kc8x15.pcf.gz
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/01/21 06:13:48 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/31 09:45:12 ajacoutot Exp $
|
||||
|
||||
COMMENT= extra chinese fonts
|
||||
|
||||
DISTNAME= zh-fonts-taipei-1.01
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= fonts chinese x11
|
||||
|
||||
DIST_SUBDIR= zh-fonts
|
||||
@ -25,7 +25,7 @@ EXTRACT_ONLY=
|
||||
|
||||
CONFIGURE_STYLE= imake
|
||||
|
||||
FONTDIR= ${PREFIX}/lib/X11/fonts/chinese
|
||||
FONTDIR= ${PREFIX}/share/fonts/chinese
|
||||
|
||||
post-extract:
|
||||
@mkdir -p ${WRKDIST}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user