diff options
author | jonb <jonb@pkgsrc.org> | 2000-01-12 05:35:50 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2000-01-12 05:35:50 +0000 |
commit | 8fff7d7eb969ef796c64123e0dac6ec237d53443 (patch) | |
tree | c3d1b470933d20dd480a94ca869df62531e81e46 /textproc/t1utils | |
parent | ff8673445dd0abc6135ff93e08af1f7f5ab5cf0e (diff) | |
download | pkgsrc-8fff7d7eb969ef796c64123e0dac6ec237d53443.tar.gz |
initial import of new t1utils-1.14 package:
Utility programs for dealing with Postscript Type 1 font files
Diffstat (limited to 'textproc/t1utils')
-rw-r--r-- | textproc/t1utils/Makefile | 13 | ||||
-rw-r--r-- | textproc/t1utils/files/md5 | 3 | ||||
-rw-r--r-- | textproc/t1utils/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/t1utils/pkg/DESCR | 5 | ||||
-rw-r--r-- | textproc/t1utils/pkg/PLIST | 11 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/t1utils/Makefile b/textproc/t1utils/Makefile new file mode 100644 index 00000000000..72abf872356 --- /dev/null +++ b/textproc/t1utils/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/12 05:35:50 jonb Exp $ +# + +DISTNAME= t1utils-1.14 +CATEGORIES= textproc +MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ + +MAINTAINER= jonb@netbsd.org +HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/t1utils/files/md5 b/textproc/t1utils/files/md5 new file mode 100644 index 00000000000..2050a1d7302 --- /dev/null +++ b/textproc/t1utils/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/12 05:35:50 jonb Exp $ + +MD5 (t1utils-1.14.tar.gz) = bca581d5d2a322a9b0c76f5f4f54ffd5 diff --git a/textproc/t1utils/pkg/COMMENT b/textproc/t1utils/pkg/COMMENT new file mode 100644 index 00000000000..38c02ebcda5 --- /dev/null +++ b/textproc/t1utils/pkg/COMMENT @@ -0,0 +1 @@ +Utility programs for dealing with Postscript Type 1 font files diff --git a/textproc/t1utils/pkg/DESCR b/textproc/t1utils/pkg/DESCR new file mode 100644 index 00000000000..9680c8027ee --- /dev/null +++ b/textproc/t1utils/pkg/DESCR @@ -0,0 +1,5 @@ +Utilities for working with Postscript Type 1 font files. In +particular, this package includes programs for changing font files +between ASCII and binary formats, and a "human readable" format, +and it also includes a program for extracting the useful information +from the "resource fork" of MacOS files. diff --git a/textproc/t1utils/pkg/PLIST b/textproc/t1utils/pkg/PLIST new file mode 100644 index 00000000000..cd0cd49be74 --- /dev/null +++ b/textproc/t1utils/pkg/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/12 05:35:50 jonb Exp $ +bin/t1ascii +bin/t1asm +bin/t1binary +bin/t1disasm +bin/t1unmac +man/man1/t1ascii.1 +man/man1/t1asm.1 +man/man1/t1binary.1 +man/man1/t1disasm.1 +man/man1/t1unmac.1 |