summaryrefslogtreecommitdiff
path: root/net/phex
diff options
context:
space:
mode:
Diffstat (limited to 'net/phex')
-rw-r--r--net/phex/Makefile74
-rw-r--r--net/phex/distinfo3
-rw-r--r--net/phex/files/wrapper.sh11
-rw-r--r--net/phex/pkg-descr10
4 files changed, 0 insertions, 98 deletions
diff --git a/net/phex/Makefile b/net/phex/Makefile
deleted file mode 100644
index bacfc6a74099..000000000000
--- a/net/phex/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-# New ports collection makefile for: phex
-# Date created: Mon Nov 19 23:48:51 BRST 2001
-# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= phex
-PORTVERSION= 2.2.0.83
-CATEGORIES= net java
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= lioux@FreeBSD.org
-COMMENT= A Java multi platform and spyware free gnutella client
-
-USE_JAVA= yes
-JAVA_VERSION= 1.4+
-USE_REINPLACE= yes
-USE_ZIP= yes
-NO_BUILD= yes
-PLIST_SUB= JAR_DIR=${JAR_DIR}
-
-JAVAVM= ${LOCALBASE}/bin/java
-JAR_DIR= ${JAVAJARDIR:S,^${PREFIX}/,,}/${PORTNAME}
-
-DOC_FILES= Phex_other.htm Phex_win.htm
-JAR_FILES= \
- commons-logging.jar \
- forms-1.0.5.jar \
- jaxb.jar \
- looks-1.3rc.jar \
- phex.jar
-
-PORTDOCS= ${DOC_FILES}
-
-PLIST_FILES+= bin/${PORTNAME}
-
-.for jar in ${JAR_FILES}
-PLIST_FILES+= %%JAR_DIR%%/${jar}
-.endfor
-
-PLIST_DIRS+= \
- %%JAR_DIR%%
-
-post-patch:
-# remove trailing ^M
- @${REINPLACE_CMD} -E \
- -e 's! !!' ${WRKSRC}/docs/readme/*
- @${SED} -e "s|%%JAR_DIR%%|${JAR_DIR}|; \
- s|%%JAR_FILE%%|${JAR_FILE}|; \
- s|%%JAVA_VERSION%%|${JAVA_VERSION}|; \
- s|%%JAVAVM%%|${JAVAVM}|;s|%%PREFIX%%|${PREFIX}|" \
- ${FILESDIR}/wrapper.sh > ${WRKDIR}/wrapper.sh
-
-do-install:
- @${MKDIR} ${PREFIX}/${JAR_DIR}
-.for jar in ${JAR_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${jar} ${PREFIX}/${JAR_DIR}
-.endfor
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME}
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for doc in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/docs/readme/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.pre.mk>
-
-JAR_FILE= ${PORTNAME}.jar
-
-.include <bsd.port.post.mk>
diff --git a/net/phex/distinfo b/net/phex/distinfo
deleted file mode 100644
index 8f8e4f62bf03..000000000000
--- a/net/phex/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (phex_2.2.0.83.zip) = 030a35dd14585658b9b5136147e49757
-SHA256 (phex_2.2.0.83.zip) = 7cef874609c57f940ab74f822907807163af5d4c3639b4fe1f2fe52a6523ffb4
-SIZE (phex_2.2.0.83.zip) = 2200217
diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh
deleted file mode 100644
index 9f50395b16ae..000000000000
--- a/net/phex/files/wrapper.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-export JAVA_VERSION
-
-PREFIX="%%PREFIX%%"
-JAVA_VERSION="%%JAVA_VERSION%%"
-JAVAVM="%%JAVAVM%%"
-JAR_DIR="%%JAR_DIR%%"
-JAR_FILE="%%JAR_FILE%%"
-
-${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} "${@}"
diff --git a/net/phex/pkg-descr b/net/phex/pkg-descr
deleted file mode 100644
index 4935b17b0490..000000000000
--- a/net/phex/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Phex is a Java multi platform and spyware free gnutella client.
-
-o Automatic search functionality to find new download candidates.
-o Download resuming across different hosts.
-o Advanced configuration options.
-o Passive searching for files.
-
-Visit these following web pages for more information:
-
-WWW: http://phex.sourceforge.net/