Port details |
- beautifyphp PEAR beautifier for PHP4
- 0.5.0_1 devel
=0 0.5.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2005-09-13 06:50:33
- Last Update: 2018-01-29 10:55:58
- SVN Revision: 460252
- Also Listed In: pear www
- License: GPLv2+
- WWW:
- http://www.bierkandt.org/beautify/index.php
- Description:
- Beautify PHP
This program tries to reformat and beautify PHP source code files automatically.
The program is Open Source and distributed under the terms of GNU GPL.
It is written in PHP and has a web frontend.
Who needs it:
- people, who get PHP code from other coders and are slightly confused
- people, who can't read their own PHP code anymore
- people, who want to share their PHP code
Basic features:
- automatic indentation of PHP source code according to given number of spaces
- automatic newlines, if required
- includes settings for braces according to C or PEAR style
- can make use of PHPs integrated code highlight option
- can limit number of chars per line. This will break the code at a space and
outputs the rest on the next line with an additional indent. (I used this to
reformat my code to put it in a LATEX document. This PHP code normally can't
be executed anymore, it is only useful for printout.)
- turn off and on beautifying by inserting "// NO_BEAUTIFY" or "// BEAUTIFY"
in source code
WWW: http://www.bierkandt.org/beautify/index.php
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- beautifyphp>0:devel/beautifyphp
- No installation instructions:
- This port has been deleted.
- PKGNAME: beautifyphp
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (beautify_php_0.5.0.tar.gz) = d40edf6e4240387f2421be14295c2a4f823e474ed8474997bfad73e852deb5f7
SIZE (beautify_php_0.5.0.tar.gz) = 30759
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- System.php : devel/pear
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.0_1 29 Jan 2018 10:55:58
  |
bapt  |
Remove devel/beautifyphp
It only works with PHP4 which has been removed from the ports tree
long ago. |
0.5.0_1 25 Feb 2017 14:26:40
  |
amdmi3  |
- Add LICENSE
- Fix shebangs
- Add NO_ARCH
- Regenerate patches
- Fix pkg-descr |
0.5.0 02 Jan 2017 20:04:36
  |
rene  |
leeym handed in his commit bit. |
0.5.0 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5.0 20 Dec 2014 18:06:22
  |
bapt  |
Cleanup plist |
0.5.0 27 Jan 2014 13:14:00
  |
bapt  |
Support stage |
20 Sep 2013 17:03:27

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.5.0 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
0.5.0 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.5.0 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.5.0 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.5.0 09 Dec 2005 19:24:52
 |
ale  |
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net |
0.5.0 13 Sep 2005 06:49:45
 |
leeym  |
- add beautifyphp-0.5.0
This program tries to reformat and beautify PHP source code files automatically.
The program is Open Source and distributed under the terms of GNU GPL.
It is written in PHP and has a web frontend.
Note: devel/pear-PHP_Beautifier is for PHP5 only, and this one for PHP4. |