IIP, the Invisible IRC Project -- a P2P, encrypted chat system with an IRC

user-facing protocol for client compatibility.
This commit is contained in:
Todd Vierling 2003-10-14 00:59:20 +00:00
parent 7468418dc5
commit e833f8de62
4 changed files with 41 additions and 0 deletions

7
iip/DESCR Normal file
View file

@ -0,0 +1,7 @@
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.

25
iip/Makefile Normal file
View file

@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.1.1.1 2003/10/14 00:59:20 tvierling Exp $
#
DISTNAME= iip-1.1.0
CATEGORIES= chat security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=invisibleip/}
EXTRACT_SUFX= .tgz
MAINTAINER= tv@duh.org
HOMEPAGE= http://www.invisiblenet.net/iip/
COMMENT= The Invisible IRC Project
USE_BUILDLINK2= yes
BUILD_DIRS= ${WRKSRC}/src
MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} LDFLAGS=${LDFLAGS:Q}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}" "${CPPFLAGS:Q}" -I."
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/isproxy ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iip
${INSTALL_DATA} ${WRKSRC}/src/node.ref ${PREFIX}/share/examples/iip/
${INSTALL_DATA} ${WRKSRC}/doc/isproxy.1 ${PREFIX}/man/man1/
.include "../../mk/bsd.pkg.mk"

5
iip/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/14 00:59:20 tvierling Exp $
bin/isproxy
man/man1/isproxy.1
share/examples/iip/node.ref
@dirrm share/examples/iip

4
iip/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/10/14 00:59:20 tvierling Exp $
SHA1 (iip-1.1.0.tgz) = 722ce551c3d330aad04729a4c9b729b10a0ca960
Size (iip-1.1.0.tgz) = 139021 bytes