summaryrefslogtreecommitdiff
path: root/net-p2p/limewire
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/limewire
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-p2p/limewire')
-rw-r--r--net-p2p/limewire/Makefile39
-rw-r--r--net-p2p/limewire/distinfo1
-rw-r--r--net-p2p/limewire/files/patch-runLime.sh15
-rw-r--r--net-p2p/limewire/pkg-descr10
-rw-r--r--net-p2p/limewire/pkg-plist10
5 files changed, 0 insertions, 75 deletions
diff --git a/net-p2p/limewire/Makefile b/net-p2p/limewire/Makefile
deleted file mode 100644
index 0bf647b0d70c..000000000000
--- a/net-p2p/limewire/Makefile
+++ /dev/null
@@ -1,39 +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= 2.7.9
-CATEGORIES= net java
-MASTER_SITES= http://www3.limewire.com/download/
-DISTNAME= LimeWireLinux
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= mkm@ieee.org
-COMMENT= A Java based gnutella client
-
-USE_JAVA= 1.3+
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-RESTRICTED= License does not allow redistribution of any kind
-NO_CDROM= ${RESTRICTED}
-NO_PACKAGE= ${RESTRICTED}
-
-JAR_DIR= ${PREFIX}/share/java/jar/limewire
-PLIST_SUB= JAR_DIR="${JAR_DIR:S/${PREFIX}//}"
-
-post-patch:
- @${SED} 's|%%JAR_DIR%%|${JAR_DIR}|; s|%%LOCALBASE%%|${LOCALBASE}|' \
- ${WRKSRC}/runLime.sh > ${WRKSRC}/runLime.sh.sed
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/runLime.sh.sed ${PREFIX}/bin/limewire
- @${MKDIR} ${JAR_DIR}
- @${INSTALL_DATA} ${WRKSRC}/*.jar ${WRKSRC}/MessagesBundle.properties \
- ${JAR_DIR}
-
-.include <bsd.port.mk>
diff --git a/net-p2p/limewire/distinfo b/net-p2p/limewire/distinfo
deleted file mode 100644
index 5e83f01a642b..000000000000
--- a/net-p2p/limewire/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (LimeWireLinux.tgz) = b1bf61048e8f98dc0330ed2d8f714285
diff --git a/net-p2p/limewire/files/patch-runLime.sh b/net-p2p/limewire/files/patch-runLime.sh
deleted file mode 100644
index 8b99e6c2e3a3..000000000000
--- a/net-p2p/limewire/files/patch-runLime.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- runLime.sh.orig Wed May 15 14:32:03 2002
-+++ runLime.sh Tue Jul 16 22:25:34 2002
-@@ -7,8 +7,9 @@
- # work around some limitations in the JDK1.3. For more information
- # see http://java.sun.com/j2se/1.3/relnotes.html#vm
- #
--CLASSPATH=".:collections.jar:xerces.jar:jl011.jar:MessagesBundles.jar"
--export CLASSPATH
-+CLASSPATH="%%JAR_DIR%%"
- J2SE_PREEMPTCLOSE=1
- export J2SE_PREEMPTCLOSE
--java -jar RunLime.jar
-+exec %%LOCALBASE%%/bin/javavm \
-+ -cp "${CLASSPATH}/collections.jar:${CLASSPATH}/xerces.jar:${CLASSPATH}/jl011.jar:${CLASSPATH}/MessagesBundles.jar" \
-+ -jar ${CLASSPATH}/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 9ac206834299..000000000000
--- a/net-p2p/limewire/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/limewire
-%%JAR_DIR%%/LimeWire.jar
-%%JAR_DIR%%/MessagesBundle.properties
-%%JAR_DIR%%/MessagesBundles.jar
-%%JAR_DIR%%/RunLime.jar
-%%JAR_DIR%%/collections.jar
-%%JAR_DIR%%/jl011.jar
-%%JAR_DIR%%/xerces.jar
-@dirrm %%JAR_DIR%%
-@unexec rmdir %D/share/java/jar 2>/dev/null || true