From owner-cvs-all@FreeBSD.ORG Tue May 29 16:15:08 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 73D1516A400; Tue, 29 May 2007 16:15:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6542213C458; Tue, 29 May 2007 16:15:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4TGF8wL058298; Tue, 29 May 2007 16:15:08 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4TGF8Ir058297; Tue, 29 May 2007 16:15:08 GMT (envelope-from miwi) Message-Id: <200705291615.l4TGF8Ir058297@repoman.freebsd.org> From: Martin Wilke Date: Tue, 29 May 2007 16:15:08 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/pear-PhpDocumentor Makefile distinfo pkg-descr ports/devel/pear-PhpDocumentor/files patch-pear-phpdoc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 May 2007 16:15:08 -0000 miwi 2007-05-29 16:15:08 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-PhpDocumentor Makefile distinfo pkg-descr devel/pear-PhpDocumentor/files patch-pear-phpdoc Log: The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much wider range of php files, and comes with many customizations including 11 HTML templates, windows help file CHM output, PDF output, and XML DocBook peardoc2 output for use with documenting PEAR. In addition, it can do PHPXref source code highlighting and linking. Features (short list): -output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook -very fast -web and command-line interface -fully customizable output with Smarty-based templates -recognizes JavaDoc-style documentation with special tags customized for PHP 4 -automatic linking, class inheritance diagrams and intelligent override -customizable source code highlighting, with phpxref-style cross-referencing -parses standard README/CHANGELOG/INSTALL/FAQ files and includes them directly in documentation -generates a todo list from @todo tags in source -generates multiple documentation sets based on @access private, @internal and {@internal} tags -example php files can be placed directly in documentation with highlighting and phpxref linking using the @example tag -linking between external manual and API documentation is possible at the sub-section level in all output formats -easily extended for specific documentation needs with Converter -full documentation of every feature, manual can be generated directly from the source code with "phpdoc -c makedocs" in any format desired. -current manual always available at http://www.phpdoc.org/manual.php -user .ini files can be used to control output, multiple outputs can be generated at once WWW: http://pear.php.net/package/PhpDocumentor/ PR: ports/112744 Submitted by: Gerrit Beine () Revision Changes Path 1.2768 +1 -0 ports/devel/Makefile 1.1 +1243 -0 ports/devel/pear-PhpDocumentor/Makefile (new) 1.1 +3 -0 ports/devel/pear-PhpDocumentor/distinfo (new) 1.1 +8 -0 ports/devel/pear-PhpDocumentor/files/patch-pear-phpdoc (new) 1.1 +32 -0 ports/devel/pear-PhpDocumentor/pkg-descr (new)