head	1.32;
access;
symbols
	RELEASE_8_3_0:1.28
	RELEASE_9_0_0:1.27
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.32
date	2013.03.19.04.51.02;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.30;

1.30
date	2012.10.22.10.51.26;	author demon;	state Exp;
branches;
next	1.29;

1.29
date	2012.08.08.12.10.37;	author demon;	state Exp;
branches;
next	1.28;

1.28
date	2011.12.13.11.14.20;	author demon;	state Exp;
branches;
next	1.27;

1.27
date	2011.12.06.15.37.18;	author demon;	state Exp;
branches;
next	1.26;

1.26
date	2011.10.03.13.15.07;	author demon;	state Exp;
branches;
next	1.25;

1.25
date	2011.06.28.12.49.44;	author demon;	state Exp;
branches;
next	1.24;

1.24
date	2011.04.25.14.48.15;	author demon;	state Exp;
branches;
next	1.23;

1.23
date	2011.02.22.10.14.46;	author demon;	state Exp;
branches;
next	1.22;

1.22
date	2010.12.20.09.18.19;	author demon;	state Exp;
branches;
next	1.21;

1.21
date	2010.11.29.05.00.36;	author demon;	state Exp;
branches;
next	1.20;

1.20
date	2010.11.16.09.22.52;	author demon;	state Exp;
branches;
next	1.19;

1.19
date	2010.07.23.07.16.25;	author demon;	state Exp;
branches;
next	1.18;

1.18
date	2010.01.25.09.50.42;	author demon;	state Exp;
branches;
next	1.17;

1.17
date	2009.11.05.09.38.19;	author demon;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.23.12.01.05;	author demon;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.17.13.37.11;	author demon;	state Exp;
branches;
next	1.14;

1.14
date	2009.06.23.07.55.03;	author demon;	state Exp;
branches;
next	1.13;

1.13
date	2009.06.19.11.36.14;	author demon;	state Exp;
branches;
next	1.12;

1.12
date	2009.06.17.10.01.22;	author demon;	state Exp;
branches;
next	1.11;

1.11
date	2009.05.20.08.09.37;	author demon;	state Exp;
branches;
next	1.10;

1.10
date	2009.04.29.10.29.14;	author demon;	state Exp;
branches;
next	1.9;

1.9
date	2009.04.08.11.59.59;	author demon;	state Exp;
branches;
next	1.8;

1.8
date	2009.03.04.16.16.26;	author demon;	state Exp;
branches;
next	1.7;

1.7
date	2009.02.27.16.07.54;	author demon;	state Exp;
branches;
next	1.6;

1.6
date	2009.01.30.14.05.39;	author demon;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.26.14.08.46;	author demon;	state Exp;
branches;
next	1.4;

1.4
date	2008.12.24.13.52.43;	author demon;	state Exp;
branches;
next	1.3;

1.3
date	2008.12.24.09.24.42;	author demon;	state Exp;
branches;
next	1.2;

1.2
date	2008.12.05.16.27.52;	author demon;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.05.01.53.43;	author wxs;	state Exp;
branches;
next	;


desc
@@


1.32
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314528
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	uftp
# Date created:				4 June 2008
# Whom:					George V. Neville-Neil <gnn@@FreeBSD.org>
#
# $FreeBSD: head/ftp/uftp/Makefile 314528 2013-03-18 06:46:36Z demon $
#

PORTNAME=	uftp
PORTVERSION=	3.7.2
PORTEPOCH=	1
CATEGORIES=	ftp
MASTER_SITES=	http://www.tcnj.edu/~bush/downloads/
EXTRACT_SUFX=	.tar

MAINTAINER=	demon@@FreeBSD.org
COMMENT=	A multicast capable FTP client and server

USE_GMAKE=	yes
MAKEFILE=	makefile

PLIST_FILES=	bin/uftp bin/uftp_keymgt sbin/uftpd sbin/uftpproxyd

MAN1=		uftp.1 uftpd.1 uftpproxyd.1 uftp_keymgt.1
MANCOMPRESSED=	no
LICENSE=	GPLv3

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/uftp ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/uftpd ${PREFIX}/sbin/
	${INSTALL_PROGRAM} ${WRKSRC}/uftp_keymgt ${PREFIX}/bin/
	${INSTALL_PROGRAM} ${WRKSRC}/uftpproxyd ${PREFIX}/sbin/
	${INSTALL_MAN} ${WRKSRC}/uftp.1 ${MANPREFIX}/man/man1/
	${INSTALL_MAN} ${WRKSRC}/uftpd.1 ${MANPREFIX}/man/man1/
	${INSTALL_MAN} ${WRKSRC}/uftpproxyd.1 ${MANPREFIX}/man/man1/
	${INSTALL_MAN} ${WRKSRC}/uftp_keymgt.1 ${MANPREFIX}/man/man1/

.include <bsd.port.mk>
@


1.31
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/uftp/Makefile 306269 2012-10-22 10:51:26Z demon $
d9 1
a9 1
PORTVERSION=	3.7.1
@


1.30
log
@SVN rev 306269 on 2012-10-22 10:51:26Z by demon

