summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-13 18:56:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-13 18:56:34 +0000
commit2d3ae7f3ed2d374fe34f0a5cf81070b0fba7a0c7 (patch)
treecb2739947ab52b7538a2cb411b3a170c11cb6974 /ftp
parentAdd pciutils, a group of Linux utilities ported to FreeBSD that allow one (diff)
add jftp 1.30
Java Network Browser
Notes
Notes: svn path=/head/; revision=82949
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/jftp/Makefile30
-rw-r--r--ftp/jftp/distinfo1
-rw-r--r--ftp/jftp/files/jftp3
-rw-r--r--ftp/jftp/pkg-descr6
-rw-r--r--ftp/jftp/pkg-plist3
6 files changed, 44 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index f354551b1347..0e8736858d65 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -30,6 +30,7 @@
SUBDIR += greed
SUBDIR += gtm
SUBDIR += hsftp
+ SUBDIR += jftp
SUBDIR += jftpgw
SUBDIR += jigdo
SUBDIR += jmirror
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile
new file mode 100644
index 000000000000..515a56ff7a5b
--- /dev/null
+++ b/ftp/jftp/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# Ports collection makefile for: jftp
+# Date created: June 14, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= jftp
+PORTVERSION= 1.30
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= j-ftp
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Java Network Browser
+
+WRKSRC= ${WRKDIR}/j-ftp
+USE_JAVA= 1.3+
+NO_BUILD= yes
+
+post-patch:
+ @${SED} 's,%%DATADIR%%,${DATADIR},' ${FILESDIR}/jftp > ${WRKSRC}/jftp
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/jftp ${PREFIX}/bin
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
+
+.include <bsd.port.mk>
diff --git a/ftp/jftp/distinfo b/ftp/jftp/distinfo
new file mode 100644
index 000000000000..95b7d13faecf
--- /dev/null
+++ b/ftp/jftp/distinfo
@@ -0,0 +1 @@
+MD5 (jftp-1.30.tar.gz) = 681f59a26ee6b84e0b860b1c6d70a818
diff --git a/ftp/jftp/files/jftp b/ftp/jftp/files/jftp
new file mode 100644
index 000000000000..c7302d0387d2
--- /dev/null
+++ b/ftp/jftp/files/jftp
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -jar %%DATADIR%%/jftp.jar
diff --git a/ftp/jftp/pkg-descr b/ftp/jftp/pkg-descr
new file mode 100644
index 000000000000..182a4a5e0579
--- /dev/null
+++ b/ftp/jftp/pkg-descr
@@ -0,0 +1,6 @@
+JFtp is a graphical network browser. It support various types of connections
+like FTP, SMB, SFTP, NFS, HTTP and local ones, has a nice swing gui, lots of
+features and can be started and (auto)updated using Java Web Start in any
+browser (link on homepage).
+
+WWW: http://j-ftp.sourceforge.net/
diff --git a/ftp/jftp/pkg-plist b/ftp/jftp/pkg-plist
new file mode 100644
index 000000000000..f7fc52e58fc2
--- /dev/null
+++ b/ftp/jftp/pkg-plist
@@ -0,0 +1,3 @@
+bin/jftp
+%%DATADIR%%/jftp.jar
+@dirrm %%DATADIR%%