diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-16 15:29:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-16 15:29:21 +0000 |
commit | 50630f307361ababd7a9b2eb05d58313c6663123 (patch) | |
tree | 675100f9244c25cc3e6d4690d3fb83a9f46b9d06 /print | |
parent | 7630bb1db05a2f420b5f39d02d5c7143f8e588ba (diff) | |
download | pkgsrc-50630f307361ababd7a9b2eb05d58313c6663123.tar.gz |
Finish move of converters/ttf2pt1, print/p5-Font-AFM, and print/ttftot42
to fonts category.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 | ||||
-rw-r--r-- | print/p5-Font-AFM/DESCR | 3 | ||||
-rw-r--r-- | print/p5-Font-AFM/Makefile | 19 | ||||
-rw-r--r-- | print/p5-Font-AFM/PLIST | 1 | ||||
-rw-r--r-- | print/p5-Font-AFM/distinfo | 4 | ||||
-rw-r--r-- | print/ttftot42/DESCR | 13 | ||||
-rw-r--r-- | print/ttftot42/Makefile | 16 | ||||
-rw-r--r-- | print/ttftot42/PLIST | 2 | ||||
-rw-r--r-- | print/ttftot42/distinfo | 4 |
9 files changed, 1 insertions, 65 deletions
diff --git a/print/Makefile b/print/Makefile index 55573a3410a..43126d07ad0 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2002/07/12 20:15:16 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2002/07/16 15:29:22 wiz Exp $ # COMMENT= Desktop publishing @@ -45,7 +45,6 @@ SUBDIR+= magicfilter SUBDIR+= mgv SUBDIR+= mp SUBDIR+= mpage -SUBDIR+= p5-Font-AFM SUBDIR+= p5-PostScript-MailLabels SUBDIR+= papersize SUBDIR+= pcps @@ -71,7 +70,6 @@ SUBDIR+= tex-jadetex SUBDIR+= texfamily SUBDIR+= texfamily-share SUBDIR+= transfig -SUBDIR+= ttftot42 SUBDIR+= xpdf SUBDIR+= xpp SUBDIR+= yup diff --git a/print/p5-Font-AFM/DESCR b/print/p5-Font-AFM/DESCR deleted file mode 100644 index bc4fe22b2a5..00000000000 --- a/print/p5-Font-AFM/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -This module implements the Font::AFM class. Objects of this class are -initialised from an AFM-file and allow you to obtain information about the -font and the metrics of the various glyphs in the font. diff --git a/print/p5-Font-AFM/Makefile b/print/p5-Font-AFM/Makefile deleted file mode 100644 index fec0885ceb0..00000000000 --- a/print/p5-Font-AFM/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:13 jlam Exp $ - -DISTNAME= Font-AFM-1.18 -PKGNAME= p5-${DISTNAME} -SVR4_PKGNAME= p5fon -CATEGORIES= print perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} - -MAINTAINER= packages@netbsd.org -COMMENT= perl5 modules for parsing PostScript font metrics files - -USE_BUILDLINK_ONLY= YES -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Font/AFM/.packlist - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/print/p5-Font-AFM/PLIST b/print/p5-Font-AFM/PLIST deleted file mode 100644 index aecb9b99ee0..00000000000 --- a/print/p5-Font-AFM/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:27:53 zuntum Exp $ diff --git a/print/p5-Font-AFM/distinfo b/print/p5-Font-AFM/distinfo deleted file mode 100644 index 46c1bf2d4a8..00000000000 --- a/print/p5-Font-AFM/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 12:41:52 agc Exp $ - -SHA1 (Font-AFM-1.18.tar.gz) = 92b82f57f18b72462ba9d0d56953c8d3011eb421 -Size (Font-AFM-1.18.tar.gz) = 8815 bytes diff --git a/print/ttftot42/DESCR b/print/ttftot42/DESCR deleted file mode 100644 index 904ba2e558b..00000000000 --- a/print/ttftot42/DESCR +++ /dev/null @@ -1,13 +0,0 @@ - TrueType fonts cannot be converted to Type 1 fonts without loss of -quality, since conversion introduces rounding errors and loses hinting -information. Therefore, newer PostScript interpreters (Adobe -PostScript since version 2013, ghostscript since 5.03) include a -TrueType rasterizers. To use a TrueType font with them, it has to be -embedded in a PostScript font dictionary; this format is called Type 42. - - This program generates such Type 42 fonts from TrueType fonts. It -can also generate Adobe Font Metrics files (AFM files), including -kerning information. - - Not yet supported are TrueType Collections and the creation of CID -keyed fonts from large TrueType fonts (East Asian or Unicode fonts). diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile deleted file mode 100644 index 859e95a77ae..00000000000 --- a/print/ttftot42/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/02 11:51:25 uebayasi Exp $ -# FreeBSD Id: ports/print/ttftot42/Makefile,v 1.2 2001/07/25 17:36:26 steve Exp - -DISTNAME= ttftot42-0.3.1 -CATEGORIES= print fonts -MASTER_SITES= http://www.giga.or.at/pub/nih/ttftot42/ - -MAINTAINER= rxg@ms25.url.com.tw -HOMEPAGE= http://ftp.giga.or.at/pub/nih/ttftot42/ -COMMENT= TrueType font to Type 42 converter - -GNU_CONFIGURE= yes -CPPFLAGS+= -I${BUILDLINK_DIR}/include/freetype - -.include "../../graphics/freetype-lib/buildlink.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/print/ttftot42/PLIST b/print/ttftot42/PLIST deleted file mode 100644 index 6d53cd43937..00000000000 --- a/print/ttftot42/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/02 11:51:25 uebayasi Exp $ -bin/ttftot42 diff --git a/print/ttftot42/distinfo b/print/ttftot42/distinfo deleted file mode 100644 index d9be928d321..00000000000 --- a/print/ttftot42/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/04/02 11:51:25 uebayasi Exp $ - -SHA1 (ttftot42-0.3.1.tar.gz) = 2790e5df866c487ad3dbeca99c8f88698f6dee57 -Size (ttftot42-0.3.1.tar.gz) = 54489 bytes |