Update to version 3.7.1.

Feature safe: yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.29
log
@SVN rev 302282 on 2012-08-08 12:10:37Z by demon

Update to version 3.7.
@
text
@d9 1
a9 1
PORTVERSION=	3.7
@


1.28
log
@Update to version 3.6.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.6.1
@


1.27
log
@Update to version 3.6.

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	3.6
@


1.26
log
@Update to version 3.5.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.5.1
@


1.25
log
@Update to version 3.5

PR:		158047, 158365
@
text
@d9 1
a9 1
PORTVERSION=	3.5
@


1.24
log
@Update to version 3.4.3.
@
text
@d9 1
a9 1
PORTVERSION=	3.4.3
d25 1
@


1.23
log
@Update to version 3.4.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.4.1
@


1.22
log
@Update to version 3.4.
@
text
@d9 1
a9 1
PORTVERSION=	3.4
@


1.21
log
@Update to version 3.3.3.
@
text
@d9 1
a9 1
PORTVERSION=	3.3.3
@


1.20
log
@Update to version 3.3.2.
@
text
@d9 1
a9 1
PORTVERSION=	3.3.2
@


1.19
log
@Update to version 3.3.1.
@
text
@d9 1
a9 1
PORTVERSION=	3.3.1
d12 1
a12 1
MASTER_SITES=	http://www.tcnj.edu/~bush/
@


1.18
log
@Update to version 2.10.3
@
text
@d9 1
a9 1
PORTVERSION=	2.10.3
a17 1
WRKSRC=		${WRKDIR}
d21 1
a21 1
PLIST_FILES=	bin/uftp bin/uftpd
d23 1
a23 1
MAN1=		uftp.1 uftpd.1
d28 3
a30 1
	${INSTALL_PROGRAM} ${WRKSRC}/uftpd ${PREFIX}/bin/
d33 2
@


1.17
log
@Update to version 2.10.2.
@
text
@d9 1
a9 1
PORTVERSION=	2.10.2
a12 1
DISTNAME=	uftp
a13 1
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
@


1.16
log
@Update to 2.10.1.
@
text
@d9 1
a9 1
PORTVERSION=	2.10.1
@


1.15
log
@Update to 2.10 bugfix release.
@
text
@d9 1
a9 1
PORTVERSION=	2.10
@


1.14
log
@Update to version 2.9.2
@
text
@d9 1
a9 1
PORTVERSION=	2.9.2
@


1.13
log
@Downgrade to 2.8.1 while issues with 2.9.1 are being addressed.
@
text
@d9 1
a9 1
PORTVERSION=	2.8.1
d21 2
@


1.12
log
@Update to 2.9.1.
@
text
@d9 2
a10 1
PORTVERSION=	2.9.1
a19 2
USE_GMAKE=	yes
MAKEFILE=	makefile
@


1.11
log
@Update to version 2.8.1.
@
text
@d9 1
a9 1
PORTVERSION=	2.8.1
d19 2
@


1.10
log
@Update to version 2.8.
@
text
@d9 1
a9 1
PORTVERSION=	2.8
@


1.9
log
@Update to version 2.7.1.
@
text
@d9 1
a9 1
PORTVERSION=	2.7.1
@


1.8
log
@Use DIST_SUBDIR because DISTFILE has no version information.

Asked by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	2.7
@


1.7
log
@Update to version 2.7.
@
text
@d14 1
@


1.6
log
@Update to version 2.6.6 (our patches were integrated into the distribution).
@
text
@d9 1
a9 1
PORTVERSION=	2.6.6
@


1.5
log
@1) Consistently use "%08X" instead of "%08lX" for formatting uint32_t
task ID.
2) Consistently use "%d" instead of "%ld" for formatting int32_t values.

This results in printing the same (correct) numbers on amd64 as they appear
on i386.

Use correct type for arguments in uftp.h:logfunc(...).

Bump PORTREVISION.
@
text
@d9 1
a9 2
PORTVERSION=	2.6.5
PORTREVISION=	1
@


1.4
log
@Take over maintainership since gnn is no longer using this program.

Asked for:	gnn @@ IRC, approved by erwin.
@
text
@d10 1
@


1.3
log
@Update to version 2.6.5.
@
text
@d15 1
a15 1
MAINTAINER=	gnn@@FreeBSD.org
@


1.2
log
@Update to version 2.6.3.

No objection from maintainer.
@
text
@d9 1
a9 1
PORTVERSION=	2.6.3
@


1.1
log
@UFTP is a multicast file transfer program, utilizing a protocol
based on Starburst MFTP. It is designed to reliably and efficiently
transfer files to multiple receivers simultaneously, where either
the intended receivers can be specified beforehand, or receivers
can join the transfer when it is initiated. This is useful for
distributing large files to a large number of receivers, and is
especially useful for data distribution over a satellite link (with
two way communication), where the inherent delay makes any TCP based
communication terribly inefficient.

http://www.tcnj.edu/~bush/uftp.html

Submitted by:	gnn (private email/IRC)
Approved by:	garga (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.6.1
@

