Index: head/ftp/Makefile =================================================================== --- head/ftp/Makefile (revision 180860) +++ head/ftp/Makefile (revision 180861) @@ -1,119 +1,120 @@ # $FreeBSD$ # COMMENT = FTP client and server utilities SUBDIR += IglooFTP SUBDIR += axel SUBDIR += axelq SUBDIR += axyftp SUBDIR += bbftp SUBDIR += bftpd SUBDIR += bsdftpd-ssl SUBDIR += cftp SUBDIR += cmdftp SUBDIR += curl SUBDIR += curlpp SUBDIR += dmachine SUBDIR += downloader SUBDIR += emacs-wget SUBDIR += fget SUBDIR += filezilla SUBDIR += fmirror SUBDIR += frox SUBDIR += ftp-tls SUBDIR += ftpcopy SUBDIR += ftpcube SUBDIR += ftpd-tls SUBDIR += ftpfind SUBDIR += ftplib SUBDIR += ftplocate SUBDIR += ftpmirror SUBDIR += ftpproxy SUBDIR += ftpq SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += ftptool SUBDIR += gftp SUBDIR += gnusget SUBDIR += gnustep-ftp SUBDIR += gollem SUBDIR += greed SUBDIR += gwget SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw SUBDIR += jmirror SUBDIR += junglemonkey SUBDIR += kasablanca SUBDIR += kbear SUBDIR += kftpgrabber SUBDIR += kpum SUBDIR += kwebget SUBDIR += lftp SUBDIR += linux-curl SUBDIR += llnlxdir SUBDIR += llnlxftp SUBDIR += lukemftp SUBDIR += mget SUBDIR += mirror SUBDIR += moftpd SUBDIR += muddleftpd SUBDIR += multiget SUBDIR += ncftp SUBDIR += ncftp2 SUBDIR += ncftp3 SUBDIR += ncftpd SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi SUBDIR += p5-File-Fetch SUBDIR += p5-Net-FTP-Common SUBDIR += p5-Net-FTP-Recursive SUBDIR += p5-Net-FTPServer SUBDIR += p5-POE-Component-Client-FTP SUBDIR += paraget SUBDIR += pavuk SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += pftpx SUBDIR += php4-curl SUBDIR += php4-ftp SUBDIR += php5-curl SUBDIR += php5-ftp SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-mysql SUBDIR += profxp SUBDIR += proma SUBDIR += prozilla SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin SUBDIR += py-curl + SUBDIR += py-ftputil SUBDIR += quftp SUBDIR += rexx-curl SUBDIR += smbftpd SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd SUBDIR += urlgfe SUBDIR += vcheck SUBDIR += vsftpd SUBDIR += waiho SUBDIR += weex SUBDIR += wget SUBDIR += wgetpro SUBDIR += wmget SUBDIR += wput SUBDIR += wu-ftpd SUBDIR += wu-ftpd+ipv6 SUBDIR += wxdfast SUBDIR += wzdftpd SUBDIR += xrmftp SUBDIR += yafc SUBDIR += yale-tftpd .include Property changes on: head/ftp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.124 \ No newline at end of property +1.125 \ No newline at end of property Index: head/ftp/py-ftputil/Makefile =================================================================== --- head/ftp/py-ftputil/Makefile (nonexistent) +++ head/ftp/py-ftputil/Makefile (revision 180861) @@ -0,0 +1,40 @@ +# New ports collection makefile for: py-ftputil +# Date created: 2006-12-25 +# Whom: Li-Wen Hsu +# +# $FreeBSD$ +# + +PORTNAME= ftputil +PORTVERSION= 2.2 +CATEGORIES= ftp python +MASTER_SITES= # http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lwhsu@lwhsu.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 + +do-fetch: +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) + ${FETCH_CMD} -o "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}" "http://ftputil.sschwarzer.net/trac/attachment/wiki/Download/ftputil-2.2.tar.gz?format=raw" +.endif + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in ${PORTDOC_FILES} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include Property changes on: head/ftp/py-ftputil/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/ftp/py-ftputil/distinfo =================================================================== --- head/ftp/py-ftputil/distinfo (nonexistent) +++ head/ftp/py-ftputil/distinfo (revision 180861) @@ -0,0 +1,3 @@ +MD5 (ftputil-2.2.tar.gz) = 9b19a93449bd85a387677f7596bdffd9 +SHA256 (ftputil-2.2.tar.gz) = 1eb8d6fb6c2940f68435453581a2ae06798e708840208b865c7814c5d69dd467 +SIZE (ftputil-2.2.tar.gz) = 83520 Property changes on: head/ftp/py-ftputil/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/py-ftputil/files/patch-setup.py =================================================================== --- head/ftp/py-ftputil/files/patch-setup.py (nonexistent) +++ head/ftp/py-ftputil/files/patch-setup.py (revision 180861) @@ -0,0 +1,11 @@ +--- setup.py.orig Mon Dec 25 09:20:34 2006 ++++ setup.py Mon Dec 25 09:20:44 2006 +@@ -54,8 +54,6 @@ + version=_version, + packages=[_package], + package_dir={_package: ""}, +- data_files=[(_data_target, ["ftputil.txt", "ftputil.html", +- "README.txt", "README.html"])], + # metadata + author="Stefan Schwarzer", + author_email="sschwarzer@sschwarzer.net", Property changes on: head/ftp/py-ftputil/files/patch-setup.py ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/py-ftputil/pkg-descr =================================================================== --- head/ftp/py-ftputil/pkg-descr (nonexistent) +++ head/ftp/py-ftputil/pkg-descr (revision 180861) @@ -0,0 +1,9 @@ +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/ Property changes on: head/ftp/py-ftputil/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ftp/py-ftputil/pkg-plist =================================================================== --- head/ftp/py-ftputil/pkg-plist (nonexistent) +++ head/ftp/py-ftputil/pkg-plist (revision 180861) @@ -0,0 +1,52 @@ +%%PYTHON_SITELIBDIR%%/ftputil/__init__.py +%%PYTHON_SITELIBDIR%%/ftputil/__init__.pyc +%%PYTHON_SITELIBDIR%%/ftputil/__init__.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_mock_ftplib.py +%%PYTHON_SITELIBDIR%%/ftputil/_mock_ftplib.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_mock_ftplib.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_test_base.py +%%PYTHON_SITELIBDIR%%/ftputil/_test_base.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_test_base.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_path.py +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_path.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_path.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat.py +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat_cache.py +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat_cache.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftp_stat_cache.pyo +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftputil.py +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftputil.pyc +%%PYTHON_SITELIBDIR%%/ftputil/_test_ftputil.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftp_error.py +%%PYTHON_SITELIBDIR%%/ftputil/ftp_error.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftp_error.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftp_file.py +%%PYTHON_SITELIBDIR%%/ftputil/ftp_file.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftp_file.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftp_path.py +%%PYTHON_SITELIBDIR%%/ftputil/ftp_path.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftp_path.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat.py +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat_cache.py +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat_cache.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftp_stat_cache.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftputil.py +%%PYTHON_SITELIBDIR%%/ftputil/ftputil.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftputil.pyo +%%PYTHON_SITELIBDIR%%/ftputil/ftputil_version.py +%%PYTHON_SITELIBDIR%%/ftputil/ftputil_version.pyc +%%PYTHON_SITELIBDIR%%/ftputil/ftputil_version.pyo +%%PYTHON_SITELIBDIR%%/ftputil/lrucache.py +%%PYTHON_SITELIBDIR%%/ftputil/lrucache.pyc +%%PYTHON_SITELIBDIR%%/ftputil/lrucache.pyo +@dirrm %%PYTHON_SITELIBDIR%%/ftputil +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/README.txt +%%PORTDOCS%%%%DOCSDIR%%/ftputil.html +%%PORTDOCS%%%%DOCSDIR%%/ftputil.txt +%%PORTDOCS%%%%DOCSDIR%%/ftputil_ru_utf8.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/ftp/py-ftputil/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property