aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/jift/Makefile69
-rw-r--r--net/jift/distinfo1
-rw-r--r--net/jift/files/manifest1
-rw-r--r--net/jift/files/wrapper.sh8
-rw-r--r--net/jift/pkg-descr6
-rw-r--r--net/jift/pkg-plist7
9 files changed, 1 insertions, 94 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 2f446aa4ae05..3272af58b807 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -3161,7 +3161,6 @@ jgnat-doc-txt ports/lang/jgnat-doc-txt
jgraph ports/graphics/jgraph
jgv ports/graphics/jgv
jhead ports/graphics/jhead
-jift ports/net/jift
jigdo ports/ftp/jigdo
jikes ports/java/jikes
jing ports/textproc/jing
diff --git a/MOVED b/MOVED
index b36fa61d7fcb..881fca03190d 100644
--- a/MOVED
+++ b/MOVED
@@ -253,3 +253,4 @@ graphics/recmpeg|multimedia/recmpeg|2003-04-04|new category
graphics/spigot|multimedia/spigot|2003-04-04|new category
net/gaim-snapshot|net/gaim|2003-04-05|rolled into net/gaim
net/gift||2003-04-05|no current official releases
+net/jift||2003-04-05|lack of development
diff --git a/net/Makefile b/net/Makefile
index 63693a9e9761..2c019f7116d8 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -241,7 +241,6 @@
SUBDIR += jags
SUBDIR += jarl
SUBDIR += javadc
- SUBDIR += jift
SUBDIR += jumpgate
SUBDIR += jwhois
SUBDIR += kdenetwork3
diff --git a/net/jift/Makefile b/net/jift/Makefile
deleted file mode 100644
index 041715a2cc2d..000000000000
--- a/net/jift/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: jiFT
-# Date created: Mon Nov 19 23:48:51 BRST 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jiFT
-PORTVERSION= 0.8
-CATEGORIES= net java
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:L}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A Java interface to FastTrack (TM) virtually replacing giFT
-
-BROKEN= 'Does not currently work'
-
-USE_JAVA= 1.2+
-NEED_JAVAC= YES
-USE_ZIP= yes
-NO_WRKSUBDIR= yes
-BUILD_WRKSRC= ${WRKSRC}/classes
-PLIST_SUB= JAR_DIR=${JAR_DIR} \
- JAR_FILE=${JAR_FILE}
-
-JAVAVM= ${LOCALBASE}/bin/javavm
-JAR_DIR= share/java/jar/${PORTNAME}
-JAR_MANIFEST= ${FILESDIR}/manifest
-
-DOC_FILES= copying.txt readme.txt
-CLASS_PACKAGE= net/sourceforge/jift
-CLASS_SRCDIRS= node/query \
- node/net/packet \
- node/net/crypto \
- node/net \
- .
-
-post-patch:
-# remove trailing ^M
- @${PERL} -pi -ne 's!\r\n!\n!' ${WRKSRC}/*.txt
- @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|;s|%%JAR_FILE%%|${JAR_FILE}|; \
- s|%%JAVAVM%%|${JAVAVM}|;s|%%PREFIX%%|${PREFIX}|" \
- ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh
-
-# as far as build goes... ;)
-do-build:
- @${MKDIR} ${BUILD_WRKSRC}
-.for dir in ${CLASS_SRCDIRS}
- @${JAVAC} -d ${BUILD_WRKSRC} -classpath ${BUILD_WRKSRC} -sourcepath ${WRKDIR} ${WRKDIR}/${CLASS_PACKAGE}/${dir}/*.java
-.endfor
- @cd ${BUILD_WRKSRC} && ${JAR} -cmf ${JAR_MANIFEST} ${WRKDIR}/${JAR_FILE} *
-
-do-install:
- @${MKDIR} ${PREFIX}/${JAR_DIR}
- @${INSTALL_DATA} ${WRKDIR}/${JAR_FILE} ${PREFIX}/${JAR_DIR}
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME}
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.pre.mk>
-
-JAR_FILE= ${PORTNAME}.jar
-
-.include <bsd.port.post.mk>
diff --git a/net/jift/distinfo b/net/jift/distinfo
deleted file mode 100644
index 67c139e5460b..000000000000
--- a/net/jift/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (jiFT-0.8.zip) = 304cf1c963691b90da67556745914827
diff --git a/net/jift/files/manifest b/net/jift/files/manifest
deleted file mode 100644
index 0423d486d7f3..000000000000
--- a/net/jift/files/manifest
+++ /dev/null
@@ -1 +0,0 @@
-Main-Class: net/sourceforge/jift/Search
diff --git a/net/jift/files/wrapper.sh b/net/jift/files/wrapper.sh
deleted file mode 100644
index 0f4e2ba5d1b1..000000000000
--- a/net/jift/files/wrapper.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-PREFIX="%%PREFIX%%"
-JAVAVM="%%JAVAVM%%"
-JAR_DIR="%%JAR_DIR%%"
-JAR_FILE="%%JAR_FILE%%"
-
-${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}"
diff --git a/net/jift/pkg-descr b/net/jift/pkg-descr
deleted file mode 100644
index 370bd42559cf..000000000000
--- a/net/jift/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-jiFT - The Java interface to FastTrack (TM) or "jiFT isn't FastTrack".
-We port the giFT daemon from C to Java. jiFT will be a platform
-independent 'daemon' to Kazaa/Morpheus and behave identically at
-the protocol level, so replacing giFT is a matter of minutes
-
-WWW: http://sourceforge.net/projects/jift/
diff --git a/net/jift/pkg-plist b/net/jift/pkg-plist
deleted file mode 100644
index 9efb9bddf8b0..000000000000
--- a/net/jift/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/jiFT
-%%PORTDOCS%%share/doc/jiFT/copying.txt
-%%PORTDOCS%%share/doc/jiFT/readme.txt
-%%JAR_DIR%%/%%JAR_FILE%%
-@dirrm %%JAR_DIR%%
-%%PORTDOCS%%@dirrm share/doc/jiFT
-@unexec rmdir %D/share/java/jar 2>/dev/null || true