diff options
author | adam <adam@pkgsrc.org> | 2005-10-19 10:53:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-19 10:53:43 +0000 |
commit | af73cd1fcc51b75fd671f6b958dada0f231335a3 (patch) | |
tree | 425fbbc04dd6272b61a76d88a2c2785d412e80fb | |
parent | 270fbf17d89beb25948faeecb4f6261b479382e6 (diff) | |
download | pkgsrc-af73cd1fcc51b75fd671f6b958dada0f231335a3.tar.gz |
Changes 3.17:
* Jump to file on Ctrl-j
* Complete in filebrowser with Ctrl-Tab
* Debugger fixes and fixes for HP-UX
* Various build fixes for different OS's
* Insert history in all input widgets.
* Shell command line on Escape pipes selected text through
arbitrary commands (experimental).
* Colour space options, black on white display.
* Prolog syntax highlighting.
* Gimp script syntax highlighting.
* Valgrind auditing.
-rw-r--r-- | editors/cooledit/Makefile | 6 | ||||
-rw-r--r-- | editors/cooledit/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 3a7ae69ceb6..4b0dab87f84 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/19 10:53:43 adam Exp $ -DISTNAME= cooledit-3.17.14 +DISTNAME= cooledit-3.17.17 CATEGORIES= editors MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/ @@ -10,9 +10,9 @@ COMMENT= Full-featured text editor BUILD_USES_MSGFMT= yes -USE_TOOLS+= gmake USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/editors/cooledit/distinfo b/editors/cooledit/distinfo index 21be29da1f6..337633224a6 100644 --- a/editors/cooledit/distinfo +++ b/editors/cooledit/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 17:15:10 agc Exp $ +$NetBSD: distinfo,v 1.6 2005/10/19 10:53:43 adam Exp $ -SHA1 (cooledit-3.17.14.tar.gz) = fdab5a0625ca41be6228a07d378ceda3fa9846c7 -RMD160 (cooledit-3.17.14.tar.gz) = 4f511d996ce42bb9164dd43d4fef3200e48a0595 -Size (cooledit-3.17.14.tar.gz) = 1671619 bytes +SHA1 (cooledit-3.17.17.tar.gz) = 73f9bffcb5e3e92f0a71d3f34fef19eb0287ee07 +RMD160 (cooledit-3.17.17.tar.gz) = 96ddde14fada220c381142d68147735ac5c75163 +Size (cooledit-3.17.17.tar.gz) = 1674273 bytes SHA1 (patch-ab) = d85ef6100fe3f9dcecdb88af57d585a8ea0881ae SHA1 (patch-ad) = 09de32bf6e88b11136acf13756dbdc9a77003673 SHA1 (patch-ae) = b5de0e395562effea6790be06b65d0d7265a4ea1 |