diff options
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 35 | ||||
-rw-r--r-- | net-p2p/gnunet/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-descr | 14 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-plist | 9 |
5 files changed, 60 insertions, 0 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile new file mode 100644 index 000000000000..f30abc7ccc77 --- /dev/null +++ b/net-p2p/gnunet/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: GNUnet +# Date created: Mar 23, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gnunet +PORTVERSION= 0.3.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GNU} \ + http://gecko.cs.purdue.edu/gnunet/ +MASTER_SITE_SUBDIR= gnunet +DISTNAME= GNUnet-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ + autoconf213:${PORTSDIR}/devel/autoconf213 + +USE_BZIP2= yes +USE_OPENSSL= yes +USE_GTK= yes +USE_GMAKE= yes + +do-configure: + @(cd ${WRKSRC} ; \ + ${ACLOCAL} ; \ + ${AUTOCONF} ; \ + ${AUTOHEADER} ; \ + ${AUTOMAKE} -a ; \ + ${CONFIGURE_SCRIPT}) + +.include <bsd.port.mk> diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo new file mode 100644 index 000000000000..269406219950 --- /dev/null +++ b/net-p2p/gnunet/distinfo @@ -0,0 +1 @@ +MD5 (GNUnet-0.3.2.tar.bz2) = 33feae4f84acccd6c1122ff64b6c12ff diff --git a/net-p2p/gnunet/pkg-comment b/net-p2p/gnunet/pkg-comment new file mode 100644 index 000000000000..0d398337ab68 --- /dev/null +++ b/net-p2p/gnunet/pkg-comment @@ -0,0 +1 @@ +An anonymous, distributed, reputation-based network diff --git a/net-p2p/gnunet/pkg-descr b/net-p2p/gnunet/pkg-descr new file mode 100644 index 000000000000..d67f48c1e3e6 --- /dev/null +++ b/net-p2p/gnunet/pkg-descr @@ -0,0 +1,14 @@ +GNUnet is an anonymous, distributed, reputation-based network. A first +service implemented on top of the networking layer allows censorship- +resistant file-sharing. + +Our goal is to provide an infrastructure for secure networking. All +communication in GNUnet is authenticated and encrypted. The reputation +model makes attacks on the network harder. GNUnet does not rely on any +centralized services. + +While our goals are similar to projects like Freenet, Gnutella, MojoNation +and others, we hope to provide a superior combination of features for users +that value security more than efficiency. + +WWW: http://www.gnu.org/software/GNUnet/ diff --git a/net-p2p/gnunet/pkg-plist b/net-p2p/gnunet/pkg-plist new file mode 100644 index 000000000000..3932d1651edd --- /dev/null +++ b/net-p2p/gnunet/pkg-plist @@ -0,0 +1,9 @@ +bin/gnunet-download +bin/gnunet-gtk +bin/gnunet-insert +bin/gnunet-insert-mp3 +bin/gnunet-search +bin/gnunetd +lib/libgnunetcommon.a +lib/libgnunetfilesharing.a +lib/libgnunetutil.a |