summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-07 15:11:57 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-07 15:11:57 +0000
commit9d51f75b07eab3a5065279ae63b4979a07422a5a (patch)
treeac6b41da0e02b36a5d15c38fc78ca02a046e03a0
parentRemove references to dead homepage (diff)
Remove port: No longer available; a native version exists in net/edonkey-gui-gtk.
PR: ports/79585 Submitted by: Sam 'Reaper' Lawrance
Notes
Notes: svn path=/head/; revision=132698
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/linux-edonkey-gui-gtk/Makefile55
-rw-r--r--net/linux-edonkey-gui-gtk/distinfo2
-rw-r--r--net/linux-edonkey-gui-gtk/pkg-descr15
5 files changed, 1 insertions, 73 deletions
diff --git a/MOVED b/MOVED
index 8bf73c08ace4..d3029e7d6d7b 100644
--- a/MOVED
+++ b/MOVED
@@ -1440,3 +1440,4 @@ science/mxp|graphics/mxp|2005-03-25|fix category
misc/kfile_torrent|net/kdenetwork3|2005-03-27|kfile_torrent included in kdenetwork package
multimedia/linux-divxplayer||2005-04-02|developer's dropped the application
audio/rebler||2005-04-07|Project dead and disappeared
+net/linux-edonkey-gui-gtk|net/edonkey-gui-gtk|2005-04-07|Dead port, native version available
diff --git a/net/Makefile b/net/Makefile
index b921e25b2eb3..8583da21d939 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -334,7 +334,6 @@
SUBDIR += linpopup
SUBDIR += linux-agsatellite
SUBDIR += linux-edonkey-core
- SUBDIR += linux-edonkey-gui-gtk
SUBDIR += linux-edonkey-server
SUBDIR += linux-jigdo
SUBDIR += linux-nx-client
diff --git a/net/linux-edonkey-gui-gtk/Makefile b/net/linux-edonkey-gui-gtk/Makefile
deleted file mode 100644
index a7075b9b2378..000000000000
--- a/net/linux-edonkey-gui-gtk/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: eDonkey2000 GTK GUI for 'core' client
-# Date created: Fri Jan 4 22:44:56 BRST 2002
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= edonkey
-PORTVERSION= 0.2.0.a.${SNAPSHOT_DATE:S/-/./g}
-PORTREVISION= 1
-CATEGORIES= net linux
-MASTER_SITES= http://users.aber.ac.uk/tpm01/
-PKGNAMEPREFIX= linux-
-PKGNAMESUFFIX= -gui-gtk
-DISTNAME= ed2k_linux_gui_0.2-${SNAPSHOT_DATE}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Linux GTK GUI to eDonkey2000 'core' command line client
-
-RUN_DEPENDS= donkey:${PORTSDIR}/net/linux-edonkey-core \
- ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
-
-BROKEN= Unfetchable
-
-ONLY_FOR_ARCHS= i386
-PREFIX?= ${X11BASE}
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-STRIP=
-
-STRIP_CMD= ${LINUXBASE}/usr/bin/strip
-
-.if exists(/usr/bin/brandelf)
-BRANDELF?= /usr/bin/brandelf
-.else
-BRANDELF?= brandelf
-.endif
-
-BINARY_NAME= linux_gui_unstable
-BINARY_NAME_INSTALL= linux-edonkey-gui-gtk
-PLIST_FILES= bin/linux-edonkey-gui-gtk
-SNAPSHOT_DATE= 2002-02-22
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin/${BINARY_NAME_INSTALL}
-
-.include <bsd.port.pre.mk>
-
-pre-install:
-.if exists(${STRIP_CMD})
- @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
-.endif
- @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
-
-.include <bsd.port.post.mk>
diff --git a/net/linux-edonkey-gui-gtk/distinfo b/net/linux-edonkey-gui-gtk/distinfo
deleted file mode 100644
index 2cba03ed5344..000000000000
--- a/net/linux-edonkey-gui-gtk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ed2k_linux_gui_0.2-2002-02-22.tar.gz) = 778b6456efa2d96daec37c62c4f9d123
-SIZE (ed2k_linux_gui_0.2-2002-02-22.tar.gz) = 128118
diff --git a/net/linux-edonkey-gui-gtk/pkg-descr b/net/linux-edonkey-gui-gtk/pkg-descr
deleted file mode 100644
index ca42bcb1189a..000000000000
--- a/net/linux-edonkey-gui-gtk/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-[ excerpt from Developer's site]
-
-This is a user interface to tell eDonkey2000 'core' what to do (ie.
-connect to servers, do searches, download stuff). The core comes
-with a very simple text interface (=command line client), where you
-can tell it what to do by typing in commands. Most people do not
-find this very convenient and rather have a window with lists and
-buttons to click. The 'GUI' is a separate program which connect to
-the core via a TCP connection and tells it what to do. Likewise,
-the core sends messages to the GUI when something happens (eg. a
-download has finished), so the GUI can present this to the user.
-
-Check http://www.edonkey2000.com/ and the WWW site below.
-
-WWW: http://users.aber.ac.uk/tpm01/guihome.html