diff options
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 104 | ||||
-rw-r--r-- | net-p2p/gnunet/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-configure | 13 | ||||
-rw-r--r-- | net-p2p/gnunet/files/patch-types.h | 15 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-descr | 14 | ||||
-rw-r--r-- | net-p2p/gnunet/pkg-plist | 45 |
6 files changed, 0 insertions, 193 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile deleted file mode 100644 index 2f967a2cc737..000000000000 --- a/net-p2p/gnunet/Makefile +++ /dev/null @@ -1,104 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: GNUnet -# Date created: Mar 23, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= gnunet -PORTVERSION= 0.6.1d -CATEGORIES= net -MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= GNUnet-${PORTVERSION} - -MAINTAINER= krion@FreeBSD.org -COMMENT= An anonymous, distributed, reputation-based network - -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl - -USE_BZIP2= yes -USE_GETOPT_LONG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gtk12 lthack -USE_LIBTOOL_VER=13 -USE_OPENSSL= yes -USE_REINPLACE= yes - -INSTALLS_SHLIB= yes - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -CONFIGURE_ARGS= --disable-ltdl-install -LDFLAGS+= -L${LOCALBASE}/lib - -.if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -PLIST_SUB+= WITH_GDBM="" -.else -CONFIGURE_ARGS+= --without-gdbm -PLIST_SUB+= WITH_GDBM="@comment " -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if defined(WITH_TDB) -LIB_DEPENDS+= tdb.1:${PORTSDIR}/databases/tdb -PLIST_SUB+= WITH_TDB="" -.else -CONFIGURE_ARGS+= --without-tdb -PLIST_SUB+= WITH_TDB="@comment " -.endif - -.if defined(WITH_BDB3) -LIB_DEPENDS+= db3:${PORTSDIR}/databases/db3 -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - -.if defined(WITH_IPV6) -PKGNAMESUFFIX= -ipv6 -CONFIGURE_ARGS+= --enable-ipv6 -PLIST_SUB+= WITH_IPV6="" -.else -PLIST_SUB+= WITH_IPV6="@comment " -.endif - -MAN1= gnunet-chat.1 gnunet-check.1 gnunet-convert.1 \ - gnunet-delete.1 gnunet-directory.1 \ - gnunet-download.1 gnunet-gtk.1 gnunet-insert.1 \ - gnunet-peer-info.1 gnunet-pseudonym.1 \ - gnunet-search.1 gnunet-stats.1 gnunet-tbench.1 \ - gnunet-testbed.1 gnunet-tracekit.1 gnunet-transport-check.1 \ - gnunetd.1 -MAN5= gnunet.conf.5 - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You can build GNUnet with the following options:" - @${ECHO_MSG} " WITH_MYSQL=yes Turn on MySQL support" - @${ECHO_MSG} " WITH_TDB=yes Turn on TDB support" - @${ECHO_MSG} " WITH_BDB3=yes Turn on Berkely DB library support" - @${ECHO_MSG} " WITH_GDBM=yes Turn on GNU dbm support" - @${ECHO_MSG} " WITH_IPV6=yes Turn on to enable IPv6 support" - @${ECHO_MSG} "" - -post-patch: - @${FIND} ${WRKSRC} -name configure | ${XARGS} \ - ${REINPLACE_CMD} -e \ - 's|-pthread [\$$]CFLAGS|${PTHREAD_CFLAGS} \$$CFLAGS|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' - ${REINPLACE_CMD} -e \ - 's|^#include <values.h>|#include <limits.h>|g' \ - ${WRKSRC}/src/applications/afs/module/manager.c - -.include <bsd.port.mk> diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo deleted file mode 100644 index c44d17c1e8c3..000000000000 --- a/net-p2p/gnunet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (GNUnet-0.6.1d.tar.bz2) = 37fd82efbe474247df3df400315e64d6 -SIZE (GNUnet-0.6.1d.tar.bz2) = 1103768 diff --git a/net-p2p/gnunet/files/patch-configure b/net-p2p/gnunet/files/patch-configure deleted file mode 100644 index 1199b62c9db9..000000000000 --- a/net-p2p/gnunet/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Aug 27 15:47:59 2003 -+++ configure Wed Aug 27 15:55:40 2003 -@@ -13748,8 +13748,8 @@ - echo "${ECHO_T}\"$with_mysql\"" >&6 - if test "$with_mysql" != "no" - then -- LDFLAGS="-L$with_mysql/lib -L$with_mysql/lib/mysql $LDFLAGS" -- CPPFLAGS="-I$with_mysql/include $CPPFLAGS" -+ LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/mysql $LDFLAGS" -+ CPPFLAGS="-I${LOCALBASE}/include $CPPFLAGS" - - for ac_header in mysql/mysql.h - do diff --git a/net-p2p/gnunet/files/patch-types.h b/net-p2p/gnunet/files/patch-types.h deleted file mode 100644 index a0cdb542e6b3..000000000000 --- a/net-p2p/gnunet/files/patch-types.h +++ /dev/null @@ -1,15 +0,0 @@ ---- src/util/gcry/types.h.orig Mon Oct 6 20:17:50 2003 -+++ src/util/gcry/types.h Mon Oct 6 20:18:10 2003 -@@ -48,12 +48,6 @@ - #define HAVE_BYTE_TYPEDEF - #endif - --#ifndef HAVE_USHORT_TYPEDEF -- #undef ushort /* maybe there is a macro with this name */ -- typedef unsigned short ushort; -- #define HAVE_USHORT_TYPEDEF --#endif -- - #ifndef HAVE_ULONG_TYPEDEF - #undef ulong /* maybe there is a macro with this name */ - typedef unsigned long ulong; diff --git a/net-p2p/gnunet/pkg-descr b/net-p2p/gnunet/pkg-descr deleted file mode 100644 index d67f48c1e3e6..000000000000 --- a/net-p2p/gnunet/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index e8c830a446c9..000000000000 --- a/net-p2p/gnunet/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/gnunet-chat -bin/gnunet-check -bin/gnunet-convert -bin/gnunet-delete -bin/gnunet-directory -bin/gnunet-download -bin/gnunet-gtk -bin/gnunet-insert -bin/gnunet-peer-info -bin/gnunet-pseudonym -bin/gnunet-search -bin/gnunet-setup -bin/gnunet-stats -bin/gnunet-tbench -bin/gnunet-testbed -bin/gnunet-tracekit -bin/gnunet-transport-check -bin/gnunetd -include/gnunet_afs_esed2.h -include/gnunet_core.h -include/gnunet_transport.h -include/gnunet_util.h -include/platform.h -include/winproc.h -lib/libgnunet_afs_esed2.a -lib/libgnunet_afs_esed2.so -lib/libgnunet_afs_esed2.so.0 -lib/libgnunetafs_database_directory.so -lib/libgnunetafs_protocol.so -lib/libgnunetchat_protocol.so -lib/libgnunettbench_protocol.so -lib/libgnunettestbed_protocol.so -lib/libgnunettracekit_protocol.so -lib/libgnunettransport_http.so -lib/libgnunettransport_nat.so -lib/libgnunettransport_smtp.so -lib/libgnunettransport_tcp.so -lib/libgnunettransport_udp.so -lib/libgnunetutil.a -lib/libgnunetutil.so -lib/libgnunetutil.so.0 -%%WITH_GDBM%%lib/libgnunetafs_database_gdbm.so -%%WITH_TDB%%lib/libgnunetafs_database_tdb.so -%%WITH_IPV6%%lib/libgnunettransport_tcp6.so -%%WITH_IPV6%%lib/libgnunettransport_udp6.so |