summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-26 10:48:04 +0000
committerwiz <wiz@pkgsrc.org>2017-11-26 10:48:04 +0000
commit31de211d45704a07fcbfc3f38a5faec0f51ab4b2 (patch)
tree65fb749369095a501050fbceb18d4e51c0dc950f /chat
parent68cf64eec8a29f7e522072c22b0640319bdeb867 (diff)
downloadpkgsrc-31de211d45704a07fcbfc3f38a5faec0f51ab4b2.tar.gz
iip: remove - it was EOLed in 2004.
See http://invisibleip.sourceforge.net/iip/
Diffstat (limited to 'chat')
-rw-r--r--chat/Makefile3
-rw-r--r--chat/iip/DESCR7
-rw-r--r--chat/iip/Makefile30
-rw-r--r--chat/iip/PLIST4
-rw-r--r--chat/iip/distinfo8
-rw-r--r--chat/iip/patches/patch-aa22
-rw-r--r--chat/iip/patches/patch-src_misc_unix.c16
7 files changed, 1 insertions, 89 deletions
diff --git a/chat/Makefile b/chat/Makefile
index d4ab9703c05..56c9c5460dc 100644
--- a/chat/Makefile
+++ b/chat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.196 2017/11/07 17:15:41 scole Exp $
+# $NetBSD: Makefile,v 1.197 2017/11/26 10:48:04 wiz Exp $
#
COMMENT= Communication programs
@@ -42,7 +42,6 @@ SUBDIR+= icb
SUBDIR+= icbirc
SUBDIR+= icqlib
SUBDIR+= ii
-SUBDIR+= iip
SUBDIR+= inspircd
SUBDIR+= inspircd12
SUBDIR+= ircII
diff --git a/chat/iip/DESCR b/chat/iip/DESCR
deleted file mode 100644
index dd14e54a936..00000000000
--- a/chat/iip/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The Invisible IRC Project (IIP) was originally created so that people
-interested in facilitating privacy and free speech could work to
-these ends in an equally secure and anonymous environment. It has now
-become a haven for anyone seeking anonymous, encrypted Internet Relay
-Chat. The project's inspiration arose primarily from a shared
-interest in the Freenet Project and a desire to provide the real-time
-communications capabilities that Freenet could not.
diff --git a/chat/iip/Makefile b/chat/iip/Makefile
deleted file mode 100644
index d4f04b0e860..00000000000
--- a/chat/iip/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2012/10/03 00:02:37 asau Exp $
-#
-
-DISTNAME= iip-1.1.0
-CATEGORIES= chat security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=invisibleip/}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.invisiblenet.net/iip/
-COMMENT= The Invisible IRC Project
-
-LDFLAGS.SunOS+= -lsocket -lnsl
-
-BUILD_DIRS= src
-MAKE_FLAGS+= CC=${CC:Q}
-MAKE_FLAGS+= LD=${CC:Q}
-MAKE_FLAGS+= LDFLAGS=${LDFLAGS:M*:Q}
-MAKE_FLAGS+= CFLAGS=${CFLAGS:M*:Q}\ ${CPPFLAGS:M*:Q}\ -I.
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/iip
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/isproxy ${DESTDIR}${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/src/node.ref \
- ${DESTDIR}${PREFIX}/share/examples/iip/
- ${INSTALL_DATA} ${WRKSRC}/doc/isproxy.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/chat/iip/PLIST b/chat/iip/PLIST
deleted file mode 100644
index 7a94e93da29..00000000000
--- a/chat/iip/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:37:45 joerg Exp $
-bin/isproxy
-man/man1/isproxy.1
-share/examples/iip/node.ref
diff --git a/chat/iip/distinfo b/chat/iip/distinfo
deleted file mode 100644
index af584e6852a..00000000000
--- a/chat/iip/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 01:20:20 agc Exp $
-
-SHA1 (iip-1.1.0.tgz) = 722ce551c3d330aad04729a4c9b729b10a0ca960
-RMD160 (iip-1.1.0.tgz) = 5acc5e33bd060bbdc79e819ade9e5ef07ed7299c
-SHA512 (iip-1.1.0.tgz) = ecc4135cb731713f95f15f021428f375314b0d3b4dc20aeee01d14be7fb4ccf2a7b081b0f43bc4aca7cae58faf421a7034bd6763a0e29fc142aab365f8c1c742
-Size (iip-1.1.0.tgz) = 139021 bytes
-SHA1 (patch-aa) = 73b7d1be726bf639a97f404f2ea5219d0f48bf50
-SHA1 (patch-src_misc_unix.c) = 2f72adc7dd64386ac1b41538ea21d10e390dcca4
diff --git a/chat/iip/patches/patch-aa b/chat/iip/patches/patch-aa
deleted file mode 100644
index 34060fcf10b..00000000000
--- a/chat/iip/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2012/02/16 15:00:58 hans Exp $
-
---- src/misc/compat.h.orig 2005-12-13 16:46:43.000000000 +0000
-+++ src/misc/compat.h
-@@ -70,7 +70,16 @@
- #if defined(_WINDOZE_) || defined(_CYGWIN_)
- #define LITTLE__ENDIAN
- #else
--#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACH__) || defined(__NetBSD__)
-+#if defined(__sun)
-+#include <sys/byteorder.h>
-+#ifdef _BIG_ENDIAN
-+#define BIG__ENDIAN
-+#else
-+#define LITTLE__ENDIAN
-+#endif
-+#elif defined(__DragonFly__)
-+#include <sys/endian.h>
-+#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACH__) || defined(__NetBSD__)
- #include <machine/endian.h>
- #if BYTE_ORDER == LITTLE_ENDIAN
- #define LITTLE__ENDIAN
diff --git a/chat/iip/patches/patch-src_misc_unix.c b/chat/iip/patches/patch-src_misc_unix.c
deleted file mode 100644
index 2fbbc669dc7..00000000000
--- a/chat/iip/patches/patch-src_misc_unix.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_misc_unix.c,v 1.1 2012/02/16 15:00:58 hans Exp $
-
---- src/misc/unix.c.orig 2002-06-21 05:27:01.000000000 +0200
-+++ src/misc/unix.c 2012-01-20 18:18:01.041438535 +0100
-@@ -11,11 +11,7 @@
- #include <dirent.h>
- #include <signal.h>
- #include <unistd.h>
--/*
--#if !defined(LOCK_EX) && !defined(LOCK_NB)
- #include <fcntl.h>
--#endif
--*/
- #include <string.h>
- #include <stdio.h>
-