From olaf@cave.erb.nu  Mon Mar 17 05:27:06 2003
Return-Path: <olaf@cave.erb.nu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 20FB337B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2003 05:27:06 -0800 (PST)
Received: from ext.erb.nu (ext.erb.nu [195.143.231.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB15D43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2003 05:27:03 -0800 (PST)
	(envelope-from olaf@cave.erb.nu)
Received: from cave.erb.nu (root@cave [195.143.230.130])
	by ext.erb.nu (8.12.6/8.12.6) with ESMTP id h2HDQvXW002410
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2003 14:26:59 +0100 (CET)
	(envelope-from olaf@cave.erb.nu)
Received: from cave.erb.nu (olaf@localhost [127.0.0.1])
	by cave.erb.nu (8.12.6/8.12.6) with ESMTP id h2HDRarU093251
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Mar 2003 14:27:37 +0100 (CET)
	(envelope-from olaf@cave.erb.nu)
Received: (from olaf@localhost)
	by cave.erb.nu (8.12.6/8.12.6/Submit) id h2HDRagB093250;
	Mon, 17 Mar 2003 14:27:36 +0100 (CET)
Message-Id: <200303171327.h2HDRagB093250@cave.erb.nu>
Date: Mon, 17 Mar 2003 14:27:36 +0100 (CET)
From: Olaf Erb <olaf.erb@secnetix.de>
Reply-To: Olaf Erb <olaf.erb@secnetix.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50073
>Category:       ports
>Synopsis:       New port: net/lmule
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 05:30:13 PST 2003
>Closed-Date:    Sun Mar 30 11:32:45 PST 2003
>Last-Modified:  Sun Mar 30 11:32:45 PST 2003
>Originator:     Olaf Erb <olaf.erb@secnetix.de>
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
secnetix
>Environment:
System: FreeBSD hurz 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Feb 13 09:08:02 CET 2003 olaf@hurz:/usr/obj/usr/src/sys/cave i386


>Description:
	Port of lmule (edonkey p2p network client) to FreeBSD	
>How-To-Repeat:
	
>Fix:


# 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:
#
#	lmule
#	lmule/files
#	lmule/Makefile
#	lmule/pkg-descr
#	lmule/pkg-plist
#	lmule/distinfo
#
echo c - lmule
mkdir -p lmule > /dev/null 2>&1
echo c - lmule/files
mkdir -p lmule/files > /dev/null 2>&1
echo x - lmule/Makefile
sed 's/^X//' >lmule/Makefile << 'END-of-lmule/Makefile'
X# New ports collection makefile for:	lmule
X# Date created:		17 Mar 2003
X# Whom:			Olaf Erb <olaf.erb@secnetix.de>
X#
X#
X
XPORTNAME=	lmule
XPORTVERSION=	1.1.10
XPORTREVISION=	0
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	lmule
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	emule edonkey unix client 
X
XGNU_CONFIGURE=  yes
XCONFIGURE_ARGS=	--with-wx-config=/usr/X11R6/bin/wx-config
X
XBUILD_DEPENDS= 	${X11BASE}/bin/wxgtk-config:${PORTSDIR}/x11-toolkits/wxgtk-devel
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libexpat.so.4:${PORTSDIR}/textproc/expat2
X
XRUN_DEPENDS=	${X11BASE}/lib/libwx_gtk.so:${PORTSDIR}/x11-toolkits/wxgtk-devel
XRUN_DEPENDS+=	${LOCALBASE}/lib/libiconv.so.3:${PORTSDIR}/converters/libiconv
XRUN_DEPENDS+=	${LOCALBASE}/lib/libexpat.so.4:${PORTSDIR}/textproc/expat2
X
Xdo-install:
X	$(INSTALL_PROGRAM) -s  $(WRKSRC)/src/lmule ${PREFIX}/bin/lmule
X
X.include <bsd.port.mk>
END-of-lmule/Makefile
echo x - lmule/pkg-descr
sed 's/^X//' >lmule/pkg-descr << 'END-of-lmule/pkg-descr'
Xedonkey p2p client, unix port of the popular windows emule using wxwin-toolkit
XSee http://lmule.sourceforge.net/
END-of-lmule/pkg-descr
echo x - lmule/pkg-plist
sed 's/^X//' >lmule/pkg-plist << 'END-of-lmule/pkg-plist'
Xbin/lmule
END-of-lmule/pkg-plist
echo x - lmule/distinfo
sed 's/^X//' >lmule/distinfo << 'END-of-lmule/distinfo'
XMD5 (lmule-1.1.10.tar.gz) = 5c16679df86a8b96c18fb8c3c6b1a808
END-of-lmule/distinfo
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Sun Mar 30 11:32:44 PST 2003 
State-Changed-Why:  
There is already a lmule port. Thanks for the submittion! 

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