pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc naim: remove package
details: https://anonhg.NetBSD.org/pkgsrc/rev/f4fe5f9750f1
branches: trunk
changeset: 369996:f4fe5f9750f1
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Oct 09 08:16:35 2017 +0000
description:
naim: remove package
Dead upstream, last release from 2009
diffstat:
chat/Makefile | 3 +--
chat/naim/DESCR | 6 ------
chat/naim/Makefile | 18 ------------------
chat/naim/PLIST | 18 ------------------
chat/naim/distinfo | 7 -------
chat/naim/patches/patch-src_hwprintf.c | 16 ----------------
doc/CHANGES-2017 | 3 ++-
7 files changed, 3 insertions(+), 68 deletions(-)
diffs (116 lines):
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/Makefile
--- a/chat/Makefile Mon Oct 09 08:14:02 2017 +0000
+++ b/chat/Makefile Mon Oct 09 08:16:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.194 2017/09/26 10:26:56 wiz Exp $
+# $NetBSD: Makefile,v 1.195 2017/10/09 08:16:35 wiz Exp $
#
COMMENT= Communication programs
@@ -82,7 +82,6 @@
SUBDIR+= matterircd
SUBDIR+= mcabber
SUBDIR+= meanwhile
-SUBDIR+= naim
SUBDIR+= ninja
SUBDIR+= p5-IRC-Utils
SUBDIR+= p5-Net-AIM
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/naim/DESCR
--- a/chat/naim/DESCR Mon Oct 09 08:14:02 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-naim is a console AIM, ICQ, IRC, and lily CMC client. The name naim
-is derived from n's AIM client, but it could also have been derived
-from ncurses AIM client because of naim's use of the ncurses text-mode
-screen library.
-
-naim is based on firetalk, the multiprotocol chat library.
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/naim/Makefile
--- a/chat/naim/Makefile Mon Oct 09 08:14:02 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.54 2015/08/18 07:31:03 wiz Exp $
-
-DISTNAME= naim-0.11.8.3.2
-PKGREVISION= 2
-CATEGORIES= chat
-MASTER_SITES= http://naim.googlecode.com/files/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://naim.n.ml.org/
-COMMENT= curses-based AIM, ICQ, IRC, and Lily client
-
-GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= no
-USE_LIBTOOL= yes
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/naim/PLIST
--- a/chat/naim/PLIST Mon Oct 09 08:14:02 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:37:48 joerg Exp $
-bin/extractbuddy.sh
-bin/naim
-bin/nicq
-bin/nirc
-bin/nlily
-include/firetalk.h
-include/naim/modutil.h
-include/naim/naim.h
-include/naim/secs.h
-man/man1/naim.1
-man/man1/nicq.1
-man/man1/nirc.1
-man/man1/nlily.1
-share/doc/naim/FAQ
-share/doc/naim/README
-share/doc/naim/commands.txt
-share/doc/naim/keyboard.txt
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/naim/distinfo
--- a/chat/naim/distinfo Mon Oct 09 08:14:02 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.30 2015/11/03 01:20:22 agc Exp $
-
-SHA1 (naim-0.11.8.3.2.tar.bz2) = e2ddfcbf66b6139a68155cae0dddd1ac79d6c713
-RMD160 (naim-0.11.8.3.2.tar.bz2) = 5d9f88c99ad78d30defe09c0f3b62c6217e8ed27
-SHA512 (naim-0.11.8.3.2.tar.bz2) = 96a77d61e73810a80ac832bf340d4595f6c18199d5a0b742f778558a2f5a19a91930426fe4a1d59d63379f2e18a6e76a2847ab9464e1aabab4f9e08cdc94dfc1
-Size (naim-0.11.8.3.2.tar.bz2) = 454699 bytes
-SHA1 (patch-src_hwprintf.c) = 073f816768e5e227c248dcf029b4e56671533d87
diff -r 229684bd0f5c -r f4fe5f9750f1 chat/naim/patches/patch-src_hwprintf.c
--- a/chat/naim/patches/patch-src_hwprintf.c Mon Oct 09 08:14:02 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_hwprintf.c,v 1.1 2012/06/03 17:24:08 abs Exp $
-
-At least on NetBSD strlen(h->addch.buf) can hit the -1 case
-
---- src/hwprintf.c.orig 2008-09-14 21:06:04.000000000 +0000
-+++ src/hwprintf.c
-@@ -39,7 +39,8 @@ static void h_zero(h_t *h, win_t *win) {
- max = sizeof(h->addch.buf)-1;
- memset(h->addch.buf, 0, sizeof(h->addch.buf));
- nw_getline(h->win, h->addch.buf, sizeof(h->addch.buf));
-- assert(strlen(h->addch.buf) == h->addch.len);
-+ assert(strlen(h->addch.buf) == h->addch.len
-+ || strlen(h->addch.buf) == h->addch.len - 1);
- h->addch.lastwhite = -1;
- h->addch.firstwhite = -1;
- h->addch.secondwhite = -1;
diff -r 229684bd0f5c -r f4fe5f9750f1 doc/CHANGES-2017
--- a/doc/CHANGES-2017 Mon Oct 09 08:14:02 2017 +0000
+++ b/doc/CHANGES-2017 Mon Oct 09 08:16:35 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.4377 2017/10/09 07:53:04 adam Exp $
+$NetBSD: CHANGES-2017,v 1.4378 2017/10/09 08:16:35 wiz Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -6225,3 +6225,4 @@
Updated devel/p5-Test-Simple to 1.302098 [wiz 2017-10-09]
Updated multimedia/p5-xmltv to 0.5.69 [wiz 2017-10-09]
Updated devel/py-libmc to 1.5.2 [adam 2017-10-09]
+ Removed chat/naim [wiz 2017-10-09]
Home |
Main Index |
Thread Index |
Old Index