Date: Fri, 1 Nov 2002 21:24:58 +0100 (CET) From: Laurent LEVIER <llevier@argosnet.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: holger@e-gitt.net, mldonkey@lachesis.inria.fr Subject: ports/44814: mlDonkey 2.00 port Message-ID: <200211012024.gA1KOwue076171@tirion.argosnet.com>
next in thread | raw e-mail | index | archive | help
>Number: 44814 >Category: ports >Synopsis: mlDonkey 2.00 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 12:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: mldonkey AT lachesis DOT inria DOT fr >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD tirion.argosnet.com 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Thu Oct 24 15:06:49 CEST 2002 root@tirion.argosnet.com:/usr/obj/usr/src/sys/TIRION i386 --- mldonkey2-without-gui.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net/mldonkey2-without-gui # /usr/ports/net/mldonkey2-without-gui/files # /usr/ports/net/mldonkey2-without-gui/Makefile # /usr/ports/net/mldonkey2-without-gui/distinfo # /usr/ports/net/mldonkey2-without-gui/pkg-comment # /usr/ports/net/mldonkey2-without-gui/pkg-descr # /usr/ports/net/mldonkey2-without-gui/pkg-plist # echo c - /usr/ports/net/mldonkey2-without-gui mkdir -p /usr/ports/net/mldonkey2-without-gui > /dev/null 2>&1 echo c - /usr/ports/net/mldonkey2-without-gui/files mkdir -p /usr/ports/net/mldonkey2-without-gui/files > /dev/null 2>&1 echo x - /usr/ports/net/mldonkey2-without-gui/Makefile sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/Makefile << 'END-of-/usr/ports/net/mldonkey2-without-gui/Makefile' X# ex:ts=8 X# Ports collection makefile for: mldonkey X# Date created: Fri Nov 1st, 2002 X# Whom: Laurent LEVIER <llevier@argosnet.com> X# X# $FreeBSD: ports/security/mldonkey/Makefile,v 1.59 2002/10/31 18:29:33 llevier Exp $ X# X XPORTNAME?= mldonkey XPORTVERSION= 2.00 XCATEGORIES= net XMASTER_SITES= http://savannah.nongnu.org/download/mldonkey/release-2.00/ XDISTNAME= mldonkey-${PORTVERSION}.sources XEXTRACT_SUFX= .tar.gz X XMAINTAINER= llevier@argosnet.com X XWRKSRC= ${WRKDIR}/mldonkey X X.include <bsd.port.pre.mk> X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XMAKE_ARGS= static plugins opt X XOCAML_PORT?= ${PORTSDIR}/lang/ocaml XOCAML_OCAML?= /usr/local/bin/ocaml X XBUILD_DEPENDS= ${OCAML_OCAML}:${OCAML_PORT} X X# No not strip, breaks OCAML binaries XSTRIP= X X# Set to this dir so a chrooted launch can be performed X# NEVER run mlDonkey as root !! XMLDONKEY_HOME= /usr/local/mldonkey X Xdo-install: X @${MKDIR} ${MLDONKEY_HOME} X @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/mldonkey.static ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/use_tags ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/use_tags.static ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/servers.ini ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/directconnect.ini ${MLDONKEY_HOME}/ X @${INSTALL_PROGRAM} ${WRKSRC}/distrib/kill_mldonkey ${MLDONKEY_HOME}/ X X.if !target(post-install) && (${PORTNAME} == "mldonkey") X.endif X X.include <bsd.port.post.mk> END-of-/usr/ports/net/mldonkey2-without-gui/Makefile echo x - /usr/ports/net/mldonkey2-without-gui/distinfo sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/distinfo << 'END-of-/usr/ports/net/mldonkey2-without-gui/distinfo' XMD5 (mldonkey-2.00.sources.tar.gz) = f2494ffeff8308f103a814b321019fdb END-of-/usr/ports/net/mldonkey2-without-gui/distinfo echo x - /usr/ports/net/mldonkey2-without-gui/pkg-comment sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-comment << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-comment' XA OCAML/GTK client for multiple peer-to-peer network X~ END-of-/usr/ports/net/mldonkey2-without-gui/pkg-comment echo x - /usr/ports/net/mldonkey2-without-gui/pkg-descr sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-descr << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-descr' Xs a OCAML/GTK client for multiple peer-to-peer network X(see http://www.edonkey2000.com/ and the 'edonkey' ports for eDonkey). X XIt is separated into a core with telnet and web interfaces, and Xbrings a GTK GUI. X XOther features over the original client are: X- better stability X- faster operation X- much better control X- saves its current state, checksums and known peers X (instead of starting from scratch every time) X XWWW: http://savannah.gnu.org/projects/mldonkey/ END-of-/usr/ports/net/mldonkey2-without-gui/pkg-descr echo x - /usr/ports/net/mldonkey2-without-gui/pkg-plist sed 's/^X//' >/usr/ports/net/mldonkey2-without-gui/pkg-plist << 'END-of-/usr/ports/net/mldonkey2-without-gui/pkg-plist' X@comment $FreeBSD: ports/security/mldonkey/pkg-plist,v 1.11 2001/04/15 01:04:33 llevier Exp $ X/usr/local/mldonkey/kill_mldonkey X/usr/local/mldonkey/mldonkey X/usr/local/mldonkey/mldonkey.static X/usr/local/mldonkey/use_tags X/usr/local/mldonkey/use_tags.static X/usr/local/mldonkey/servers.ini X/usr/local/mldonkey/directconnect.ini END-of-/usr/ports/net/mldonkey2-without-gui/pkg-plist exit --- mldonkey2-without-gui.shar ends here --- >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211012024.gA1KOwue076171>