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.2;
locks; strict;
comment	@# @;


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

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

1.3
date	2011.01.30.08.21.12;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2010.10.11.05.46.21;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.05.06.23.11;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307611
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307611 | kevlo | 2012-11-21 05:38:37 +0000 (Wed, 21 Nov 2012) | 4 lines
## SVN ##
## SVN ## Fix build with clang.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/ftp/atftp/Makefile 307611 2012-11-21 05:38:37Z kevlo $

PORTNAME=	atftp
PORTVERSION=	0.7
PORTREVISION=	3
CATEGORIES=	ftp
MASTER_SITES=	${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=	pool/main/a/${PORTNAME}
DISTNAME=	${PORTNAME}_${PORTVERSION}.dfsg.orig

MAINTAINER=	kevlo@@FreeBSD.org
COMMENT=	Advanced tftp server and client

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg

USE_RC_SUBR=	atftpd
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/atftp \
		sbin/atftpd

MAN1=		atftp.1
MAN8=		atftpd.8

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	atftp
# Date created:		5 October 2010
# Whom:			kevlo
#
# $FreeBSD: head/ftp/atftp/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d5 1
a5 1
PORTREVISION=	2
@


1.3
log
@Since atftpd uses signals, check for EINTR and continue

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


1.2
log
@Missed multicast fix patches in previous commit
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Import atftp-0.7

Atftp is a client/server implementation of the TFTP protocol that
implements RFCs 1350, 2090, 2347, 2348, and 2349. The server is
multi-threaded and the client presents a friendly interface using
libreadline. The current server implementation lacks IPv6 support.
@
text
@d10 1
@

