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


1.7
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.03.17.16.12.04;	author lwhsu;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.05.13.10.27;	author lwhsu;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.28.17.01.52;	author lwhsu;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.04.08.49.29;	author lwhsu;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.27.23.44.03;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.27.15.05.58;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-ftputil
# Date created:		2006-12-25
# Whom:			Li-Wen Hsu <lwhsu@@lwhsu.org>
#
# $FreeBSD: head/ftp/py-ftputil/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ftputil
PORTVERSION=	2.6
CATEGORIES=	ftp python
MASTER_SITES=	# http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	lwhsu@@FreeBSD.org
COMMENT=	High-level FTP client library

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.if !defined(NOPORTDOCS)
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
PORTDOC_FILES=	README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt
.endif

.include <bsd.port.pre.mk>

do-fetch:
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
	${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/${DISTNAME}${EXTRACT_SUFX}?format=raw"
.endif

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${PORTDOC_FILES}
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>
@


1.6
log
@- update to 2.6

PR:		ports/155605
Submitted by:	Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- update to 2.5

PR:		ports/155289
Submitted by:	Ruslan Mahmatkhanov <cvs-src AT yandex.ru>
@
text
@d9 1
a9 1
PORTVERSION=	2.5
@


1.4
log
@- Update to 2.2.2

Approved by:	clsung (mentor, implicitly)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.2
@


1.3
log
@- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.1
@


1.2
log
@- Update to 2.2.1

PR:             ports/108419
Submitted by:   Li-Wen Hsu <lwhsu@@lwhsu.org> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	lwhsu@@lwhsu.org
@


1.1
log
@ftputil is a high-level FTP client library for the Python programming language.

ftputil implements a virtual file system for accessing FTP servers, that is,
it can generate file-like objects for remote files. The library supports many
functions similar to those in the os, os.path and shutil modules. ftputil has
convenience functions for conditional uploads and downloads, and handles FTP
clients and servers in different timezones.

WWW:	http://ftputil.sschwarzer.net/

PR:		ports/107186
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.2
d29 1
a29 1
	${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2.tar.gz?format=raw"
@

