head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.57.28;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.09.22.05.32.27;	author tabthorpe;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.04.00.50.27;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.06.16.43.35;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.07.18.38.09;	author pav;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# Created by: Petr Holub <hopet@@ics.muni.cz>
# $FreeBSD: head/ftp/bbftp/Makefile 304663 2012-09-22 05:32:27Z tabthorpe $

PORTNAME=	bbftp
PORTVERSION=	3.0.2
CATEGORIES=	ftp
MASTER_SITES=	http://doc.in2p3.fr/bbftp/dist/ \
		http://ftp.riken.go.jp/pub/net/bbftp/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Multiple stream file transfer protocol optimized for large files

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

EXTRA_PATCHES=	${FILESDIR}/bbftp.patch

USE_RC_SUBR=	bbftpd

MAN1=		bbftp.1 bbftpd.1

do-configure:
	${CP} -f ${TEMPLATES}/config.guess ${WRKSRC}
	${CP} -f ${TEMPLATES}/config.sub ${WRKSRC}
	cd ${WRKSRC}/bbftpc && ./configure --prefix=${PREFIX} ${CONFIGURE_ARGS}
	cd ${WRKSRC}/bbftpd && ./configure --prefix=${PREFIX} ${CONFIGURE_ARGS}

do-build:
	cd ${WRKSRC}/bbftpc && ${GMAKE}
	cd ${WRKSRC}/bbftpd && ${GMAKE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bbftpc/bbftp ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/bbftpd/bbftpd ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/doc/bbftp.1 ${PREFIX}/man/man1
	${INSTALL_MAN} ${WRKSRC}/doc/bbftpd.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
@


1.4
log
@SVN rev 304663 on 2012-09-22 05:32:27Z by tabthorpe

- Reassign to the heap at the maintainer's request
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.3
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d1 1
a1 4
# New ports collection makefile for:	bbftp
# Date created:				6 June 2006
# Whom:					Petr Holub <hopet@@ics.muni.cz>
#
a2 1
#
d10 1
a10 1
MAINTAINER=	hopet@@ics.muni.cz
@


1.2
log
@- Broken on 4.X: does not compile (O_SYNC undeclared)

Reported by:	krismail
@
text
@a25 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
BROKEN=		does not compile
.endif

d42 1
a42 1
.include <bsd.port.post.mk>
@


1.1
log
@bbFTP is a file transfer software. It implements its own transfer protocol,
which is optimized for large files (larger than 2GB) and secure as it does not
read the password in a file and encrypts the connection information.  bbFTP
main features are:

    * Encoded username and password at connection
    * SSH and Certificate authentication modules
    * Multi-stream transfer
    * Big windows as defined in RFC1323
    * On-the-fly data compression
    * Automatic retry
    * Customizable time-outs
    * Transfer simulation
    * AFS authentication integration
    * RFIO interface

bbFTP is open-source software, released under the GNU General Public License.
It was written by Gilles Farrache at IN2P3 Computing Center in Lyon, France.

WWW: http://doc.in2p3.fr/bbftp/index.html

PR:		ports/98610
Submitted by:	Petr Holub <hopet@@ics.muni.cz>
@
text
@d26 6
d48 1
a48 1
.include <bsd.port.mk>
@

