Adobe font metrics as used by FlexFAX.

I'm having problems with the package.
This commit is contained in:
L Jonas Olsson 1994-11-23 16:05:46 +00:00
parent 5fb7c720d6
commit a4d9a62bb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487
5 changed files with 89 additions and 0 deletions

11
print/afm/Makefile Normal file
View File

@ -0,0 +1,11 @@
DISTNAME= afm
DISTFILES= afm-tar.Z
MASTER_SITES= ftp://sgi.com/sgi/fax/source/
EXTRACT_SUFX= -tar.Z
pre-patch:
rm -rf ${WRKSRC}/RCS
build:
.include <bsd.port.mk>

37
print/afm/files/patch-aa Normal file
View File

@ -0,0 +1,37 @@
*** Makefile Sun Apr 18 16:07:07 1993
--- ../../Makefile.new Wed Nov 23 06:42:43 1994
***************
*** 36,43 ****
# lptops program expects them to reside in files without a ".afm"
# suffix.
#
! DEPTH=..
! include ${DEPTH}/defs
AFMFILES=\
AvantGarde-Book.afm \
--- 36,43 ----
# lptops program expects them to reside in files without a ".afm"
# suffix.
#
! AFMDIR=/usr/local/lib/afm
! INSTALL=install
AFMFILES=\
AvantGarde-Book.afm \
***************
*** 80,85 ****
${NULL}
install: ${AFMFILES}
for i in ${AFMFILES}; do \
! ${INSTALL} -F ${AFMDIR} -m 444 -src $$i -O `basename $$i .afm`; \
done
--- 80,86 ----
${NULL}
install: ${AFMFILES}
+ [ -d ${AFMDIR} ] || mkdir ${AFMDIR}
for i in ${AFMFILES}; do \
! ${INSTALL} -c -o bin -g bin -m 444 $$i ${AFMDIR}/`basename $$i .afm`; \
done

1
print/afm/pkg-comment Normal file
View File

@ -0,0 +1 @@
Adobe Font Metrics.

2
print/afm/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
Adobe Font Metrics. Describes the sizes of different postscript
types. Used by FlexFAX among others.

38
print/afm/pkg-plist Normal file
View File

@ -0,0 +1,38 @@
@cwd /usr/local/lib/afm
AvantGarde-Book
AvantGarde-BookOblique
AvantGarde-Demi
AvantGarde-DemiOblique
Bookman-Demi
Bookman-DemiItalic
Bookman-Light
Bookman-LightItalic
Courier
Courier-Bold
Courier-BoldOblique
Courier-Oblique
Helvetica
Helvetica-Bold
Helvetica-BoldOblique
Helvetica-Narrow
Helvetica-Narrow-Bold
Helvetica-Narrow-BoldOblique
Helvetica-Narrow-Oblique
Helvetica-Oblique
NewCenturySchlbk-Bold
NewCenturySchlbk-BoldItalic
NewCenturySchlbk-Italic
NewCenturySchlbk-Roman
Palatino-Bold
Palatino-BoldItalic
Palatino-Italic
Palatino-Oblique
Palatino-Roman
Symbol
Times-Bold
Times-BoldItalic
Times-Italic
Times-Oblique
Times-Roman
ZapfChancery-MediumItalic
ZapfDingbats