aboutsummaryrefslogtreecommitdiff
path: root/irc/irssi-otr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
committerRene Ladan <rene@FreeBSD.org>2019-09-05 11:40:24 +0000
commitfc31075d85494a429c83dc15560c42efdfe3245d (patch)
treec57ed201463e2fa5875d2c2ce896968f3d74c56d /irc/irssi-otr
parent271e11bf77ccfda5e26be255cb3ecf1141653d06 (diff)
downloadports-fc31075d85494a429c83dc15560c42efdfe3245d.tar.gz
ports-fc31075d85494a429c83dc15560c42efdfe3245d.zip
Remove expired ports:
2019-09-04 devel/ace+tao-doc: Broken for more than 6 months 2019-09-04 devel/dfmt: Broken for more than 6 months 2019-09-04 devel/ignition-transport: Broken for more than 6 months 2019-09-04 devel/spin: Broken for more than 6 months 2019-09-04 editors/dexed: Depends on expiring devel/dfmt 2019-09-04 editors/p5-Padre: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 emulators/qemu2: Latest 3.X branch is in ports tree 2019-09-04 games/asc: Broken for more than 6 months 2019-09-04 games/slade: Broken for more than 6 months 2019-09-04 graphics/gimp-wavelet-decompose-plugin: Broken for more than 6 months 2019-09-04 graphics/py-pyembree: Depends on expiring graphics/embree 2019-09-04 irc/irssi-otr: Broken for more than 6 months 2019-09-04 mail/p5-Mail-ClamAV: Broken for more than 6 months 2019-09-04 mail/qmail-ldap: Broken for more than 6 months 2019-09-04 math/fityk: Broken for more than 6 months 2019-09-04 math/octave-forge-econometrics: Broken for more than 6 months 2019-09-04 math/octave-forge-fits: Broken for more than 6 months 2019-09-04 math/octave-forge-linear-algebra: Broken for more than 6 months 2019-09-04 math/octave-forge-mechanics: Broken for more than 6 months 2019-09-04 math/octave-forge-parallel: Broken for more than 6 months 2019-09-04 math/octave-forge-strings: Broken for more than 6 months 2019-09-04 math/octave-forge-tisean: Broken for more than 6 months 2019-09-04 math/octave-forge-video: Broken for more than 6 months 2019-09-04 math/py-yt: Depends on expiring graphics/embree 2019-09-04 misc/gnustep-examples: Broken for more than 6 months 2019-09-04 net/turses: Depends on expiring net/py-tweepy 2019-09-04 security/clamcour: Broken for more than 6 months 2019-09-04 security/honeybadger: Broken for more than 6 months 2019-09-04 sysutils/freefilesync: Broken for more than 6 months 2019-09-04 sysutils/log-courier: Broken for more than 6 months 2019-09-04 textproc/py-orange3-text: Broken for more than 6 months 2019-09-05 www/feedjack: Upstream gone 2019-09-04 www/havp: Broken for more than 6 months 2019-07-31 www/rubygem-webpack-rails-rails5: Upstream no longer maintained, use devel/rubygem-webpacker-rails* instead 2019-09-04 x11-toolkits/p5-Wx-GLCanvas: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-toolkits/p5-Wx-Perl-ProcessStream: Depends on expiring x11-toolkits/p5-Wx 2019-09-04 x11-wm/golem: Broken for more than 6 months 2019-09-04 x11-wm/pawm: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=511180
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r--irc/irssi-otr/Makefile42
-rw-r--r--irc/irssi-otr/distinfo3
-rw-r--r--irc/irssi-otr/files/patch-src_module.c38
-rw-r--r--irc/irssi-otr/files/patch-src_otr-ops.c25
-rw-r--r--irc/irssi-otr/pkg-descr4
5 files changed, 0 insertions, 112 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile
deleted file mode 100644
index 11fcc39eb454..000000000000
--- a/irc/irssi-otr/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Ashish Shukla <wahjava@gmail.com>
-# $FreeBSD$
-
-PORTNAME= irssi-otr
-PORTVERSION= 1.0.2
-PORTREVISION= 1
-DISTVERSIONPREFIX= v
-CATEGORIES= irc
-
-MAINTAINER= ashish@FreeBSD.org
-COMMENT= Plugin for irssi for Off-the-Record (OTR) messaging
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= conflicts with irssi
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2019-09-04
-
-BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi \
- ${LOCALBASE}/bin/libgcrypt-config:security/libgcrypt
-LIB_DEPENDS= libotr.so:security/libotr \
- libgcrypt.so:security/libgcrypt
-RUN_DEPENDS= irssi:irc/irssi
-
-USES= autoreconf libtool pkgconfig
-USE_LDCONFIG= yes
-USE_GNOME= glib20
-USE_GITHUB= yes
-GH_ACCOUNT= cryptodotis
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libotr-inc-prefix=${LOCALBASE}/include --with-irssi-module-dir=${LOCALBASE}/lib/irssi/modules
-INSTALL_TARGET= install-strip
-
-PLIST_FILES= lib/irssi/modules/libotr.so \
- share/irssi/help/otr
-
-post-patch:
- ${GREP} -Rl '$$(oldincludedir)' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} 's,$$(oldincludedir),${LOCALBASE}/include,g'
-
-.include <bsd.port.mk>
diff --git a/irc/irssi-otr/distinfo b/irc/irssi-otr/distinfo
deleted file mode 100644
index 63cac9b11e68..000000000000
--- a/irc/irssi-otr/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1486319780
-SHA256 (cryptodotis-irssi-otr-v1.0.2_GH0.tar.gz) = 4619208b9c9171aa97a41960b3e892390b6473e2988a056b9fe8e110daa1ae9c
-SIZE (cryptodotis-irssi-otr-v1.0.2_GH0.tar.gz) = 40947
diff --git a/irc/irssi-otr/files/patch-src_module.c b/irc/irssi-otr/files/patch-src_module.c
deleted file mode 100644
index 73fb8f15c397..000000000000
--- a/irc/irssi-otr/files/patch-src_module.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- src/module.c.orig 2016-12-07 21:24:08 UTC
-+++ src/module.c
-@@ -33,6 +33,7 @@
- #include "otr.h"
- #include "otr-formats.h"
- #include "utils.h"
-+#include "irssi-version.h"
-
- GCRY_THREAD_OPTION_PTHREAD_IMPL;
-
-@@ -91,8 +92,13 @@ end:
- /*
- * Pipes all incoming private messages through OTR
- */
-+#if IRSSI_VERSION_DATE > 20141206
- void sig_message_private(SERVER_REC *server, const char *msg,
-- const char *nick, const char *address)
-+ const char *nick, const char *address, const char *target)
-+#else
-+void sig_message_private(SERVER_REC *server, const char *msg,
-+ const char *nick, const char *address)
-+#endif
- {
- int ret;
- char *new_msg = NULL;
-@@ -107,7 +113,11 @@ void sig_message_private(SERVER_REC *ser
-
- if (!new_msg) {
- /* This message was not OTR */
-- signal_continue(4, server, msg, nick, address);
-+#if IRSSI_VERSION_DATE > 20141206
-+ signal_continue(5, server, msg, nick, address, target);
-+#else
-+ signal_continue(4, server, msg, nick, address);
-+#endif
- } else {
- /*
- * Check for /me IRC marker and if so, handle it so the user does not
diff --git a/irc/irssi-otr/files/patch-src_otr-ops.c b/irc/irssi-otr/files/patch-src_otr-ops.c
deleted file mode 100644
index 6bb99b24bab8..000000000000
--- a/irc/irssi-otr/files/patch-src_otr-ops.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/otr-ops.c.orig 2016-12-07 21:24:08 UTC
-+++ src/otr-ops.c
-@@ -21,6 +21,7 @@
-
- #include "key.h"
- #include "module.h"
-+#include "irssi-version.h"
-
- static OtrlPolicy OTR_DEFAULT_POLICY =
- OTRL_POLICY_MANUAL | OTRL_POLICY_WHITESPACE_START_AKE;
-@@ -206,8 +207,13 @@ static void ops_handle_msg_event(void *o
- * submit a patch or email me a better way.
- */
- signal_remove("message private", (SIGNAL_FUNC) sig_message_private);
-- signal_emit("message private", 4, server, message, username,
-+#if IRSSI_VERSION_DATE > 20141206
-+ signal_emit("message private", 5, server, message, username, server->nick,
- IRSSI_CONN_ADDR(server));
-+#else
-+ signal_emit("message private", 4, server, message, username,
-+ IRSSI_CONN_ADDR(server));
-+#endif
- signal_add_first("message private", (SIGNAL_FUNC) sig_message_private);
- break;
- case OTRL_MSGEVENT_RCVDMSG_UNRECOGNIZED:
diff --git a/irc/irssi-otr/pkg-descr b/irc/irssi-otr/pkg-descr
deleted file mode 100644
index 82097d1903d4..000000000000
--- a/irc/irssi-otr/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-irssi-otr provides Off-the-Record Messaging (OTR) support for
-the irssi Internet Relay Chat (IRC) client.
-
-WWW: https://github.com/cryptodotis/irssi-otr