diff options
author | rh <rh> | 2000-10-15 18:50:44 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-15 18:50:44 +0000 |
commit | 9d4f5c2f4dfc36667cbe9399d9dc0221dbc1713d (patch) | |
tree | 7c8c324ced4a801fc06559c260d92e283afe53f9 /converters | |
parent | a7bc79027ca910324659a44dcf862edd032f3167 (diff) | |
download | pkgsrc-9d4f5c2f4dfc36667cbe9399d9dc0221dbc1713d.tar.gz |
Initial import of t1utils-1.20, a set of command-line tools for dealing
with Adobe Type 1 fonts
Diffstat (limited to 'converters')
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/converters/t1utils/Makefile b/converters/t1utils/Makefile new file mode 100644 index 00000000000..b815a84c37d --- /dev/null +++ b/converters/t1utils/Makefile @@ -0,0 +1,13 @@ +# $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 new file mode 100644 index 00000000000..e8aaa0ab90a --- /dev/null +++ b/converters/t1utils/files/md5 @@ -0,0 +1,3 @@ +$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 new file mode 100644 index 00000000000..52300b66974 --- /dev/null +++ b/converters/t1utils/pkg/COMMENT @@ -0,0 +1 @@ +command-line tools for dealing with Type 1 fonts diff --git a/converters/t1utils/pkg/DESCR b/converters/t1utils/pkg/DESCR new file mode 100644 index 00000000000..0bb418322f8 --- /dev/null +++ b/converters/t1utils/pkg/DESCR @@ -0,0 +1,7 @@ + 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 new file mode 100644 index 00000000000..2c2be3bd535 --- /dev/null +++ b/converters/t1utils/pkg/PLIST @@ -0,0 +1,13 @@ +@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 |