diff --git a/net/Makefile b/net/Makefile index 13c8eff2c2cc..45aaf173e907 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.542 2005/02/16 08:54:28 manu Exp $ +# $NetBSD: Makefile,v 1.543 2005/02/20 00:36:50 tron Exp $ # COMMENT= Networking tools @@ -118,7 +118,6 @@ SUBDIR+= gnet1 SUBDIR+= gnetcat SUBDIR+= gnome-netstatus SUBDIR+= gnome-vfs2-smb -SUBDIR+= gnubile SUBDIR+= gnugk SUBDIR+= gopher SUBDIR+= gtk-gnutella diff --git a/net/gnubile/DESCR b/net/gnubile/DESCR deleted file mode 100644 index d5db45fb7a2c..000000000000 --- a/net/gnubile/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -The second pre-release of Gnubile an Unix Gnutella client. Right now it -routes packets and allows you to search and download. diff --git a/net/gnubile/Makefile b/net/gnubile/Makefile deleted file mode 100644 index d9309ef3ac8d..000000000000 --- a/net/gnubile/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2004/11/20 22:10:23 jmmv Exp $ - -DISTNAME= gnubile-0.20 -PKGREVISION= 6 -CATEGORIES= net -MASTER_SITES= http://gnutella.wego.com/file_depot/0-10000000/110000-120000/116705/folder/127699/ - -MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://gnutella.wego.com/ -COMMENT= Unix Gnutella client for GNOME - -USE_BUILDLINK3= YES -USE_GNU_TOOLS+= make -GNU_CONFIGURE= YES -CPPFLAGS+= `xml-config --cflags` - -.include "../../textproc/libxml/buildlink3.mk" -.include "../../x11/gnome-libs/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/gnubile/PLIST b/net/gnubile/PLIST deleted file mode 100644 index acc54418b6e9..000000000000 --- a/net/gnubile/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:31 zuntum Exp $ -bin/gnubile diff --git a/net/gnubile/distinfo b/net/gnubile/distinfo deleted file mode 100644 index b8d7a64514d8..000000000000 --- a/net/gnubile/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:16 wiz Exp $ - -SHA1 (gnubile-0.20.tar.gz) = ab4b299b6ab3047e76a6de98944094c535c7d562 -Size (gnubile-0.20.tar.gz) = 96464 bytes -SHA1 (patch-aa) = 9f84185c0f3b34d8330d150042092d38fc4d6d2c diff --git a/net/gnubile/patches/patch-aa b/net/gnubile/patches/patch-aa deleted file mode 100644 index c9b39e383d3e..000000000000 --- a/net/gnubile/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/02/24 23:27:19 tron Exp $ - ---- src/admin.c.orig Wed Apr 12 00:19:00 2000 -+++ src/admin.c Sun Feb 25 00:13:01 2001 -@@ -32,8 +32,8 @@ - #include - #include - #include --#include --#include -+#include -+#include - - #include "interface.h" - #include "support.h"