From owner-cvs-all@FreeBSD.ORG Sun Jan 9 05:02:28 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E122B16A4D0; Sun, 9 Jan 2005 05:02:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC8EA43D39; Sun, 9 Jan 2005 05:02:28 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0952Sqc041099; Sun, 9 Jan 2005 05:02:28 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0952SJd041098; Sun, 9 Jan 2005 05:02:28 GMT (envelope-from edwin) Message-Id: <200501090502.j0952SJd041098@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 9 Jan 2005 05:02:28 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp Makefile ports/ftp/pear-Net_FTP Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2005 05:02:29 -0000 edwin 2005-01-09 05:02:28 UTC FreeBSD ports repository Modified files: ftp Makefile Added files: ftp/pear-Net_FTP Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.97 +1 -0 ports/ftp/Makefile 1.1 +27 -0 ports/ftp/pear-Net_FTP/Makefile (new) 1.1 +2 -0 ports/ftp/pear-Net_FTP/distinfo (new) 1.1 +7 -0 ports/ftp/pear-Net_FTP/pkg-descr (new)