diff options
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile | 133 | ||||
-rw-r--r-- | net/mldonkey/distinfo | 2 | ||||
-rw-r--r-- | net/mldonkey/files/kill_mldonkey | 54 | ||||
-rw-r--r-- | net/mldonkey/files/mlnet.sh | 60 | ||||
-rw-r--r-- | net/mldonkey/files/patch-Makefile | 40 | ||||
-rw-r--r-- | net/mldonkey/files/patch-hashes | 154 | ||||
-rw-r--r-- | net/mldonkey/files/wrapper.sh | 18 | ||||
-rw-r--r-- | net/mldonkey/pkg-descr | 17 | ||||
-rw-r--r-- | net/mldonkey/pkg-message | 27 | ||||
-rw-r--r-- | net/mldonkey/pkg-plist | 10 |
10 files changed, 0 insertions, 515 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile deleted file mode 100644 index 0239fca67967..000000000000 --- a/net/mldonkey/Makefile +++ /dev/null @@ -1,133 +0,0 @@ -# New ports collection makefile for: mldonkey -# Date created: 21 August 2002 -# Whom: Holger Lamm <holger@e-gitt.net> -# -# $FreeBSD$ -# - -PORTNAME= mldonkey -PORTVERSION= 2.5.30.17 -PORTREVISION= 1 -CATEGORIES+= net -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER?= holger@e-gitt.net -COMMENT?= A OCAML client for multiple peer-to-peer networks - -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml - -BROKEN= Does not build - -CONFLICTS= mldonkey-devel-[0-9]* - -USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:259:env -USE_REINPLACE= yes -USE_OPENSSL= yes -USE_ICONV= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-pthread --enable-ocamlver=3 -USE_GMAKE= yes -ALL_TARGET= depend opt - -.if !defined(WITHOUT_CORE) -USE_RC_SUBR= yes -.endif - -.if defined(WITHOUT_GUI) -.if defined(WITHOUT_CORE) -.error "Cool, you defined both WITHOUT_GUI and WITHOUT_CORE. I think I'll do nothing." -.endif -# have no 'without-' flag -CONFIGURE_ARGS+=--disable-gui -PLIST_SUB+= CORE="" GUI="@comment " GUICORE="@comment " -CONFLICTS+= mldonkey-core-devel-[0.9]* mldonkey-core-stable-[0.9]* \ - mldonkey-[0-9]* -PKGNAMESUFFIX= -core -.else -PLIST_SUB+= GUI="" -CONFLICTS+= mldonkey-gui-devel-[0.9]* -.if !defined(WITHOUT_CORE) -CONFLICTS+= mldonkey-[0-9]* -.endif -BUILD_DEPENDS+= lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk \ - ${LOCALBASE}/lib/ocaml/jabbr.cma:${PORTSDIR}/net-im/ocaml-jabbr -# we don't need lablgtk as RUN dependency, but we need gtk+glib -USE_GNOME= gtk12 -.if defined(WITHOUT_CORE) -PKGNAMESUFFIX= -gui -PLIST_SUB+= CORE="@comment " GUICORE="@comment " -.else -PLIST_SUB+= CORE="" GUICORE="" -.endif -.endif - -DOCFILES= Authors.txt Bugs.txt ChangeLog Developers.txt FAQ.html \ - Install.txt Readme.txt Todo.txt ed2k_links.txt -PORTDOCS= ${DOCFILES} -PKGMESSAGE= ${WRKDIR}/pkg-message - -.include <bsd.port.pre.mk> - -pre-everything:: -.if !defined(WITHOUT_GUI) && !defined(WITHOUT_CORE) - @${ECHO_MSG} "You can disable the GUI by defining WITHOUT_GUI." - @${ECHO_MSG} "You can disable the CORE by defining WITHOUT_CORE." -.endif - -pre-configure: - @cd ${WRKSRC}/config && ${AUTOCONF} - -post-patch: -.ifndef(WITHOUT_CORE) - @${SED} -e "s|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|${RC_SUBR}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g" ${FILESDIR}/mlnet.sh > \ - ${WRKDIR}/mlnet.sh - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh -.endif - ${REINPLACE_CMD} -E \ - -e 's|%%AUTOCONF%%|${AUTOCONF}|' \ - ${BUILD_WRKSRC}/config/Makefile.in - -post-build: - @${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \ - < ${MASTERDIR}/pkg-message > ${PKGMESSAGE} - -do-install: -.ifndef(WITHOUT_CORE) - @${INSTALL_PROGRAM} ${WRKSRC}/mlnet ${PREFIX}/bin/mlnet-real - @${INSTALL_SCRIPT} ${FILESDIR}/kill_mldonkey ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/mlnet - @${INSTALL_SCRIPT} ${WRKDIR}/mlnet.sh ${PREFIX}/etc/rc.d -.endif -.ifndef(WITHOUT_GUI) - @${INSTALL_PROGRAM} ${WRKSRC}/mlchat ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlgui ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlim ${PREFIX}/bin -.endif -.ifndef(WITHOUT_CORE && WITHOUT_GUI) - @${INSTALL_SCRIPT} ${WRKSRC}/distrib/mldonkey_previewer ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlguistarter ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/mlnet+gui ${PREFIX}/bin -.endif -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/distrib/${file} ${DOCSDIR} -.endfor -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -install-user: extract -.if !defined(LANG) - @${ECHO_MSG} "Please call as: make install-user LANG=<lang>" - @${ECHO_MSG} "with <lang> one of en,de,fr,fr.noaccents,sp !" -.else - @${CP} ${WRKSRC}/distrib/i18n/gui_messages.ini.${LANG}\ - ${HOME}/.mldonkey_gui_messages.ini -.endif - -.include <bsd.port.post.mk> diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo deleted file mode 100644 index 39752e077cb1..000000000000 --- a/net/mldonkey/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mldonkey-2.5.30.17.tar.bz2) = f8db2c502c7ed4f660af124a431af020 -SIZE (mldonkey-2.5.30.17.tar.bz2) = 2654409 diff --git a/net/mldonkey/files/kill_mldonkey b/net/mldonkey/files/kill_mldonkey deleted file mode 100644 index 71c40bc1ac83..000000000000 --- a/net/mldonkey/files/kill_mldonkey +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -# Copyright (c) 2003 -# Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# Holger Lamm <holger@e-gitt.net> -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -# SUCH DAMAGE. -# - -# -# Add Username and password here -# like this: -# -#MLNETUSER="admin" -#MLNETPASS="" -#MLNETHOST="127.0.0.1" -#MLNETPORT="4080" - -# internal configuration -HTTP_COMMAND="/usr/bin/fetch" -HTTP_COMMAND_ARGS="-1 -q -s -o /dev/null" - -if [ -n "${MLNETPASS}" ]; then - export HTTP_AUTH=basic:*:${MLNETUSER:-admin}:${MLNETPASS} -fi - -exec > /dev/null 2>&1 - -${HTTP_COMMAND} ${HTTP_COMMAND_ARGS} \ - "http://${MLNETHOST:-127.0.0.1}:${MLNETPORT:-4080}/submit?q=kill" \ - 2>&1 > /dev/null - diff --git a/net/mldonkey/files/mlnet.sh b/net/mldonkey/files/mlnet.sh deleted file mode 100644 index 6860d810a5e5..000000000000 --- a/net/mldonkey/files/mlnet.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: mlnet -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -mlnet_enable=${mlnet_enable:-"NO"} -mlnet_http_port=${mlnet_http_port:-"4080"} -mlnet_logfile=${mlnet_logfile:-"/var/log/mlnet"} - -. %%RC_SUBR%% - -name=mlnet -rcvar=`set_rcvar` -command="%%PREFIX%%/bin/${name}" -start_cmd="${name}_start" -stop_cmd="${name}_stop" - -mlnet_conf="%%PREFIX%%/etc/mlnet.conf" -required_files="${mlnet_conf}" -mlnet_user=${mlnet_user:-"mlnet"} - -if [ -r ${mlnet_conf} ] ; then - . ${mlnet_conf} -fi - -mlnet_url="http://" -if [ -n "${mlnet_http_user}" -a -n "${mlnet_http_password}" ] ; then - mlnet_url="${mlnet_url}${mlnet_http_user}:${mlnet_http_password}@" -fi -mlnet_url="${mlnet_url}localhost:${mlnet_http_port}" - -mlnet_start() { - if checkyesno mlnet_enable ; then - echo -n " mlnet" - su ${mlnet_user} -c "${command} \ - ${mlnet_flags} \ - -http_port ${mlnet_http_port}" \ - >>${mlnet_logfile} 2>&1 & - fi -} - -mlnet_stop() { - if checkyesno mlnet_enable ; then - echo -n " mlnet" - %%LOCALBASE%%/bin/wget --spider -q \ - "${mlnet_url}/submit?q=close_fds" \ - >>${mlnet_logfile} 2>&1 - %%LOCALBASE%%/bin/wget --spider -q \ - "${mlnet_url}/submit?q=save" \ - >>${mlnet_logfile} 2>&1 - %%LOCALBASE%%/bin/wget --spider -q \ - "${mlnet_url}/submit?q=kill" \ - >>${mlnet_logfile} 2>&1 - fi -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/net/mldonkey/files/patch-Makefile b/net/mldonkey/files/patch-Makefile deleted file mode 100644 index 452e3963a19d..000000000000 --- a/net/mldonkey/files/patch-Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- config/Makefile.in.orig Tue Sep 6 21:51:36 2005 -+++ config/Makefile.in Tue Sep 6 22:00:47 2005 -@@ -144,6 +144,11 @@ - CDK_SRCS += $(CDK)/zlib.ml $(CDK)/zlibstubs.c - endif - -+ifneq ("$(OPENSSLBASE)", "/usr") -+ LIBS_flags += -ccopt -I$(OPENSSLINC) -cclib -L$(OPENSSLLIB) -+endif -+LIBS_flags += -cclib -lcrypto -+ - ifeq ("$(GD)", "yes") - LIBS_flags += -cclib -lgd -cclib -lfreetype -cclib -lm - LIBS_flags += -ccopt -W -ccopt -Wall -ccopt -Wno-unused -@@ -219,8 +224,7 @@ - $(LIB)/misc.ml $(LIB)/unix32.ml $(LIB)/md4.ml \ - $(LIB)/avifile.ml $(LIB)/http_lexer.mll $(LIB)/url.ml \ - $(LIB)/date.ml $(LIB)/fst_hash.c \ -- $(LIB)/md4_comp.c $(LIB)/md4_c.c \ -- $(LIB)/gettext.ml4 $(LIB)/md5_c.c $(LIB)/$(SHA1_VERSION)_c.c \ -+ $(LIB)/md4_c.c $(LIB)/gettext.ml4 \ - $(LIB)/tiger.c \ - $(LIB)/stubs_c.c $(LIB)/queues.ml \ - $(LIB)/charsetstubs.c $(LIB)/charset.ml -@@ -291,7 +295,7 @@ - all: Makefile config/Makefile.config $(TARGET_TYPE) - - config/configure: config/configure.in -- cd config; autoconf -+ cd config; %%AUTOCONF%% - - ifeq ("$(CONFIGURE_RUN)" , "yes") - -@@ -2059,5 +2063,4 @@ - src/utils/lib/sha1new_c.o: src/utils/lib/sha1new_c.h \ - src/utils/lib/sha1_c.h src/utils/lib/os_stubs.h - --src/daemon/common/commonHasher_c.o: src/utils/lib/sha1_c.h --src/utils/lib/stubs_c.o: src/utils/lib/sha1_c.h -+src/daemon/common/commonHasher_c.o: diff --git a/net/mldonkey/files/patch-hashes b/net/mldonkey/files/patch-hashes deleted file mode 100644 index fc1f71eb47f9..000000000000 --- a/net/mldonkey/files/patch-hashes +++ /dev/null @@ -1,154 +0,0 @@ ---- src/utils/lib/stubs_c.c.orig Tue Sep 6 22:03:39 2005 -+++ src/utils/lib/stubs_c.c Tue Sep 6 22:11:04 2005 -@@ -515,11 +515,11 @@ - nread = os_read (fd, hash_buffer, max_nread); \ - \ - if(nread < 0) { \ -- unix_error(errno, "md4_safe_fd: Read", Nothing); \ -+ unix_error(errno, "HASH_NAME##un_safe_fd: Read", Nothing); \ - } \ - \ - if(nread == 0){ \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - \ - return Val_unit; \ - } \ -@@ -527,7 +527,7 @@ - HASH_APPEND (&context, hash_buffer, nread); \ - len -= nread; \ - } \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - \ - return Val_unit; \ - } \ -@@ -541,7 +541,7 @@ - \ - HASH_INIT (&context); \ - HASH_APPEND (&context, string, len); \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - \ - return Val_unit; \ - } \ -@@ -561,7 +561,7 @@ - HASH_INIT (&context); \ - while ((len = fread (hash_buffer, 1, HASH_BUFFER_LEN, file)) >0) \ - HASH_APPEND (&context, hash_buffer, len); \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - \ - fclose (file); \ - } \ -@@ -569,13 +569,13 @@ - } \ - - --#include "md4.h" --#include "md5.h" --#include "sha1_c.h" -+#include <openssl/md4.h> -+#include <openssl/md5.h> -+#include <openssl/sha.h> - --ML_HASH(sha1,SHA1_CTX,sha1_begin,sha1_hash, sha1_end) --ML_HASH(md5,md5_state_t,md5_init,md5_append,md5_finish) --ML_HASH(md4,MD4_CTX,MD4Init,MD4Update,md4_finish) -+ML_HASH(sha1,SHA_CTX,SHA1_Init,SHA1_Update, SHA1_Final) -+ML_HASH(md5, MD5_CTX, MD5_Init, MD5_Update, MD5_Final) -+ML_HASH(md4, MD4_CTX, MD4_Init, MD4_Update, MD4_Final) - - /******************************************************************* - ---- src/daemon/common/commonHasher_c.c.orig Tue Sep 6 22:14:27 2005 -+++ src/daemon/common/commonHasher_c.c Tue Sep 6 22:19:35 2005 -@@ -37,9 +37,9 @@ - #define JOB_HANDLER 5 - #define JOB_ERROR 6 - --#include "../../utils/lib/md4.h" --#include "../../utils/lib/md5.h" --#include "../../utils/lib/sha1_c.h" -+#include <openssl/md4.h> -+#include <openssl/md5.h> -+#include <openssl/sha.h> - #include "../../utils/lib/tiger.h" - - -@@ -68,7 +68,7 @@ - unix_error(errno, "HASH_NAME##unsafe64_fd_direct: Read", Nothing); \ - } \ - if(nread == 0){ \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - \ - return; \ - } \ -@@ -76,12 +76,12 @@ - HASH_APPEND (&context, local_hash_buffer, nread); \ - len -= nread; \ - } \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - } - --COMPLETE_HASH(sha1,SHA1_CTX,sha1_begin,sha1_hash, sha1_end) --COMPLETE_HASH(md5,md5_state_t,md5_init,md5_append,md5_finish) --COMPLETE_HASH(md4,MD4_CTX,MD4Init,MD4Update,md4_finish) -+COMPLETE_HASH(sha1,SHA_CTX,SHA1_Init,SHA1_Update, SHA1_Final) -+COMPLETE_HASH(md5, MD5_CTX, MD5_Init, MD5_Update, MD5_Final) -+COMPLETE_HASH(md4, MD4_CTX, MD4_Init, MD4_Update, MD4_Final) - - static void tiger_tree_fd(OS_FD fd, long len, off_t pos, - int block_size, char *digest) -@@ -160,7 +160,7 @@ - \ - if(nread == 0){ \ - unsigned char *digest = String_val(Field(job_v, JOB_RESULT)); \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - job_finished = 1; \ - timer = 10; \ - return Val_true; \ -@@ -173,7 +173,7 @@ - \ - if(job_len <= 0){ \ - unsigned char *digest = String_val(Field(job_v, JOB_RESULT)); \ -- HASH_FINISH (&context, digest); \ -+ HASH_FINISH (digest, &context); \ - job_finished = 1; \ - timer = 10; \ - return Val_true; \ ---- src/networks/fasttrack/fst_crypt.c.orig Tue Sep 6 22:23:50 2005 -+++ src/networks/fasttrack/fst_crypt.c Tue Sep 6 22:26:34 2005 -@@ -15,7 +15,8 @@ - * General Public License for more details. - */ - --#include "../../utils/lib/md5.h" -+#include <string.h> -+#include <openssl/md5.h> - #include "fst_crypt.h" - - /*****************************************************************************/ -@@ -106,14 +106,14 @@ - - if (enc_type & 0x08) - { -- MD5Context ctx; -- unsigned char md5[MD5_HASH_LEN]; -+ MD5_CTX ctx; -+ unsigned char md5[MD5_DIGEST_LENGTH]; - - FST_HEAVY_DBG ("init_cipher: enc_type & 0x08"); - -- MD5Init (&ctx); -- MD5Update (&ctx, cipher->pad, sizeof(cipher->pad)); -- MD5Final (md5, &ctx); -+ MD5_Init (&ctx); -+ MD5_Update (&ctx, cipher->pad, sizeof(cipher->pad)); -+ MD5_Final (md5, &ctx); - - /* correct md5 byte order on big-endian since it's converted to (unsigned int*) below */ - reverse_bytes ( (unsigned int*)&md5, 4); diff --git a/net/mldonkey/files/wrapper.sh b/net/mldonkey/files/wrapper.sh deleted file mode 100644 index c25fd62bc133..000000000000 --- a/net/mldonkey/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/pkg-descr b/net/mldonkey/pkg-descr deleted file mode 100644 index 0506b1d6be6d..000000000000 --- a/net/mldonkey/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -mldonkey is a OCAML/GTK client for a number of -peer-to-peer networks. - -It is separated into a core with telnet and web interfaces, and -a GTK GUI. - -The following protocols are supported: -- eDonkey (http://www.edonkey2000.com/) -- Overnet (http://www.overnet.com/) -- Bittorrent (http://bitconjurer.org/BitTorrent/) -- Gnutella (http://www.gnutella.org/) -- Gnutella2 (http://www.shareaza.com/) -- Soulseek (http://www.slsk.org/) -- Direct-Connect (http://www.neo-modus.com/) -- Opennap (http://opennap.sourceforge.net/) - -WWW: http://www.nongnu.org/mldonkey/ diff --git a/net/mldonkey/pkg-message b/net/mldonkey/pkg-message deleted file mode 100644 index 9758a622b676..000000000000 --- a/net/mldonkey/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -- If you want to know how to use mldonkey, read "INSTALL" or - "FAQ.html" in the port docs (%%DOCSDIR%%) - -- It is not a bad idea to install mplayer. You will be able - to preview half-downloaded files (if you have the beginning). - -- You can import the downloads you started with eDonkey - (try "import /home/directory/path/.edonkey2000-core" - on the console), but you can NOT go back! - -- If this is the first time you install mldonkey, - please go to the mldonkey-gui ports dir as a user and enter: - - make install-user - - this will set up your user config. - -- You have to enable the different protocols on the client - console. Go to the (mldonkey-) console, and try the commands - 'set enable_<protocol> true' (try 'voo' for reference). - -+------------------------------------------------------------+ -|- For upgraders: The names of the binaries have changed. | -| Core and GUI are called "mlnet" and "mlgui", respectively.| -+------------------------------------------------------------+ diff --git a/net/mldonkey/pkg-plist b/net/mldonkey/pkg-plist deleted file mode 100644 index aa2b970a4402..000000000000 --- a/net/mldonkey/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%CORE%%bin/kill_mldonkey -%%CORE%%bin/mlnet -%%CORE%%bin/mlnet-real -%%CORE%%etc/rc.d/mlnet.sh -%%GUICORE%%bin/mlguistarter -%%GUICORE%%bin/mldonkey_previewer -%%GUICORE%%bin/mlnet+gui -%%GUI%%bin/mlchat -%%GUI%%bin/mlgui -%%GUI%%bin/mlim |