pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/iip Imported iip from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6b49418797f4
branches: trunk
changeset: 502385:6b49418797f4
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Nov 04 08:53:54 2005 +0000
description:
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:
chat/iip/DESCR | 7 +++++++
chat/iip/Makefile | 23 +++++++++++++++++++++++
chat/iip/PLIST | 5 +++++
chat/iip/distinfo | 5 +++++
4 files changed, 40 insertions(+), 0 deletions(-)
diffs (56 lines):
diff -r 7ef8c1903556 -r 6b49418797f4 chat/iip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iip/DESCR Fri Nov 04 08:53:54 2005 +0000
@@ -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 -r 7ef8c1903556 -r 6b49418797f4 chat/iip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iip/Makefile Fri Nov 04 08:53:54 2005 +0000
@@ -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@localhost
+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 -r 7ef8c1903556 -r 6b49418797f4 chat/iip/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iip/PLIST Fri Nov 04 08:53:54 2005 +0000
@@ -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 -r 7ef8c1903556 -r 6b49418797f4 chat/iip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/iip/distinfo Fri Nov 04 08:53:54 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index