summaryrefslogtreecommitdiff
path: root/editors/mined/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-08-17 23:24:11 +0000
committertnn <tnn@pkgsrc.org>2007-08-17 23:24:11 +0000
commit4ff16bd58ee96d4b0a3f1f3979d3c90832e824c3 (patch)
tree735094186f07e640dc33d14be198f0e9a0eb0d5e /editors/mined/Makefile
parentc152d86dad4e2c62f16e1edf5844687f4f203704 (diff)
downloadpkgsrc-4ff16bd58ee96d4b0a3f1f3979d3c90832e824c3.tar.gz
Update to mined-2000.14; requested by upstream. Pick up maintainership.
While here add DESTDIR support. Changes in 2000.14: Text editing features: * Case-insensitive search (except when searching for an identifier). * New command Alt-x toggles preceding character and its hexadecimal code. Character encoding support enhancements: * Additional option -E? just determines and displays text file encoding(s). * Additional option +E? just determines and displays terminal encoding. * Separated display of "isolated" combining characters (e.g. after TAB). * Improved text encoding auto-detection: * Improved detection of CJK encodings vs. 8-bit encodings. * Added auto-detection of Windows-"ANSI" (CP1252), PC-Latin (CP850), MacRoman. * Improved configuration of auto-detection. Character input enhancements: * New shortcuts for input of plain quote marks (in smart quotes mode). Interworking enhancements: Terminal encoding handling: * Added options -f / -F to indicate limited font coverage of special characters. * Detecting and handling non-Unicode terminal with Arabic ligature joining. * Detecting and handling special width behaviour of rxvt, mlterm, konsole concerning unassigned characters, non-BMP, or non-Unicode characters. * Applying display replacement for illegal Unicode characters by default (codes ending with FFFE/FFFF, surrogates, non-Unicode code points). * Fixed a lot of other remaining width display inconsistencies. * Making use of window focus out/in reports (xterm 224). * Workaround for xterm 224 bug which could lock up the terminal. * Adjusting display details to properties of gnome-terminal, konsole. * Considering termcap information of function key escape sequences. Miscellaneous changes: * Increased speed of some UTF-8 search operations by a factor of ~ 40. * Colour highlighting of DOS/Mac line end indications.
Diffstat (limited to 'editors/mined/Makefile')
-rw-r--r--editors/mined/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/mined/Makefile b/editors/mined/Makefile
index c4927586d9e..4151e0a3312 100644
--- a/editors/mined/Makefile
+++ b/editors/mined/Makefile
@@ -1,19 +1,20 @@
-# $NetBSD: Makefile,v 1.17 2007/06/28 19:44:09 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/08/17 23:24:11 tnn Exp $
#
-DISTNAME= mined-2000.13.2
+DISTNAME= mined-2000.14
CATEGORIES= editors
MASTER_SITES= http://towo.net/mined/
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://towo.net/mined/
COMMENT= Html-aware editor
+PKG_DESTDIR_SUPPORT= user-destdir
MAKE_FILE= makefile
USE_TOOLS+= gmake
post-install:
- ${CHMOD} -x ${PREFIX}/share/mined/conf_user/xinitrc.mined
+ ${CHMOD} -x ${DESTDIR}${PREFIX}/share/mined/conf_user/xinitrc.mined
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"