diff options
author | rh <rh> | 2000-10-16 05:57:44 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-16 05:57:44 +0000 |
commit | 12dfec6b1f3ad7c939490ad1163e2d0306efd0c5 (patch) | |
tree | 81b470912a5fa071bf94eda08127541b9e832edd /converters | |
parent | b3fb64f47812885b0c8fa8d882f59d04b08d5048 (diff) | |
download | pkgsrc-12dfec6b1f3ad7c939490ad1163e2d0306efd0c5.tar.gz |
Remove converters/t1utils. This is already present as textproc/t1utils.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 | ||||
-rw-r--r-- | converters/t1utils/Makefile | 13 | ||||
-rw-r--r-- | converters/t1utils/files/md5 | 3 | ||||
-rw-r--r-- | converters/t1utils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | converters/t1utils/pkg/DESCR | 7 | ||||
-rw-r--r-- | converters/t1utils/pkg/PLIST | 13 |
6 files changed, 1 insertions, 39 deletions
diff --git a/converters/Makefile b/converters/Makefile index 7db416bc2a7..0828925985f 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/10/15 18:51:40 rh Exp $ +# $NetBSD: Makefile,v 1.19 2000/10/16 05:57:44 rh Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/16 22:45:25 jseger Exp # @@ -11,7 +11,6 @@ SUBDIR += p5-MIME-Base64 SUBDIR += psiconv SUBDIR += recode - SUBDIR += t1utils SUBDIR += uudeview SUBDIR += uulib SUBDIR += wv diff --git a/converters/t1utils/Makefile b/converters/t1utils/Makefile deleted file mode 100644 index b815a84c37d..00000000000 --- a/converters/t1utils/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 18:50:44 rh Exp $ -# - -DISTNAME= t1utils-1.20 -CATEGORIES= converters print -MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ - -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.lcdf.org/~eddietwo/type/\#t1utils - -GNU_CONFIGURE= YES - -.include "../../mk/bsd.pkg.mk" diff --git a/converters/t1utils/files/md5 b/converters/t1utils/files/md5 deleted file mode 100644 index e8aaa0ab90a..00000000000 --- a/converters/t1utils/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/10/15 18:50:44 rh Exp $ - -MD5 (t1utils-1.20.tar.gz) = f8ce616748d4320b1fb88a69e4a81eb7 diff --git a/converters/t1utils/pkg/COMMENT b/converters/t1utils/pkg/COMMENT deleted file mode 100644 index 52300b66974..00000000000 --- a/converters/t1utils/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -command-line tools for dealing with Type 1 fonts diff --git a/converters/t1utils/pkg/DESCR b/converters/t1utils/pkg/DESCR deleted file mode 100644 index 0bb418322f8..00000000000 --- a/converters/t1utils/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ - Six free UNIX/Windows command-line tools for dealing with Type 1 fonts. This -is a revision of I. Lee Hetherington?s beloved t1utils package. t1ascii -changes PFB (binary) fonts into PFA (ASCII) format; t1binary goes the opposite -direction. t1disasm translates PFBs or PFAs into a human-readable and --editable format; t1asm goes the opposite direction. Finally, t1unmac -(formerly unpost) translates a Macintosh Type 1 font into either PFB or PFA -format, and t1mac goes the opposite direction. diff --git a/converters/t1utils/pkg/PLIST b/converters/t1utils/pkg/PLIST deleted file mode 100644 index 2c2be3bd535..00000000000 --- a/converters/t1utils/pkg/PLIST +++ /dev/null @@ -1,13 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/15 18:50:44 rh Exp $ -bin/t1ascii -bin/t1asm -bin/t1binary -bin/t1disasm -bin/t1mac -bin/t1unmac -man/man1/t1ascii.1 -man/man1/t1asm.1 -man/man1/t1binary.1 -man/man1/t1disasm.1 -man/man1/t1mac.1 -man/man1/t1unmac.1 |