summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorwl <wl>2011-08-10 18:24:41 +0000
committerwl <wl>2011-08-10 18:24:41 +0000
commitb8e438c7f7b9ed800cdf13c7c9ab77440b80c3ec (patch)
tree1d9bf0fe9dc8cb1306c98853b2a46e41abaf7c6a /font
parenta8a28d87bf78636f437d06712f80574f0c62dadb (diff)
downloadgroff-b8e438c7f7b9ed800cdf13c7c9ab77440b80c3ec.tar.gz
*** empty log message ***
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/Foundry.in (renamed from font/devpdf/Foundry)76
-rw-r--r--font/devpdf/util/Makefile.sub38
2 files changed, 38 insertions, 76 deletions
diff --git a/font/devpdf/Foundry b/font/devpdf/Foundry.in
index 52d728cf..f8a659b6 100644
--- a/font/devpdf/Foundry
+++ b/font/devpdf/Foundry.in
@@ -24,48 +24,48 @@ foundry||(gs)
# These are just copies of the grops fonts so MUST not have any flags etc set
-#Font|IsBase14|Flags|Map|Encoding|File
-AB|N||||URWGothicL-Demi
-ABI|N||||URWGothicL-DemiObli
-AI|N||||URWGothicL-BookObli
-AR|N||||URWGothicL-Book
-BMB|N||||URWBookmanL-DemiBold
-BMBI|N||||URWBookmanL-DemiBoldItal
-BMI|N||||URWBookmanL-LighItal
-BMR|N||||URWBookmanL-Ligh
-CB|Y||||NimbusMonL-Bold
-CBI|Y||||NimbusMonL-BoldObli
-CI|Y||||NimbusMonL-ReguObli
-CR|Y||||NimbusMonL-Regu
-EURO|N||||../devps/freeeuro.pfa
-HB|Y||||NimbusSanL-Bold
-HBI|Y||||NimbusSanL-BoldItal
-HI|Y||||NimbusSanL-ReguItal
-HNB|N||||NimbusSanL-BoldCond
-HNBI|N||||NimbusSanL-BoldCondItal
-HNI|N||||NimbusSanL-ReguCondItal
-HNR|N||||NimbusSanL-ReguCond
-HR|Y||||NimbusSanL-Regu
-NB|N||||CenturySchL-Bold
-NBI|N||||CenturySchL-BoldItal
-NI|N||||CenturySchL-Ital
-NR|N||||CenturySchL-Roma
-PB|N||||URWPalladioL-Bold
-PBI|N||||URWPalladioL-BoldItal
-PI|N||||URWPalladioL-Ital
-PR|N||||URWPalladioL-Roma
-S|Y||||StandardSymL
-TB|Y||||NimbusRomNo9L-Medi
-TBI|Y||||NimbusRomNo9L-MediItal
-TI|Y||||NimbusRomNo9L-ReguItal
-TR|Y||||NimbusRomNo9L-Regu
-ZCMI|N||||URWChanceryL-MediItal
-ZD|Y||||Dingbats
+#Font|IsBase14|Flags|Map|Encoding|File(!file...)
+AB|N||||URWGothicL-Demi!a010015l.pfb
+ABI|N||||URWGothicL-DemiObli!a010035l.pfb
+AI|N||||URWGothicL-BookObli!a010033l.pfb
+AR|N||||URWGothicL-Book!a010013l.pfb
+BMB|N||||URWBookmanL-DemiBold!b018015l.pfb
+BMBI|N||||URWBookmanL-DemiBoldItal!b018035l.pfb
+BMI|N||||URWBookmanL-LighItal!b018032l.pfb
+BMR|N||||URWBookmanL-Ligh!b018012l.pfb
+CB|Y||||NimbusMonL-Bold!n022004l.pfb
+CBI|Y||||NimbusMonL-BoldObli!n022024l.pfb
+CI|Y||||NimbusMonL-ReguObli!n022023l.pfb
+CR|Y||||NimbusMonL-Regu!n022003l.pfb
+EURO|N||||freeeuro.pfa
+HB|Y||||NimbusSanL-Bold!n019004l.pfb
+HBI|Y||||NimbusSanL-BoldItal!n019024l.pfb
+HI|Y||||NimbusSanL-ReguItal!n019023l.pfb
+HNB|N||||NimbusSanL-BoldCond!n019044l.pfb
+HNBI|N||||NimbusSanL-BoldCondItal!n019064l.pfb
+HNI|N||||NimbusSanL-ReguCondItal!n019063l.pfb
+HNR|N||||NimbusSanL-ReguCond!n019043l.pfb
+HR|Y||||NimbusSanL-Regu!n019003l.pfb
+NB|N||||CenturySchL-Bold!c059016l.pfb
+NBI|N||||CenturySchL-BoldItal!c059036l.pfb
+NI|N||||CenturySchL-Ital!c059033l.pfb
+NR|N||||CenturySchL-Roma!c059013l.pfb
+PB|N||||URWPalladioL-Bold!p052004l.pfb
+PBI|N||||URWPalladioL-BoldItal!p052024l.pfb
+PI|N||||URWPalladioL-Ital!p052023l.pfb
+PR|N||||URWPalladioL-Roma!p052003l.pfb
+S|Y||||StandardSymL!s050000l.pfb
+TB|Y||||NimbusRomNo9L-Medi!n021004l.pfb
+TBI|Y||||NimbusRomNo9L-MediItal!n021024l.pfb
+TI|Y||||NimbusRomNo9L-ReguItal!n021023l.pfb
+TR|Y||||NimbusRomNo9L-Regu!n021003l.pfb
+ZCMI|N||||URWChanceryL-MediItal!z003034l.pfb
+ZD|Y||||Dingbats!d050000l.pfb
#======================================================================
#Foundry|Name|Searchpath
-foundry|U|(gs) # the URW fonts delivered with ghostscript (may be different)
+foundry|U|(gs):/opt/local/share/fonts/urw-fonts # the URW fonts delivered with ghostscript (may be different)
#Define Flags for afmtodit
diff --git a/font/devpdf/util/Makefile.sub b/font/devpdf/util/Makefile.sub
deleted file mode 100644
index 360f9803..00000000
--- a/font/devpdf/util/Makefile.sub
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright (C) 2011 Free Software Foundation, Inc.
-# Written by Deri James <deri@chuzzlewit.demon.co.uk>
-#
-# This file is part of groff.
-#
-# groff is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License as published by the Free
-# Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# groff is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-DEV=pdf
-UTILFILES=\
- BuildFoundries
-
-#MOSTLYCLEANADD=BuildFoundries
-
-# Some `makes' don't predefine RM...
-RM=rm -f
-
-
-all: BuildFoundries
-
-
-BuildFoundries: BuildFoundries.pl $(SH_DEPS_SED_SCRIPT)
- $(RM) $@
- sed -f $(SH_DEPS_SED_SCRIPT) \
- -e "s|@VERSION@|$(version)$(revision)|" \
- -e "s|@PERLPATH@|$(PERLPATH)|" \
- -e "s|@GROFF_FONT_DIR@|$(fontdir)|" $(srcdir)/BuildFoundries.pl >$@
- chmod +x $@