pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
owl: Removed
Module Name: pkgsrc-wip
Committed By: Jason White <jdwhite%menelos.com@localhost>
Pushed By: jdwhite
Date: Wed Oct 23 09:07:45 2024 -0500
Changeset: e7680b18a13ae00f047d67adf996417aaf30526f
Removed Files:
owl/DESCR
owl/Makefile
owl/PLIST
owl/TODO
owl/distinfo
owl/patches/patch-aa
owl/patches/patch-ab
owl/patches/patch-ac
Log Message:
owl: Removed
There hasn't been a new release of Owl since August 2012 and the wip
version is even older. No one is likely to care of this is removed.
and is unlikely to be missed.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e7680b18a13ae00f047d67adf996417aaf30526f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
owl/DESCR | 10 --------
owl/Makefile | 25 -------------------
owl/PLIST | 4 ---
owl/TODO | 2 --
owl/distinfo | 8 ------
owl/patches/patch-aa | 69 ----------------------------------------------------
owl/patches/patch-ab | 19 ---------------
owl/patches/patch-ac | 13 ----------
8 files changed, 150 deletions(-)
diffs:
diff --git a/owl/DESCR b/owl/DESCR
deleted file mode 100644
index 705aaf52e4..0000000000
--- a/owl/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-Owl is a curses-based instant messaging client. Currently it supports
-AOL Instant Messenger and the MIT Zephyr protocol. Other instant
-messaging protocols are also on the way. The main features of Owl are:
-
- * As a text client it can be run over telnet, rlogin or text ssh sessions
- * It is easy to use and can run without a config file
- * An optional Perl configuration file can set preferences and format messages
- * It has emacs style editing of message
- * It has advanced message sorting and filtering capabilities
- * There will be future suport for IRC and Jabber
diff --git a/owl/Makefile b/owl/Makefile
deleted file mode 100644
index 22901cfdf0..0000000000
--- a/owl/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/10/03 21:32:49 asau Exp $
-#
-
-DISTNAME= owl-2.1.11
-CATEGORIES= chat
-MASTER_SITES= http://www.ktools.org/dist/owl/
-LICENSE= gnu-gpl-v3
-
-MAINTAINER= jdw-pkgsrc%menelos.com@localhost
-HOMEPAGE= https://www.ktools.org/dist/owl/
-COMMENT= Curses-based instant messaging client
-
-
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-USE_TOOLS+= perl
-
-INSTALLATION_DIRS+= share/doc/owl
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/intro.txt ${PREFIX}/share/doc/owl/
-
-.include "../../lang/perl5/buildlink3.mk"
-# gone from pkgsrc .include "../../chat/zephyr/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/owl/PLIST b/owl/PLIST
deleted file mode 100644
index d34ed98e46..0000000000
--- a/owl/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:45:03 thomasklausner Exp $
-bin/owl
-man/man1/owl.1
-share/doc/owl/intro.txt
diff --git a/owl/TODO b/owl/TODO
deleted file mode 100644
index 63e4505ad3..0000000000
--- a/owl/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-Check to see if owl has same vulnerability as noted for barnowl:
- http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2725
diff --git a/owl/distinfo b/owl/distinfo
deleted file mode 100644
index 7d693b9570..0000000000
--- a/owl/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.2 2007/11/13 09:51:16 jdwhite Exp $
-
-RMD160 (owl-2.1.11.tar.gz) = 90c60dc9ce435ab373b4627189c4d621744e6454
-SHA512 (owl-2.1.11.tar.gz) = b6145627280acb3f35b2e3503b7a75bf4d26de80fb6da542167b8154e72e00e949b4fbed112a1a355310e3cb36f0ad070abf698fd42b74eaa66f2164e6a4c469
-Size (owl-2.1.11.tar.gz) = 429846 bytes
-SHA1 (patch-aa) = 50b16b04c3fa3167118985a42b5cca35d35cb568
-SHA1 (patch-ab) = e9e55b3ee003bdec4f8b503369fbc0dfa6882ff6
-SHA1 (patch-ac) = aa938931333253fa52acf60f79d16117a6823a02
diff --git a/owl/patches/patch-aa b/owl/patches/patch-aa
deleted file mode 100644
index 94358ef897..0000000000
--- a/owl/patches/patch-aa
+++ /dev/null
@@ -1,69 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2007/11/13 10:04:09 jdwhite Exp $
-
---- configure.orig 2007-11-13 01:56:11.000000000 -0600
-+++ configure 2007-11-13 01:56:39.000000000 -0600
-@@ -4199,64 +4199,6 @@
- echo Adding perl LDFLAGS ${FOO}
- LDFLAGS=${LDFLAGS}\ ${FOO}
-
--echo "$as_me:$LINENO: checking for /usr/share/terminfo" >&5
--echo $ECHO_N "checking for /usr/share/terminfo... $ECHO_C" >&6
--if test "${ac_cv_file__usr_share_terminfo+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- test "$cross_compiling" = yes &&
-- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
-- { (exit 1); exit 1; }; }
--if test -r "/usr/share/terminfo"; then
-- ac_cv_file__usr_share_terminfo=yes
--else
-- ac_cv_file__usr_share_terminfo=no
--fi
--fi
--echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_terminfo" >&5
--echo "${ECHO_T}$ac_cv_file__usr_share_terminfo" >&6
--if test $ac_cv_file__usr_share_terminfo = yes; then
--
--cat >>confdefs.h <<\_ACEOF
--#define TERMINFO "/usr/share/terminfo"
--_ACEOF
--
--else
-- echo "$as_me:$LINENO: checking for /usr/share/lib/terminfo" >&5
--echo $ECHO_N "checking for /usr/share/lib/terminfo... $ECHO_C" >&6
--if test "${ac_cv_file__usr_share_lib_terminfo+set}" = set; then
-- echo $ECHO_N "(cached) $ECHO_C" >&6
--else
-- test "$cross_compiling" = yes &&
-- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
-- { (exit 1); exit 1; }; }
--if test -r "/usr/share/lib/terminfo"; then
-- ac_cv_file__usr_share_lib_terminfo=yes
--else
-- ac_cv_file__usr_share_lib_terminfo=no
--fi
--fi
--echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_lib_terminfo" >&5
--echo "${ECHO_T}$ac_cv_file__usr_share_lib_terminfo" >&6
--if test $ac_cv_file__usr_share_lib_terminfo = yes; then
--
--cat >>confdefs.h <<\_ACEOF
--#define TERMINFO "/usr/share/lib/terminfo"
--_ACEOF
--
--else
-- { { echo "$as_me:$LINENO: error: No terminfo found for this system" >&5
--echo "$as_me: error: No terminfo found for this system" >&2;}
-- { (exit 1); exit 1; }; }
--fi
--
--fi
--
--
--
--
- ac_aux_dir=
- for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
- if test -f $ac_dir/install-sh; then
diff --git a/owl/patches/patch-ab b/owl/patches/patch-ab
deleted file mode 100644
index 082f395d90..0000000000
--- a/owl/patches/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2007/11/13 10:04:09 jdwhite Exp $
-
---- owl.c.orig 2007-11-13 02:20:18.000000000 -0600
-+++ owl.c 2007-11-13 02:21:16.000000000 -0600
-@@ -166,14 +166,6 @@
- tio.c_iflag &= ~ISTRIP;
- tcsetattr(0, TCSAFLUSH, &tio);
-
-- /* screen init */
-- if (!getenv("TERMINFO")) {
-- sprintf(buff, "TERMINFO=%s", TERMINFO);
-- putenv(buff);
-- owl_function_debugmsg("startup: setting TERMINFO to %s", TERMINFO);
-- } else {
-- owl_function_debugmsg("startup: leaving TERMINFO as %s from envrionment", getenv("TERMINFO"));
-- }
- initscr();
- start_color();
- #ifdef HAVE_USE_DEFAULT_COLORS
diff --git a/owl/patches/patch-ac b/owl/patches/patch-ac
deleted file mode 100644
index 47d334655f..0000000000
--- a/owl/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2007/11/13 10:04:09 jdwhite Exp $
-
---- libfaim/rxhandlers.c.orig 2007-11-13 02:44:49.000000000 -0600
-+++ libfaim/rxhandlers.c 2007-11-13 02:48:39.000000000 -0600
-@@ -66,7 +66,7 @@
- }
-
- mod->next = (aim_module_t *)sess->modlistv;
-- (aim_module_t *)sess->modlistv = mod;
-+ sess->modlistv = mod;
-
- faimdprintf(sess, 1, "registered module %s (family 0x%04x, version = 0x%04x, tool 0x%04x, tool version 0x%04x)\n", mod->name, mod->family, mod->version, mod->toolid, mod->toolversion);
-
Home |
Main Index |
Thread Index |
Old Index