From root@tirion.argosnet.com  Fri Nov  1 12:26:26 2002
Return-Path: <root@tirion.argosnet.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CB8C637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 12:26:26 -0800 (PST)
Received: from tirion.argosnet.com (ANice-202-1-5-173.abo.wanadoo.fr [80.15.167.173])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CF51843E6E
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  1 Nov 2002 12:26:17 -0800 (PST)
	(envelope-from root@tirion.argosnet.com)
Received: from tirion.argosnet.com (localhost.argosnet.com [127.0.0.1])
	by tirion.argosnet.com (8.12.6/8.12.6) with ESMTP id gA1KPIeL076183;
	Fri, 1 Nov 2002 21:25:28 +0100 (CET)
	(envelope-from root@tirion.argosnet.com)
Received: (from root@localhost)
	by tirion.argosnet.com (8.12.6/8.12.6/Submit) id gA1KOwue076171;
	Fri, 1 Nov 2002 21:24:58 +0100 (CET)
Message-Id: <200211012024.gA1KOwue076171@tirion.argosnet.com>
Date: Fri, 1 Nov 2002 21:24:58 +0100 (CET)
From: Laurent LEVIER <llevier@argosnet.com>
Reply-To: Laurent LEVIER <llevier@argosnet.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: holger@e-gitt.net, mldonkey@lachesis.inria.fr
Subject: mlDonkey 2.00 port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44814
>Category:       ports
>Synopsis:       mlDonkey 2.00 port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 12:30:01 PST 2002
>Closed-Date:    Wed Feb 05 03:52:48 PST 2003
>Last-Modified:  Wed Feb 05 03:52:48 PST 2003
>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:
Responsible-Changed-From-To: freebsd-ports->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Fri Nov 1 18:24:12 PST 2002 
Responsible-Changed-Why:  
I will handle this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44814 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Wed Feb 5 03:51:11 PST 2003 
State-Changed-Why:  
Thanks, can be close since we now have binary (mldonkey and mldonkey-gui) and source 
(mldonkey-src) ports. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=44814 
>Unformatted:
