pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc iip: remove - it was EOLed in 2004.
details: https://anonhg.NetBSD.org/pkgsrc/rev/60731d298810
branches: trunk
changeset: 372022:60731d298810
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 26 10:48:04 2017 +0000
description:
iip: remove - it was EOLed in 2004.
See http://invisibleip.sourceforge.net/iip/
diffstat:
chat/Makefile | 3 +--
chat/iip/DESCR | 7 -------
chat/iip/Makefile | 30 ------------------------------
chat/iip/PLIST | 4 ----
chat/iip/distinfo | 8 --------
chat/iip/patches/patch-aa | 22 ----------------------
chat/iip/patches/patch-src_misc_unix.c | 16 ----------------
doc/CHANGES-2017 | 3 ++-
8 files changed, 3 insertions(+), 90 deletions(-)
diffs (142 lines):
diff -r c60129b1db98 -r 60731d298810 chat/Makefile
--- a/chat/Makefile Sun Nov 26 10:45:55 2017 +0000
+++ b/chat/Makefile Sun Nov 26 10:48:04 2017 +0000
@@ -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+= icbirc
SUBDIR+= icqlib
SUBDIR+= ii
-SUBDIR+= iip
SUBDIR+= inspircd
SUBDIR+= inspircd12
SUBDIR+= ircII
diff -r c60129b1db98 -r 60731d298810 chat/iip/DESCR
--- a/chat/iip/DESCR Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c60129b1db98 -r 60731d298810 chat/iip/Makefile
--- a/chat/iip/Makefile Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r c60129b1db98 -r 60731d298810 chat/iip/PLIST
--- a/chat/iip/PLIST Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c60129b1db98 -r 60731d298810 chat/iip/distinfo
--- a/chat/iip/distinfo Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c60129b1db98 -r 60731d298810 chat/iip/patches/patch-aa
--- a/chat/iip/patches/patch-aa Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r c60129b1db98 -r 60731d298810 chat/iip/patches/patch-src_misc_unix.c
--- a/chat/iip/patches/patch-src_misc_unix.c Sun Nov 26 10:45:55 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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>
-
diff -r c60129b1db98 -r 60731d298810 doc/CHANGES-2017
--- a/doc/CHANGES-2017 Sun Nov 26 10:45:55 2017 +0000
+++ b/doc/CHANGES-2017 Sun Nov 26 10:48:04 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.5047 2017/11/26 10:06:33 wiz Exp $
+$NetBSD: CHANGES-2017,v 1.5048 2017/11/26 10:48:04 wiz Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -7245,3 +7245,4 @@
Updated devel/p5-ExtUtils-CBuilder to 0.28.02.30 [wiz 2017-11-26]
Updated devel/p5-Params-ValidationCompiler to 0.25 [wiz 2017-11-26]
Updated www/p5-Test-WWW-Mechanize-PSGI to 0.38 [wiz 2017-11-26]
+ Removed chat/iip [wiz 2017-11-26]
Home |
Main Index |
Thread Index |
Old Index