pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/joe Changes 3.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8429540bc590
branches:  trunk
changeset: 516605:8429540bc590
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 24 07:50:12 2006 +0000

description:
Changes 3.5:
- Query windows now expand to multiple lines if necessary
- Single key queries are now internationalized (set local versions in the
  .po file)
- Spell check language can be set in the editor
- New syntax files: m4, joerc
- New debug window for highlight file syntax errors.
- Macros can be typed at the ESC X prompt (before it used to accept only
  commands).
- Built-in joerc file allows joe to run even if /etc/joe directory is
  missing.
- Support for 'long long' allows editing parts of files larger than 4GB.
  For example, you can say: joe /dev/hda,0x100000000,0x1000 to edit the 4KB
  block at offset 4GB of a hard drive.
- Option which allows you set how many undo records to keep.
- You can give a path to the tags file in the TAGS environment variable.

diffstat:

 editors/joe/Makefile |  4 ++--
 editors/joe/PLIST    |  5 ++++-
 editors/joe/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (54 lines):

diff -r 58ca5cf98a60 -r 8429540bc590 editors/joe/Makefile
--- a/editors/joe/Makefile      Sun Jul 23 22:14:26 2006 +0000
+++ b/editors/joe/Makefile      Mon Jul 24 07:50:12 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2006/07/07 18:22:00 adam Exp $
+# $NetBSD: Makefile,v 1.30 2006/07/24 07:50:12 adam Exp $
 
-DISTNAME=      joe-3.4
+DISTNAME=      joe-3.5
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
 
diff -r 58ca5cf98a60 -r 8429540bc590 editors/joe/PLIST
--- a/editors/joe/PLIST Sun Jul 23 22:14:26 2006 +0000
+++ b/editors/joe/PLIST Mon Jul 24 07:50:12 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2006/07/07 18:22:00 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/07/24 07:50:12 adam Exp $
 bin/jmacs
 bin/joe
 bin/jpico
@@ -21,6 +21,7 @@
 share/examples/joe/jpicorc
 share/examples/joe/jstarrc
 share/examples/joe/lang/de.po
+share/examples/joe/lang/fr.po
 share/examples/joe/lang/ru.po
 share/examples/joe/rjoerc
 share/examples/joe/syntax/4gl.jsf
@@ -37,8 +38,10 @@
 share/examples/joe/syntax/haskell.jsf
 share/examples/joe/syntax/html.jsf
 share/examples/joe/syntax/java.jsf
+share/examples/joe/syntax/joerc.jsf
 share/examples/joe/syntax/lisp.jsf
 share/examples/joe/syntax/lua.jsf
+share/examples/joe/syntax/m4.jsf
 share/examples/joe/syntax/mail.jsf
 share/examples/joe/syntax/mason.jsf
 share/examples/joe/syntax/ocaml.jsf
diff -r 58ca5cf98a60 -r 8429540bc590 editors/joe/distinfo
--- a/editors/joe/distinfo      Sun Jul 23 22:14:26 2006 +0000
+++ b/editors/joe/distinfo      Mon Jul 24 07:50:12 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2006/07/11 00:30:09 joerg Exp $
+$NetBSD: distinfo,v 1.14 2006/07/24 07:50:12 adam Exp $
 
-SHA1 (joe-3.4.tar.gz) = 8c044130b48dce0768880605ee2b5dac102ebbd1
-RMD160 (joe-3.4.tar.gz) = 0849f34ae239be8281a098532ec6b82d85f61607
-Size (joe-3.4.tar.gz) = 590679 bytes
+SHA1 (joe-3.5.tar.gz) = aeee6bb71ed1e9b9c9a2a64d8e078a06245957e5
+RMD160 (joe-3.5.tar.gz) = c58d2bdd4882bf698722d5a8e840f3d7a0221fc6
+Size (joe-3.5.tar.gz) = 613815 bytes
 SHA1 (patch-aa) = 25d7b96349b20af7e2f3de09dc6c8a229028c9dc



Home | Main Index | Thread Index | Old Index