pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update editors/nano to 1.2.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/615e3dc26a34
branches: trunk
changeset: 482162:615e3dc26a34
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Oct 21 03:39:04 2004 +0000
description:
Update editors/nano to 1.2.4.
Too many changes to list here, because our pkgsrc version was really old!
please take a look at the NEWS/ChangeLog file.
Another change:
Georg Schwarz reported in PR pkg/26671 that nano requires glib to build
in his system (IRIX 5.3) and I know what's happening there...
nano.h checks for the functions snprintf()/vsnprint(), if they aren't
available, the glib functions are used instead, so put the glib dependency
if MACHINE_PLATFORM = IRIX 5.3 and closing PR.
No idea about IRIX 6.x, sorry.
diffstat:
doc/CHANGES | 3 ++-
doc/TODO | 3 +--
editors/nano/Makefile | 20 ++++++++++++++++----
editors/nano/PLIST | 9 ++++++++-
editors/nano/distinfo | 7 +++----
editors/nano/patches/patch-aa | 12 ------------
6 files changed, 30 insertions(+), 24 deletions(-)
diffs (128 lines):
diff -r 0323a6141f87 -r 615e3dc26a34 doc/CHANGES
--- a/doc/CHANGES Thu Oct 21 03:14:28 2004 +0000
+++ b/doc/CHANGES Thu Oct 21 03:39:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7506 2004/10/21 03:13:02 xtraeme Exp $
+$NetBSD: CHANGES,v 1.7507 2004/10/21 03:39:04 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4797,3 +4797,4 @@
Added libradius-20040827 [manu 2004-10-21]
Updated source-highlight to 1.11 [seb 2004-10-21]
Added bash-3.0 [xtraeme 2004-10-21]
+ Updated nano to 1.2.4 [xtraeme 2004-10-21]
diff -r 0323a6141f87 -r 615e3dc26a34 doc/TODO
--- a/doc/TODO Thu Oct 21 03:14:28 2004 +0000
+++ b/doc/TODO Thu Oct 21 03:39:04 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2241 2004/10/21 03:14:28 xtraeme Exp $
+$NetBSD: TODO,v 1.2242 2004/10/21 03:39:04 xtraeme Exp $
Suggested new packages
======================
@@ -342,7 +342,6 @@
o mummer-3.15
o mysql-4.0.21
o namazu-2.0.13
- o nano-1.2.4
o nap-1.5.2
o napshare-1.2
o ncmpc-0.11.0 [pkg/26237]
diff -r 0323a6141f87 -r 615e3dc26a34 editors/nano/Makefile
--- a/editors/nano/Makefile Thu Oct 21 03:14:28 2004 +0000
+++ b/editors/nano/Makefile Thu Oct 21 03:39:04 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:39 tv Exp $
+# $NetBSD: Makefile,v 1.22 2004/10/21 03:39:04 xtraeme Exp $
-DISTNAME= nano-1.0.9
-PKGREVISION= 3
+DISTNAME= nano-1.2.4
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_GNU:=nano/}
+MASTER_SITES= http://www.nano-editor.org/dist/v1.2/
MAINTAINER= shell%NetBSD.org@localhost
HOMEPAGE= http://www.nano-editor.org/
@@ -15,6 +14,19 @@
INFO_FILES= nano.info
+CONFIGURE_ARGS+= --enable-color
+CONFIGURE_ARGS+= --enable-multibuffer
+CONFIGURE_ARGS+= --enable-nanorc
+CONFIGURE_ARGS+= --enable-extra
+
+# Looks like that IRIX 5.x lacks snprintf()/vsnprintf() functions,
+# which are required to make this work, so glib is used instead.
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(MACHINE_PLATFORM:MIRIX-5*)
+. include "../../devel/glib/buildlink3.mk"
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0323a6141f87 -r 615e3dc26a34 editors/nano/PLIST
--- a/editors/nano/PLIST Thu Oct 21 03:14:28 2004 +0000
+++ b/editors/nano/PLIST Thu Oct 21 03:39:04 2004 +0000
@@ -1,21 +1,28 @@
-@comment $NetBSD: PLIST,v 1.8 2004/02/12 14:36:50 minskim Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/10/21 03:39:04 xtraeme Exp $
bin/nano
man/man1/nano.1
+man/man5/nanorc.5
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/nano.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/nano.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/nano.mo
diff -r 0323a6141f87 -r 615e3dc26a34 editors/nano/distinfo
--- a/editors/nano/distinfo Thu Oct 21 03:14:28 2004 +0000
+++ b/editors/nano/distinfo Thu Oct 21 03:39:04 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/04/22 17:14:37 tv Exp $
+$NetBSD: distinfo,v 1.9 2004/10/21 03:39:04 xtraeme Exp $
-SHA1 (nano-1.0.9.tar.gz) = 750cb7a22b0ffa490714420a7ab18259e9310543
-Size (nano-1.0.9.tar.gz) = 451822 bytes
-SHA1 (patch-aa) = bf1d59fe2711f9d1e8aec55bd707dcf5594c1132
+SHA1 (nano-1.2.4.tar.gz) = 03a321011c2ceb00da20e15b15ed9ee9dee98c97
+Size (nano-1.2.4.tar.gz) = 914302 bytes
diff -r 0323a6141f87 -r 615e3dc26a34 editors/nano/patches/patch-aa
--- a/editors/nano/patches/patch-aa Thu Oct 21 03:14:28 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2004/05/07 12:06:47 cjep Exp $
---- configure.orig Wed Apr 21 13:47:39 2004
-+++ configure Wed Apr 21 13:47:59 2004
-@@ -3704,7 +3704,7 @@
- else
- echo "$ac_t""no" 1>&6
- fi
-- if test "$MSGFMT" != "no"; then
-+ if true; then
- for ac_func in dcgettext
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Home |
Main Index |
Thread Index |
Old Index