diff options
author | jonb <jonb@pkgsrc.org> | 2002-07-23 20:30:34 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2002-07-23 20:30:34 +0000 |
commit | 35717cbf228c84002bc528f0a335b4899dccfa24 (patch) | |
tree | 42597db37e4614625a7f0b6c508d08f64837f554 | |
parent | f4eff9341e422358c0764c32126f2780bd185eb1 (diff) | |
download | pkgsrc-35717cbf228c84002bc528f0a335b4899dccfa24.tar.gz |
complete move of textproc/mminstance
-rw-r--r-- | fonts/Makefile | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/mminstance/DESCR | 4 | ||||
-rw-r--r-- | textproc/mminstance/Makefile | 14 | ||||
-rw-r--r-- | textproc/mminstance/PLIST | 5 | ||||
-rw-r--r-- | textproc/mminstance/distinfo | 4 |
6 files changed, 3 insertions, 30 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index ed9f761700a..d68831e153f 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/07/21 19:22:22 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2002/07/23 20:30:34 jonb Exp $ # COMMENT= Fonts @@ -44,6 +44,7 @@ SUBDIR+= kochi-ttf SUBDIR+= mglfonts SUBDIR+= mkfontalias SUBDIR+= mkfontscale +SUBDIR+= mminstance SUBDIR+= monafonts SUBDIR+= mozilla-fonts SUBDIR+= ms-ttf diff --git a/textproc/Makefile b/textproc/Makefile index da513306837..a5ebefb1763 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.153 2002/07/22 11:32:52 agc Exp $ +# $NetBSD: Makefile,v 1.154 2002/07/23 20:30:34 jonb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -64,7 +64,6 @@ SUBDIR+= libxslt SUBDIR+= lout SUBDIR+= lq-sp SUBDIR+= makeztxt -SUBDIR+= mminstance SUBDIR+= namazu1 SUBDIR+= namazu2 SUBDIR+= ndtpd diff --git a/textproc/mminstance/DESCR b/textproc/mminstance/DESCR deleted file mode 100644 index bcc618005e6..00000000000 --- a/textproc/mminstance/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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/Makefile b/textproc/mminstance/Makefile deleted file mode 100644 index 1a3f0c291a4..00000000000 --- a/textproc/mminstance/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:34 wiz 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/ -COMMENT= Utility programs for creating instances of multiple master fonts - -GNU_CONFIGURE= YES - -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/mminstance/PLIST b/textproc/mminstance/PLIST deleted file mode 100644 index 7007b0e9e9d..00000000000 --- a/textproc/mminstance/PLIST +++ /dev/null @@ -1,5 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:27 zuntum Exp $ -bin/mmafm -bin/mmpfb -man/man1/mmafm.1 -man/man1/mmpfb.1 diff --git a/textproc/mminstance/distinfo b/textproc/mminstance/distinfo deleted file mode 100644 index 8c67af92ae9..00000000000 --- a/textproc/mminstance/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:01 skrll Exp $ - -SHA1 (mminstance-1.8.tar.gz) = 26fca824424f130236f1ba2c72f97a9824281993 -Size (mminstance-1.8.tar.gz) = 128869 bytes |