diff options
Diffstat (limited to 'net-p2p/edonkey-gui-gtk')
-rw-r--r-- | net-p2p/edonkey-gui-gtk/Makefile | 67 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/pkg-descr | 15 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/pkg-message | 16 | ||||
-rw-r--r-- | net-p2p/edonkey-gui-gtk/pkg-plist | 5 |
6 files changed, 0 insertions, 106 deletions
diff --git a/net-p2p/edonkey-gui-gtk/Makefile b/net-p2p/edonkey-gui-gtk/Makefile deleted file mode 100644 index 8fad5a1014fe..000000000000 --- a/net-p2p/edonkey-gui-gtk/Makefile +++ /dev/null @@ -1,67 +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.2002080400 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= lioux -PKGNAMESUFFIX= -gui-gtk -DISTFILES= ed2k_gui-${PORTVERSION}.freebsd-stable-i386.gz -EXTRACT_ONLY= - -MAINTAINER= lioux@FreeBSD.org - -LIB_DEPENDS= gnet.1:${PORTSDIR}/net/gnet -RUN_DEPENDS= donkey:${PORTSDIR}/net/edonkey-core - -ONLY_FOR_ARCHS= i386 -XFREE86_VERSION= 4 -USE_GNOMENG= yes -USE_GNOME= gtk12 -USE_X_PREFIX= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -DOC_VERSION= 0.2.0.a.2002061600 - -BINARY_NAME= ed2k_gui -DOC_FILES= faq.html faq_german.html - -.ifndef(NOPORTDOCS) -DISTFILES+= ed2k_gui-${DOC_VERSION}.doc.tar.gz -.endif - -post-extract: -.ifndef(NOPORTDOCS) - @cd ${WRKSRC} && ${TAR} xzf \ - ${DISTDIR}/ed2k_gui-${DOC_VERSION}.doc.tar.gz -.endif - @${GZCAT} ${DISTDIR}/ed2k_gui-${PORTVERSION}.freebsd-stable-i386.gz \ - > ${WRKSRC}/${BINARY_NAME} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} \ - ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} -.endfor -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin - @${LN} -s ${BINARY_NAME} ${PREFIX}/bin/edonkey-gui-gtk - -post-install: - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 450006 || ${OSVERSION} >= 500000 -BROKEN= "only available for 4.X-STABLE (post 4.6 Release)" -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/edonkey-gui-gtk/distinfo b/net-p2p/edonkey-gui-gtk/distinfo deleted file mode 100644 index f4e46e40d53e..000000000000 --- a/net-p2p/edonkey-gui-gtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ed2k_gui-0.2.0.a.2002080400.freebsd-stable-i386.gz) = 4d62b772e80eacb02b204aaf9578bd9c -MD5 (ed2k_gui-0.2.0.a.2002061600.doc.tar.gz) = 25a37a2bc514613a53443e2ab85314d6 diff --git a/net-p2p/edonkey-gui-gtk/pkg-comment b/net-p2p/edonkey-gui-gtk/pkg-comment deleted file mode 100644 index 396a88ae6fc7..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK GUI to eDonkey2000 'core' command line client diff --git a/net-p2p/edonkey-gui-gtk/pkg-descr b/net-p2p/edonkey-gui-gtk/pkg-descr deleted file mode 100644 index ca42bcb1189a..000000000000 --- a/net-p2p/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 diff --git a/net-p2p/edonkey-gui-gtk/pkg-message b/net-p2p/edonkey-gui-gtk/pkg-message deleted file mode 100644 index 3d92e94ed260..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ - ATTENTIONATTENTION: - -This port is an attempt to distribute a FreeBSD native version of -the eDonkey GTK GUI written by Tim-Philipp Müller. - -It might not work at all. As always, there are no implied guarantees. -You try this at your own risk. Be warned. :-) - -If it does not work for you, you can always try the Linux version -of this port available at /usr/ports/net/linux-edonkey-gui-gtk. It -might work. - -Currently, this native version is restricted to the following FreeBSD -platforms: - -- i386 FreeBSD 4.x-STABLE (post 4.6R Release); OSVERSION=450006 diff --git a/net-p2p/edonkey-gui-gtk/pkg-plist b/net-p2p/edonkey-gui-gtk/pkg-plist deleted file mode 100644 index 31799176b713..000000000000 --- a/net-p2p/edonkey-gui-gtk/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/ed2k_gui -bin/edonkey-gui-gtk -%%PORTDOCS%%share/doc/edonkey-gui-gtk/faq.html -%%PORTDOCS%%share/doc/edonkey-gui-gtk/faq_german.html -%%PORTDOCS%%@dirrm share/doc/edonkey-gui-gtk |