diff options
Diffstat (limited to 'textproc')
-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 |