mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
o After being repo copied from mldonkey port:
- update to 2.02.0 - only install the mldonkey GUI (leave the core for the mldonkey port) - update all informational files to reflect this change Approved by: portmgr (myself & no objections) Repo copied by: joe Submitted by: maintainer
This commit is contained in:
parent
8f66818e0f
commit
bbc70c45fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74039
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
@ -1,62 +1,47 @@
|
||||
# New ports collection makefile for: mldonkey
|
||||
# Date created: 21 August 2002
|
||||
# Date created: 19 December 2002
|
||||
# Whom: Holger Lamm <holger@e-gitt.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mldonkey
|
||||
PORTVERSION= 1.16
|
||||
PORTVERSION= 2.02.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.schraegerpunkt.de/ \
|
||||
http://ernie.eit.uni-kl.de/mldonkey/
|
||||
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.static.${ARCH}-FreeBSD
|
||||
MASTER_SITES= http://ernie.eit.uni-kl.de/mldonkey/ \
|
||||
http://savannah.nongnu.org/download/mldonkey/stable/contributed/
|
||||
PKGNAMESUFFIX= -gui
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/.0$/-0/}.shared.${ARCH}-${OPSYS}
|
||||
|
||||
MAINTAINER= holger@e-gitt.net
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
ONLY_FOR_ARCHS= i386 alpha
|
||||
USE_BZIP2= yes
|
||||
USE_PERL5= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gtk12
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-distrib-${PORTVERSION}
|
||||
|
||||
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
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/mldonkey_gui2 ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
@${SED} -e 's|/usr/local/|${PREFIX}/|' ${PKGMESSAGE}
|
||||
@${FMT} < ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
install-user: extract
|
||||
@${TEST} -d ${DIRNAME} || ${MKDIR} ${DIRNAME}
|
||||
@${CP} ${WRKSRC}/servers.ini ${DIRNAME}/
|
||||
.if !defined(LANG)
|
||||
@${ECHO_MSG} "Please call as: make install-user LANG=<lang>"
|
||||
@${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents !"
|
||||
.else
|
||||
@${CP} ${WRKSRC}/i18n/gui_messages.ini.${LANG}\
|
||||
${HOME}/.mldonkey_gui_messages.ini
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (mldonkey-1.16.static.i386-FreeBSD.tar.bz2) = b15aeabf1b0496f225f62baca7b0077c
|
||||
MD5 (mldonkey-2.02-0.shared.i386-FreeBSD.tar.bz2) = 76682acd24eedcca5be4f24b26abc7c0
|
||||
MD5 (mldonkey-2.02-0.shared.alpha-FreeBSD.tar.bz2) = 8ab6ba3a147fb72f8ce75e079b33b084
|
||||
|
@ -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
|
||||
}
|
@ -1 +1 @@
|
||||
A OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
A OCAML/GTK GUI for the mldonkey peer-to-peer network client
|
||||
|
@ -1,10 +1,13 @@
|
||||
mldonkey is a OCAML/GTK client for the eDonkey peer-to-peer network
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports).
|
||||
mldonkey is a OCAML/GTK client for both eDonkey and Overnet
|
||||
peer-to-peer networks.
|
||||
(see http://www.edonkey2000.com/ and the 'edonkey' ports)
|
||||
(see http://www.overnet.com/)
|
||||
|
||||
It is separated into a core with telnet and web interfaces, and
|
||||
brings a GTK GUI.
|
||||
This is the official GTK GUI that comes along with the port.
|
||||
Like all other control methods (telnet, web), it can run on
|
||||
another box than the client does.
|
||||
|
||||
Other features over the original client are:
|
||||
Other features over the original eDonkey client are:
|
||||
- better stability
|
||||
- faster operation
|
||||
- much better control
|
||||
|
@ -1,20 +1,9 @@
|
||||
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:
|
||||
please go to the mldonkey-gui port's dir as the user who will run
|
||||
mldonkey 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!
|
||||
this will set up your user config.
|
||||
|
@ -1,7 +1,2 @@
|
||||
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
|
||||
bin/mldonkey_gui2
|
||||
|
Loading…
Reference in New Issue
Block a user