From 8fff7d7eb969ef796c64123e0dac6ec237d53443 Mon Sep 17 00:00:00 2001 From: jonb Date: Wed, 12 Jan 2000 05:35:50 +0000 Subject: initial import of new t1utils-1.14 package: Utility programs for dealing with Postscript Type 1 font files --- textproc/t1utils/Makefile | 13 +++++++++++++ textproc/t1utils/files/md5 | 3 +++ textproc/t1utils/pkg/COMMENT | 1 + textproc/t1utils/pkg/DESCR | 5 +++++ textproc/t1utils/pkg/PLIST | 11 +++++++++++ 5 files changed, 33 insertions(+) create mode 100644 textproc/t1utils/Makefile create mode 100644 textproc/t1utils/files/md5 create mode 100644 textproc/t1utils/pkg/COMMENT create mode 100644 textproc/t1utils/pkg/DESCR create mode 100644 textproc/t1utils/pkg/PLIST (limited to 'textproc/t1utils') 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 -- cgit v1.2.3