Date: Sun, 16 Oct 2005 02:46:55 GMT From: Chad Castleberry <chadcastleberry@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/87501: Update port: net/limewire Fixed and updated to latest release. Message-ID: <200510160246.j9G2ktjt084800@www.freebsd.org> Resent-Message-ID: <200510160250.j9G2oE12039848@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87501 >Category: ports >Synopsis: Update port: net/limewire Fixed and updated to latest release. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 16 02:50:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Chad Castleberry >Release: FreeBSD 6 RC1 x86 >Organization: >Environment: FreeBSD sith.bedroom 6.0-RC1 FreeBSD 6.0-RC1 #0: Mon Oct 10 01:19:58 EDT 2005 chad@sith.bedroom:/usr/obj/usr/src/sys/GENERIC_VESA i386 >Description: # 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 >How-To-Repeat: N/A >Fix: N/A >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510160246.j9G2ktjt084800>