summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-03-27 18:27:12 +0000
committerRene Ladan <rene@FreeBSD.org>2017-03-27 18:27:12 +0000
commitaaac69a482dab919b2ccfe4acd51b5e10ec89b36 (patch)
tree475362f6a72b4008ca6597003159f4223bc59e51 /net-p2p
parentmail/mutt: remove optional expired dependency on mail/mixmaster (diff)
Remove expired ports:
2017-03-27 print/musixtex: Broken for more than 6 months 2017-03-27 www/wml: Broken for more than 6 months 2017-03-27 www/offline-npm: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months 2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months 2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months 2017-03-27 devel/openvex: Broken for more than 6 months 2017-03-27 mail/mixmaster: Broken for more than 6 months 2017-03-27 net-mgmt/nat: Broken for more than 6 months 2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet 2017-03-27 net-p2p/gnunet: Broken for more than 6 months 2017-03-27 print/abc2mtex: Depends on expiring print/musixtex
Notes
Notes: svn path=/head/; revision=437071
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/Makefile2
-rw-r--r--net-p2p/gnunet-gtk/Makefile53
-rw-r--r--net-p2p/gnunet-gtk/distinfo2
-rw-r--r--net-p2p/gnunet-gtk/files/patch-configure24
-rw-r--r--net-p2p/gnunet-gtk/files/patch-pixmaps__icon-theme-installer26
-rw-r--r--net-p2p/gnunet-gtk/files/patch-src__lib__eventloop.c11
-rw-r--r--net-p2p/gnunet-gtk/files/patch-src__setup__gnunet-setup-transport.c12
-rw-r--r--net-p2p/gnunet-gtk/files/patch-src_main_gnunet-gtk.c20
-rw-r--r--net-p2p/gnunet-gtk/pkg-descr4
-rw-r--r--net-p2p/gnunet-gtk/pkg-plist354
-rw-r--r--net-p2p/gnunet/Makefile119
-rw-r--r--net-p2p/gnunet/distinfo4
-rw-r--r--net-p2p/gnunet/files/patch-src__arm__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__ats-tests__Makefile.in22
-rw-r--r--net-p2p/gnunet/files/patch-src__core__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__dht__Makefile.in52
-rw-r--r--net-p2p/gnunet/files/patch-src__hello__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__mesh__Makefile.in32
-rw-r--r--net-p2p/gnunet/files/patch-src__mysql__Makefile.in11
-rw-r--r--net-p2p/gnunet/files/patch-src__nat__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__peerinfo-tools__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__peerinfo__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/patch-src__regex__Makefile.in32
-rw-r--r--net-p2p/gnunet/files/patch-src__testbed__Makefile.in22
-rw-r--r--net-p2p/gnunet/files/patch-src__transport__Makefile.in12
-rw-r--r--net-p2p/gnunet/files/pkg-deinstall.in17
-rw-r--r--net-p2p/gnunet/files/pkg-install.in11
-rw-r--r--net-p2p/gnunet/files/pkg-message.in23
-rw-r--r--net-p2p/gnunet/pkg-descr14
-rw-r--r--net-p2p/gnunet/pkg-plist447
30 files changed, 0 insertions, 1398 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile
index 0905590dbc65..07e5e404f5fa 100644
--- a/net-p2p/Makefile
+++ b/net-p2p/Makefile
@@ -33,8 +33,6 @@
SUBDIR += frost
SUBDIR += gkremldk
SUBDIR += gnewtellium
- SUBDIR += gnunet
- SUBDIR += gnunet-gtk
SUBDIR += go-ethereum
SUBDIR += gtk-gnutella
SUBDIR += gtorrentviewer
diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile
deleted file mode 100644
index 8cf4029f6c39..000000000000
--- a/net-p2p/gnunet-gtk/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: bf
-# $FreeBSD$
-
-PORTNAME= gnunet-gtk
-PORTVERSION= 0.10.1
-PORTREVISION= 1
-CATEGORIES= net-p2p ipv6 security
-MASTER_SITES= GNU/gnunet
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK interface to GNUnet
-
-LICENSE= GPLv3+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Depends on expiring net-p2p/gnunet
-EXPIRATION_DATE= 2017-03-27
-
-LIB_DEPENDS= libgladeui-1.so:devel/glade3 \
- libltdl.so:devel/libltdl \
- libqrencode.so:graphics/libqrencode \
- libgnunetutil.so:net-p2p/gnunet \
- libunique-1.0.so:x11-toolkits/unique
-
-USES= gmake iconv libtool pathfix pkgconfig
-USE_GNOME= gtk20
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-gtktest \
- --with-gtk-version=2 \
- --with-extractor=${LOCALBASE} \
- --with-gnunet=${LOCALBASE} \
- ${ICONV_CONFIGURE_ARG}
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-INSTALLS_ICONS= yes
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|^\([[:space:]]\)install-docDATA$$|\1|' \
- ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e \
- 's|"$${mkinstalldirs}"|"$${MKDIR_P}"|' \
- ${WRKSRC}/pixmaps/Makefile.in
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in AUTHORS ChangeLog NEWS README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-p2p/gnunet-gtk/distinfo b/net-p2p/gnunet-gtk/distinfo
deleted file mode 100644
index 0299bc6ee36e..000000000000
--- a/net-p2p/gnunet-gtk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnunet-gtk-0.10.1.tar.gz) = 8fac6aa405a0cca149b3ca373c0d80a932dff20f8e1d959863d50965749868dc
-SIZE (gnunet-gtk-0.10.1.tar.gz) = 1547207
diff --git a/net-p2p/gnunet-gtk/files/patch-configure b/net-p2p/gnunet-gtk/files/patch-configure
deleted file mode 100644
index a60adbc6770b..000000000000
--- a/net-p2p/gnunet-gtk/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2014-04-08 09:07:45 UTC
-+++ configure
-@@ -14716,17 +14716,14 @@ if test "${with_gtk_version+set}" = set;
- withval=$with_gtk_version; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gtk_version" >&5
- $as_echo "$with_gtk_version" >&6; }
- case $with_gtk_version in
-- *)
-- if test "x${with_gtk_version:0:1}" == "x2"
-- then
-+ 2*)
- check_for_3=false
- check_for_2=$with_gtk_version
-- elif test "x${with_gtk_version:0:1}" == "x3"
-- then
-+ ;;
-+ 3*)
- check_for_3=$with_gtk_version
- check_for_2=false
-- fi
-- ;;
-+ ;;
- esac
-
- else
diff --git a/net-p2p/gnunet-gtk/files/patch-pixmaps__icon-theme-installer b/net-p2p/gnunet-gtk/files/patch-pixmaps__icon-theme-installer
deleted file mode 100644
index 23563a94ebb7..000000000000
--- a/net-p2p/gnunet-gtk/files/patch-pixmaps__icon-theme-installer
+++ /dev/null
@@ -1,26 +0,0 @@
---- pixmaps/icon-theme-installer.orig 2014-01-07 10:40:01 UTC
-+++ pixmaps/icon-theme-installer
-@@ -1,4 +1,4 @@
--#!/usr/bin/env bash
-+#!/bin/sh
-
- # icon-theme-installer
- # Copyright (C) 2006 Novell, Inc.
-@@ -112,7 +112,7 @@ pass -m \$(mkinstalldirs)"
- exit 1
- fi
-
--if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' '); then
-+if test ! -x $(echo "$INSTALL_DATA_EXEC" | cut -f1 -d' ' | xargs which); then
- echo "Cannot find '$INSTALL_DATA_EXEC'; You probably want to
- pass -x \$(INSTALL_DATA)"
- exit 1
-@@ -173,7 +173,7 @@ $THEME_NAME icon theme"
- done
-
- if test "x$INSTALL" = "xyes"; then
-- gtk_update_icon_cache_bin="$((which gtk-update-icon-cache ||
-+ gtk_update_icon_cache_bin="$( (which gtk-update-icon-cache ||
- echo /opt/gnome/bin/gtk-update-icon-cache)2>/dev/null)"
- gtk_update_icon_cache="$gtk_update_icon_cache_bin -f -t
- $INSTALL_BASE_DIR"
diff --git a/net-p2p/gnunet-gtk/files/patch-src__lib__eventloop.c b/net-p2p/gnunet-gtk/files/patch-src__lib__eventloop.c
deleted file mode 100644
index b96b68ee204b..000000000000
--- a/net-p2p/gnunet-gtk/files/patch-src__lib__eventloop.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lib/eventloop.c.orig 2014-02-13 15:26:55 UTC
-+++ src/lib/eventloop.c
-@@ -181,7 +181,7 @@ GtkWidget *
- GNUNET_GTK_plug_me (const char *env_name,
- GtkWidget *main_window)
- {
--#ifdef GDK_WINDOWING_X11
-+#if defined(GDK_WINDOWING_X11) && GTK_MAJOR_VERSION >= 3
- const char *plugid;
- GtkWidget *plug;
- GtkWidget *child;
diff --git a/net-p2p/gnunet-gtk/files/patch-src__setup__gnunet-setup-transport.c b/net-p2p/gnunet-gtk/files/patch-src__setup__gnunet-setup-transport.c
deleted file mode 100644
index bc6a1d1ccad7..000000000000
--- a/net-p2p/gnunet-gtk/files/patch-src__setup__gnunet-setup-transport.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/setup/gnunet-setup-transport.c.orig 2014-01-07 10:40:01 UTC
-+++ src/setup/gnunet-setup-transport.c
-@@ -349,8 +349,7 @@ nipo (void *cls, const char *name, int i
- if ( (sizeof (struct sockaddr_in6) == addrlen) &&
- (0 != memcmp (&in6addr_loopback,
- &((struct sockaddr_in6 *)addr)->sin6_addr,
-- sizeof (struct in6_addr))) &&
-- (! IN6_IS_ADDR_LINKLOCAL ((const struct sockaddr_in6*) addr)) )
-+ sizeof (struct in6_addr))))
- {
- *have_v6 = GNUNET_YES;
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
diff --git a/net-p2p/gnunet-gtk/files/patch-src_main_gnunet-gtk.c b/net-p2p/gnunet-gtk/files/patch-src_main_gnunet-gtk.c
deleted file mode 100644
index b758c03f2a2e..000000000000
--- a/net-p2p/gnunet-gtk/files/patch-src_main_gnunet-gtk.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/main/gnunet-gtk.c.orig 2014-04-08 07:44:56 UTC
-+++ src/main/gnunet-gtk.c
-@@ -177,7 +177,7 @@ gnunet_gtk_quit_cb (GObject * object,
- }
-
-
--#ifdef GDK_WINDOWING_X11
-+#if defined(GDK_WINDOWING_X11) && GTK_MAJOR_VERSION >= 3
- /**
- * Start the child process for the plug.
- *
-@@ -308,7 +308,7 @@ run (void *cls,
- main_window = GTK_WIDGET (get_object ("gnunet_gtk_window"));
- GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL,
- &cleanup_task, NULL);
--#ifdef GDK_WINDOWING_X11
-+#if defined(GDK_WINDOWING_X11) && GTK_MAJOR_VERSION >= 3
- plug ("gnunet_statistics_hbox",
- "gnunet-statistics-gtk",
- "GNUNET_STATISTICS_GTK_PLUG");
diff --git a/net-p2p/gnunet-gtk/pkg-descr b/net-p2p/gnunet-gtk/pkg-descr
deleted file mode 100644
index 5a6380c58cf7..000000000000
--- a/net-p2p/gnunet-gtk/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This package includes GTK interfaces to GNUnet -- including GUIs to
-configure GNUnet, manage file-sharing, and inspect GNUnet peers.
-
-WWW: https://gnunet.org/
diff --git a/net-p2p/gnunet-gtk/pkg-plist b/net-p2p/gnunet-gtk/pkg-plist
deleted file mode 100644
index 06ab7b8a7aa4..000000000000
--- a/net-p2p/gnunet-gtk/pkg-plist
+++ /dev/null
@@ -1,354 +0,0 @@
-bin/gnunet-conversation-gtk
-bin/gnunet-fs-gtk
-bin/gnunet-gtk
-bin/gnunet-identity-gtk
-bin/gnunet-namestore-gtk
-bin/gnunet-peerinfo-gtk
-bin/gnunet-setup
-bin/gnunet-statistics-gtk
-include/gnunet-gtk/gnunet_gtk.h
-include/gnunet-gtk/gnunet_gtk_namestore_plugin.h
-lib/gnunet/libgnunet_plugin_gtk_namestore_a.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_aaaa.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_cname.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_gns2dns.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_leho.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_mx.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_phone.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_pkey.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_ptr.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_soa.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_txt.so
-lib/gnunet/libgnunet_plugin_gtk_namestore_vpn.so
-lib/libgnunetgtk.so
-lib/libgnunetgtk.so.1
-lib/libgnunetgtk.so.1.1.0
-man/man1/gnunet-fs-gtk.1.gz
-man/man1/gnunet-identity-gtk.1.gz
-man/man1/gnunet-namestore-gtk.1.gz
-man/man1/gnunet-peerinfo-gtk.1.gz
-man/man1/gnunet-setup.1.gz
-man/man1/gnunet-statistics-gtk.1.gz
-share/applications/gnunet-fs-gtk.desktop
-share/applications/gnunet-setup.desktop
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%DATADIR%%/config.d/gnunet-fs-gtk.conf
-%%DATADIR%%/config.d/gnunet-namestore-gtk.conf
-%%DATADIR%%/downloaded.gif
-%%DATADIR%%/downloading.gif
-%%DATADIR%%/downloading_not_receiving.gif
-%%DATADIR%%/error.gif
-%%DATADIR%%/flags/ad.png
-%%DATADIR%%/flags/ae.png
-%%DATADIR%%/flags/af.png
-%%DATADIR%%/flags/ag.png
-%%DATADIR%%/flags/ai.png
-%%DATADIR%%/flags/al.png
-%%DATADIR%%/flags/am.png
-%%DATADIR%%/flags/an.png
-%%DATADIR%%/flags/ao.png
-%%DATADIR%%/flags/aq.png
-%%DATADIR%%/flags/ar.png
-%%DATADIR%%/flags/as.png
-%%DATADIR%%/flags/at.png
-%%DATADIR%%/flags/au.png
-%%DATADIR%%/flags/aw.png
-%%DATADIR%%/flags/ax.png
-%%DATADIR%%/flags/az.png
-%%DATADIR%%/flags/ba.png
-%%DATADIR%%/flags/bb.png
-%%DATADIR%%/flags/bd.png
-%%DATADIR%%/flags/be.png
-%%DATADIR%%/flags/bf.png
-%%DATADIR%%/flags/bg.png
-%%DATADIR%%/flags/bh.png
-%%DATADIR%%/flags/bi.png
-%%DATADIR%%/flags/bj.png
-%%DATADIR%%/flags/bm.png
-%%DATADIR%%/flags/bn.png
-%%DATADIR%%/flags/bo.png
-%%DATADIR%%/flags/br.png
-%%DATADIR%%/flags/bs.png
-%%DATADIR%%/flags/bt.png
-%%DATADIR%%/flags/bv.png
-%%DATADIR%%/flags/bw.png
-%%DATADIR%%/flags/by.png
-%%DATADIR%%/flags/ca.png
-%%DATADIR%%/flags/cc.png
-%%DATADIR%%/flags/cd.png
-%%DATADIR%%/flags/cf.png
-%%DATADIR%%/flags/cg.png
-%%DATADIR%%/flags/ch.png
-%%DATADIR%%/flags/ci.png
-%%DATADIR%%/flags/ck.png
-%%DATADIR%%/flags/cl.png
-%%DATADIR%%/flags/cm.png
-%%DATADIR%%/flags/cn.png
-%%DATADIR%%/flags/co.png
-%%DATADIR%%/flags/cr.png
-%%DATADIR%%/flags/cs.png
-%%DATADIR%%/flags/cu.png
-%%DATADIR%%/flags/cv.png
-%%DATADIR%%/flags/cx.png
-%%DATADIR%%/flags/cy.png
-%%DATADIR%%/flags/cz.png
-%%DATADIR%%/flags/de.png
-%%DATADIR%%/flags/dj.png
-%%DATADIR%%/flags/dk.png
-%%DATADIR%%/flags/dm.png
-%%DATADIR%%/flags/do.png
-%%DATADIR%%/flags/dz.png
-%%DATADIR%%/flags/ec.png
-%%DATADIR%%/flags/ee.png
-%%DATADIR%%/flags/eg.png
-%%DATADIR%%/flags/eh.png
-%%DATADIR%%/flags/er.png
-%%DATADIR%%/flags/es.png
-%%DATADIR%%/flags/et.png
-%%DATADIR%%/flags/eu.png
-%%DATADIR%%/flags/fi.png
-%%DATADIR%%/flags/fj.png
-%%DATADIR%%/flags/fk.png
-%%DATADIR%%/flags/fm.png
-%%DATADIR%%/flags/fo.png
-%%DATADIR%%/flags/fr.png
-%%DATADIR%%/flags/ga.png
-%%DATADIR%%/flags/gb.png
-%%DATADIR%%/flags/gd.png
-%%DATADIR%%/flags/ge.png
-%%DATADIR%%/flags/gf.png
-%%DATADIR%%/flags/gh.png
-%%DATADIR%%/flags/gi.png
-%%DATADIR%%/flags/gl.png
-%%DATADIR%%/flags/gm.png
-%%DATADIR%%/flags/gn.png
-%%DATADIR%%/flags/gp.png
-%%DATADIR%%/flags/gq.png
-%%DATADIR%%/flags/gr.png
-%%DATADIR%%/flags/gs.png
-%%DATADIR%%/flags/gt.png
-%%DATADIR%%/flags/gu.png
-%%DATADIR%%/flags/gw.png
-%%DATADIR%%/flags/gy.png
-%%DATADIR%%/flags/hk.png
-%%DATADIR%%/flags/hm.png
-%%DATADIR%%/flags/hn.png
-%%DATADIR%%/flags/hr.png
-%%DATADIR%%/flags/ht.png
-%%DATADIR%%/flags/hu.png
-%%DATADIR%%/flags/id.png
-%%DATADIR%%/flags/ie.png
-%%DATADIR%%/flags/il.png
-%%DATADIR%%/flags/in.png
-%%DATADIR%%/flags/io.png
-%%DATADIR%%/flags/iq.png
-%%DATADIR%%/flags/ir.png
-%%DATADIR%%/flags/it.png
-%%DATADIR%%/flags/jm.png
-%%DATADIR%%/flags/jo.png
-%%DATADIR%%/flags/jp.png
-%%DATADIR%%/flags/ke.png
-%%DATADIR%%/flags/kg.png
-%%DATADIR%%/flags/kh.png
-%%DATADIR%%/flags/ki.png
-%%DATADIR%%/flags/km.png
-%%DATADIR%%/flags/kn.png
-%%DATADIR%%/flags/kp.png
-%%DATADIR%%/flags/kr.png
-%%DATADIR%%/flags/kw.png
-%%DATADIR%%/flags/ky.png
-%%DATADIR%%/flags/kz.png
-%%DATADIR%%/flags/la.png
-%%DATADIR%%/flags/lb.png
-%%DATADIR%%/flags/lc.png
-%%DATADIR%%/flags/li.png
-%%DATADIR%%/flags/lk.png
-%%DATADIR%%/flags/lr.png
-%%DATADIR%%/flags/ls.png
-%%DATADIR%%/flags/lt.png
-%%DATADIR%%/flags/lu.png
-%%DATADIR%%/flags/lv.png
-%%DATADIR%%/flags/ly.png
-%%DATADIR%%/flags/ma.png
-%%DATADIR%%/flags/mc.png
-%%DATADIR%%/flags/md.png
-%%DATADIR%%/flags/mg.png
-%%DATADIR%%/flags/mh.png
-%%DATADIR%%/flags/mk.png
-%%DATADIR%%/flags/ml.png
-%%DATADIR%%/flags/mm.png
-%%DATADIR%%/flags/mn.png
-%%DATADIR%%/flags/mo.png
-%%DATADIR%%/flags/mp.png
-%%DATADIR%%/flags/mq.png
-%%DATADIR%%/flags/mr.png
-%%DATADIR%%/flags/ms.png
-%%DATADIR%%/flags/mt.png
-%%DATADIR%%/flags/mu.png
-%%DATADIR%%/flags/mv.png
-%%DATADIR%%/flags/mw.png
-%%DATADIR%%/flags/mx.png
-%%DATADIR%%/flags/my.png
-%%DATADIR%%/flags/mz.png
-%%DATADIR%%/flags/na.png
-%%DATADIR%%/flags/nc.png
-%%DATADIR%%/flags/ne.png
-%%DATADIR%%/flags/nf.png
-%%DATADIR%%/flags/ng.png
-%%DATADIR%%/flags/ni.png
-%%DATADIR%%/flags/nl.png
-%%DATADIR%%/flags/no.png
-%%DATADIR%%/flags/np.png
-%%DATADIR%%/flags/nr.png
-%%DATADIR%%/flags/nu.png
-%%DATADIR%%/flags/nz.png
-%%DATADIR%%/flags/om.png
-%%DATADIR%%/flags/pa.png
-%%DATADIR%%/flags/pe.png
-%%DATADIR%%/flags/pf.png
-%%DATADIR%%/flags/pg.png
-%%DATADIR%%/flags/ph.png
-%%DATADIR%%/flags/pk.png
-%%DATADIR%%/flags/pl.png
-%%DATADIR%%/flags/pm.png
-%%DATADIR%%/flags/pn.png
-%%DATADIR%%/flags/pr.png
-%%DATADIR%%/flags/ps.png
-%%DATADIR%%/flags/pt.png
-%%DATADIR%%/flags/pw.png
-%%DATADIR%%/flags/py.png
-%%DATADIR%%/flags/qa.png
-%%DATADIR%%/flags/re.png
-%%DATADIR%%/flags/ro.png
-%%DATADIR%%/flags/ru.png
-%%DATADIR%%/flags/rw.png
-%%DATADIR%%/flags/sa.png
-%%DATADIR%%/flags/sb.png
-%%DATADIR%%/flags/sc.png
-%%DATADIR%%/flags/sd.png
-%%DATADIR%%/flags/se.png
-%%DATADIR%%/flags/sg.png
-%%DATADIR%%/flags/sh.png
-%%DATADIR%%/flags/si.png
-%%DATADIR%%/flags/sj.png
-%%DATADIR%%/flags/sk.png
-%%DATADIR%%/flags/sl.png
-%%DATADIR%%/flags/sm.png
-%%DATADIR%%/flags/sn.png
-%%DATADIR%%/flags/so.png
-%%DATADIR%%/flags/sr.png
-%%DATADIR%%/flags/st.png
-%%DATADIR%%/flags/sv.png
-%%DATADIR%%/flags/sy.png
-%%DATADIR%%/flags/sz.png
-%%DATADIR%%/flags/tc.png
-%%DATADIR%%/flags/td.png
-%%DATADIR%%/flags/tf.png
-%%DATADIR%%/flags/tg.png
-%%DATADIR%%/flags/th.png
-%%DATADIR%%/flags/tj.png
-%%DATADIR%%/flags/tk.png
-%%DATADIR%%/flags/tl.png
-%%DATADIR%%/flags/tm.png
-%%DATADIR%%/flags/tn.png
-%%DATADIR%%/flags/to.png
-%%DATADIR%%/flags/tr.png
-%%DATADIR%%/flags/tt.png
-%%DATADIR%%/flags/tv.png
-%%DATADIR%%/flags/tw.png
-%%DATADIR%%/flags/tz.png
-%%DATADIR%%/flags/ua.png
-%%DATADIR%%/flags/ug.png
-%%DATADIR%%/flags/um.png
-%%DATADIR%%/flags/us.png
-%%DATADIR%%/flags/uy.png
-%%DATADIR%%/flags/uz.png
-%%DATADIR%%/flags/va.png
-%%DATADIR%%/flags/vc.png
-%%DATADIR%%/flags/ve.png
-%%DATADIR%%/flags/vg.png
-%%DATADIR%%/flags/vi.png
-%%DATADIR%%/flags/vn.png
-%%DATADIR%%/flags/vu.png
-%%DATADIR%%/flags/wf.png
-%%DATADIR%%/flags/ws.png
-%%DATADIR%%/flags/ye.png
-%%DATADIR%%/flags/yt.png
-%%DATADIR%%/flags/za.png
-%%DATADIR%%/flags/zm.png
-%%DATADIR%%/flags/zw.png
-%%DATADIR%%/found_source.gif
-%%DATADIR%%/fs.png
-%%DATADIR%%/fs.svg
-%%DATADIR%%/gns.png
-%%DATADIR%%/gns.svg
-%%DATADIR%%/gnunet-setup-oxygen-cancel.png
-%%DATADIR%%/gnunet-setup-oxygen-ok.png
-%%DATADIR%%/gnunet_conversation_gtk_about_window.glade
-%%DATADIR%%/gnunet_conversation_gtk_main_window.glade
-%%DATADIR%%/gnunet_fs_gtk_about_window.glade
-%%DATADIR%%/gnunet_fs_gtk_download_as_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_edit_publication.glade
-%%DATADIR%%/gnunet_fs_gtk_enter_nick_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_main_window.glade
-%%DATADIR%%/gnunet_fs_gtk_open_directory_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_open_url_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_progress_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_pseu_progress_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_publish_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_publish_directory_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_publish_file_dialog.glade
-%%DATADIR%%/gnunet_fs_gtk_publish_tab.glade
-%%DATADIR%%/gnunet_fs_gtk_search_tab.glade
-%%DATADIR%%/gnunet_fs_gtk_unindex.glade
-%%DATADIR%%/gnunet_gtk.glade
-%%DATADIR%%/gnunet_gtk_status_bar_menu.glade
-%%DATADIR%%/gnunet_identity_gtk_about_window.glade
-%%DATADIR%%/gnunet_identity_gtk_advertise_dialog.glade
-%%DATADIR%%/gnunet_identity_gtk_main_window.glade
-%%DATADIR%%/gnunet_logo.png
-%%DATADIR%%/gnunet_namestore_edit_a.glade
-%%DATADIR%%/gnunet_namestore_edit_aaaa.glade
-%%DATADIR%%/gnunet_namestore_edit_cname.glade
-%%DATADIR%%/gnunet_namestore_edit_gns2dns.glade
-%%DATADIR%%/gnunet_namestore_edit_leho.glade
-%%DATADIR%%/gnunet_namestore_edit_mx.glade
-%%DATADIR%%/gnunet_namestore_edit_phone.glade
-%%DATADIR%%/gnunet_namestore_edit_pkey.glade
-%%DATADIR%%/gnunet_namestore_edit_ptr.glade
-%%DATADIR%%/gnunet_namestore_edit_soa.glade
-%%DATADIR%%/gnunet_namestore_edit_srv.glade
-%%DATADIR%%/gnunet_namestore_edit_txt.glade
-%%DATADIR%%/gnunet_namestore_edit_vpn.glade
-%%DATADIR%%/gnunet_namestore_gtk_main_window.glade
-%%DATADIR%%/gnunet_namestore_gtk_qr_save_as_dialog.glade
-%%DATADIR%%/gnunet_peerinfo_gtk_about_window.glade
-%%DATADIR%%/gnunet_peerinfo_gtk_main_window.glade
-%%DATADIR%%/gnunet_setup_calendar_dialog.glade
-%%DATADIR%%/gnunet_setup_main_window.glade
-%%DATADIR%%/gnunet_statistics_gtk_about_window.glade
-%%DATADIR%%/gnunet_statistics_gtk_main_window.glade
-%%DATADIR%%/green.png
-%%DATADIR%%/identity.png
-%%DATADIR%%/identity.svg
-%%DATADIR%%/peerinfo.png
-%%DATADIR%%/peerinfo.svg
-%%DATADIR%%/published.gif
-%%DATADIR%%/publishing.gif
-%%DATADIR%%/qr_dummy.png
-%%DATADIR%%/red.png
-%%DATADIR%%/searching_sources.gif
-%%DATADIR%%/setup.png
-%%DATADIR%%/setup.svg
-%%DATADIR%%/statistics.png
-%%DATADIR%%/statistics.svg
-share/icons/hicolor/16x16/apps/gnunet-fs-gtk.png
-share/icons/hicolor/16x16/status/gnunet-fs-gtk-ns-association.png
-share/icons/hicolor/22x22/apps/gnunet-fs-gtk.png
-share/icons/hicolor/24x24/apps/gnunet-fs-gtk.png
-share/icons/hicolor/32x32/apps/gnunet-fs-gtk.png
-share/icons/hicolor/scalable/apps/gnunet-fs-gtk.svg
-share/icons/hicolor/scalable/status/gnunet-fs-gtk-ns-association.svg
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
deleted file mode 100644
index 45703d3b3547..000000000000
--- a/net-p2p/gnunet/Makefile
+++ /dev/null
@@ -1,119 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= gnunet
-PORTVERSION= 0.10.1
-PORTREVISION= 3
-CATEGORIES= net-p2p ipv6 security
-MASTER_SITES= GNU
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Anonymous, distributed, reputation-based network
-
-LICENSE= GPLv3
-
-BROKEN= runtime malfunction caused by missing gnunet-daemon-hostlist (bugs no. 205042)
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2017-03-27
-
-LIB_DEPENDS= libogg.so:audio/libogg \
- libopus.so:audio/opus \
- libpulse.so:audio/pulseaudio \
- libltdl.so:devel/libltdl \
- libunistring.so:devel/libunistring \
- libidn.so:dns/libidn \
- libglpk.so:math/glpk \
- libgmp.so:math/gmp \
- libgnutls.so:security/gnutls \
- libgcrypt.so:security/libgcrypt \
- libextractor.so:textproc/libextractor
-
-USES= gmake iconv libtool pathfix pkgconfig
-USE_GNOME= glib20
-USE_GSTREAMER1= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-extractor=${LOCALBASE} \
- --with-gnutls=${LOCALBASE} \
- --with-libgcrypt-prefix=${LOCALBASE} \
- --with-libunistring-prefix=${LOCALBASE} \
- --with-ltdl=${LOCALBASE} \
- --with-nssdir=no
-INSTALL_TARGET= install-strip
-USE_LDCONFIG= yes
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GROUPS= gnunet
-USERS= gnunet
-
-SUB_FILES= pkg-install pkg-deinstall pkg-message
-SUB_LIST= GNUNET_DAEMON_DIR="${GNUNET_DAEMON_DIR}"
-
-PLIST_SUB= GNUNET_DAEMON_DIR="${GNUNET_DAEMON_DIR}"
-
-OPTIONS_DEFINE= DOCS EXAMPLES HTTP NLS
-OPTIONS_MULTI= DB
-OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE
-OPTIONS_DEFAULT= SQLITE
-OPTIONS_SUB= yes
-
-HTTP_DESC= Enable HTTP transport via libmicrohttpd
-HTTP_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd
-HTTP_CONFIGURE_ON= --with-microhttpd=${LOCALBASE}
-HTTP_CONFIGURE_OFF= --without-microhttpd
-MYSQL_DESC= Use MySQL for the data store and cache
-MYSQL_USE= mysql=yes
-MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE}
-MYSQL_CONFIGURE_OFF= --without-mysql
-NLS_USES= gettext
-NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
-NLS_CONFIGURE_OFF= --disable-nls
-PGSQL_DESC= Use PostgreSQL for the data store and cache
-PGSQL_USES= pgsql
-PGSQL_CONFIGURE_ON= --with-postgres=${LOCALBASE}
-PGSQL_CONFIGURE_OFF= --without-postgres
-SQLITE_DESC= Use SQLite for the data store and cache
-SQLITE_USES= sqlite
-SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE}
-SQLITE_CONFIGURE_OFF= --without-sqlite
-
-#If a non-default GNUNET_DAEMON_DIR is defined, the home directory
-#of the gnunet user may need to be adjusted -- e.g., via:
-#pw usermod gnunet -d $GNUNET_DAEMON_DIR
-GNUNET_DAEMON_DIR?= /var/lib/gnunet
-
-post-patch:
- @${REINPLACE_CMD} -e \
- '/^install-data-am/s|install-docDATA||' ${WRKSRC}/Makefile.in
-.for i in configure gnunet_config.h \
- src/datacache/plugin_datacache_postgres.c \
- src/datastore/plugin_datastore_postgres.c \
- src/include/gnunet_postgres_lib.h
- @${REINPLACE_CMD} -e \
- 's|postgresql/||g' ${WRKSRC}/${i}
-.endfor
-
-post-build:
- @${PRINTF} "%s\n%s\n%s\n" "[PATHS]" \
- "SERVICEHOME = ${GNUNET_DAEMON_DIR}" \
- "DEFAULTCONFIG = ${PREFIX}/etc/gnunet.conf" \
- > ${WRKDIR}/gnunet.conf.sample
-
-post-install:
- (cd ${WRKSRC}/contrib && ${INSTALL_PROGRAM} timeout_watchdog \
- ${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKDIR} && ${INSTALL_DATA} gnunet.conf.sample \
- ${STAGEDIR}${PREFIX}/etc)
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in AUTHORS ChangeLog NEWS README
- (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \
- ${STAGEDIR}${DOCSDIR})
-.endfor
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for i in gnunet_janitor.py gnunet_pyexpect.py report.sh
- (cd ${WRKSRC}/contrib && ${INSTALL_DATA} ${i} \
- ${STAGEDIR}${EXAMPLESDIR})
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-p2p/gnunet/distinfo b/net-p2p/gnunet/distinfo
deleted file mode 100644
index 1d0a55aa758b..000000000000
--- a/net-p2p/gnunet/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (gnunet-0.10.1.tar.gz) = f65cbbf9678d5b009b0a9ab2f2a29f8c956a3a23594fb404b10bbfc947fd9d13
-SIZE (gnunet-0.10.1.tar.gz) = 5022047
-SHA256 (gnurl-7.37.0.tar.gz) = cd5d14769c28b84aabef7a4b3cfabf06a4ae31acd320647f3175ee61604c58d0
-SIZE (gnurl-7.37.0.tar.gz) = 3377006
diff --git a/net-p2p/gnunet/files/patch-src__arm__Makefile.in b/net-p2p/gnunet/files/patch-src__arm__Makefile.in
deleted file mode 100644
index 5360dc2dd2aa..000000000000
--- a/net-p2p/gnunet/files/patch-src__arm__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/arm/Makefile.in.orig
-+++ src/arm/Makefile.in
-@@ -668,7 +668,8 @@
- mockup-service.c
-
- mockup_service_LDADD = \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(GN_LIBINTL)
-
- @HAVE_PYTHON_TRUE@check_SCRIPTS = \
- @HAVE_PYTHON_TRUE@ test_gnunet_arm.py
diff --git a/net-p2p/gnunet/files/patch-src__ats-tests__Makefile.in b/net-p2p/gnunet/files/patch-src__ats-tests__Makefile.in
deleted file mode 100644
index 722f740d8a40..000000000000
--- a/net-p2p/gnunet/files/patch-src__ats-tests__Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/ats-tests/Makefile.in.orig
-+++ src/ats-tests/Makefile.in
-@@ -722,7 +722,8 @@
- $(top_builddir)/src/testbed/libgnunettestbed.la \
- $(top_builddir)/src/ats/libgnunetats.la \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/transport/libgnunettransport.la
-+ $(top_builddir)/src/transport/libgnunettransport.la \
-+ $(GN_LIBINTL)
-
- gnunet_ats_sim_DEPENDENCIES = \
- libgnunetatstesting.la \
-@@ -735,7 +736,8 @@
- $(top_builddir)/src/util/libgnunetutil.la \
- $(top_builddir)/src/ats/libgnunetats.la \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/transport/libgnunettransport.la
-+ $(top_builddir)/src/transport/libgnunettransport.la \
-+ $(GN_LIBINTL)
-
- gnunet_solver_eval_DEPENDENCIES = \
- $(top_builddir)/src/util/libgnunetutil.la
diff --git a/net-p2p/gnunet/files/patch-src__core__Makefile.in b/net-p2p/gnunet/files/patch-src__core__Makefile.in
deleted file mode 100644
index 1166b1dd0c65..000000000000
--- a/net-p2p/gnunet/files/patch-src__core__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/core/Makefile.in.orig
-+++ src/core/Makefile.in
-@@ -730,7 +730,8 @@
-
- gnunet_core_LDADD = \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(GN_LIBINTL)
-
- gnunet_core_DEPENDENCIES = \
- libgnunetcore.la
diff --git a/net-p2p/gnunet/files/patch-src__dht__Makefile.in b/net-p2p/gnunet/files/patch-src__dht__Makefile.in
deleted file mode 100644
index 6e6b5e34296d..000000000000
--- a/net-p2p/gnunet/files/patch-src__dht__Makefile.in
+++ /dev/null
@@ -1,52 +0,0 @@
---- src/dht/Makefile.in.orig
-+++ src/dht/Makefile.in
-@@ -754,7 +754,8 @@
- $(top_builddir)/src/block/libgnunetblock.la \
- $(top_builddir)/src/datacache/libgnunetdatacache.la \
- $(top_builddir)/src/util/libgnunetutil.la \
-- -lm
-+ -lm \
-+ $(LTLIBINTL)
-
- gnunet_service_dht_xvine_SOURCES = \
- gnunet-service-xdht.c gnunet-service-xdht.h \
-@@ -776,7 +777,8 @@
- $(top_builddir)/src/block/libgnunetblock.la \
- $(top_builddir)/src/datacache/libgnunetdatacache.la \
- $(top_builddir)/src/util/libgnunetutil.la \
-- -lm
-+ -lm \
-+ $(LTLIBINTL)
-
- gnunet_dht_get_SOURCES = \
- gnunet-dht-get.c
-@@ -784,7 +786,8 @@
- gnunet_dht_get_LDADD = \
- $(top_builddir)/src/dht/libgnunetdht.la \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_dht_get_DEPENDENCIES = \
- libgnunetdht.la
-@@ -795,7 +798,8 @@
- gnunet_dht_put_LDADD = \
- $(top_builddir)/src/dht/libgnunetdht.la \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_dht_put_DEPENDENCIES = \
- libgnunetdht.la
-@@ -806,7 +810,8 @@
- gnunet_dht_monitor_LDADD = \
- $(top_builddir)/src/dht/libgnunetdht.la \
- $(top_builddir)/src/core/libgnunetcore.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_dht_monitor_DEPENDENCIES = \
- libgnunetdht.la
diff --git a/net-p2p/gnunet/files/patch-src__hello__Makefile.in b/net-p2p/gnunet/files/patch-src__hello__Makefile.in
deleted file mode 100644
index ac5d3ee4dc09..000000000000
--- a/net-p2p/gnunet/files/patch-src__hello__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/hello/Makefile.in.orig
-+++ src/hello/Makefile.in
-@@ -633,7 +633,8 @@
-
- gnunet_hello_LDADD = \
- $(top_builddir)/src/hello/libgnunethello.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_hello_DEPENDENCIES = \
- libgnunethello.la \
diff --git a/net-p2p/gnunet/files/patch-src__mesh__Makefile.in b/net-p2p/gnunet/files/patch-src__mesh__Makefile.in
deleted file mode 100644
index dd65b74258c4..000000000000
--- a/net-p2p/gnunet/files/patch-src__mesh__Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/mesh/Makefile.in.orig
-+++ src/mesh/Makefile.in
-@@ -707,7 +707,8 @@
-
- gnunet_mesh_LDADD = \
- $(top_builddir)/src/mesh/libgnunetmesh.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_mesh_DEPENDENCIES = \
- libgnunetmesh.la
-@@ -733,7 +734,8 @@
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
- $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
- $(top_builddir)/src/hello/libgnunethello.la \
-- $(top_builddir)/src/block/libgnunetblock.la
-+ $(top_builddir)/src/block/libgnunetblock.la \
-+ $(LTLIBINTL)
-
- gnunet_service_mesh_DEPENDENCIES = \
- $(top_builddir)/src/util/libgnunetutil.la \
-@@ -764,7 +766,8 @@
- $(top_builddir)/src/mesh/libgnunetmeshtest.a \
- $(top_builddir)/src/mesh/libgnunetmesh.la \
- $(top_builddir)/src/testbed/libgnunettestbed.la \
-- $(top_builddir)/src/statistics/libgnunetstatistics.la
-+ $(top_builddir)/src/statistics/libgnunetstatistics.la \
-+ $(LTLIBINTL)
-
- dep_mesh_test_lib = \
- libgnunetmesh.la \
diff --git a/net-p2p/gnunet/files/patch-src__mysql__Makefile.in b/net-p2p/gnunet/files/patch-src__mysql__Makefile.in
deleted file mode 100644
index cac574c45656..000000000000
--- a/net-p2p/gnunet/files/patch-src__mysql__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mysql/Makefile.in.orig 2012-06-01 15:56:58.000000000 -0400
-+++ src/mysql/Makefile.in 2012-06-07 11:58:29.000000000 -0400
-@@ -338,7 +338,7 @@
- $(top_builddir)/src/util/libgnunetutil.la
-
- libgnunetmysql_la_LDFLAGS = \
-- $(GN_LIB_LDFLAGS) \
-+ $(GN_LIB_LDFLAGS) $(MYSQL_LDFLAGS) \
- -version-info 0:0:0
-
- all: all-am
diff --git a/net-p2p/gnunet/files/patch-src__nat__Makefile.in b/net-p2p/gnunet/files/patch-src__nat__Makefile.in
deleted file mode 100644
index 45a164421519..000000000000
--- a/net-p2p/gnunet/files/patch-src__nat__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/nat/Makefile.in.orig
-+++ src/nat/Makefile.in
-@@ -657,7 +657,8 @@
-
- gnunet_nat_server_LDADD = \
- $(top_builddir)/src/nat/libgnunetnat.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(GN_LIBINTL)
-
- gnunet_nat_server_DEPENDENCIES = \
- libgnunetnat.la
diff --git a/net-p2p/gnunet/files/patch-src__peerinfo-tools__Makefile.in b/net-p2p/gnunet/files/patch-src__peerinfo-tools__Makefile.in
deleted file mode 100644
index e766926c44ac..000000000000
--- a/net-p2p/gnunet/files/patch-src__peerinfo-tools__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/peerinfo-tool/Makefile.in.orig
-+++ src/peerinfo-tool/Makefile.in
-@@ -594,7 +594,8 @@
- $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/hello/libgnunethello.la \
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(GN_LIBINTL)
-
- @HAVE_PYTHON_TRUE@check_SCRIPTS = \
- @HAVE_PYTHON_TRUE@ test_gnunet_peerinfo.py
diff --git a/net-p2p/gnunet/files/patch-src__peerinfo__Makefile.in b/net-p2p/gnunet/files/patch-src__peerinfo__Makefile.in
deleted file mode 100644
index 2bb422245b42..000000000000
--- a/net-p2p/gnunet/files/patch-src__peerinfo__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/peerinfo/Makefile.in.orig
-+++ src/peerinfo/Makefile.in
-@@ -683,7 +683,8 @@
- gnunet_service_peerinfo_LDADD = \
- $(top_builddir)/src/hello/libgnunethello.la \
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- @HAVE_BENCHMARKS_TRUE@PEERINFO_BENCHMARKS = \
- @HAVE_BENCHMARKS_TRUE@ perf_peerinfo_api
diff --git a/net-p2p/gnunet/files/patch-src__regex__Makefile.in b/net-p2p/gnunet/files/patch-src__regex__Makefile.in
deleted file mode 100644
index 6e39f2322911..000000000000
--- a/net-p2p/gnunet/files/patch-src__regex__Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/regex/Makefile.in.orig
-+++ src/regex/Makefile.in
-@@ -812,7 +812,8 @@
- $(top_builddir)/src/dht/libgnunetdht.la \
- $(top_builddir)/src/regex/libgnunetregexblock.la \
- $(top_builddir)/src/regex/libgnunetregextest.a \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- perf_regex_DEPENDENCIES = \
- libgnunetregex_internal.a \
-@@ -829,7 +830,8 @@
- $(top_builddir)/src/regex/libgnunetregexblock.la \
- $(top_builddir)/src/regex/libgnunetregextest.a \
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_regex_profiler_DEPENDENCIES = \
- $(top_builddir)/src/arm/libgnunetarm.la \
-@@ -846,7 +848,8 @@
- $(top_builddir)/src/regex/libgnunetregexblock.la \
- $(top_builddir)/src/regex/libgnunetregextest.a \
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_daemon_regexprofiler_DEPENDENCIES = \
- $(top_builddir)/src/dht/libgnunetdht.la \
diff --git a/net-p2p/gnunet/files/patch-src__testbed__Makefile.in b/net-p2p/gnunet/files/patch-src__testbed__Makefile.in
deleted file mode 100644
index ecddb8f72114..000000000000
--- a/net-p2p/gnunet/files/patch-src__testbed__Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/testbed/Makefile.in.orig
-+++ src/testbed/Makefile.in
-@@ -1004,7 +1004,8 @@
- gnunet-service-testbed-logger.c
-
- gnunet_service_testbed_logger_LDADD = \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(LTLIBINTL)
-
- gnunet_service_testbed_logger_DEPENDENCIES = \
- $(top_builddir)/src/util/libgnunetutil.la
-@@ -1014,7 +1015,8 @@
-
- gnunet_testbed_profiler_LDADD = $(XLIB) \
- $(top_builddir)/src/util/libgnunetutil.la \
-- $(top_builddir)/src/testbed/libgnunettestbed.la
-+ $(top_builddir)/src/testbed/libgnunettestbed.la \
-+ $(LTLIBINTL)
-
- gnunet_testbed_profiler_DEPENDENCIES = \
- $(top_builddir)/src/util/libgnunetutil.la \
diff --git a/net-p2p/gnunet/files/patch-src__transport__Makefile.in b/net-p2p/gnunet/files/patch-src__transport__Makefile.in
deleted file mode 100644
index be4f4ccfdb37..000000000000
--- a/net-p2p/gnunet/files/patch-src__transport__Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/transport/Makefile.in.orig
-+++ src/transport/Makefile.in
-@@ -1921,7 +1921,8 @@
- gnunet-transport-certificate-creation.c
-
- gnunet_transport_certificate_creation_LDADD = \
-- $(top_builddir)/src/util/libgnunetutil.la
-+ $(top_builddir)/src/util/libgnunetutil.la \
-+ $(GN_LIBINTL)
-
- gnunet_helper_transport_wlan_SOURCES = \
- gnunet-helper-transport-wlan.c
diff --git a/net-p2p/gnunet/files/pkg-deinstall.in b/net-p2p/gnunet/files/pkg-deinstall.in
deleted file mode 100644
index d02df6733761..000000000000
--- a/net-p2p/gnunet/files/pkg-deinstall.in
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-GNUNET_DAEMON_DIR=%%GNUNET_DAEMON_DIR%%
-
-case $2 in
-POST-DEINSTALL)
- rmdir $GNUNET_DAEMON_DIR 2>/dev/null || true
- if [ -e $GNUNET_DAEMON_DIR ]; then
- echo ""
- echo "To completely remove the port, please remove the following"
- echo "directories and the content manually:"
- echo ""
- echo " $GNUNET_DAEMON_DIR"
- echo ""
- fi
- ;;
-esac
diff --git a/net-p2p/gnunet/files/pkg-install.in b/net-p2p/gnunet/files/pkg-install.in
deleted file mode 100644
index 1149538a65fe..000000000000
--- a/net-p2p/gnunet/files/pkg-install.in
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-GNUNET_DAEMON_DIR=%%GNUNET_DAEMON_DIR%%
-
-case $2 in
-POST-INSTALL)
- if [ ! -d $GNUNET_DAEMON_DIR ]; then
- install -d -o gnunet -g gnunet -m 700 $GNUNET_DAEMON_DIR
- fi
- ;;
-esac
diff --git a/net-p2p/gnunet/files/pkg-message.in b/net-p2p/gnunet/files/pkg-message.in
deleted file mode 100644
index eb2517a7d121..000000000000
--- a/net-p2p/gnunet/files/pkg-message.in
+++ /dev/null
@@ -1,23 +0,0 @@
-This port requires configuration after installation. Recommended
-practices and configuration information can be found in:
-
-%%DOCSDIR%%/README
-
-and the Installation and User Handbooks at the gnunet website:
-
-https://gnunet.org/book
-
-After consulting these documents, a suitable system-wide configuration
-file should be created, by editing:
-
-%%PREFIX%%/etc/gnunet.conf
-
-Also, each user should create a user-specific configuration file (this
-must be present, although it can be empty):
-
-mkdir ~/.gnunet
-touch ~/.gnunet/gnunet.conf
-
-Information on using gnunet with MySQL and PostgreSQL databases can be
-found in the README.mysql and README.postgres documents in the doc
-subdirectory of the gnunet distfile.
diff --git a/net-p2p/gnunet/pkg-descr b/net-p2p/gnunet/pkg-descr
deleted file mode 100644
index 20a26790620b..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: https://gnunet.org/
diff --git a/net-p2p/gnunet/pkg-plist b/net-p2p/gnunet/pkg-plist
deleted file mode 100644
index 79b274a1353c..000000000000
--- a/net-p2p/gnunet/pkg-plist
+++ /dev/null
@@ -1,447 +0,0 @@
-bin/gnunet-arm
-bin/gnunet-ats
-bin/gnunet-auto-share
-bin/gnunet-config
-bin/gnunet-conversation
-bin/gnunet-conversation-test
-bin/gnunet-core
-bin/gnunet-datastore
-bin/gnunet-directory
-bin/gnunet-download
-bin/gnunet-download-manager.scm
-bin/gnunet-ecc
-bin/gnunet-fs
-bin/gnunet-gns
-bin/gnunet-gns-import.sh
-bin/gnunet-gns-proxy-setup-ca
-bin/gnunet-identity
-bin/gnunet-mesh
-bin/gnunet-namecache
-bin/gnunet-namestore
-bin/gnunet-nat-server
-bin/gnunet-nse
-bin/gnunet-peerinfo
-bin/gnunet-publish
-bin/gnunet-qr
-bin/gnunet-resolver
-bin/gnunet-revocation
-bin/gnunet-scrypt
-bin/gnunet-search
-bin/gnunet-set-ibf-profiler
-bin/gnunet-set-profiler
-bin/gnunet-statistics
-bin/gnunet-template
-bin/gnunet-testbed-profiler
-bin/gnunet-testing
-bin/gnunet-transport
-bin/gnunet-transport-certificate-creation
-bin/gnunet-unindex
-bin/gnunet-uri
-bin/gnunet-vpn
-bin/timeout_watchdog
-@sample etc/gnunet.conf.sample
-include/gnunet/gettext.h
-include/gnunet/gnunet_applications.h
-include/gnunet/gnunet_arm_service.h
-include/gnunet/gnunet_ats_plugin.h
-include/gnunet/gnunet_ats_service.h
-include/gnunet/gnunet_bandwidth_lib.h
-include/gnunet/gnunet_bio_lib.h
-include/gnunet/gnunet_block_lib.h
-include/gnunet/gnunet_block_plugin.h
-include/gnunet/gnunet_client_lib.h
-include/gnunet/gnunet_common.h
-include/gnunet/gnunet_config.h
-include/gnunet/gnunet_configuration_lib.h
-include/gnunet/gnunet_connection_lib.h
-include/gnunet/gnunet_consensus_service.h
-include/gnunet/gnunet_constants.h
-include/gnunet/gnunet_container_lib.h
-include/gnunet/gnunet_conversation_service.h
-include/gnunet/gnunet_core_service.h
-include/gnunet/gnunet_crypto_lib.h
-include/gnunet/gnunet_datacache_lib.h
-include/gnunet/gnunet_datacache_plugin.h
-include/gnunet/gnunet_datastore_plugin.h
-include/gnunet/gnunet_datastore_service.h
-include/gnunet/gnunet_dht_service.h
-include/gnunet/gnunet_disk_lib.h
-include/gnunet/gnunet_dns_service.h
-include/gnunet/gnunet_dnsparser_lib.h
-include/gnunet/gnunet_dnsstub_lib.h
-include/gnunet/gnunet_dv_service.h
-include/gnunet/gnunet_env_lib.h
-include/gnunet/gnunet_fragmentation_lib.h
-include/gnunet/gnunet_friends_lib.h
-include/gnunet/gnunet_fs_service.h
-include/gnunet/gnunet_getopt_lib.h
-include/gnunet/gnunet_gns_service.h
-include/gnunet/gnunet_gnsrecord_lib.h
-include/gnunet/gnunet_gnsrecord_plugin.h
-include/gnunet/gnunet_hello_lib.h
-include/gnunet/gnunet_helper_lib.h
-include/gnunet/gnunet_identity_service.h
-include/gnunet/gnunet_load_lib.h
-include/gnunet/gnunet_mesh_service.h
-include/gnunet/gnunet_microphone_lib.h
-include/gnunet/gnunet_mq_lib.h
-include/gnunet/gnunet_multicast_service.h
-include/gnunet/gnunet_mysql_lib.h
-include/gnunet/gnunet_namecache_plugin.h
-include/gnunet/gnunet_namecache_service.h
-include/gnunet/gnunet_namestore_plugin.h
-include/gnunet/gnunet_namestore_service.h
-include/gnunet/gnunet_nat_lib.h
-include/gnunet/gnunet_network_lib.h
-include/gnunet/gnunet_nse_service.h
-include/gnunet/gnunet_os_lib.h
-include/gnunet/gnunet_peer_lib.h
-include/gnunet/gnunet_peerinfo_service.h
-include/gnunet/gnunet_plugin_lib.h
-include/gnunet/gnunet_postgres_lib.h
-include/gnunet/gnunet_program_lib.h
-include/gnunet/gnunet_protocols.h
-include/gnunet/gnunet_psyc_service.h
-include/gnunet/gnunet_psycstore_plugin.h
-include/gnunet/gnunet_psycstore_service.h
-include/gnunet/gnunet_regex_service.h
-include/gnunet/gnunet_resolver_service.h
-include/gnunet/gnunet_revocation_service.h
-include/gnunet/gnunet_scalarproduct_service.h
-include/gnunet/gnunet_scheduler_lib.h
-include/gnunet/gnunet_secretsharing_service.h
-include/gnunet/gnunet_server_lib.h
-include/gnunet/gnunet_service_lib.h
-include/gnunet/gnunet_set_service.h
-include/gnunet/gnunet_signal_lib.h
-include/gnunet/gnunet_signatures.h
-include/gnunet/gnunet_speaker_lib.h
-include/gnunet/gnunet_statistics_service.h
-include/gnunet/gnunet_strings_lib.h
-include/gnunet/gnunet_testbed_logger_service.h
-include/gnunet/gnunet_testbed_service.h
-include/gnunet/gnunet_testing_lib.h
-include/gnunet/gnunet_time_lib.h
-include/gnunet/gnunet_transport_plugin.h
-include/gnunet/gnunet_transport_service.h
-include/gnunet/gnunet_tun_lib.h
-include/gnunet/gnunet_util_lib.h
-include/gnunet/gnunet_vpn_service.h
-include/gnunet/platform.h
-include/gnunet/plibc.h
-lib/gnunet/libexec/gnunet-daemon-exit
-lib/gnunet/libexec/gnunet-daemon-latency-logger
-lib/gnunet/libexec/gnunet-daemon-pt
-lib/gnunet/libexec/gnunet-daemon-regexprofiler
-lib/gnunet/libexec/gnunet-daemon-testbed-blacklist
-lib/gnunet/libexec/gnunet-daemon-testbed-underlay
-lib/gnunet/libexec/gnunet-daemon-topology
-lib/gnunet/libexec/gnunet-dns2gns
-lib/gnunet/libexec/gnunet-helper-audio-playback
-lib/gnunet/libexec/gnunet-helper-audio-record
-lib/gnunet/libexec/gnunet-helper-fs-publish
-lib/gnunet/libexec/gnunet-helper-nat-client
-lib/gnunet/libexec/gnunet-helper-nat-server
-lib/gnunet/libexec/gnunet-helper-testbed
-lib/gnunet/libexec/gnunet-service-arm
-lib/gnunet/libexec/gnunet-service-ats
-lib/gnunet/libexec/gnunet-service-conversation
-lib/gnunet/libexec/gnunet-service-core
-lib/gnunet/libexec/gnunet-service-datastore
-lib/gnunet/libexec/gnunet-service-dht
-lib/gnunet/libexec/gnunet-service-dht-xvine
-lib/gnunet/libexec/gnunet-service-dns
-lib/gnunet/libexec/gnunet-service-fs
-lib/gnunet/libexec/gnunet-service-gns
-lib/gnunet/libexec/gnunet-service-identity
-lib/gnunet/libexec/gnunet-service-mesh
-lib/gnunet/libexec/gnunet-service-namecache
-lib/gnunet/libexec/gnunet-service-namestore
-lib/gnunet/libexec/gnunet-service-nse
-lib/gnunet/libexec/gnunet-service-peerinfo
-lib/gnunet/libexec/gnunet-service-regex
-lib/gnunet/libexec/gnunet-service-resolver
-lib/gnunet/libexec/gnunet-service-revocation
-lib/gnunet/libexec/gnunet-service-set
-lib/gnunet/libexec/gnunet-service-statistics
-lib/gnunet/libexec/gnunet-service-template
-lib/gnunet/libexec/gnunet-service-testbed
-lib/gnunet/libexec/gnunet-service-testbed-logger
-lib/gnunet/libexec/gnunet-service-transport
-lib/gnunet/libexec/gnunet-service-vpn
-lib/gnunet/libgnunet_plugin_ats_mlp.so
-lib/gnunet/libgnunet_plugin_ats_proportional.so
-lib/gnunet/libgnunet_plugin_ats_ril.so
-lib/gnunet/libgnunet_plugin_block_dht.so
-lib/gnunet/libgnunet_plugin_block_dns.so
-lib/gnunet/libgnunet_plugin_block_fs.so
-lib/gnunet/libgnunet_plugin_block_gns.so
-lib/gnunet/libgnunet_plugin_block_regex.so
-lib/gnunet/libgnunet_plugin_block_template.so
-lib/gnunet/libgnunet_plugin_block_test.so
-lib/gnunet/libgnunet_plugin_datacache_heap.so
-lib/gnunet/libgnunet_plugin_datacache_sqlite.so
-lib/gnunet/libgnunet_plugin_datacache_template.so
-lib/gnunet/libgnunet_plugin_datastore_heap.so
-lib/gnunet/libgnunet_plugin_datastore_sqlite.so
-lib/gnunet/libgnunet_plugin_datastore_template.so
-lib/gnunet/libgnunet_plugin_gnsrecord_conversation.so
-lib/gnunet/libgnunet_plugin_gnsrecord_dns.so
-lib/gnunet/libgnunet_plugin_gnsrecord_gns.so
-lib/gnunet/libgnunet_plugin_namecache_sqlite.so
-lib/gnunet/libgnunet_plugin_namestore_sqlite.so
-lib/gnunet/libgnunet_plugin_test.so
-lib/gnunet/libgnunet_plugin_transport_tcp.so
-lib/gnunet/libgnunet_plugin_transport_template.so
-lib/gnunet/libgnunet_plugin_transport_udp.so
-lib/gnunet/libgnunet_plugin_transport_unix.so
-lib/libgnunetarm.so
-lib/libgnunetarm.so.1
-lib/libgnunetarm.so.1.0.3
-lib/libgnunetats.so
-lib/libgnunetats.so.4
-lib/libgnunetats.so.4.0.0
-lib/libgnunetatstesting.so
-lib/libgnunetatstesting.so.0
-lib/libgnunetatstesting.so.0.0.0
-lib/libgnunetblock.so
-lib/libgnunetblock.so.0
-lib/libgnunetblock.so.0.0.0
-lib/libgnunetconversation.so
-lib/libgnunetconversation.so.0
-lib/libgnunetconversation.so.0.0.0
-lib/libgnunetcore.so
-lib/libgnunetcore.so.0
-lib/libgnunetcore.so.0.0.1
-lib/libgnunetdatacache.so
-lib/libgnunetdatacache.so.0
-lib/libgnunetdatacache.so.0.0.1
-lib/libgnunetdatastore.so
-lib/libgnunetdatastore.so.1
-lib/libgnunetdatastore.so.1.0.0
-lib/libgnunetdht.so
-lib/libgnunetdht.so.0
-lib/libgnunetdht.so.0.2.0
-lib/libgnunetdns.so
-lib/libgnunetdns.so.0
-lib/libgnunetdns.so.0.0.0
-lib/libgnunetdnsparser.so
-lib/libgnunetdnsparser.so.0
-lib/libgnunetdnsparser.so.0.1.0
-lib/libgnunetdnsstub.so
-lib/libgnunetdnsstub.so.0
-lib/libgnunetdnsstub.so.0.0.0
-lib/libgnunetfragmentation.so
-lib/libgnunetfragmentation.so.2
-lib/libgnunetfragmentation.so.2.0.0
-lib/libgnunetfriends.so
-lib/libgnunetfriends.so.0
-lib/libgnunetfriends.so.0.0.0
-lib/libgnunetfs.so
-lib/libgnunetfs.so.2
-lib/libgnunetfs.so.2.1.1
-lib/libgnunetgns.so
-lib/libgnunetgns.so.0
-lib/libgnunetgns.so.0.0.0
-lib/libgnunetgnsrecord.so
-lib/libgnunetgnsrecord.so.0
-lib/libgnunetgnsrecord.so.0.0.0
-lib/libgnunethello.so
-lib/libgnunethello.so.0
-lib/libgnunethello.so.0.1.0
-lib/libgnunetidentity.so
-lib/libgnunetidentity.so.0
-lib/libgnunetidentity.so.0.0.0
-lib/libgnunetmesh.so
-lib/libgnunetmesh.so.5
-lib/libgnunetmesh.so.5.0.0
-lib/libgnunetmicrophone.so
-lib/libgnunetmicrophone.so.0
-lib/libgnunetmicrophone.so.0.0.0
-lib/libgnunetnamecache.so
-lib/libgnunetnamecache.so.0
-lib/libgnunetnamecache.so.0.0.0
-lib/libgnunetnamestore.so
-lib/libgnunetnamestore.so.0
-lib/libgnunetnamestore.so.0.0.1
-lib/libgnunetnat.so
-lib/libgnunetnat.so.0
-lib/libgnunetnat.so.0.1.1
-lib/libgnunetnse.so
-lib/libgnunetnse.so.0
-lib/libgnunetnse.so.0.0.0
-lib/libgnunetpeerinfo.so
-lib/libgnunetpeerinfo.so.0
-lib/libgnunetpeerinfo.so.0.0.0
-lib/libgnunetregex.so
-lib/libgnunetregex.so.3
-lib/libgnunetregex.so.3.0.1
-lib/libgnunetregexblock.so
-lib/libgnunetregexblock.so.1
-lib/libgnunetregexblock.so.1.0.0
-lib/libgnunetrevocation.so
-lib/libgnunetrevocation.so.0
-lib/libgnunetrevocation.so.0.0.0
-lib/libgnunetset.so
-lib/libgnunetset.so.0
-lib/libgnunetset.so.0.0.0
-lib/libgnunetspeaker.so
-lib/libgnunetspeaker.so.0
-lib/libgnunetspeaker.so.0.0.0
-lib/libgnunetstatistics.so
-lib/libgnunetstatistics.so.0
-lib/libgnunetstatistics.so.0.1.3
-lib/libgnunettestbed.so
-lib/libgnunettestbed.so.0
-lib/libgnunettestbed.so.0.0.0
-lib/libgnunettestbedlogger.so
-lib/libgnunettestbedlogger.so.0
-lib/libgnunettestbedlogger.so.0.0.0
-lib/libgnunettesting.so
-lib/libgnunettesting.so.1
-lib/libgnunettesting.so.1.1.0
-lib/libgnunettransport.so
-lib/libgnunettransport.so.2
-lib/libgnunettransport.so.2.2.0
-lib/libgnunettransporttesting.so
-lib/libgnunettransporttesting.so.0
-lib/libgnunettransporttesting.so.0.0.0
-lib/libgnunettun.so
-lib/libgnunettun.so.0
-lib/libgnunettun.so.0.1.0
-lib/libgnunetutil.so
-lib/libgnunetutil.so.12
-lib/libgnunetutil.so.12.0.0
-lib/libgnunetvpn.so
-lib/libgnunetvpn.so.0
-lib/libgnunetvpn.so.0.0.0
-libdata/pkgconfig/gnunetarm.pc
-libdata/pkgconfig/gnunetats.pc
-libdata/pkgconfig/gnunetblock.pc
-libdata/pkgconfig/gnunetconsensus.pc
-libdata/pkgconfig/gnunetconversation.pc
-libdata/pkgconfig/gnunetcore.pc
-libdata/pkgconfig/gnunetdatacache.pc
-libdata/pkgconfig/gnunetdatastore.pc
-libdata/pkgconfig/gnunetdht.pc
-libdata/pkgconfig/gnunetdns.pc
-libdata/pkgconfig/gnunetdnsparser.pc
-libdata/pkgconfig/gnunetdnsstub.pc
-libdata/pkgconfig/gnunetdv.pc
-libdata/pkgconfig/gnunetenv.pc
-libdata/pkgconfig/gnunetfragmentation.pc
-libdata/pkgconfig/gnunetfs.pc
-libdata/pkgconfig/gnunetgns.pc
-libdata/pkgconfig/gnunethello.pc
-libdata/pkgconfig/gnunetidentity.pc
-libdata/pkgconfig/gnunetmesh.pc
-libdata/pkgconfig/gnunetmicrophone.pc
-libdata/pkgconfig/gnunetmulticast.pc
-libdata/pkgconfig/gnunetmysql.pc
-libdata/pkgconfig/gnunetnamestore.pc
-libdata/pkgconfig/gnunetnat.pc
-libdata/pkgconfig/gnunetnse.pc
-libdata/pkgconfig/gnunetpeerinfo.pc
-libdata/pkgconfig/gnunetpostgres.pc
-libdata/pkgconfig/gnunetpsyc.pc
-libdata/pkgconfig/gnunetpsycstore.pc
-libdata/pkgconfig/gnunetregex.pc
-libdata/pkgconfig/gnunetrevocation.pc
-libdata/pkgconfig/gnunetscalarproduct.pc
-libdata/pkgconfig/gnunetset.pc
-libdata/pkgconfig/gnunetspeaker.pc
-libdata/pkgconfig/gnunetstatistics.pc
-libdata/pkgconfig/gnunettestbed.pc
-libdata/pkgconfig/gnunettesting.pc
-libdata/pkgconfig/gnunettransport.pc
-libdata/pkgconfig/gnunettun.pc
-libdata/pkgconfig/gnunetutil.pc
-libdata/pkgconfig/gnunetvpn.pc
-man/man1/gnunet-arm.1.gz
-man/man1/gnunet-ats.1.gz
-man/man1/gnunet-auto-share.1.gz
-man/man1/gnunet-config.1.gz
-man/man1/gnunet-conversation-test.1.gz
-man/man1/gnunet-conversation.1.gz
-man/man1/gnunet-core.1.gz
-man/man1/gnunet-datastore.1.gz
-man/man1/gnunet-directory.1.gz
-man/man1/gnunet-dns2gns.1.gz
-man/man1/gnunet-download-manager.1.gz
-man/man1/gnunet-download.1.gz
-man/man1/gnunet-ecc.1.gz
-man/man1/gnunet-fs.1.gz
-man/man1/gnunet-gns-import.1.gz
-man/man1/gnunet-gns-proxy.1.gz
-man/man1/gnunet-gns.1.gz
-man/man1/gnunet-identity.1.gz
-man/man1/gnunet-mesh.1.gz
-man/man1/gnunet-namecache.1.gz
-man/man1/gnunet-namestore-fcfsd.1.gz
-man/man1/gnunet-namestore.1.gz
-man/man1/gnunet-nat-server.1.gz
-man/man1/gnunet-peerinfo.1.gz
-man/man1/gnunet-publish.1.gz
-man/man1/gnunet-resolver.1.gz
-man/man1/gnunet-revocation.1.gz
-man/man1/gnunet-scalarproduct.1.gz
-man/man1/gnunet-search.1.gz
-man/man1/gnunet-statistics.1.gz
-man/man1/gnunet-testing-run-service.1.gz
-man/man1/gnunet-transport-certificate-creation.1.gz
-man/man1/gnunet-transport.1.gz
-man/man1/gnunet-unindex.1.gz
-man/man1/gnunet-uri.1.gz
-man/man1/gnunet-vpn.1.gz
-man/man5/gnunet.conf.5.gz
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnunet_janitor.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnunet_pyexpect.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/report.sh
-%%DATADIR%%/config.d/arm.conf
-%%DATADIR%%/config.d/ats.conf
-%%DATADIR%%/config.d/conversation.conf
-%%DATADIR%%/config.d/core.conf
-%%DATADIR%%/config.d/datacache.conf
-%%DATADIR%%/config.d/datastore.conf
-%%DATADIR%%/config.d/dht.conf
-%%DATADIR%%/config.d/dns.conf
-%%DATADIR%%/config.d/exit.conf
-%%DATADIR%%/config.d/fs.conf
-%%DATADIR%%/config.d/gns.conf
-%%DATADIR%%/config.d/hostlist.conf
-%%DATADIR%%/config.d/identity.conf
-%%DATADIR%%/config.d/mesh.conf
-%%DATADIR%%/config.d/namecache.conf
-%%DATADIR%%/config.d/namestore.conf
-%%DATADIR%%/config.d/nat.conf
-%%DATADIR%%/config.d/nse.conf
-%%DATADIR%%/config.d/peerinfo.conf
-%%DATADIR%%/config.d/pt.conf
-%%DATADIR%%/config.d/regex.conf
-%%DATADIR%%/config.d/resolver.conf
-%%DATADIR%%/config.d/revocation.conf
-%%DATADIR%%/config.d/set.conf
-%%DATADIR%%/config.d/statistics.conf
-%%DATADIR%%/config.d/template.conf
-%%DATADIR%%/config.d/testbed.conf
-%%DATADIR%%/config.d/testing.conf
-%%DATADIR%%/config.d/topology.conf
-%%DATADIR%%/config.d/transport.conf
-%%DATADIR%%/config.d/util.conf
-%%DATADIR%%/config.d/vpn.conf
-%%DATADIR%%/gns-bcd.html
-%%DATADIR%%/gns-bcd.tex
-%%DATADIR%%/gnunet-logo-color.png
-%%DATADIR%%/gnunet-logo.pdf
-%%DATADIR%%/hellos/DPQIBOOJV8QBS3FGJ6B0K5NTSQ9SULV45H5KCR4HU7PQ64N8Q9F0
-%%DATADIR%%/hellos/R8TTJ9GAL5VIFOFNM8KNT3D83BVQPBNRHJSSD0IME63V821906EG
-%%DATADIR%%/testing_hostkeys.ecc
-%%NLS%%share/locale/de/LC_MESSAGES/gnunet.mo
-%%NLS%%share/locale/es/LC_MESSAGES/gnunet.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/gnunet.mo
-%%NLS%%share/locale/vi/LC_MESSAGES/gnunet.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnunet.mo