summaryrefslogtreecommitdiff
path: root/net/xnap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-30 21:36:28 +0000
commitfbab09fee302574e578e4f0d1b6082cdae4defb4 (patch)
tree2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/xnap
parentUpgrade to 1.63.0. (diff)
Populate newly create net-p2p category with these ports:
ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
Diffstat (limited to 'net/xnap')
-rw-r--r--net/xnap/Makefile52
-rw-r--r--net/xnap/distinfo3
-rw-r--r--net/xnap/files/wrapper.sh11
-rw-r--r--net/xnap/pkg-descr7
4 files changed, 0 insertions, 73 deletions
diff --git a/net/xnap/Makefile b/net/xnap/Makefile
deleted file mode 100644
index 8911c117aee8..000000000000
--- a/net/xnap/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: XNap
-# Date created: Mon Nov 19 22:02:27 BRST 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= XNap
-DISTVERSION= 2.5r3
-PORTREVISION= 1
-CATEGORIES= net audio java
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:L}
-#DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/}
-DISTNAME= ${PORTNAME:L}-${DISTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A pure java napster client; also, supports OpenNap & giFT (FastTrack)
-
-USE_JAVA= yes
-JAVA_VERSION= 1.3+
-NO_BUILD= yes
-
-JAVAVM= ${LOCALBASE}/bin/java
-
-DOC_FILES= AUTHORS COPYING COPYING.LIB NEWS README \
- TODO
-PORTDOCS= ${DOC_FILES}
-
-PLIST_FILES= \
- bin/${PORTNAME:L} \
- %%JAVAJARDIR%%/${PORTNAME:L}.jar
-
-post-patch:
- @${SED} -e "s|%%JAVAJARDIR%%|${JAVAJARDIR:S,^${PREFIX}/,,}|; \
- s|%%JAVAVM%%|${JAVAVM}|; \
- s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \
- s|%%PREFIX%%|${PREFIX}|" \
- ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh
-
-do-install:
- @${INSTALL_DATA} ${WRKSRC}/xnap.jar \
- ${JAVAJARDIR}/${PORTNAME:L}.jar
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L}
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/xnap/distinfo b/net/xnap/distinfo
deleted file mode 100644
index f49146201ac9..000000000000
--- a/net/xnap/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (xnap-2.5r3.tar.gz) = 51362d73c5802cef6b981ea95b3225fc
-SHA256 (xnap-2.5r3.tar.gz) = 57bfe11ed817cbf2e13bf3de4454598dcb180c274292583b28b930fecb73654e
-SIZE (xnap-2.5r3.tar.gz) = 1220590
diff --git a/net/xnap/files/wrapper.sh b/net/xnap/files/wrapper.sh
deleted file mode 100644
index a8d835778df8..000000000000
--- a/net/xnap/files/wrapper.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-export JAVA_VERSION
-
-PREFIX="%%PREFIX%%"
-JAVA_VERSION="%%JAVA_VERSION%%"
-JAVAVM="%%JAVAVM%%"
-JAVAJARDIR="%%JAVAJARDIR%%"
-JAR_FILE=xnap.jar
-
-${JAVAVM} -jar ${PREFIX}/${JAVAJARDIR}/${JAR_FILE} "${@}"
diff --git a/net/xnap/pkg-descr b/net/xnap/pkg-descr
deleted file mode 100644
index c4baade29777..000000000000
--- a/net/xnap/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-XNap is a pure java napster client. The XNap project is about
-enhancing JNapster to include other file sharing protocols. Currently
-Napster is supported for use with OpenNap servers. FastTrack
-(Morpheus, Kaaza) support is available through giFT.
-Gnutella support will be coming soon.
-
-WWW: http://xnap.sourceforge.net/