From 00ffcbb1d131d8c2cca041a54cc882a3329aedaf Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 1 Jul 2003 15:52:00 +0000 Subject: Upgrade mined from version 2000.6 to 2000.7 Pkgsrc changes include displaying the help file correctly. New features in this release: * Enhanced East Asian input method support; selection menu for multiple character choices ("pick list"). * Support for editing CJK encoded files in UTF-8 terminal; major CJK encodings are supported (Big5, GBK, JIS, S-JIS, UHC, Johab). Main enhancements: (for details see the change log) * Flag menus for all flags for more intuitive selection. * Enhanced and generalized coded character input (CJK / decimal / illegal code recognition). * Extended bullet recognition for clever justification (auto-indent). * Makefile for Mac OS X. --- editors/mined/Makefile | 6 +++--- editors/mined/distinfo | 9 ++++++--- editors/mined/patches/patch-aa | 33 +++++++++++++++++++++++++++++++++ editors/mined/patches/patch-ab | 7 +++++++ editors/mined/patches/patch-ac | 15 +++++++++++++++ 5 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 editors/mined/patches/patch-aa create mode 100644 editors/mined/patches/patch-ab create mode 100644 editors/mined/patches/patch-ac (limited to 'editors') diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 8302eaaa2dc..33d8089fb96 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/06/02 01:20:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/01 15:52:00 agc Exp $ # -DISTNAME= mined-2000.6 -WRKSRC= ${WRKDIR}/${DISTNAME}/src +DISTNAME= mined-2000.7 CATEGORIES= editors MASTER_SITES= http://towo.net/mined/ @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://towo.net/mined/ COMMENT= html-aware editor +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= yes MAKEFILE= makefile.bsd diff --git a/editors/mined/distinfo b/editors/mined/distinfo index 74b769cf82f..e6e5e749173 100644 --- a/editors/mined/distinfo +++ b/editors/mined/distinfo @@ -1,4 +1,7 @@ -$NetBSD: distinfo,v 1.2 2003/03/27 12:56:21 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/07/01 15:52:00 agc Exp $ -SHA1 (mined-2000.6.tar.gz) = 93c17cce64fb7259f898ee0822e55ae2f9fbec95 -Size (mined-2000.6.tar.gz) = 647428 bytes +SHA1 (mined-2000.7.tar.gz) = 644bb15455f636b58a05b67a988421a6dc99cf90 +Size (mined-2000.7.tar.gz) = 1208334 bytes +SHA1 (patch-aa) = c0467b6017cf54827ba3c1de23c9ba9e3f31acf7 +SHA1 (patch-ab) = d3a99e8d14797233b6abf8c1096d65bd3451d28c +SHA1 (patch-ac) = 9624eae0aecde080174f8d3c982b209aa703273c diff --git a/editors/mined/patches/patch-aa b/editors/mined/patches/patch-aa new file mode 100644 index 00000000000..cb9d961a1f6 --- /dev/null +++ b/editors/mined/patches/patch-aa @@ -0,0 +1,33 @@ +$NetBSD: patch-aa,v 1.3 2003/07/01 15:52:37 agc Exp $ + +--- minedaux.c 2003/06/17 16:07:30 1.1 ++++ minedaux.c 2003/06/17 16:10:10 +@@ -507,6 +507,13 @@ + # include + # endif + ++# include ++# include ++ ++# if (defined(BSD) && BSD >= 199306) ++# include ++# else ++ + extern int errno; + extern int sys_nerr; + +@@ -518,13 +525,13 @@ + portability problems and wastes developers' time. + It's nothing but a nuisance. */ + extern char * sys_errlist []; ++# endif + # endif + # endif + + # endif /* #else __CYGWIN__ */ + #endif + +- + char * + serrorof (errnum) + int errnum; diff --git a/editors/mined/patches/patch-ab b/editors/mined/patches/patch-ab new file mode 100644 index 00000000000..9b4b9539e15 --- /dev/null +++ b/editors/mined/patches/patch-ab @@ -0,0 +1,7 @@ +$NetBSD: patch-ab,v 1.1 2003/07/01 15:52:37 agc Exp $ + +--- minedhlp.h 2003/06/17 16:34:13 1.1 ++++ minedhlp.h 2003/06/17 16:34:31 +@@ -1 +1 @@ +- helpfile = "/usr/local/share/help/mined.hlp"; ++ helpfile = PREFIX "/share/help/mined.hlp"; diff --git a/editors/mined/patches/patch-ac b/editors/mined/patches/patch-ac new file mode 100644 index 00000000000..7278308c669 --- /dev/null +++ b/editors/mined/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/07/01 15:52:37 agc Exp $ + +Pass the value of ${PREFIX} down so that the help file can be found + +--- makefile.bsd 2003/06/17 16:35:05 1.1 ++++ makefile.bsd 2003/06/17 16:35:37 +@@ -43,7 +43,7 @@ + SYSTEM = -Dunix + + # select operating system environment +-DEFS = -Dunix ++DEFS = -Dunix -DPREFIX='"${PREFIX}"' + + + # collection of system parameters for compilation -- cgit v1.2.3