head	1.24;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.21
	RELEASE_7_4_0:1.19
	RELEASE_8_2_0:1.19
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.24
date	2012.12.10.13.24.57;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.11.17.05.57.29;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.06.15.01.59.28;	author sunpoet;	state Exp;
branches;
next	1.21;

1.21
date	2011.12.04.10.01.38;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2011.07.21.05.02.35;	author linimon;	state Exp;
branches;
next	1.19;

1.19
date	2010.12.04.16.43.25;	author sahil;	state Exp;
branches;
next	1.18;

1.18
date	2010.07.05.20.47.48;	author sahil;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.28.16.52.23;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.20.31;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.07.24.17.52.12;	author tabthorpe;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.13.28.18;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2007.08.23.03.59.57;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2007.08.02.15.45.14;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.19.20.05.07;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.06.20.28.37;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.06.20.02.57;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2006.07.11.21.35.43;	author rafan;	state Exp;
branches;
next	1.7;

1.7
date	2006.01.07.08.20.08;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2005.03.21.08.16.24;	author vs;	state Exp;
branches;
next	1.5;

1.5
date	2005.02.01.20.26.22;	author hq;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.12.19.17.44;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2004.02.04.05.20.13;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.13.09.30.22;	author sumikawa;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.13.18.56.34;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.24
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308604
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308604 | bapt | 2012-12-10 13:18:28 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Decommissioning java 1.5 (EOLed since October 2009):
## SVN ## suppress any reference to JAVA_VERSION=	1.5+ (part2)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: ijliao
# $FreeBSD: head/ftp/jftp/Makefile 308604 2012-12-10 13:18:28Z bapt $

PORTNAME=	jftp
PORTVERSION=	1.56
CATEGORIES=	ftp java
MASTER_SITES=	SF/j-ftp/${PORTNAME}/${PORTVERSION}
DISTNAME=	j-ftp-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Java Network Browser

LICENSE=	GPLv2

RUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper

JAVA_VERSION=	1.6+
NO_BUILD=	yes
USE_JAVA=	yes
WRKSRC=		${WRKDIR}/j-ftp

DATADIR=	${JAVASHAREDIR}/${PORTNAME}
PLIST_DIRS=	%%DATADIR%%
PLIST_FILES=	bin/jftp %%DATADIR%%/jftp.jar
SUB_FILES=	jftp.sh

