From acda92e4e9e8058dd1a2acd222ae20896ab2d592 Mon Sep 17 00:00:00 2001 From: itojun Date: Thu, 17 Jun 1999 08:00:31 +0000 Subject: upgrade to use magicpoint 1.05a. preparation for Japanese version (pkgsrc/japanese/magicpoint). --- graphics/magicpoint/Makefile | 9 +++++---- graphics/magicpoint/files/md5 | 4 ++-- graphics/magicpoint/patches/patch-aa | 23 ----------------------- graphics/magicpoint/pkg/PLIST | 3 ++- 4 files changed, 9 insertions(+), 30 deletions(-) delete mode 100644 graphics/magicpoint/patches/patch-aa (limited to 'graphics/magicpoint') diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index f1a2ef45397..102edeaba1e 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 1999/06/16 16:21:26 itojun Exp $ +# $NetBSD: Makefile,v 1.8 1999/06/17 08:00:31 itojun Exp $ -DISTNAME= magicpoint-1.04a +DISTNAME= magicpoint-1.05a # question is for localized (i.e. Japanese) version -PKGNAME?= magicpoint-1.04a +PKGNAME?= magicpoint-1.05a CATEGORIES= x11 graphics MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ @@ -15,7 +15,8 @@ CONFLICTS= mgp-* GNU_CONFIGURE= yes USE_IMAKE= yes -CONFIGURE_ARGS+= --disable-vflib +# question is for localized (i.e. Japanese) version +CONFIGURE_ARGS?= --disable-vflib post-configure: (cd ${WRKSRC}/contrib/xmindpath; ./configure --prefix=${PREFIX}) diff --git a/graphics/magicpoint/files/md5 b/graphics/magicpoint/files/md5 index 79062abe412..5c0ba44ca8a 100644 --- a/graphics/magicpoint/files/md5 +++ b/graphics/magicpoint/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1998/11/11 06:28:40 garbled Exp $ +$NetBSD: md5,v 1.3 1999/06/17 08:00:31 itojun Exp $ -MD5 (magicpoint-1.04a.tar.gz) = afc4029060759b6be53c5114f73e6a3a +MD5 (magicpoint-1.05a.tar.gz) = 325e61a87e2154d6811cf1d796f137fa diff --git a/graphics/magicpoint/patches/patch-aa b/graphics/magicpoint/patches/patch-aa deleted file mode 100644 index bdf71e1db40..00000000000 --- a/graphics/magicpoint/patches/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/11/11 06:28:40 garbled Exp $ -*** draw.c.orig Mon Aug 24 20:37:32 1998 ---- draw.c Mon Aug 24 20:37:35 1998 -*************** -*** 829,834 **** ---- 829,835 ---- - while (len) { - code = kanjimode ? p[0] * 256 + p[1] : p[0]; - -+ #if 0 - if (code == ' ') { - char_len = char_size / 2; - p++; -*************** -*** 837,842 **** ---- 838,844 ---- - state->linewidth += HORIZ_STEP(char_size, char_len); - continue; - } -+ #endif - - #ifdef USE_XDRAWSTRING - char_len = draw_onechar_x(state, code, state->linewidth, diff --git a/graphics/magicpoint/pkg/PLIST b/graphics/magicpoint/pkg/PLIST index cc0a7151765..5c2605cc53c 100644 --- a/graphics/magicpoint/pkg/PLIST +++ b/graphics/magicpoint/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1999/06/15 21:22:10 itojun Exp $ +@comment $NetBSD: PLIST,v 1.6 1999/06/17 08:00:31 itojun Exp $ bin/mgp bin/mgp2ps bin/mgpnet @@ -23,6 +23,7 @@ share/examples/mgp/embed-jp.mgp share/examples/mgp/embed.mgp share/examples/mgp/gradation-jp.mgp share/examples/mgp/multilingual.mgp +share/examples/mgp/sample-fr.mgp share/examples/mgp/sample-jp.mgp share/examples/mgp/sendmail6-jp.mgp share/examples/mgp/sendmail6.mgp -- cgit v1.2.3