diff options
author | adam <adam> | 2005-07-19 08:29:52 +0000 |
---|---|---|
committer | adam <adam> | 2005-07-19 08:29:52 +0000 |
commit | 6f6664f2e2bb910a016c88230592331db390ca0e (patch) | |
tree | 113b6b661b790004dd451b43110b3c6933799921 | |
parent | f79810fc5bbec44cbede38f3cbc8d4062b5b1f2e (diff) | |
download | pkgsrc-6f6664f2e2bb910a016c88230592331db390ca0e.tar.gz |
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.
-rw-r--r-- | editors/joe/Makefile | 6 | ||||
-rw-r--r-- | editors/joe/PLIST | 8 | ||||
-rw-r--r-- | editors/joe/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 207c399ae6c..926b4cd285f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -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 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://joe-editor.sourceforge.net/ COMMENT= Joe's own editor -USE_TOOLS+= gmake USE_PKGINSTALL= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir="${PREFIX}/share/examples" diff --git a/editors/joe/PLIST b/editors/joe/PLIST index 88750e05ec0..e60a57919df 100644 --- a/editors/joe/PLIST +++ b/editors/joe/PLIST @@ -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/jpicorc 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/ocaml.jsf 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 --git a/editors/joe/distinfo b/editors/joe/distinfo index fd1eba78d81..bbe132b8b64 100644 --- a/editors/joe/distinfo +++ b/editors/joe/distinfo @@ -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 |