pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
urw-base35-ttf: Import urw-base35-ttf-20170801.1 as wip/urw-base35-ttf
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jun 10 15:29:29 2018 +0200
Changeset: f40309c86600092710705f0f3dc2ad4531a6855e
Modified Files:
Makefile
Added Files:
urw-base35-ttf/DESCR
urw-base35-ttf/Makefile
urw-base35-ttf/PLIST
urw-base35-ttf/TODO
urw-base35-ttf/distinfo
Log Message:
urw-base35-ttf: Import urw-base35-ttf-20170801.1 as wip/urw-base35-ttf
A commercial-quality set of PostScript Type 1 fonts, metric-compatible
with the 35 PostScript Language Level 2 Base Fonts.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f40309c86600092710705f0f3dc2ad4531a6855e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
urw-base35-ttf/DESCR | 2 ++
urw-base35-ttf/Makefile | 68 +++++++++++++++++++++++++++++++++++++++++++++++++
urw-base35-ttf/PLIST | 49 +++++++++++++++++++++++++++++++++++
urw-base35-ttf/TODO | 1 +
urw-base35-ttf/distinfo | 6 +++++
6 files changed, 127 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b652007203..d41f2d0242 100644
--- a/Makefile
+++ b/Makefile
@@ -4499,6 +4499,7 @@ SUBDIR+= ups-monitor
SUBDIR+= uptimed
SUBDIR+= uqwk
SUBDIR+= urlwatch
+SUBDIR+= urw-base35-ttf
SUBDIR+= uschedule
SUBDIR+= using-mpi
SUBDIR+= ussp-push
diff --git a/urw-base35-ttf/DESCR b/urw-base35-ttf/DESCR
new file mode 100644
index 0000000000..f1725cf24a
--- /dev/null
+++ b/urw-base35-ttf/DESCR
@@ -0,0 +1,2 @@
+A commercial-quality set of PostScript Type 1 fonts, metric-compatible
+with the 35 PostScript Language Level 2 Base Fonts.
diff --git a/urw-base35-ttf/Makefile b/urw-base35-ttf/Makefile
new file mode 100644
index 0000000000..3eca41ec43
--- /dev/null
+++ b/urw-base35-ttf/Makefile
@@ -0,0 +1,68 @@
+# $NetBSD$
+
+DISTNAME= urw-base35-ttf-20170801.1
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
+GITHUB_PROJECT= urw-base35-fonts
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ArtifexSoftware/urw-base35-fonts/
+COMMENT= URW++ base 35 font set
+LICENSE= gnu-agpl-v3
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
+
+EGDIR= ${PREFIX}/share/examples/${PKGBASE}
+FCEGDIR= ${EGDIR}/fontconfig-conf.d
+FCCFDIR= ${PKG_SYSCONFDIR}/fontconfig/conf.d
+
+MAKE_DIRS+= ${FCCFDIR}
+
+CONF_FILES+= ${FCEGDIR}/68-urw-bookman.conf \
+ ${FCCFDIR}/68-urw-bookman.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-c059.conf \
+ ${FCCFDIR}/68-urw-c059.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-d050000l.conf \
+ ${FCCFDIR}/68-urw-d050000l.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-fallback-backwards.conf \
+ ${FCCFDIR}/68-urw-fallback-backwards.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-fallback-generics.conf \
+ ${FCCFDIR}/68-urw-fallback-generics.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-fallback-specifics.conf \
+ ${FCCFDIR}/68-urw-fallback-specifics.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-gothic.conf \
+ ${FCCFDIR}/68-urw-gothic.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-nimbus-mono-ps.conf \
+ ${FCCFDIR}/68-urw-nimbus-mono-ps.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-nimbus-roman.conf \
+ ${FCCFDIR}/68-urw-nimbus-roman.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-nimbus-sans.conf \
+ ${FCCFDIR}/68-urw-nimbus-sans.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-p052.conf \
+ ${FCCFDIR}/68-urw-p052.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-standard-symbols-ps.conf \
+ ${FCCFDIR}/68-urw-standard-symbols-ps.conf
+CONF_FILES+= ${FCEGDIR}/68-urw-z003.conf \
+ ${FCCFDIR}/68-urw-z003.conf
+
+REQD_DIRS= ${EGDIR}
+REQD_DIRS+= ${FCEGDIR}
+
+INSTALLATION_DIRS= share/fonts/X11/TTF ${FCEGDIR}
+
+pre-install:
+ ${RUN} \
+ cd ${WRKSRC}/fontconfig/; \
+ for c in *.conf; do \
+ ${MV} "$$c" "68-$$c"; \
+ done
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
+ ${INSTALL_DATA} ${WRKSRC}/fontconfig/*.conf ${DESTDIR}${FCEGDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/urw-base35-ttf/PLIST b/urw-base35-ttf/PLIST
new file mode 100644
index 0000000000..b60c0259f0
--- /dev/null
+++ b/urw-base35-ttf/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-bookman.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-c059.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-d050000l.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-fallback-backwards.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-fallback-generics.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-fallback-specifics.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-gothic.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-nimbus-mono-ps.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-nimbus-roman.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-nimbus-sans.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-p052.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-standard-symbols-ps.conf
+share/examples/urw-base35-ttf/fontconfig-conf.d/68-urw-z003.conf
+share/fonts/X11/TTF/C059-BdIta.ttf
+share/fonts/X11/TTF/C059-Bold.ttf
+share/fonts/X11/TTF/C059-Italic.ttf
+share/fonts/X11/TTF/C059-Roman.ttf
+share/fonts/X11/TTF/D050000L.ttf
+share/fonts/X11/TTF/NimbusMonoPS-Bold.ttf
+share/fonts/X11/TTF/NimbusMonoPS-BoldItalic.ttf
+share/fonts/X11/TTF/NimbusMonoPS-Italic.ttf
+share/fonts/X11/TTF/NimbusMonoPS-Regular.ttf
+share/fonts/X11/TTF/NimbusRoman-Bold.ttf
+share/fonts/X11/TTF/NimbusRoman-BoldItalic.ttf
+share/fonts/X11/TTF/NimbusRoman-Italic.ttf
+share/fonts/X11/TTF/NimbusRoman-Regular.ttf
+share/fonts/X11/TTF/NimbusSans-Bold.ttf
+share/fonts/X11/TTF/NimbusSans-BoldItalic.ttf
+share/fonts/X11/TTF/NimbusSans-Italic.ttf
+share/fonts/X11/TTF/NimbusSans-Regular.ttf
+share/fonts/X11/TTF/NimbusSansNarrow-Bold.ttf
+share/fonts/X11/TTF/NimbusSansNarrow-BoldOblique.ttf
+share/fonts/X11/TTF/NimbusSansNarrow-Oblique.ttf
+share/fonts/X11/TTF/NimbusSansNarrow-Regular.ttf
+share/fonts/X11/TTF/P052-Bold.ttf
+share/fonts/X11/TTF/P052-BoldItalic.ttf
+share/fonts/X11/TTF/P052-Italic.ttf
+share/fonts/X11/TTF/P052-Roman.ttf
+share/fonts/X11/TTF/StandardSymbolsPS.ttf
+share/fonts/X11/TTF/URWBookman-Demi.ttf
+share/fonts/X11/TTF/URWBookman-DemiItalic.ttf
+share/fonts/X11/TTF/URWBookman-Light.ttf
+share/fonts/X11/TTF/URWBookman-LightItalic.ttf
+share/fonts/X11/TTF/URWGothic-Book.ttf
+share/fonts/X11/TTF/URWGothic-BookOblique.ttf
+share/fonts/X11/TTF/URWGothic-Demi.ttf
+share/fonts/X11/TTF/URWGothic-DemiOblique.ttf
+share/fonts/X11/TTF/Z003-MediumItalic.ttf
diff --git a/urw-base35-ttf/TODO b/urw-base35-ttf/TODO
new file mode 100644
index 0000000000..a91fc14140
--- /dev/null
+++ b/urw-base35-ttf/TODO
@@ -0,0 +1 @@
+- Investigate if this is a new version of wip/ghostpcl-urwfonts-ttf
diff --git a/urw-base35-ttf/distinfo b/urw-base35-ttf/distinfo
new file mode 100644
index 0000000000..a662fb6563
--- /dev/null
+++ b/urw-base35-ttf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (urw-base35-ttf-20170801.1-20170801.1.tar.gz) = 336f7d5d1f3832e8891bcec5ca48f64e3868729b
+RMD160 (urw-base35-ttf-20170801.1-20170801.1.tar.gz) = 960d1913756dff5cf4bb0b5221464b68104f4aa8
+SHA512 (urw-base35-ttf-20170801.1-20170801.1.tar.gz) = 897fef5968d659ff49dc144f6c94513b32f8d9167c4fabcd7c3b13d2ce4c82d4182b25528291a36158d7a6e1cd864c67d22ce64a2c55dad4e984305f2fd65a91
+Size (urw-base35-ttf-20170801.1-20170801.1.tar.gz) = 11147338 bytes
Home |
Main Index |
Thread Index |
Old Index