Bug 87501 - Update port: net/limewire Fixed and updated to latest release.
Summary: Update port: net/limewire Fixed and updated to latest release.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Herve Quiroz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-16 03:50 UTC by Chad Castleberry
Modified: 2005-10-18 03:34 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Castleberry 2005-10-16 03:50:14 UTC
# 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:
#
#	limewire
#	limewire/files
#	limewire/files/limewire.sh.in
#	limewire/Makefile
#	limewire/distinfo
#	limewire/pkg-descr
#
echo c - limewire
mkdir -p limewire > /dev/null 2>&1
echo c - limewire/files
mkdir -p limewire/files > /dev/null 2>&1
echo x - limewire/files/limewire.sh.in
sed 's/^X//' >limewire/files/limewire.sh.in << 'END-of-limewire/files/limewire.sh.in'
X#!/bin/sh
X#
X# $FreeBSD: ports/net/limewire/files/limewire.sh.in,v 1.1 2005/02/12 23:47:48 hq Exp $
X
Xexport J2SE_PREEMPTCLOSE=1
Xexport JAVA_VERSION="1.3+"
X
Xcd "%%DATADIR%%" && "%%LOCALBASE%%/bin/java" -jar LimeWire.jar
END-of-limewire/files/limewire.sh.in
echo x - limewire/Makefile
sed 's/^X//' >limewire/Makefile << 'END-of-limewire/Makefile'
X# New ports collection makefile for:	limewire
X# Date created:				Fri Feb 22 00:28:41 CST 2002
X# Whom:					Kyle Martin <mkm@ieee.org> et al
X#
X# $FreeBSD: ports/net/limewire/Makefile,v 1.22 2005/09/02 15:44:47 hq Exp $
X#
X
XPORTNAME=	limewire
XPORTVERSION=	4.9
XCATEGORIES=	net java
XMASTER_SITES=	http://maverick.limewire.com/download/
XDISTNAME=	LimeWireOther
X
XMAINTAINER=	ports@edini.net
XCOMMENT=	A Java based gnutella client
X
XRUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
X
XUSE_ZIP=	yes
XUSE_JAVA=	yes
XJAVA_VERSION=	1.3+
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/LimeWire
X
XRESTRICTED=	License does not allow redistribution of any kind
XNO_CDROM=	${RESTRICTED}
XNO_PACKAGE=	${RESTRICTED}
X
XDATADIR=	${JAVASHAREDIR}/${PORTNAME}
XDATAFILES=	LimeWire.jar MessagesBundles.jar ProgressTabs.jar \
X		clink.jar commons-httpclient.jar commons-logging.jar \
X		daap.jar i18n.jar icu4j.jar id3v2.jar jcraft.jar \
X		jdic.jar jl011.jar jmdns.jar log4j.jar logicrypto.jar \
X		looks.jar mp3sp14.jar themes.jar tritonus.jar \
X		vorbis.jar xerces.jar xml-apis.jar xml.war update.ver \
X		hashes libtray.so data.ser runLime.sh \
X		MessagesBundle.properties spacer.gif donotremove.htm \
X		root COPYING README.txt SOURCE
X
XSUB_FILES=	limewire.sh
XPLIST_FILES=	bin/limewire
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKDIR}/limewire.sh ${PREFIX}/bin/limewire
X	cd ${WRKSRC} \
X	  && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \;
X	cd ${WRKSRC} \
X	  && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
X
Xpost-install:
X	@cd ${WRKSRC} \
X	  && ${FIND} -s ${DATAFILES} -type f | ${SED} 's,^,${DATADIR:S,^${PREFIX}/,,}/,' >>${TMPPLIST}
X	@cd ${WRKSRC} \
X	  && ${FIND} -s -d ${DATAFILES} -type d | ${SED} 's,^,@dirrm ${DATADIR:S,^${PREFIX}/,,}/,' >>${TMPPLIST}
X	@${ECHO_CMD} "@dirrm ${DATADIR:S,^${PREFIX}/,,}" >>${TMPPLIST}
X
X.include <bsd.port.mk>
END-of-limewire/Makefile
echo x - limewire/distinfo
sed 's/^X//' >limewire/distinfo << 'END-of-limewire/distinfo'
XMD5 (LimeWireOther.zip) = 1fd17c5e5409a166cf4d0d7f5199cde8
XSIZE (LimeWireOther.zip) = 5496146
END-of-limewire/distinfo
echo x - limewire/pkg-descr
sed 's/^X//' >limewire/pkg-descr << 'END-of-limewire/pkg-descr'
XLimeWire is a software package which enables individuals to search
Xfor and share computer files with anyone on the internet. A product
Xof Lime Wire, LLC, LimeWire is compatible with the Gnutella
Xfile-sharing protocol and can connect with anyone else running
XGnutella-compatible software. The LimeWire program will connect at
Xstartup, via the internet, to the LimeWire Gateway, a specialized
Xintelligent Gnutella router, to maximize the user's viewable network
Xspace.
X
XWWW: http://www.limewire.com/
END-of-limewire/pkg-descr
exit

Fix: 

N/A
How-To-Repeat: N/A
Comment 1 Herve Quiroz freebsd_committer freebsd_triage 2005-10-16 09:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hq

I'll handle this.
Comment 2 Herve Quiroz freebsd_committer freebsd_triage 2005-10-18 03:34:41 UTC
State Changed
From-To: open->closed

Patch commited. 

Thanks for your contribution!