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.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f87d4054739
branches:  trunk
changeset: 497008:2f87d4054739
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 19 08:29:52 2005 +0000

description:
Changes 3.3:
- The default background color can now be set.
- JOE now supports 256 color xterm.
- The mouse can now resize windows and select menu entries.
- During selection with the mouse, the window will autoscroll when you go
  past the edge.
- An xterm-patch is included which makes "-mouse" mode work better.  (With
  the patch, also set "-joexterm").
- Syntax files are provided: ADA, AWK, COBOL, SED, Postscript, and SQL
- Improved jpico: search now looks more like real pico
- Grep find: use ESC g to grep.  Then use ESC space to jump to
  to indicated file/line.

diffstat:

 editors/joe/Makefile |  6 +++---
 editors/joe/PLIST    |  8 +++++++-
 editors/joe/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 0d797be2b1cc -r 2f87d4054739 editors/joe/Makefile
--- a/editors/joe/Makefile      Tue Jul 19 04:25:43 2005 +0000
+++ b/editors/joe/Makefile      Tue Jul 19 08:29:52 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2005/05/22 20:07:56 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/07/19 08:29:52 adam Exp $
 
-DISTNAME=      joe-3.2
+DISTNAME=      joe-3.3
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
 
@@ -8,8 +8,8 @@
 HOMEPAGE=      http://joe-editor.sourceforge.net/
 COMMENT=       Joe's own editor
 
+USE_PKGINSTALL=                yes
 USE_TOOLS+=            gmake
-USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS=                --sysconfdir="${PREFIX}/share/examples"
 
diff -r 0d797be2b1cc -r 2f87d4054739 editors/joe/PLIST
--- a/editors/joe/PLIST Tue Jul 19 04:25:43 2005 +0000
+++ b/editors/joe/PLIST Tue Jul 19 08:29:52 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/03/23 12:27:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/07/19 08:29:52 adam Exp $
 bin/jmacs
 bin/joe
 bin/jpico
@@ -19,8 +19,11 @@
 share/examples/joe/jstarrc
 share/examples/joe/rjoerc
 share/examples/joe/syntax/4gl.jsf
+share/examples/joe/syntax/ada.jsf
 share/examples/joe/syntax/asm.jsf
+share/examples/joe/syntax/awk.jsf
 share/examples/joe/syntax/c.jsf
+share/examples/joe/syntax/cobol.jsf
 share/examples/joe/syntax/conf.jsf
 share/examples/joe/syntax/csh.jsf
 share/examples/joe/syntax/css.jsf
@@ -35,9 +38,12 @@
 share/examples/joe/syntax/pascal.jsf
 share/examples/joe/syntax/perl.jsf
 share/examples/joe/syntax/php.jsf
+share/examples/joe/syntax/ps.jsf
 share/examples/joe/syntax/python.jsf
+share/examples/joe/syntax/sed.jsf
 share/examples/joe/syntax/sh.jsf
 share/examples/joe/syntax/sml.jsf
+share/examples/joe/syntax/sql.jsf
 share/examples/joe/syntax/tcl.jsf
 share/examples/joe/syntax/tex.jsf
 share/examples/joe/syntax/verilog.jsf
diff -r 0d797be2b1cc -r 2f87d4054739 editors/joe/distinfo
--- a/editors/joe/distinfo      Tue Jul 19 04:25:43 2005 +0000
+++ b/editors/joe/distinfo      Tue Jul 19 08:29:52 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/03/23 12:27:48 adam Exp $
+$NetBSD: distinfo,v 1.10 2005/07/19 08:29:52 adam Exp $
 
-SHA1 (joe-3.2.tar.gz) = ae0fb0c6e228af4432aa2e0a534fb7048274974d
-RMD160 (joe-3.2.tar.gz) = be62aa12e36e8841136aa22e6c90633cda4cbab7
-Size (joe-3.2.tar.gz) = 431843 bytes
+SHA1 (joe-3.3.tar.gz) = f961fe68fa7c11a8d2334b15028661fb46a2d773
+RMD160 (joe-3.3.tar.gz) = f85ff66c0e00cbb85c0063601f3b41459bf2b336
+Size (joe-3.3.tar.gz) = 478218 bytes



Home | Main Index | Thread Index | Old Index