diff options
author | rillig <rillig> | 2005-11-04 08:53:54 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 08:53:54 +0000 |
commit | fc405e82e50ffae096fee258ce942cbcd5288120 (patch) | |
tree | c555d2eeacca5ea01277c41d979fa777582178f9 /chat | |
parent | 4d72c5b3ceee8b76127c8f15e1cb8fbca1762f28 (diff) | |
download | pkgsrc-fc405e82e50ffae096fee258ce942cbcd5288120.tar.gz |
Imported iip from pkgsrc-wip.
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/iip/DESCR | 7 | ||||
-rw-r--r-- | chat/iip/Makefile | 23 | ||||
-rw-r--r-- | chat/iip/PLIST | 5 | ||||
-rw-r--r-- | chat/iip/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/chat/iip/DESCR b/chat/iip/DESCR new file mode 100644 index 00000000000..dd14e54a936 --- /dev/null +++ b/chat/iip/DESCR @@ -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. diff --git a/chat/iip/Makefile b/chat/iip/Makefile new file mode 100644 index 00000000000..cf8bbdeb3ee --- /dev/null +++ b/chat/iip/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:53:54 rillig 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 + +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" diff --git a/chat/iip/PLIST b/chat/iip/PLIST new file mode 100644 index 00000000000..35fde4c764c --- /dev/null +++ b/chat/iip/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:53:54 rillig Exp $ +bin/isproxy +man/man1/isproxy.1 +share/examples/iip/node.ref +@dirrm share/examples/iip diff --git a/chat/iip/distinfo b/chat/iip/distinfo new file mode 100644 index 00000000000..6573ca073c3 --- /dev/null +++ b/chat/iip/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:53:54 rillig Exp $ + +SHA1 (iip-1.1.0.tgz) = 722ce551c3d330aad04729a4c9b729b10a0ca960 +RMD160 (iip-1.1.0.tgz) = 5acc5e33bd060bbdc79e819ade9e5ef07ed7299c +Size (iip-1.1.0.tgz) = 139021 bytes |