diff options
author | jonb <jonb> | 2000-01-13 04:15:35 +0000 |
---|---|---|
committer | jonb <jonb> | 2000-01-13 04:15:35 +0000 |
commit | c11999b9ee6aec6871a565f7fe979b435de6a1bc (patch) | |
tree | 573a6da9c83f6938eb99fe4ac2d8cd04704e381c /textproc/mminstance | |
parent | 56333977b3bb12918c35eaf0f0b865f233882b98 (diff) | |
download | pkgsrc-c11999b9ee6aec6871a565f7fe979b435de6a1bc.tar.gz |
Initial import of mminstance-1.8:
Utility programs for creating instances of Multiple master fonts.
Diffstat (limited to 'textproc/mminstance')
-rw-r--r-- | textproc/mminstance/Makefile | 13 | ||||
-rw-r--r-- | textproc/mminstance/files/md5 | 3 | ||||
-rw-r--r-- | textproc/mminstance/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/mminstance/pkg/DESCR | 4 | ||||
-rw-r--r-- | textproc/mminstance/pkg/PLIST | 5 |
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/mminstance/Makefile b/textproc/mminstance/Makefile new file mode 100644 index 00000000000..a53e9925375 --- /dev/null +++ b/textproc/mminstance/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/13 04:15:35 jonb Exp $ +# + +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 00000000000..9ea8cb2f428 --- /dev/null +++ b/textproc/mminstance/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/13 04:15:35 jonb Exp $ + +MD5 (mminstance-1.8.tar.gz) = 126653233eb304347468da71ac404e9a diff --git a/textproc/mminstance/pkg/COMMENT b/textproc/mminstance/pkg/COMMENT new file mode 100644 index 00000000000..d9b2e05a457 --- /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 00000000000..bcc618005e6 --- /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 00000000000..3494b0814a9 --- /dev/null +++ b/textproc/mminstance/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/13 04:15:35 jonb Exp $ +bin/mmafm +bin/mmpfb +man/man1/mmafm.1 +man/man1/mmpfb.1 |