diff options
author | edwin <edwin@FreeBSD.org> | 2005-01-09 13:02:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-01-09 13:02:28 +0800 |
commit | 8b765b7392fb66f6a4d3675da90a17d411cebcf2 (patch) | |
tree | 886930e71553b2ebdbea640b3163f45992bc188f /ftp/Makefile | |
parent | 2391062b8f0bc0b602fb75621049718c1ce60089 (diff) | |
download | freebsd-ports-gnome-8b765b7392fb66f6a4d3675da90a17d411cebcf2.tar.gz freebsd-ports-gnome-8b765b7392fb66f6a4d3675da90a17d411cebcf2.tar.zst freebsd-ports-gnome-8b765b7392fb66f6a4d3675da90a17d411cebcf2.zip |
New port: net/pear-Net_FTP PEAR OO interface to the PHP FTP functions
plus some additions
Net_FTP allows you to communicate with FTP servers in a
more comfortable way than the native FTP functions of PHP
do. The class implements everything nativly supported by
PHP and additionally features like recursive up- and
downloading, dircreation and chmodding. It although implements
an observer pattern to allow for example the view of a
progress bar. Cold Fusion tags.
PR: ports/75915
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index a87965076a81..3b97e5718f62 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -67,6 +67,7 @@ SUBDIR += p5-POE-Component-Client-FTP SUBDIR += paraget SUBDIR += pavuk + SUBDIR += pear-Net_FTP SUBDIR += pftpd SUBDIR += php4-curl SUBDIR += php4-ftp |