summaryrefslogtreecommitdiff
path: root/net/mldonkey-gui
diff options
context:
space:
mode:
Diffstat (limited to 'net/mldonkey-gui')
-rw-r--r--net/mldonkey-gui/Makefile62
-rw-r--r--net/mldonkey-gui/distinfo1
-rw-r--r--net/mldonkey-gui/files/wrapper.sh18
-rw-r--r--net/mldonkey-gui/pkg-comment1
-rw-r--r--net/mldonkey-gui/pkg-descr14
-rw-r--r--net/mldonkey-gui/pkg-message20
-rw-r--r--net/mldonkey-gui/pkg-plist7
7 files changed, 0 insertions, 123 deletions
diff --git a/net/mldonkey-gui/Makefile b/net/mldonkey-gui/Makefile
deleted file mode 100644
index db104e3308f5..000000000000
--- a/net/mldonkey-gui/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: mldonkey
-# Date created: 21 August 2002
-# Whom: Holger Lamm <holger@e-gitt.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mldonkey
-PORTVERSION= 1.16
-CATEGORIES= net
-MASTER_SITES= http://www.schraegerpunkt.de/ \
- http://ernie.eit.uni-kl.de/mldonkey/
-
-DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
-
-MAINTAINER= holger@e-gitt.net
-
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
-
-ONLY_FOR_ARCHS= i386
-USE_BZIP2= yes
-USE_PERL5= yes
-USE_REINPLACE= yes
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
-
-DIRNAME= ${HOME}/.mldonkey
-
-# do not strip, it breaks OCAML binaries
-STRIP=
-
-post-patch:
- @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \
- ${WRKDIR}/wrapper.sh
- @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
- ${WRKSRC}/kill_mldonkey
-
-pre-install:
-# we can strip the GTK binary
- @${STRIP_CMD} ${WRKSRC}/mldonkey_gui
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${PREFIX}/bin/mldonkey-real
- @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/kill_mldonkey ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKSRC}/mldonkey_previewer ${PREFIX}/bin
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mldonkey
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}
-.endif
-
-post-install:
- @${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-install-user: extract
- @${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
- @${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
-
-.include <bsd.port.post.mk>
diff --git a/net/mldonkey-gui/distinfo b/net/mldonkey-gui/distinfo
deleted file mode 100644
index a2660a36c994..000000000000
--- a/net/mldonkey-gui/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
diff --git a/net/mldonkey-gui/files/wrapper.sh b/net/mldonkey-gui/files/wrapper.sh
deleted file mode 100644
index c25fd62bc133..000000000000
--- a/net/mldonkey-gui/files/wrapper.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-PREFIX="%%PREFIX%%/bin"
-PROGRAM="${0}"
-DIRNAME=${HOME}/.mldonkey
-
-if [ ! -d ${DIRNAME} ]
-then
- mkdir -p ${DIRNAME}
-fi
-
-echo " ${*} " | grep " \-createdironly " ||
-{
- cd ${DIRNAME} &&
- echo Running under ${DIRNAME} &&
- exec ${PREFIX}/${PROGRAM##*/}-real "${@}" ||
- echo PROBLEM. Cannot create directory ${DIRNAME}, make sure you have the proper permissions to create it and try again
-}
diff --git a/net/mldonkey-gui/pkg-comment b/net/mldonkey-gui/pkg-comment
deleted file mode 100644
index 985c930c3045..000000000000
--- a/net/mldonkey-gui/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A OCAML/GTK client for the eDonkey peer-to-peer network
diff --git a/net/mldonkey-gui/pkg-descr b/net/mldonkey-gui/pkg-descr
deleted file mode 100644
index 470212b5f06b..000000000000
--- a/net/mldonkey-gui/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
-(see http://www.edonkey2000.com/ and the 'edonkey' ports).
-
-It is separated into a core with telnet and web interfaces, and
-brings a GTK GUI.
-
-Other features over the original client are:
-- better stability
-- faster operation
-- much better control
-- saves its current state, checksums and known peers
- (instead of starting from scratch every time)
-
-WWW: http://www.freesoftware.fsf.org/mldonkey/
diff --git a/net/mldonkey-gui/pkg-message b/net/mldonkey-gui/pkg-message
deleted file mode 100644
index 568af83e56c0..000000000000
--- a/net/mldonkey-gui/pkg-message
+++ /dev/null
@@ -1,20 +0,0 @@
- ATTENTIONATTENTION:
-
-- It is not a bad idea to install mplayer. You will be able
- to preview half-downloaded files (if you have the beginning).
-
-- Please make sure that you read
- /usr/local/share/doc/mldonkey/Readme.txt.
- It contains important information about how to run mldonkey.
-
-- If this is the first time you install mldonkey,
- please go to the mldonkey ports dir as a user and enter:
-
- make install-user
-
- this will set up your user config and install an
- initial server list.
-
-- You can import the downloads started with eDonkey
- (try "import /home/directory/path/.edonkey2000-core"
- on the console), but you can NOT go back!
diff --git a/net/mldonkey-gui/pkg-plist b/net/mldonkey-gui/pkg-plist
deleted file mode 100644
index dbe1cecdc4d7..000000000000
--- a/net/mldonkey-gui/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/kill_mldonkey
-bin/mldonkey
-bin/mldonkey-real
-bin/mldonkey_gui
-bin/mldonkey_previewer
-%%PORTDOCS%%share/doc/mldonkey/Readme.txt
-%%PORTDOCS%%@dirrm share/doc/mldonkey