Remove very outdated "gnubile" package.

This commit is contained in:
tron 2005-02-20 00:36:50 +00:00
parent 13b7d87df7
commit 73027a1a19
6 changed files with 1 additions and 45 deletions

View file

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

View file

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

View file

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

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:31 zuntum Exp $
bin/gnubile

View file

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

View file

@ -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 <dirent.h>
#include <sys/stat.h>
#include <gtk/gtk.h>
-#include <gnome-xml/parser.h>
-#include <gnome-xml/tree.h>
+#include <parser.h>
+#include <tree.h>
#include "interface.h"
#include "support.h"