diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/limewire/Makefile | 47 | ||||
-rw-r--r-- | net-p2p/limewire/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/limewire/files/limewire.sh.in | 8 | ||||
-rw-r--r-- | net-p2p/limewire/pkg-descr | 10 | ||||
-rw-r--r-- | net-p2p/limewire/pkg-plist | 19 |
6 files changed, 0 insertions, 87 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index d111bceb64a6..8117eaaf4620 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -49,7 +49,6 @@ SUBDIR += libtorrent-rasterbar-15-python SUBDIR += libtorrent-rasterbar-16 SUBDIR += libtorrent-rasterbar-16-python - SUBDIR += limewire SUBDIR += linux-jigdo SUBDIR += linuxdcpp SUBDIR += lopster diff --git a/net-p2p/limewire/Makefile b/net-p2p/limewire/Makefile deleted file mode 100644 index 7ba84a6c6988..000000000000 --- a/net-p2p/limewire/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: limewire -# Date created: Fri Feb 22 00:28:41 CST 2002 -# Whom: Kyle Martin <mkm@ieee.org> et al -# -# $FreeBSD$ -# - -PORTNAME= limewire -PORTVERSION= 5.4.6 -PORTEPOCH= 1 -CATEGORIES= net-p2p java -MASTER_SITES= http://www10.limewire.com/download/ -DISTNAME= LimeWireOther - -MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= A Java based Gnutella client - -DEPRECATED= Abandoned up stream -EXPIRATION_DATE= 2012-12-01 - -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -NO_BUILD= yes -WRKSRC= ${WRKDIR}/LimeWire - -DATADIR= ${JAVASHAREDIR}/${PORTNAME} - -SUB_FILES= ${PORTNAME}.sh - -post-extract: - @cd ${WRKSRC} && \ - ${RM} -f *.exe *.dll *.so *.sh cygwin.* COPYING SOURCE && \ - ${MV} README.txt .. - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/* ${DATADIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/README.txt ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/limewire/distinfo b/net-p2p/limewire/distinfo deleted file mode 100644 index 6992ca07802a..000000000000 --- a/net-p2p/limewire/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (LimeWireOther.zip) = 22ce870f18b4bb4a17d487a9546ed71cbd556b569c197d0531317867d4a9c9a2 -SIZE (LimeWireOther.zip) = 27782095 diff --git a/net-p2p/limewire/files/limewire.sh.in b/net-p2p/limewire/files/limewire.sh.in deleted file mode 100644 index 588410c1e595..000000000000 --- a/net-p2p/limewire/files/limewire.sh.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -export J2SE_PREEMPTCLOSE=1 -export JAVA_VERSION="%%JAVA_VERSION%%" - -cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -jar LimeWire.jar "$@" diff --git a/net-p2p/limewire/pkg-descr b/net-p2p/limewire/pkg-descr deleted file mode 100644 index 1dbccdcfe326..000000000000 --- a/net-p2p/limewire/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -LimeWire is a software package which enables individuals to search -for and share computer files with anyone on the internet. A product -of Lime Wire, LLC, LimeWire is compatible with the Gnutella -file-sharing protocol and can connect with anyone else running -Gnutella-compatible software. The LimeWire program will connect at -startup, via the internet, to the LimeWire Gateway, a specialized -intelligent Gnutella router, to maximize the user's viewable network -space. - -WWW: http://www.limewire.com/ diff --git a/net-p2p/limewire/pkg-plist b/net-p2p/limewire/pkg-plist deleted file mode 100644 index a4796d1ae263..000000000000 --- a/net-p2p/limewire/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/limewire -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%JAVASHAREDIR%%/limewire/root/magnet10/badge.img -%%JAVASHAREDIR%%/limewire/root/magnet10/canHandle.img -%%JAVASHAREDIR%%/limewire/root/magnet10/limewire.gif -%%JAVASHAREDIR%%/limewire/root/magnet10/options.js -%%JAVASHAREDIR%%/limewire/root/magnet10/silentdetect.js -%%JAVASHAREDIR%%/limewire/spacer.gif -%%JAVASHAREDIR%%/limewire/magnet.protocol -%%JAVASHAREDIR%%/limewire/log4j.properties -%%JAVASHAREDIR%%/limewire/limewire.schemas -%%JAVASHAREDIR%%/limewire/limewire.js -%%JAVASHAREDIR%%/limewire/inspection.props -%%JAVASHAREDIR%%/limewire/data.ser -%%JAVASHAREDIR%%/limewire/LimeWire.jar -@dirrm %%JAVASHAREDIR%%/limewire/root/magnet10 -@dirrm %%JAVASHAREDIR%%/limewire/root -@dirrm %%JAVASHAREDIR%%/limewire -%%PORTDOCS%%@dirrm %%DOCSDIR%% |