Remove print/afm.
Nothing uses it anymore, and the AFM files contained in the package were generated in 1990. Programs still using Adobe Type 1 fonts, such as TeX, bundle AFM files with the fonts. OK jca@, rsadowski@
This commit is contained in:
parent
fc0e79ed5b
commit
b51f4f181c
@ -1,8 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.129 2019/09/29 13:22:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.130 2019/12/09 08:37:50 fcambus Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += a2ps
|
||||
SUBDIR += afm
|
||||
SUBDIR += apsfilter
|
||||
SUBDIR += apvlv
|
||||
SUBDIR += bg5pdf
|
||||
|
@ -1,22 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2019/07/14 00:39:39 naddy Exp $
|
||||
|
||||
COMMENT= Adobe Font Metrics
|
||||
|
||||
DISTNAME= afm
|
||||
PKGNAME= afm-1.0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://sgi.com/sgi/fax/source/
|
||||
EXTRACT_SUFX= -tar.Z
|
||||
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
pre-patch:
|
||||
rm -rf ${WRKSRC}/RCS
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (afm-tar.Z) = Xh9Wbt7WvN0q/lN7JPS5GEJstPDTZJ4j5MtWmFp3VcI=
|
||||
SIZE (afm-tar.Z) = 154268
|
@ -1,23 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2007/10/26 21:49:00 jasper Exp $
|
||||
--- Makefile.orig Mon Apr 19 01:07:07 1993
|
||||
+++ Makefile Fri Oct 26 23:43:18 2007
|
||||
@@ -36,8 +36,8 @@
|
||||
# lptops program expects them to reside in files without a ".afm"
|
||||
# suffix.
|
||||
#
|
||||
-DEPTH=..
|
||||
-include ${DEPTH}/defs
|
||||
+AFMDIR=${PREFIX}/lib/afm
|
||||
+INSTALL=${INSTALL_DATA}
|
||||
|
||||
AFMFILES=\
|
||||
AvantGarde-Book.afm \
|
||||
@@ -80,6 +80,7 @@ AFMFILES=\
|
||||
${NULL}
|
||||
|
||||
install: ${AFMFILES}
|
||||
+ [ -d ${AFMDIR} ] || mkdir -p ${AFMDIR}
|
||||
for i in ${AFMFILES}; do \
|
||||
- ${INSTALL} -F ${AFMDIR} -m 444 -src $$i -O `basename $$i .afm`; \
|
||||
+ ${INSTALL} $$i ${AFMDIR}/`basename $$i .afm`; \
|
||||
done
|
@ -1,2 +0,0 @@
|
||||
Adobe Font Metrics. Describes the sizes of different postscript
|
||||
types. Used by FlexFAX among others.
|
@ -1,39 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 18:32:13 espie Exp $
|
||||
lib/afm/
|
||||
lib/afm/AvantGarde-Book
|
||||
lib/afm/AvantGarde-BookOblique
|
||||
lib/afm/AvantGarde-Demi
|
||||
lib/afm/AvantGarde-DemiOblique
|
||||
lib/afm/Bookman-Demi
|
||||
lib/afm/Bookman-DemiItalic
|
||||
lib/afm/Bookman-Light
|
||||
lib/afm/Bookman-LightItalic
|
||||
lib/afm/Courier
|
||||
lib/afm/Courier-Bold
|
||||
lib/afm/Courier-BoldOblique
|
||||
lib/afm/Courier-Oblique
|
||||
lib/afm/Helvetica
|
||||
lib/afm/Helvetica-Bold
|
||||
lib/afm/Helvetica-BoldOblique
|
||||
lib/afm/Helvetica-Narrow
|
||||
lib/afm/Helvetica-Narrow-Bold
|
||||
lib/afm/Helvetica-Narrow-BoldOblique
|
||||
lib/afm/Helvetica-Narrow-Oblique
|
||||
lib/afm/Helvetica-Oblique
|
||||
lib/afm/NewCenturySchlbk-Bold
|
||||
lib/afm/NewCenturySchlbk-BoldItalic
|
||||
lib/afm/NewCenturySchlbk-Italic
|
||||
lib/afm/NewCenturySchlbk-Roman
|
||||
lib/afm/Palatino-Bold
|
||||
lib/afm/Palatino-BoldItalic
|
||||
lib/afm/Palatino-Italic
|
||||
lib/afm/Palatino-Oblique
|
||||
lib/afm/Palatino-Roman
|
||||
lib/afm/Symbol
|
||||
lib/afm/Times-Bold
|
||||
lib/afm/Times-BoldItalic
|
||||
lib/afm/Times-Italic
|
||||
lib/afm/Times-Oblique
|
||||
lib/afm/Times-Roman
|
||||
lib/afm/ZapfChancery-MediumItalic
|
||||
lib/afm/ZapfDingbats
|
Loading…
x
Reference in New Issue
Block a user