diff options
author | adam <adam> | 2004-10-15 13:29:00 +0000 |
---|---|---|
committer | adam <adam> | 2004-10-15 13:29:00 +0000 |
commit | e11ab46b10e31ef2d3624318a8cbc80162682070 (patch) | |
tree | bcdb89713a8488e238f0523c6d0c6369d4a96d39 /editors/nedit | |
parent | 0ab731fca0af99a49ff19a13c63912a33cada137 (diff) | |
download | pkgsrc-e11ab46b10e31ef2d3624318a8cbc80162682070.tar.gz |
Changes 5.5:
* Tabbed windows
* Find and Clear buttons
* Improvements in macro language
* Better efficiency
* Bug fixes
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 17 | ||||
-rw-r--r-- | editors/nedit/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 2684fd70c05..fdc2b29852d 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.37 2004/10/08 09:18:07 adam Exp $ +# $NetBSD: Makefile,v 1.38 2004/10/15 13:29:00 adam Exp $ -DISTNAME= nedit-${VERS}-source +DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} -PKGREVISION= 2 CATEGORIES= editors -#MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ -# http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ -# ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nedit/} +MASTER_SITES= http://www.nedit.org/ftp/v${VERS:S/./_/g}/ \ + ${MASTER_SITE_SOURCEFORGE:=nedit/} \ + http://www.au.nedit.org/ftp/v${VERS:S/./_/g}/ \ + ftp://ftp.nl.nedit.org/pub/mirror/NEdit/v${VERS:S/./_/g}/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nedit.org/ COMMENT= Motif based standard GUI style text editor -VERS= 5.4 +VERS= 5.5 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= YES @@ -33,5 +33,4 @@ do-install: .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" - .include "../../mk/bsd.pkg.mk" diff --git a/editors/nedit/distinfo b/editors/nedit/distinfo index 194aee09c1c..972adb96f1b 100644 --- a/editors/nedit/distinfo +++ b/editors/nedit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2004/05/21 12:13:05 adam Exp $ +$NetBSD: distinfo,v 1.11 2004/10/15 13:29:00 adam Exp $ -SHA1 (nedit-5.4-source.tar.gz) = ef63d6ca803cc7f68ab7d9ba9140857d9cdfa9a2 -Size (nedit-5.4-source.tar.gz) = 1226732 bytes +SHA1 (nedit-5.5-src.tar.bz2) = 7d3c87a793a5047cf857af1ac82e39f3b33e8a87 +Size (nedit-5.5-src.tar.bz2) = 1124825 bytes SHA1 (patch-aa) = 29cf7e55b23e437b0203e0dde09cc053d65f245c |