summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 22:24:37 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 22:24:37 +0000
commit34fe7522adc0a4c846e7d0f69115c7ebf6925398 (patch)
tree4569190d353e1d261cb21b30739ae236f027ce8e
parentad93dce8c274d9f95a3df1aa449e2211ed33757c (diff)
downloadpkgsrc-34fe7522adc0a4c846e7d0f69115c7ebf6925398.tar.gz
fonts: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
-rw-r--r--fonts/AnonymousPro/Makefile4
-rw-r--r--fonts/CamingoCode/Makefile4
-rw-r--r--fonts/Code-New-Roman/Makefile12
-rw-r--r--fonts/CutiveFont/Makefile12
-rw-r--r--fonts/EB-Garamond/Makefile8
-rw-r--r--fonts/FiraCode/Makefile10
-rw-r--r--fonts/Hasklig/Makefile10
-rw-r--r--fonts/Merriweather-ttf/Makefile12
-rw-r--r--fonts/Office-Code-Pro/Makefile6
-rw-r--r--fonts/Xft2/Makefile4
-rw-r--r--fonts/Xft2/builtin.mk8
-rw-r--r--fonts/adobe-cmaps/Makefile8
-rw-r--r--fonts/aegyptus-ttf/Makefile4
-rw-r--r--fonts/chkfontpath/Makefile8
-rw-r--r--fonts/courier-prime/Makefile4
-rw-r--r--fonts/cyberbit-ttf/Makefile.common14
-rw-r--r--fonts/cyr-rfx-bulgarian-mik/Makefile6
-rw-r--r--fonts/cyr-rfx-ibm-cp866/Makefile6
-rw-r--r--fonts/cyr-rfx-iso10646_0400/Makefile8
-rw-r--r--fonts/cyr-rfx-iso8859_15/Makefile8
-rw-r--r--fonts/cyr-rfx-iso8859_5/Makefile8
-rw-r--r--fonts/cyr-rfx-koi8-o/Makefile6
-rw-r--r--fonts/cyr-rfx-koi8-ru/Makefile6
-rw-r--r--fonts/cyr-rfx-koi8-ub/Makefile6
-rw-r--r--fonts/cyr-rfx-koi8_1/Makefile8
-rw-r--r--fonts/cyr-rfx-mac-cyrillic/Makefile6
-rw-r--r--fonts/cyr-rfx-windows_1251/Makefile8
-rw-r--r--fonts/cyr-rfx-winlatin_1/Makefile8
-rw-r--r--fonts/dbz-ttf/Makefile10
-rw-r--r--fonts/fntsample/Makefile6
-rw-r--r--fonts/font-bh-ttf/Makefile4
-rw-r--r--fonts/font-misc-ethiopic/Makefile6
-rw-r--r--fonts/fontconfig/Makefile6
-rw-r--r--fonts/fontconfig/builtin.mk8
-rw-r--r--fonts/ghostscript-cidfonts-ryumin/Makefile16
-rw-r--r--fonts/ghostscript-cidfonts-ryumin/options.mk28
-rw-r--r--fonts/intlfonts/Makefile12
-rw-r--r--fonts/ja-elisat/Makefile18
-rw-r--r--fonts/jisx0208fonts/Makefile6
-rw-r--r--fonts/ko-mizi/Makefile8
-rw-r--r--fonts/libfontenc/builtin.mk4
-rw-r--r--fonts/migu-ttf/Makefile8
-rw-r--r--fonts/mkfontalias/Makefile4
-rw-r--r--fonts/monoid/Makefile10
-rw-r--r--fonts/mothanna-ttf/Makefile6
-rw-r--r--fonts/mozilla-fonts/Makefile4
-rw-r--r--fonts/mplayer-fonts/Makefile4
-rw-r--r--fonts/oxygen-fonts/Makefile6
-rw-r--r--fonts/pixel-sagas-startrek/Makefile12
-rw-r--r--fonts/py-TTFQuery/Makefile4
-rw-r--r--fonts/ricty-ttf/Makefile6
-rw-r--r--fonts/sourcecodepro-fonts/Makefile10
-rw-r--r--fonts/sourcesans-fonts/Makefile10
-rw-r--r--fonts/t1lib/Makefile4
-rw-r--r--fonts/t1lib/options.mk6
-rw-r--r--fonts/tex-concrete-doc/Makefile4
-rw-r--r--fonts/tex-gnu-freefont-doc/Makefile4
-rw-r--r--fonts/tex-gothic-doc/Makefile4
-rw-r--r--fonts/tex-luaotfload/Makefile4
-rw-r--r--fonts/tex-mathdesign/Makefile10
-rw-r--r--fonts/thaixfonts/Makefile4
-rw-r--r--fonts/urw-fonts/Makefile18
62 files changed, 243 insertions, 243 deletions
diff --git a/fonts/AnonymousPro/Makefile b/fonts/AnonymousPro/Makefile
index fb5c9c30857..e2cf53a2e8e 100644
--- a/fonts/AnonymousPro/Makefile
+++ b/fonts/AnonymousPro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/08/01 14:58:57 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/11/02 22:24:37 rillig Exp $
#
DISTNAME= AnonymousPro-1.002
@@ -28,7 +28,7 @@ INSTALL_FONTS= AnonymousProB.ttf \
AnonymousProBI.ttf \
AnonymousProI.ttf \
AnonymousPro.ttf
-INSTALL_DOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt
+INSTALL_DOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt
post-extract:
cd ${WRKSRC} && for i in *.ttf; do \
diff --git a/fonts/CamingoCode/Makefile b/fonts/CamingoCode/Makefile
index ef4200f023c..e8ee03d2ef6 100644
--- a/fonts/CamingoCode/Makefile
+++ b/fonts/CamingoCode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/06/24 10:59:40 nia Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 22:24:37 rillig Exp $
DISTNAME= CamingoCode-v1.0
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -14,7 +14,7 @@ LICENSE= cc-by-nd-v3.0-license
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/CamingoCode
do-build:
diff --git a/fonts/Code-New-Roman/Makefile b/fonts/Code-New-Roman/Makefile
index e56bc9b7391..5f9d68adb2b 100644
--- a/fonts/Code-New-Roman/Makefile
+++ b/fonts/Code-New-Roman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/08/01 14:58:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/02 22:24:37 rillig Exp $
DISTNAME= cnr_BETA
PKGNAME= Code-New-Roman-2.1beta1
@@ -11,11 +11,11 @@ HOMEPAGE= https://sourceforge.net/projects/codenewroman/
COMMENT= Programming font
LICENSE= ofl-v1.1
-DIST_SUBDIR= ${PKGNAME_NOREV}
-USE_LANGUAGES= # none
-WRKSRC= ${WRKDIR}
-NO_BUILD= yes
-FONTS_DIR= ${PREFIX}/share/fonts/X11/OTF
+DIST_SUBDIR= ${PKGNAME_NOREV}
+USE_LANGUAGES= # none
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+FONTS_DIR= ${PREFIX}/share/fonts/X11/OTF
INSTALLATION_DIRS= share/fonts/X11/OTF
do-install:
diff --git a/fonts/CutiveFont/Makefile b/fonts/CutiveFont/Makefile
index e545917ff9b..1e4dad883df 100644
--- a/fonts/CutiveFont/Makefile
+++ b/fonts/CutiveFont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/20 11:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:37 rillig Exp $
DISTNAME= CutiveFont-0.0.20121026
CATEGORIES= fonts
@@ -10,12 +10,12 @@ HOMEPAGE= https://www.google.com/fonts/specimen/Cutive%20Mono
COMMENT= Classic typewriter typeface
LICENSE= ofl-v1.1
-USE_TOOLS+= bsdtar
-EXTRACT_USING= bsdtar
-USE_LANGUAGES= # none
-NO_BUILD= yes
+USE_TOOLS+= bsdtar
+EXTRACT_USING= bsdtar
+USE_LANGUAGES= # none
+NO_BUILD= yes
#WRKSRC= ${WRKDIR}
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
INSTALLATION_DIRS= share/fonts/X11/OTF
do-install:
diff --git a/fonts/EB-Garamond/Makefile b/fonts/EB-Garamond/Makefile
index 48241a7655b..c1007fc8204 100644
--- a/fonts/EB-Garamond/Makefile
+++ b/fonts/EB-Garamond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:37 rillig Exp $
DISTNAME= EBGaramond-0.016
PKGREVISION= 1
@@ -12,10 +12,10 @@ COMMENT= Egenolff-Berner Garamond font
LICENSE= ofl-v1.1
FONTS_DIRS.ttf= share/fonts/X11/OTF
-DOCDIR= share/doc/EBGaramond
+DOCDIR= share/doc/EBGaramond
INSTALLATION_DIRS= ${FONTS_DIRS.ttf} ${DOCDIR}
-NO_CONFIGURE= yes
-NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/otf/* ${DESTDIR}${PREFIX}/${FONTS_DIRS.ttf}
diff --git a/fonts/FiraCode/Makefile b/fonts/FiraCode/Makefile
index 1a7ffce7427..633b2792c66 100644
--- a/fonts/FiraCode/Makefile
+++ b/fonts/FiraCode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/11/30 14:24:47 mef Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/02 22:24:37 rillig Exp $
DISTNAME= FiraCode_1.204
PKGNAME= ${DISTNAME:S/_/-/}
@@ -12,11 +12,11 @@ HOMEPAGE= https://github.com/tonsky/FiraCode/
COMMENT= Monospaced font with programming ligatures
LICENSE= ofl-v1.1
-USE_LANGUAGES= # none
-NO_BUILD= yes
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF ${PREFIX}/share/fonts/X11/TTF
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= share/fonts/X11/OTF share/fonts/X11/TTF
-WRKSRC= ${WRKDIR}
+WRKSRC= ${WRKDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/otf/*.otf ${DESTDIR}${PREFIX}/share/fonts/X11/OTF
diff --git a/fonts/Hasklig/Makefile b/fonts/Hasklig/Makefile
index 9af1eba25d4..6967c7b4eee 100644
--- a/fonts/Hasklig/Makefile
+++ b/fonts/Hasklig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/05/06 01:06:43 mef Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/02 22:24:38 rillig Exp $
DISTNAME= Hasklig-1.1
CATEGORIES= fonts
@@ -11,10 +11,10 @@ HOMEPAGE= https://github.com/i-tu/Hasklig/
COMMENT= Code font with monospaced ligatures
LICENSE= ofl-v1.1
-USE_LANGUAGES= # none
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
+USE_LANGUAGES= # none
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
INSTALLATION_DIRS= share/fonts/X11/OTF
do-install:
diff --git a/fonts/Merriweather-ttf/Makefile b/fonts/Merriweather-ttf/Makefile
index 387e598b118..e66cc5b9b76 100644
--- a/fonts/Merriweather-ttf/Makefile
+++ b/fonts/Merriweather-ttf/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2017/11/22 13:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/02 22:24:38 rillig Exp $
-DISTNAME= Merriweather-2.002
-PKGNAME= ${DISTNAME:S/her/her-ttf/}
-CATEGORIES= fonts
+DISTNAME= Merriweather-2.002
+PKGNAME= ${DISTNAME:S/her/her-ttf/}
+CATEGORIES= fonts
# does not provide distfile for versions > 1.584; 2.002 is from fontsquirrel
-#MASTER_SITES= ${MASTER_SITE_GITHUB:=EbenSorkin/}
+#MASTER_SITES= ${MASTER_SITE_GITHUB:=EbenSorkin/}
#GITHUB_PROJECT= Merriweather
#GITHUB_RELEASE= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .zip
+EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ebensorkin.wordpress.com/
diff --git a/fonts/Office-Code-Pro/Makefile b/fonts/Office-Code-Pro/Makefile
index 38e558243d0..0765a75ac12 100644
--- a/fonts/Office-Code-Pro/Makefile
+++ b/fonts/Office-Code-Pro/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/20 11:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:38 rillig Exp $
DISTNAME= Office-Code-Pro-1.004
CATEGORIES= fonts
@@ -9,8 +9,8 @@ HOMEPAGE= https://github.com/nathco/Office-Code-Pro/
COMMENT= Customized version of Source Code Pro
LICENSE= ofl-v1.1
-USE_LANGUAGES= # none
-NO_BUILD= yes
+USE_LANGUAGES= # none
+NO_BUILD= yes
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
INSTALLATION_DIRS= share/fonts/X11/OTF
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
index c3fcdc9e38f..7fb6a1d639d 100644
--- a/fonts/Xft2/Makefile
+++ b/fonts/Xft2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2018/03/12 11:15:32 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2019/11/02 22:24:38 rillig Exp $
DISTNAME= libXft-2.1.7
PKGNAME= Xft2-2.1.7
@@ -20,7 +20,7 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE= xft.pc.in
MAKE_ENV+= EGREP=${EGREP:Q}
-BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.9.0nb2
+BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.9.0nb2
BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2
.include "../../devel/zlib/buildlink3.mk"
diff --git a/fonts/Xft2/builtin.mk b/fonts/Xft2/builtin.mk
index 69341884aa9..cc222eafbfd 100644
--- a/fonts/Xft2/builtin.mk
+++ b/fonts/Xft2/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.20 2013/06/07 17:43:40 dholland Exp $
+# $NetBSD: builtin.mk,v 1.21 2019/11/02 22:24:38 rillig Exp $
BUILTIN_PKG:= Xft2
@@ -18,7 +18,7 @@ IS_BUILTIN.Xft2= yes
IS_BUILTIN.Xft2= no
. endif
.endif
-MAKEVARS+= IS_BUILTIN.Xft2
+MAKEVARS+= IS_BUILTIN.Xft2
###
### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -40,7 +40,7 @@ BUILTIN_VERSION.Xft2!= \
${H_XFT2}
BUILTIN_PKG.Xft2= Xft2-${BUILTIN_VERSION.Xft2}
.endif
-MAKEVARS+= BUILTIN_PKG.Xft2
+MAKEVARS+= BUILTIN_PKG.Xft2
###
### Determine whether we should use the built-in implementation if it
@@ -68,7 +68,7 @@ USE_BUILTIN.Xft2!= \
. endif
. endif # PREFER.Xft2
.endif
-MAKEVARS+= USE_BUILTIN.Xft2
+MAKEVARS+= USE_BUILTIN.Xft2
###
### The section below only applies if we are not including this file
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile
index 04ef2652b58..06f112d5e32 100644
--- a/fonts/adobe-cmaps/Makefile
+++ b/fonts/adobe-cmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/09/24 15:15:35 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/02 22:24:38 rillig Exp $
DISTNAME= adobe-cmaps-20060615
CATEGORIES= fonts print
@@ -13,12 +13,12 @@ SITES.${f}+= ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/
DISTFILES+= ${CMAP_DISTFILES}
EXTRACT_ONLY= ${CMAP_DISTFILES}
-PDFCORE= chinese_s chinese_t japanese korean
+PDFCORE= chinese_s chinese_t japanese korean
PDFCORE_DISTFILES= ${PDFCORE:S/$/.zip/}
.for f in ${PDFCORE_DISTFILES}
-SITES.${f}+= http://partners.adobe.com/public/developer/en/pdf/
+SITES.${f}+= http://partners.adobe.com/public/developer/en/pdf/
.endfor
-DISTFILES+= ${PDFCORE_DISTFILES}
+DISTFILES+= ${PDFCORE_DISTFILES}
MAINTAINER= minskim@NetBSD.org
#HOMEPAGE= https://partners.adobe.com/public/developer/opentype/
diff --git a/fonts/aegyptus-ttf/Makefile b/fonts/aegyptus-ttf/Makefile
index 6476a96b539..de522301774 100644
--- a/fonts/aegyptus-ttf/Makefile
+++ b/fonts/aegyptus-ttf/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2014/08/09 16:21:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:38 rillig Exp $
DISTNAME= Aegyptus
PKGNAME= aegyptus-ttf-5.03
CATEGORIES= fonts
MASTER_SITES= http://users.teilar.gr/~g1951d/
EXTRACT_SUFX= .zip
-DISTFILES+= ${DISTNAME}.zip Nilus.zip Gardiner.zip
+DISTFILES+= ${DISTNAME}.zip Nilus.zip Gardiner.zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://users.teilar.gr/~g1951d/
diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile
index 327b1732996..f411d26cabb 100644
--- a/fonts/chkfontpath/Makefile
+++ b/fonts/chkfontpath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2012/10/03 18:28:17 asau Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/02 22:24:38 rillig Exp $
#
DISTNAME= chkfontpath-1.9.7
@@ -17,11 +17,11 @@ USE_TOOLS+= gmake tar gzcat
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
post-extract:
- ${RUN}cd ${WRKDIR};${EXTRACTOR} ${DISTNAME}.tar.gz
+ ${RUN}cd ${WRKDIR};${EXTRACTOR} ${DISTNAME}.tar.gz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/chkfontpath ${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/en/chkfontpath.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/chkfontpath ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/en/chkfontpath.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/courier-prime/Makefile b/fonts/courier-prime/Makefile
index c0e2b943006..d7940aa0313 100644
--- a/fonts/courier-prime/Makefile
+++ b/fonts/courier-prime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/08/01 14:58:58 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/11/02 22:24:38 rillig Exp $
#
DISTNAME= courier-prime
@@ -18,7 +18,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV}
USE_LANGUAGES= # none
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
INSTALLATION_DIRS+= share/doc/courier-prime
diff --git a/fonts/cyberbit-ttf/Makefile.common b/fonts/cyberbit-ttf/Makefile.common
index 070c785c806..92c5289e2c5 100644
--- a/fonts/cyberbit-ttf/Makefile.common
+++ b/fonts/cyberbit-ttf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2019/04/06 08:44:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.31 2019/11/02 22:24:38 rillig Exp $
#
# used by fonts/cyberbit-ttf/Makefile
# used by fonts/cyberbase-ttf/Makefile
@@ -12,13 +12,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.bitstream.com/
LICENSE= cyberbit-ttf-license
-RESTRICTED= Redistribution not permitted; single user license only.
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
+RESTRICTED= Redistribution not permitted; single user license only.
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
-USE_TOOLS+= unzip
+USE_TOOLS+= unzip
DIST_SUBDIR= cyberbit-ttf
diff --git a/fonts/cyr-rfx-bulgarian-mik/Makefile b/fonts/cyr-rfx-bulgarian-mik/Makefile
index 73e8f35c289..4668383cbd5 100644
--- a/fonts/cyr-rfx-bulgarian-mik/Makefile
+++ b/fonts/cyr-rfx-bulgarian-mik/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=bulgarian-mik
-PKGREVISION= 4
+CYR_RFX_ENCODING= bulgarian-mik
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-ibm-cp866/Makefile b/fonts/cyr-rfx-ibm-cp866/Makefile
index af2b68ae729..03293142b09 100644
--- a/fonts/cyr-rfx-ibm-cp866/Makefile
+++ b/fonts/cyr-rfx-ibm-cp866/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=ibm-cp866
-PKGREVISION= 4
+CYR_RFX_ENCODING= ibm-cp866
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-iso10646_0400/Makefile b/fonts/cyr-rfx-iso10646_0400/Makefile
index 9fa9f544016..068bfabd37a 100644
--- a/fonts/cyr-rfx-iso10646_0400/Makefile
+++ b/fonts/cyr-rfx-iso10646_0400/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=iso10646-0400
-PKGNAME= ${DISTNAME:S/6-0/6_0/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= iso10646-0400
+PKGNAME= ${DISTNAME:S/6-0/6_0/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-iso8859_15/Makefile b/fonts/cyr-rfx-iso8859_15/Makefile
index c9064a204e2..853e5fc8343 100644
--- a/fonts/cyr-rfx-iso8859_15/Makefile
+++ b/fonts/cyr-rfx-iso8859_15/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=iso8859-15
-PKGNAME= ${DISTNAME:S/9-1/9_1/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= iso8859-15
+PKGNAME= ${DISTNAME:S/9-1/9_1/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-iso8859_5/Makefile b/fonts/cyr-rfx-iso8859_5/Makefile
index b415318b908..18ce4af5545 100644
--- a/fonts/cyr-rfx-iso8859_5/Makefile
+++ b/fonts/cyr-rfx-iso8859_5/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=iso8859-5
-PKGNAME= ${DISTNAME:S/9-5/9_5/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= iso8859-5
+PKGNAME= ${DISTNAME:S/9-5/9_5/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-koi8-o/Makefile b/fonts/cyr-rfx-koi8-o/Makefile
index 944ac60478f..3acb121bd05 100644
--- a/fonts/cyr-rfx-koi8-o/Makefile
+++ b/fonts/cyr-rfx-koi8-o/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=koi8-o
-PKGREVISION= 4
+CYR_RFX_ENCODING= koi8-o
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-koi8-ru/Makefile b/fonts/cyr-rfx-koi8-ru/Makefile
index 0b33285a911..e1e58688033 100644
--- a/fonts/cyr-rfx-koi8-ru/Makefile
+++ b/fonts/cyr-rfx-koi8-ru/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=koi8-ru
-PKGREVISION= 4
+CYR_RFX_ENCODING= koi8-ru
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-koi8-ub/Makefile b/fonts/cyr-rfx-koi8-ub/Makefile
index 26b184a8f06..e94629d285b 100644
--- a/fonts/cyr-rfx-koi8-ub/Makefile
+++ b/fonts/cyr-rfx-koi8-ub/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=koi8-ub
-PKGREVISION= 4
+CYR_RFX_ENCODING= koi8-ub
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-koi8_1/Makefile b/fonts/cyr-rfx-koi8_1/Makefile
index bda86b828f5..ba2f9d4d07d 100644
--- a/fonts/cyr-rfx-koi8_1/Makefile
+++ b/fonts/cyr-rfx-koi8_1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:39 rillig Exp $
-CYR_RFX_ENCODING=koi8-1
-PKGNAME= ${DISTNAME:S/8-1/8_1/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= koi8-1
+PKGNAME= ${DISTNAME:S/8-1/8_1/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-mac-cyrillic/Makefile b/fonts/cyr-rfx-mac-cyrillic/Makefile
index 570a05dfb15..7ea2a5c5953 100644
--- a/fonts/cyr-rfx-mac-cyrillic/Makefile
+++ b/fonts/cyr-rfx-mac-cyrillic/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:40 rillig Exp $
-CYR_RFX_ENCODING=mac-cyrillic
-PKGREVISION= 4
+CYR_RFX_ENCODING= mac-cyrillic
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-windows_1251/Makefile b/fonts/cyr-rfx-windows_1251/Makefile
index bb87badd805..a9dbb8fa1dd 100644
--- a/fonts/cyr-rfx-windows_1251/Makefile
+++ b/fonts/cyr-rfx-windows_1251/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:40 rillig Exp $
-CYR_RFX_ENCODING=windows-1251
-PKGNAME= ${DISTNAME:S/s-1/s_1/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= windows-1251
+PKGNAME= ${DISTNAME:S/s-1/s_1/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/cyr-rfx-winlatin_1/Makefile b/fonts/cyr-rfx-winlatin_1/Makefile
index 96f163b6a24..33b144fe86b 100644
--- a/fonts/cyr-rfx-winlatin_1/Makefile
+++ b/fonts/cyr-rfx-winlatin_1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:40 rillig Exp $
-CYR_RFX_ENCODING=winlatin-1
-PKGNAME= ${DISTNAME:S/n-1/n_1/}
-PKGREVISION= 4
+CYR_RFX_ENCODING= winlatin-1
+PKGNAME= ${DISTNAME:S/n-1/n_1/}
+PKGREVISION= 4
.include "../../fonts/cyr-rfx-share/Makefile.common"
diff --git a/fonts/dbz-ttf/Makefile b/fonts/dbz-ttf/Makefile
index ba13e636340..1c1fdcbfaa2 100644
--- a/fonts/dbz-ttf/Makefile
+++ b/fonts/dbz-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2014/06/01 16:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/02 22:24:40 rillig Exp $
#
DISTNAME= dbz
@@ -13,11 +13,11 @@ HOMEPAGE= http://fonts.tom7.com/
COMMENT= Divide By Zero TrueType fonts created by Tom Murphy 7
LICENSE= dbz-ttf-license
-RESTRICTED= Resale prohibited.
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+RESTRICTED= Resale prohibited.
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
-DIST_SUBDIR= ${PKGNAME_NOREV}
+DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_OPTS_ZIP= -Laqo
USE_X11= YES
diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile
index 3a66e8d9c60..e5e6ea1536e 100644
--- a/fonts/fntsample/Makefile
+++ b/fonts/fntsample/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2019/08/11 13:21:00 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/11/02 22:24:40 rillig Exp $
#
DISTNAME= fntsample-5.2
@@ -7,8 +7,8 @@ CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=eugmes/}
GITHUB_TAG= release/${PKGVERSION_NOREV}
-BLOCKS_TXT= Blocks-20190308.txt
-DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT}
+BLOCKS_TXT= Blocks-20190308.txt
+DISTFILES= ${DEFAULT_DISTFILES} ${BLOCKS_TXT}
SITES.${BLOCKS_TXT}= -http://unicode.org/Public/UNIDATA/Blocks.txt
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/fonts/font-bh-ttf/Makefile b/fonts/font-bh-ttf/Makefile
index 957e70600cf..a4e7dd3a1ab 100644
--- a/fonts/font-bh-ttf/Makefile
+++ b/fonts/font-bh-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/03 18:28:20 asau Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/02 22:24:40 rillig Exp $
#
DISTNAME= font-bh-ttf-1.0.3
@@ -19,7 +19,7 @@ FONTS_DIRS.x11= share/fonts/X11/TTF
INSTALLATION_DIRS= share/doc/font-bh-ttf
PKG_SYSCONFSUBDIR= fontconfig
-CONF_FILES= ${PREFIX}/share/fontconfig/conf.avail/42-luxi-mono.conf \
+CONF_FILES= ${PREFIX}/share/fontconfig/conf.avail/42-luxi-mono.conf \
${PKG_SYSCONFDIR}/conf.d/42-luxi-mono.conf
post-install:
diff --git a/fonts/font-misc-ethiopic/Makefile b/fonts/font-misc-ethiopic/Makefile
index 2cb65553033..e0fca20bc30 100644
--- a/fonts/font-misc-ethiopic/Makefile
+++ b/fonts/font-misc-ethiopic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/10/03 18:28:21 asau Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 22:24:40 rillig Exp $
#
DISTNAME= font-misc-ethiopic-1.0.3
@@ -13,7 +13,7 @@ LICENSE= mit
GNU_CONFIGURE= yes
-FONTS_DIRS.ttf= share/fonts/X11/OTF
-FONTS_DIRS.ttf+=share/fonts/X11/TTF
+FONTS_DIRS.ttf= share/fonts/X11/OTF
+FONTS_DIRS.ttf+= share/fonts/X11/TTF
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 70cbc0eabf3..af3bf4a54d5 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2019/07/09 15:46:10 riastradh Exp $
+# $NetBSD: Makefile,v 1.117 2019/11/02 22:24:40 rillig Exp $
DISTNAME= fontconfig-2.13.1
CATEGORIES= fonts
@@ -50,12 +50,12 @@ ADDFONTS:= ${LOCALBASE}/share/fonts/X11,${ADDFONTS}
.endif
.if ${OPSYS} == "Darwin"
-ADDFONTS:= ~/Library/Fonts,/Library/Fonts,/System/Library/Fonts,${ADDFONTS}
+ADDFONTS:= ~/Library/Fonts,/Library/Fonts,/System/Library/Fonts,${ADDFONTS}
CONFIGURE_ARGS+= --with-arch=${MACHINE_ARCH}
.endif
CONFIGURE_ARGS+= --with-add-fonts=${ADDFONTS}
-SUBST_CLASSES+= prefix
+SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-build
SUBST_FILES.prefix= conf.d/README
SUBST_VARS.prefix= PREFIX
diff --git a/fonts/fontconfig/builtin.mk b/fonts/fontconfig/builtin.mk
index 87e41b838cd..748b40cc8d6 100644
--- a/fonts/fontconfig/builtin.mk
+++ b/fonts/fontconfig/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.12 2019/04/26 15:05:14 gavan Exp $
+# $NetBSD: builtin.mk,v 1.13 2019/11/02 22:24:40 rillig Exp $
BUILTIN_PKG:= fontconfig
@@ -19,7 +19,7 @@ IS_BUILTIN.fontconfig= yes
IS_BUILTIN.fontconfig= no
. endif
.endif
-MAKEVARS+= IS_BUILTIN.fontconfig
+MAKEVARS+= IS_BUILTIN.fontconfig
###
### If there is a built-in implementation, then set BUILTIN_PKG.<pkg> to
@@ -36,7 +36,7 @@ BUILTIN_VERSION.fontconfig!= \
${H_FONTCONFIG}
BUILTIN_PKG.fontconfig= fontconfig-${BUILTIN_VERSION.fontconfig}
.endif
-MAKEVARS+= BUILTIN_PKG.fontconfig
+MAKEVARS+= BUILTIN_PKG.fontconfig
###
### Determine whether we should use the built-in implementation if it
@@ -64,7 +64,7 @@ USE_BUILTIN.fontconfig!= \
. endif
. endif # PREFER.fontconfig
.endif
-MAKEVARS+= USE_BUILTIN.fontconfig
+MAKEVARS+= USE_BUILTIN.fontconfig
###
### The section below only applies if we are not including this file
diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile
index 85a91a9d7d7..acb9149a417 100644
--- a/fonts/ghostscript-cidfonts-ryumin/Makefile
+++ b/fonts/ghostscript-cidfonts-ryumin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/07/21 22:24:48 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/02 22:24:40 rillig Exp $
DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION}
DISTFILES= # empty
@@ -29,7 +29,7 @@ SUBST_VARS= GCR_INSTALL_TYPE
.if !empty(GS_CIDFMAP)
SUBST_CLASSES+= ttf_path
SUBST_STAGE.ttf_path= post-build
-SUBST_MESSAGE.ttf_path=Fixing ttf install directory in cidfmap
+SUBST_MESSAGE.ttf_path= Fixing ttf install directory in cidfmap
SUBST_FILES.ttf_path= ${GS_CIDFMAP}
SUBST_SED.ttf_path= -e 's|%%PREFIX%%|${PREFIX}|'
.endif
@@ -69,15 +69,15 @@ NO_CONFIGURE= yes
# Following logic is flaky, for looking at PKG_OPTIONS.gs_type now NOT at build time
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mghostscript-agpl)
-. include "../../print/ghostscript-agpl/Makefile.common"
-. if empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mdisable-compile-inits)
+. include "../../print/ghostscript-agpl/Makefile.common"
+. if empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mdisable-compile-inits)
PKG_FAIL_REASON+= '(agpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.'
-. endif
+. endif
.else
-. include "../../print/ghostscript-gpl/Makefile.common"
-. if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
+. include "../../print/ghostscript-gpl/Makefile.common"
+. if empty(PKG_BUILD_OPTIONS.ghostscript-gpl:Mdisable-compile-inits)
PKG_FAIL_REASON+= '(gpl) You need to set PKG_OPTIONS.ghostscript+= disable-compile-inits, at its compile time.'
-. endif
+. endif
.endif
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/ghostscript-cidfonts-ryumin/options.mk b/fonts/ghostscript-cidfonts-ryumin/options.mk
index 8a1d6352e6b..2c30dfd2d58 100644
--- a/fonts/ghostscript-cidfonts-ryumin/options.mk
+++ b/fonts/ghostscript-cidfonts-ryumin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2018/01/13 01:09:16 ryoon Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:24:40 rillig Exp $
# gcr = ghostscript-cidfonts-ryumin
PKG_OPTIONS_VAR= PKG_OPTIONS.gcr_type
@@ -11,31 +11,31 @@ PKG_SUGGESTED_OPTIONS= adobe-cidfonts
# -------- Adobe CID font requested -------------
.if !empty(PKG_OPTIONS:Madobe-cidfonts)
-GS_CIDFMAP= cidfmap-adobe
-DEPENDS+= adobe-cidfonts-[0-9]*:../../fonts/adobe-cidfonts
-DEPENDS+= ghostscript-cidfonts-[0-9]*:../../fonts/ghostscript-cidfonts
-GCR_INSTALL_TYPE= adobe
+GS_CIDFMAP= cidfmap-adobe
+DEPENDS+= adobe-cidfonts-[0-9]*:../../fonts/adobe-cidfonts
+DEPENDS+= ghostscript-cidfonts-[0-9]*:../../fonts/ghostscript-cidfonts
+GCR_INSTALL_TYPE= adobe
.endif
# -------- motoya-fonts (TTF) requested -------------
.if !empty(PKG_OPTIONS:Mmotoya)
-GS_CIDFMAP= cidfmap-motoya
-DEPENDS+= motoya-fonts-[0-9]*:../../fonts/motoya-fonts
-GCR_INSTALL_TYPE= ttf
+GS_CIDFMAP= cidfmap-motoya
+DEPENDS+= motoya-fonts-[0-9]*:../../fonts/motoya-fonts
+GCR_INSTALL_TYPE= ttf
.endif
# -------- umefont (TTF) requested -------------
.if !empty(PKG_OPTIONS:Mumefont)
-GS_CIDFMAP= cidfmap-umefont
-DEPENDS+= umefont-ttf-[0-9]*:../../fonts/umefont-ttf
-GCR_INSTALL_TYPE= ttf
+GS_CIDFMAP= cidfmap-umefont
+DEPENDS+= umefont-ttf-[0-9]*:../../fonts/umefont-ttf
+GCR_INSTALL_TYPE= ttf
.endif
# -------- IPA (TTF) font requested -------------
.if !empty(PKG_OPTIONS:Mipa)
-GS_CIDFMAP= cidfmap-ipa
-DEPENDS+= ipafont-[0-9]*:../../fonts/ipafont
-GCR_INSTALL_TYPE= ttf
+GS_CIDFMAP= cidfmap-ipa
+DEPENDS+= ipafont-[0-9]*:../../fonts/ipafont
+GCR_INSTALL_TYPE= ttf
.endif
# fonts/ja-sazanami-ttf/DESCR:Free Japanese TrueType font based on Wada lab. font (CLWFK) and
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile
index 580d6b5107a..b3b87be2d0e 100644
--- a/fonts/intlfonts/Makefile
+++ b/fonts/intlfonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/06/01 16:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/11/02 22:24:41 rillig Exp $
DISTNAME= intlfonts-1.2.1
PKGREVISION= 6
@@ -34,8 +34,8 @@ EXTRA_FONTS= Chinese.BIG \
# Type1/TrueType fonts for Latin1, Thai and Vietnamese
# XXX need "fonts.scale" for them
#
-EXTRA_FONTS+= Type1 \
- TrueType
+EXTRA_FONTS+= Type1 \
+ TrueType
CONFIGURE_ARGS+= --with-type1 --with-truetype
MISC_FILES= README.split
@@ -43,9 +43,9 @@ MISC_FILES= README.split
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_ONLY= ${FONT_SETS:=${EXTRACT_SUFX}}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-fontdir=${FONTS_DIR} \
- --enable-compress=gzip
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-fontdir=${FONTS_DIR} \
+ --enable-compress=gzip
INSTALL_MAKE_FLAGS+= fontdir=${DESTDIR}${FONTS_DIR}
FONTS_DIR= ${PREFIX}/share/fonts/X11/intlfonts
diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile
index 9c7c83ed836..03150a24e97 100644
--- a/fonts/ja-elisat/Makefile
+++ b/fonts/ja-elisat/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.20 2017/08/16 20:45:36 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2019/11/02 22:24:41 rillig Exp $
-DISTNAME= elisat10
-PKGNAME= ja-elisat-1.0
-PKGREVISION= 2
-CATEGORIES= fonts x11 japanese
+DISTNAME= elisat10
+PKGNAME= ja-elisat-1.0
+PKGREVISION= 2
+CATEGORIES= fonts x11 japanese
MASTER_SITES= ${MASTER_SITE_FREEBSD}
-MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-#HOMEPAGE= http://www.tea.forus.or.jp/toshi/exhibition/elisat10.html
-COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
-LICENSE= no-commercial-use
+MAINTAINER= tech-pkg-ja@jp.NetBSD.org
+#HOMEPAGE= http://www.tea.forus.or.jp/toshi/exhibition/elisat10.html
+COMMENT= 8x8 dots X11 bitmap font for JIS X 0208
+LICENSE= no-commercial-use
WRKSRC= ${WRKDIR}
DOCDIR= ${PREFIX}/share/doc/elisat
diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile
index a12fe05dc5a..cd15b025727 100644
--- a/fonts/jisx0208fonts/Makefile
+++ b/fonts/jisx0208fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/04/12 14:44:05 taca Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/02 22:24:41 rillig Exp $
#
DISTNAME= jisx0208fonts-200301316
@@ -14,8 +14,8 @@ META_PACKAGE= yes
.include "../../mk/bsd.prefs.mk"
-USE_NON_SQUARE?= NO
-USE_KANAME?= NO
+USE_NON_SQUARE?= NO
+USE_KANAME?= NO
DEPENDS+= ja-elisat>=1.0:../../fonts/ja-elisat
DEPENDS+= ja-kappa20>=0.394:../../fonts/ja-kappa20
diff --git a/fonts/ko-mizi/Makefile b/fonts/ko-mizi/Makefile
index 9b966cf6438..25440ddd78e 100644
--- a/fonts/ko-mizi/Makefile
+++ b/fonts/ko-mizi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/07/04 16:18:32 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2019/11/02 22:24:41 rillig Exp $
#
DISTNAME= xfntmizi-1.1-2.noarch
@@ -23,9 +23,9 @@ MAKE_ENV+= FONTDIR=${FONTDIR:Q} GZIP_CMD=${GZIP_CMD:Q}
MIZI_PCF= mzgt16e.pcf mzgt16h1.pcf mzmj16h.pcf mzpg16h.pcf mzsm16h.pcf \
mzgt16h.pcf mzmj16e.pcf mzpg16e.pcf mzsm16e.pcf
-FONTDIR= ${PREFIX}/share/fonts/X11/local
-FONTS_DIRS.x11= ${FONTDIR}
-INSTALLATION_DIRS+= ${FONTDIR}
+FONTDIR= ${PREFIX}/share/fonts/X11/local
+FONTS_DIRS.x11= ${FONTDIR}
+INSTALLATION_DIRS+= ${FONTDIR}
do-extract:
${MKDIR} ${WRKSRC}
diff --git a/fonts/libfontenc/builtin.mk b/fonts/libfontenc/builtin.mk
index 83f909b573c..373b483f173 100644
--- a/fonts/libfontenc/builtin.mk
+++ b/fonts/libfontenc/builtin.mk
@@ -1,6 +1,6 @@
-# $NetBSD: builtin.mk,v 1.3 2014/03/10 11:05:51 jperkin Exp $
+# $NetBSD: builtin.mk,v 1.4 2019/11/02 22:24:41 rillig Exp $
-BUILTIN_PKG:= libfontenc
+BUILTIN_PKG:= libfontenc
PKGCONFIG_FILE.libfontenc= ${X11BASE}/lib/pkgconfig/fontenc.pc
PKGCONFIG_FILE.libfontenc+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/fontenc.pc
diff --git a/fonts/migu-ttf/Makefile b/fonts/migu-ttf/Makefile
index 203bc2b380b..55e18792d01 100644
--- a/fonts/migu-ttf/Makefile
+++ b/fonts/migu-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/07/04 16:18:32 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2019/11/02 22:24:41 rillig Exp $
#
DISTNAME= # empty
@@ -20,9 +20,9 @@ NO_BUILD= yes
VERSION= 20130617
-FONTDIR= ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf= ${FONTDIR}
-DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
+FONTDIR= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${FONTDIR}
+DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
INSTALLATION_DIRS= ${FONTDIR} ${DOCDIR}
INSTALL_FONTS= migu-1c-${VERSION}/migu-1c-bold.ttf \
diff --git a/fonts/mkfontalias/Makefile b/fonts/mkfontalias/Makefile
index 108288cb1c2..94689f8a1bc 100644
--- a/fonts/mkfontalias/Makefile
+++ b/fonts/mkfontalias/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/04/25 07:32:54 maya Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/02 22:24:42 rillig Exp $
#
DISTNAME= mkfontalias.py
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}
EXTRACT_ONLY= # empty
NO_BUILD= yes
-REPLACE_PYTHON= ${DISTNAME}
+REPLACE_PYTHON= ${DISTNAME}
INSTALLATION_DIRS= bin
do-extract:
diff --git a/fonts/monoid/Makefile b/fonts/monoid/Makefile
index fdd0e4cc9ea..19f3b1498d3 100644
--- a/fonts/monoid/Makefile
+++ b/fonts/monoid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/11 15:48:05 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/02 22:24:42 rillig Exp $
PKGNAME= monoid-0.61
DISTNAME= Monoid
@@ -13,10 +13,10 @@ LICENSE= ofl-v1.1 OR mit
DIST_SUBDIR= ${PKGNAME_NOREV}
-USE_LANGUAGES= # none
-WRKSRC= ${WRKDIR}
-NO_BUILD= yes
-FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+USE_LANGUAGES= # none
+WRKSRC= ${WRKDIR}
+NO_BUILD= yes
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
diff --git a/fonts/mothanna-ttf/Makefile b/fonts/mothanna-ttf/Makefile
index 0f1c384a117..5192798fab3 100644
--- a/fonts/mothanna-ttf/Makefile
+++ b/fonts/mothanna-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 05:47:37 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:42 rillig Exp $
DISTNAME= Mothanna-0.02
PKGNAME= ${DISTNAME:S/M/m/:S/-0.02//}-ttf-0.02
@@ -12,8 +12,8 @@ COMMENT= Mothanna is a sans-serif like Arabic OpenType font
USE_LANGUAGES= # none
-NO_CONFIGURE= yes
-NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
USE_LANGUAGES= # none
FONTS_DIRS.ttf= share/fonts/X11/TTF
diff --git a/fonts/mozilla-fonts/Makefile b/fonts/mozilla-fonts/Makefile
index 75fcc9e01c5..4da88d2756c 100644
--- a/fonts/mozilla-fonts/Makefile
+++ b/fonts/mozilla-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2014/06/01 16:35:36 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/11/02 22:24:42 rillig Exp $
DISTNAME= mozilla-fonts-1.0
PKGREVISION= 4
@@ -9,7 +9,7 @@ MAINTAINER= rxg@NetBSD.org
#HOMEPAGE= http://www.myrddin.demon.co.uk/dist/
COMMENT= Optimized fonts for Netscape/Mozilla
-USE_TOOLS+= bdftopcf gzip
+USE_TOOLS+= bdftopcf gzip
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/Mozilla
REQD_DIRS+= ${PREFIX}/share/fonts/X11/Mozilla
diff --git a/fonts/mplayer-fonts/Makefile b/fonts/mplayer-fonts/Makefile
index 1f10482bbc4..251171f13af 100644
--- a/fonts/mplayer-fonts/Makefile
+++ b/fonts/mplayer-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/19 18:52:09 agc Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/02 22:24:42 rillig Exp $
DISTNAME= mplayer-fonts-20030714
PKGREVISION= 1
@@ -24,7 +24,7 @@ NO_CONFIGURE= YES
USE_TOOLS+= pax
-INSTALLATION_DIRS= share/mplayer/fonts
+INSTALLATION_DIRS= share/mplayer/fonts
do-install:
for D in font-arial-cp1250 font-arial-iso-8859-1 \
diff --git a/fonts/oxygen-fonts/Makefile b/fonts/oxygen-fonts/Makefile
index 3e84d002809..9e66c94d489 100644
--- a/fonts/oxygen-fonts/Makefile
+++ b/fonts/oxygen-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/09 10:36:55 markd Exp $
+# $NetBSD: Makefile,v 1.3 2019/11/02 22:24:42 rillig Exp $
DISTNAME= oxygen-fonts-${PLASMAVER}
CATEGORIES= fonts kde
@@ -11,8 +11,8 @@ COMMENT= The Oxygen font family
LICENSE= gnu-gpl-v3 AND ofl-v1.1
PLASMAVER= 5.4.3
-BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
-BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
+BUILD_DEPENDS+= extra-cmake-modules>=5.19.0:../../devel/extra-cmake-modules
+BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
USE_CMAKE= yes
USE_LANGUAGES= c c++
diff --git a/fonts/pixel-sagas-startrek/Makefile b/fonts/pixel-sagas-startrek/Makefile
index 71126885f9c..676aba78b65 100644
--- a/fonts/pixel-sagas-startrek/Makefile
+++ b/fonts/pixel-sagas-startrek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/03 08:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/02 22:24:42 rillig Exp $
DISTNAME= pixels-sagas-startrek-201404
PKGREVISION= 1
@@ -24,14 +24,14 @@ RESTRICTED= License prohibits 3rd parties hosting the files.
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
-WRKSRC= ${WRKDIR}
-OTFPATH= share/fonts/X11/OTF
-TTFPATH= share/fonts/X11/TTF
+WRKSRC= ${WRKDIR}
+OTFPATH= share/fonts/X11/OTF
+TTFPATH= share/fonts/X11/TTF
FONTS_DIRS.otf+= ${PREFIX}/${OTFPATH:Q}
FONTS_DIRS.ttf+= ${PREFIX}/${TTFPATH:Q}
INSTALLATION_DIRS= ${OTFPATH:Q} ${TTFPATH:Q}
-NO_CONFIGURE= yes
-NO_BUILD= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${FONTS_DIRS.otf:Q}
diff --git a/fonts/py-TTFQuery/Makefile b/fonts/py-TTFQuery/Makefile
index 1d591e3c8c7..6651dabbe3c 100644
--- a/fonts/py-TTFQuery/Makefile
+++ b/fonts/py-TTFQuery/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/09/02 13:20:19 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/02 22:24:42 rillig Exp $
DISTNAME= TTFQuery-1.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-fonttools>=2.0b1:../../fonts/py-fonttools
-PYTHON_VERSIONS_ACCEPTED= 27 # py-fonttools
+PYTHON_VERSIONS_ACCEPTED= 27 # py-fonttools
post-install:
cd ${DESTDIR}${PREFIX}/bin && for f in ttffamily ttffiles ttfgroups ttfmetadata; do \
diff --git a/fonts/ricty-ttf/Makefile b/fonts/ricty-ttf/Makefile
index 4c1cc8a5c08..b1ff5d5f24d 100644
--- a/fonts/ricty-ttf/Makefile
+++ b/fonts/ricty-ttf/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2019/07/30 05:46:40 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/02 22:24:42 rillig Exp $
DISTNAME= Ricty-3.2.4
PKGNAME= ${DISTNAME:S/Ricty/ricty-ttf/}
-GITHUB_PROJECT= Ricty
-GITHUB_TAG= ${PKGVERSION_NOREV}
+GITHUB_PROJECT= Ricty
+GITHUB_TAG= ${PKGVERSION_NOREV}
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_GITHUB:=yascentur/}
diff --git a/fonts/sourcecodepro-fonts/Makefile b/fonts/sourcecodepro-fonts/Makefile
index d907006c2a2..44f24afadba 100644
--- a/fonts/sourcecodepro-fonts/Makefile
+++ b/fonts/sourcecodepro-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/04/29 21:07:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 22:24:43 rillig Exp $
DISTNAME= sourcecodepro-fonts-1.050
PKGREVISION= 1
@@ -14,10 +14,10 @@ LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/source-code-pro-2.030R-ro-1.050R-it
-USE_LANGUAGES= # none
-NO_BUILD= yes
-FONTSDIR= ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf= ${FONTSDIR}
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTSDIR= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${FONTSDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
diff --git a/fonts/sourcesans-fonts/Makefile b/fonts/sourcesans-fonts/Makefile
index 21c53cff687..88a359d908f 100644
--- a/fonts/sourcesans-fonts/Makefile
+++ b/fonts/sourcesans-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/04/29 21:09:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 22:24:43 rillig Exp $
DISTNAME= source-sans-pro-2.020R-ro-1.075R-it
PKGNAME= sourcesans-fonts-2.020
@@ -16,10 +16,10 @@ LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/${DISTNAME:S|/|-|}
-USE_LANGUAGES= # none
-NO_BUILD= yes
-FONTSDIR= ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf= ${FONTSDIR}
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTSDIR= ${PREFIX}/share/fonts/X11/TTF
+FONTS_DIRS.ttf= ${FONTSDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile
index 51697b313d9..91980c52f1c 100644
--- a/fonts/t1lib/Makefile
+++ b/fonts/t1lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2019/05/23 19:23:01 rillig Exp $
+# $NetBSD: Makefile,v 1.54 2019/11/02 22:24:43 rillig Exp $
DISTNAME= t1lib-5.1.2
PKGREVISION= 6
@@ -29,7 +29,7 @@ INSTALLATION_DIRS= ${EGDIR} ${DATADIR} share/doc
PLIST_VARS+= x11
.if !empty(PKG_OPTIONS:Mx11)
-PLIST.x11= yes
+PLIST.x11= yes
.else
CONFIGURE_ARGS+= --without-x
.endif
diff --git a/fonts/t1lib/options.mk b/fonts/t1lib/options.mk
index 7caccd7d93c..9b6160862bb 100644
--- a/fonts/t1lib/options.mk
+++ b/fonts/t1lib/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2011/11/29 17:55:07 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2019/11/02 22:24:43 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.t1lib
-PKG_SUPPORTED_OPTIONS+= x11
-PKG_SUGGESTED_OPTIONS+= x11
+PKG_SUPPORTED_OPTIONS+= x11
+PKG_SUGGESTED_OPTIONS+= x11
.include "../../mk/bsd.options.mk"
diff --git a/fonts/tex-concrete-doc/Makefile b/fonts/tex-concrete-doc/Makefile
index 5ab9590e1ea..8e9c3719739 100644
--- a/fonts/tex-concrete-doc/Makefile
+++ b/fonts/tex-concrete-doc/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2015/05/05 14:52:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:43 rillig Exp $
DISTNAME= concrete.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2014
TEXLIVE_REV= 15878
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://ctan.org/pkg/concrete
+HOMEPAGE= http://ctan.org/pkg/concrete
COMMENT= Documentation for tex-concrete
# LICENSE= knuth
diff --git a/fonts/tex-gnu-freefont-doc/Makefile b/fonts/tex-gnu-freefont-doc/Makefile
index 3264f111781..9b89683dd23 100644
--- a/fonts/tex-gnu-freefont-doc/Makefile
+++ b/fonts/tex-gnu-freefont-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/05/08 11:27:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:43 rillig Exp $
DISTNAME= gnu-freefont.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2014
@@ -34,7 +34,7 @@ REPLACE_PERL+= doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/utility/metafont/bulk_eps_import.py
#REPLACE_PYTHON+= doc/fonts/gnu-freefont/tools/utility/special-purpose/makeBraille.py
-CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
+CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance/CheckConformance.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/test/MES-Conformance/mes-list-expand.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/utility/KerningNumerals.pl
CHECK_INTERPRETER_SKIP+= share/texmf-dist/doc/fonts/gnu-freefont/tools/generate/buildutils.py
diff --git a/fonts/tex-gothic-doc/Makefile b/fonts/tex-gothic-doc/Makefile
index 1783b799b26..a632e15be7c 100644
--- a/fonts/tex-gothic-doc/Makefile
+++ b/fonts/tex-gothic-doc/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2019/02/01 22:16:43 markd Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 22:24:43 rillig Exp $
DISTNAME= gothic.doc
PKGNAME= tex-${DISTNAME:S/./-/}-2018
TEXLIVE_REV= 49869
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://ctan.org/pkg/gothic
+HOMEPAGE= http://ctan.org/pkg/gothic
COMMENT= Documentation for tex-gothic
# LICENSE= collection
diff --git a/fonts/tex-luaotfload/Makefile b/fonts/tex-luaotfload/Makefile
index 62e59fc5817..8ff652fe9ef 100644
--- a/fonts/tex-luaotfload/Makefile
+++ b/fonts/tex-luaotfload/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/08/11 05:40:19 markd Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/02 22:24:43 rillig Exp $
DISTNAME= luaotfload
PKGNAME= tex-${DISTNAME}-2.98
@@ -13,7 +13,7 @@ DEPENDS+= tex-lualibs-[0-9]*:../../devel/tex-lualibs
DEPENDS+= tex-luatexbase-[0-9]*:../../devel/tex-luatexbase
CHECK_INTERPRETER_SKIP= share/texmf-dist/scripts/luaotfload/*
-TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
+TEX_TEXMF_DIRS= ${PREFIX}/share/texmf-dist
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/fonts/tex-mathdesign/Makefile b/fonts/tex-mathdesign/Makefile
index 6a432431932..56bbe337070 100644
--- a/fonts/tex-mathdesign/Makefile
+++ b/fonts/tex-mathdesign/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/12/04 17:53:35 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 22:24:43 rillig Exp $
DISTNAME= mathdesign
PKGNAME= tex-${DISTNAME}-2.31
@@ -13,10 +13,10 @@ DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
-TEX_MAP_FILES+= mdbch.map
-TEX_MAP_FILES+= mdgreek.map
-TEX_MAP_FILES+= mdici.map
-TEX_MAP_FILES+= mdpgd.map
+TEX_MAP_FILES+= mdbch.map
+TEX_MAP_FILES+= mdgreek.map
+TEX_MAP_FILES+= mdici.map
+TEX_MAP_FILES+= mdpgd.map
TEX_MAP_FILES+= mdpus.map
TEX_MAP_FILES+= mdput.map
TEX_MAP_FILES+= mdugm.map
diff --git a/fonts/thaixfonts/Makefile b/fonts/thaixfonts/Makefile
index 8b4aac47de9..36a9ce54b0d 100644
--- a/fonts/thaixfonts/Makefile
+++ b/fonts/thaixfonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/09/06 09:03:01 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2019/11/02 22:24:43 rillig Exp $
#
DISTNAME= thaixfonts-1.2.7
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --with-fontdir=${FONTDIR}
FONTDIR= ${PREFIX}/share/fonts/X11/thaixfonts
FONTS_DIRS.x11+= ${FONTDIR}
-INSTALLATION_DIRS= ${FONTDIR}
+INSTALLATION_DIRS= ${FONTDIR}
post-install:
cp -p ${DESTDIR}${FONTDIR}/thai.alias ${DESTDIR}${FONTDIR}/fonts.alias
diff --git a/fonts/urw-fonts/Makefile b/fonts/urw-fonts/Makefile
index 37e3ce46a99..7cd32cfc209 100644
--- a/fonts/urw-fonts/Makefile
+++ b/fonts/urw-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/07/19 04:01:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/02 22:24:44 rillig Exp $
DISTNAME= urw-fonts-2.0
PKGREVISION= 1
@@ -13,22 +13,22 @@ LICENSE= gnu-gpl-v2
DIST_SUBDIR= ${PKGNAME_NOREV}
-URW_DINGBATS= urw-dingbats.tar.bz2
+URW_DINGBATS= urw-dingbats.tar.bz2
SITES.${URW_DINGBATS}= http://pkgs.fedoraproject.org/repo/pkgs/urw-fonts/urw-dingbats.tar.bz2/5115d797f66c7414a08b5300aae64273/
-URW_SYMBOL= urw-symbol.tar.bz2
+URW_SYMBOL= urw-symbol.tar.bz2
SITES.${URW_SYMBOL}= http://pkgs.fedoraproject.org/repo/pkgs/urw-fonts/urw-symbol.tar.bz2/efb9216f950612419874f37b63d80ae3/
-#URW_TWEAKS= urw-tweaks.tar.bz2
+#URW_TWEAKS= urw-tweaks.tar.bz2
#SITES.${URW_TWEAKS}= http://pkgs.fedoraproject.org/repo/pkgs/urw-fonts/urw-tweaks.tar.bz2/bf5a7e18737c3a8152f4f0c3aa6fa8fa/
DISTFILES= ${DEFAULT_DISTFILES} ${URW_DINGBATS} ${URW_SYMBOL} #${URW_TWEAKS}
-WRKSRC= ${WRKDIR}/fonts
-USE_LANGUAGES= # none
-NO_BUILD= yes
-FONTS_DIR= ${PREFIX}/share/fonts/urw
-INSTALLATION_DIRS= share/fonts/urw
+WRKSRC= ${WRKDIR}/fonts
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTS_DIR= ${PREFIX}/share/fonts/urw
+INSTALLATION_DIRS= share/fonts/urw
do-install:
for dir in ${WRKSRC} ${WRKDIR}; \