- Update to version 1.4.4

- Use PEAR_AUTOINSTALL for dynamic plist
- Make pkg-descr shorter

PR:		ports/171916
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:	yes
This commit is contained in:
Pawel Pekala 2012-11-13 19:27:40 +00:00
parent 8c5957c966
commit 9f3a964cb4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307389
4 changed files with 6 additions and 1267 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,2 +1,2 @@
SHA256 (PEAR/PhpDocumentor-1.4.3.tgz) = af27a2cf944aa3c7b22e9fc5317960746676e7683f1ed50c0a3049ab26c3a6de
SIZE (PEAR/PhpDocumentor-1.4.3.tgz) = 2423486
SHA256 (PEAR/PhpDocumentor-1.4.4.tgz) = bec596cf9ae8b7534cf4c6e1a142ae11c7004aedf2f02fa9eb2050d566e62088
SIZE (PEAR/PhpDocumentor-1.4.4.tgz) = 1534088

View file

@ -1,8 +0,0 @@
--- pear-phpdoc.orig Thu Apr 5 20:46:28 2007
+++ pear-phpdoc Thu May 17 20:25:36 2007
@@ -1,4 +1,4 @@
-#!@PHP-BIN@
+#!@php_bin@
<?php
//
// PhpDoc, a program for creating javadoc style documentation from php code

View file

@ -5,28 +5,4 @@ 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/