do-install:
	${MKDIR} ${DATADIR}/
	${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
	${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}/

.include <bsd.port.mk>
@


1.23
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:	jftp
# Date created:			June 14, 2003
# Whom:				ijliao
#
# $FreeBSD: head/ftp/jftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d18 1
a18 1
JAVA_VERSION=	1.5+
@


1.22
log
@- Update to 1.56
- Cosmetic change

Changes:
- 1.56-pre2 D. replaced gnome transfer icons with icons from graphicsfuel
- 1.56-pre2 D. removed j2ssh fallback and ssh shell (which might be reimplemented using jsch in the future)
- 1.56-pre2 D. removed insomniac client code
- 1.56-pre2 D. updated readme
- 1.56-pre1 D. no question asked before opening file per default
- 1.56-pre1 D. added Daniel's runCommand patch (open local files with system app)
- 1.55-pre4 D. made the transfer buttons more visible
- 1.55-pre4 D. made the download manager slightly bigger
- 1.55-pre4 D. fixed size+positioning of "connection failed" dialog
- 1.55-pre4 D. source .tgz is now a git repository
- 1.55-pre4 D. fixed a small ui bug when uploading directories
- 1.55-pre3 D. FtpConnection now holds transfers as a list
- 1.55-pre2 D. added linux browsing support and made it default - see README if you want windows support
- 1.55-pre2 D. using DJ Sweet instead DJ NativeSwing for browsing feature now
- 1.55-pre1 D. added Pavel's password encryption feature
- 1.55-pre1 D. added Pavel's dual monitor window positioning fix
- 1.55-pre1 D. added Pavel's SMB missing WINS server exception fix
- 1.55-pre1 D. added Pavel's SMB hostchooser fix
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Update to 1.54

PR:		162987
Submitted by:	Armin Pirkovitsch <armin@@frozen-zone.org>
Feature safe: 	yes
@
text
@a0 1
# ex:ts=8
d9 1
a9 1
PORTVERSION=	1.54
a21 2
WRKSRC=		${WRKDIR}/j-ftp
USE_JAVA=	yes
d24 3
a26 1
SUB_FILES=	jftp.sh
d28 1
d30 1
a30 1
PLIST_DIRS=	%%DATADIR%%
d33 3
a35 3
	@@${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
	@@${MKDIR} ${DATADIR}
	@@${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
@


1.20
log
@Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp
@
text
@d10 1
a10 1
PORTVERSION=	1.52
d14 1
@


1.19
log
@Drop maintainership and remove MD5 checksum
@
text
@d24 1
a24 1
JAVA_VERSION=	1.3+
@


1.18
log
@- Update to 1.52
- Add LICENSE
- Quiet do-install target
- Take maintainership

Approved by:	wxs@@/itetcu@@ (mentors, implicit)
Feature safe:	yes
@
text
@d15 1
a15 1
MAINTAINER=	sahil@@FreeBSD.org
@


1.17
log
@Reset beech@@FreeBSD.org while he works on restoring his email situation.

Hat:		portmgr
@
text
@d10 1
a10 1
PORTVERSION=	1.51
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 2
d32 1
a32 1
	${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
d34 1
a34 1
	${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with E,F
@
text
@d15 1
a15 1
MAINTAINER=	beech@@FreeBSD.org
@


1.15
log
@- Update to 1.51
- Pass maintainership to beech@@

Notified by:	portscout
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	j-ftp
@


1.14
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 2
PORTVERSION=	1.50
PORTREVISION=	1
d16 1
a16 1
MAINTAINER=	tabthorpe@@FreeBSD.org
@


1.13
log
@- change maintainer address on ports I maintain

Approved by:	clsung (mentor)
@
text
@d11 1
@


1.12
log
@- Update to 1.50
- Pass maintainership to submitter

PR:		115146
Submitted by:	Thomas Abthorpe <thomas@@goodking.ca>
@
text
@d16 1
a16 1
MAINTAINER=	thomas@@goodking.ca
@


1.11
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 2
PORTVERSION=	1.49
PORTREVISION=	2
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@- Use exec in wrapper scripts
- Bump PORTREVISION
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.9
log
@- Update to 1.49
@
text
@d11 1
@


1.8
log
@- Update to 1.48
- Add java to CATEGORIES

PR:		ports/100108
Submitted by:	Simon Olofsson <simon olofsson.de>
@
text
@d10 1
a10 1
PORTVERSION=	1.48
@


1.7
log
@Update to 1.47
@
text
@d10 2
a11 2
PORTVERSION=	1.47
CATEGORIES=	ftp
@


1.6
log
@- Prune more minimal plists
- jmirror: install sample-conf to EXAMPLESDIR
@
text
@d10 1
a10 1
PORTVERSION=	1.45
@


1.5
log
@- Update to 1.45
- Update to bsd.java.mk 2.0
- Move DATADIR to ${JAVASHAREDIR}/${PORTNAME}
- Improve launcher shell script (update to javavmwrapper 2.0)
@
text
@d27 2
@


1.4
log
@- Update to version 1.41

PR:		ports/64172
Submitted by:	"Liam J. Foy" <liamfoy@@sepulcrum.org>
@
text
@d10 1
a10 1
PORTVERSION=	1.41
d19 2
d22 2
a23 1
USE_JAVA=	1.3+
d25 2
a26 7

JAVAVM=		${LOCALBASE}/bin/javavm

post-patch:
	@@${SED} -e "s,%%DATADIR%%,${DATADIR},; \
		s,%%JAVAVM%%,${JAVAVM}," \
		${FILESDIR}/jftp > ${WRKSRC}/jftp
d29 1
a29 1
	${INSTALL_SCRIPT} ${WRKSRC}/jftp ${PREFIX}/bin
@


1.3
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d10 1
a10 2
PORTVERSION=	1.38
PORTREVISION=	1
@


1.2
log
@Upgrade to 57907.

PR:		ports/57907
Submitted by:	Stefan Walter <sw@@gegenunendlich.de>
@
text
@d11 1
@


1.1
log
@add jftp 1.30
Java Network Browser
@
text
@d10 1
a10 1
PORTVERSION=	1.30
d14 1
d23 2
d26 3
a28 1
	@@${SED} 's,%%DATADIR%%,${DATADIR},' ${FILESDIR}/jftp > ${WRKSRC}/jftp
@

