add gnunet 0.3.2

An anonymous, distributed, reputation-based network
This commit is contained in:
Ying-Chieh Liao 2002-03-24 18:03:26 +00:00
parent 2cd6758010
commit c6be391943
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56549
11 changed files with 121 additions and 0 deletions

35
net-p2p/gnunet/Makefile Normal file
View File

@ -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>

1
net-p2p/gnunet/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (GNUnet-0.3.2.tar.bz2) = 33feae4f84acccd6c1122ff64b6c12ff

View File

@ -0,0 +1 @@
An anonymous, distributed, reputation-based network

14
net-p2p/gnunet/pkg-descr Normal file
View File

@ -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/

9
net-p2p/gnunet/pkg-plist Normal file
View File

@ -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

View File

@ -146,6 +146,7 @@
SUBDIR += gnu-finger
SUBDIR += gnu-radius
SUBDIR += gnugadu
SUBDIR += gnunet
SUBDIR += gnut
SUBDIR += googolplex
SUBDIR += gopher

35
net/gnunet/Makefile Normal file
View File

@ -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>

1
net/gnunet/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (GNUnet-0.3.2.tar.bz2) = 33feae4f84acccd6c1122ff64b6c12ff

1
net/gnunet/pkg-comment Normal file
View File

@ -0,0 +1 @@
An anonymous, distributed, reputation-based network

14
net/gnunet/pkg-descr Normal file
View File

@ -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/

9
net/gnunet/pkg-plist Normal file
View File

@ -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