summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjonb <jonb>2000-01-12 05:35:50 +0000
committerjonb <jonb>2000-01-12 05:35:50 +0000
commit128766c78dbb53ce06a2e0f98e0d4ef27cb40118 (patch)
treec3d1b470933d20dd480a94ca869df62531e81e46 /textproc
parent9c3ec3542f283cb0ecff54cec8b14539eb340d6b (diff)
downloadpkgsrc-128766c78dbb53ce06a2e0f98e0d4ef27cb40118.tar.gz
initial import of new t1utils-1.14 package:
Utility programs for dealing with Postscript Type 1 font files
Diffstat (limited to 'textproc')
-rw-r--r--textproc/t1utils/Makefile13
-rw-r--r--textproc/t1utils/files/md53
-rw-r--r--textproc/t1utils/pkg/COMMENT1
-rw-r--r--textproc/t1utils/pkg/DESCR5
-rw-r--r--textproc/t1utils/pkg/PLIST11
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