From 7565ecd229d1d3088fb1b5d127e610a2c136b788 Mon Sep 17 00:00:00 2001 From: jonb Date: Thu, 13 Jan 2000 04:15:35 +0000 Subject: [PATCH] Initial import of mminstance-1.8: Utility programs for creating instances of Multiple master fonts. --- textproc/mminstance/Makefile | 13 +++++++++++++ textproc/mminstance/files/md5 | 3 +++ textproc/mminstance/pkg/COMMENT | 1 + textproc/mminstance/pkg/DESCR | 4 ++++ textproc/mminstance/pkg/PLIST | 5 +++++ 5 files changed, 26 insertions(+) create mode 100644 textproc/mminstance/Makefile create mode 100644 textproc/mminstance/files/md5 create mode 100644 textproc/mminstance/pkg/COMMENT create mode 100644 textproc/mminstance/pkg/DESCR create mode 100644 textproc/mminstance/pkg/PLIST diff --git a/textproc/mminstance/Makefile b/textproc/mminstance/Makefile new file mode 100644 index 000000000000..35368937510f --- /dev/null +++ b/textproc/mminstance/Makefile @@ -0,0 +1,13 @@ +# $NetBSD$ +# + +DISTNAME= mminstance-1.8 +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/mminstance/files/md5 b/textproc/mminstance/files/md5 new file mode 100644 index 000000000000..bf8616c4e0d9 --- /dev/null +++ b/textproc/mminstance/files/md5 @@ -0,0 +1,3 @@ +$NetBSD$ + +MD5 (mminstance-1.8.tar.gz) = 126653233eb304347468da71ac404e9a diff --git a/textproc/mminstance/pkg/COMMENT b/textproc/mminstance/pkg/COMMENT new file mode 100644 index 000000000000..d9b2e05a4573 --- /dev/null +++ b/textproc/mminstance/pkg/COMMENT @@ -0,0 +1 @@ +Utility programs for creating instances of Multiple master fonts. diff --git a/textproc/mminstance/pkg/DESCR b/textproc/mminstance/pkg/DESCR new file mode 100644 index 000000000000..bcc618005e64 --- /dev/null +++ b/textproc/mminstance/pkg/DESCR @@ -0,0 +1,4 @@ +Utilities for making instances of Multiple master fonts. The first, +mmpfb, creates a normal type 1 font from a given Multiple master +font. The other, mmafm, creates a standard AFM file from the given +AMFM and AFM files supplied with the Multiple master font. diff --git a/textproc/mminstance/pkg/PLIST b/textproc/mminstance/pkg/PLIST new file mode 100644 index 000000000000..b53edaa61611 --- /dev/null +++ b/textproc/mminstance/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD$ +bin/mmafm +bin/mmpfb +man/man1/mmafm.1 +man/man1/mmpfb.1 -- 2.41.0