Port details |
- pear-Text_Highlighter PEAR Syntax highlighting
- 0.8.0 textproc
=2 0.8.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-12-31 00:12:15
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: PHP301
- WWW:
- https://pear.php.net/package/Text_Highlighter
- Description:
- Text_Highlighter is a package for syntax highlighting.
It provides a base class provining all the functionality,
and a descendent classes geneator class.
The main idea is to simplify creation of subclasses
implementing syntax highlighting for particular language.
Subclasses do not implement any new functioanality,
they just provide syntax highlighting rules.
The rules sources are in XML format.
To create a highlighter for a language, there is no need
to code a new class manually. Simply describe the rules
in XML file and use Text_Highlighter_Generator to create
a new class.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- php81-pear-Text_Highlighter>0:textproc/pear-Text_Highlighter
- Conflicts:
- CONFLICTS_INSTALL:
- generate
- julius
- php*-pear-Text_Highlighter
- To install the port:
- cd /usr/ports/textproc/pear-Text_Highlighter/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/pear-Text_Highlighter
- pkg install php81-pear-Text_Highlighter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-Text_Highlighter
- Package flavors (<flavor>: <package>)
- php81: php81-pear-Text_Highlighter
- php74: php74-pear-Text_Highlighter
- php80: php80-pear-Text_Highlighter
- php82: php82-pear-Text_Highlighter
- distinfo:
- TIMESTAMP = 1489053740
SHA256 (PEAR/Text_Highlighter-0.8.0.tgz) = 0f8eb8d899f2f78999d30ae8996b45142860a98a7577b6ae9f4eb1963b6bf69b
SIZE (PEAR/Text_Highlighter-0.8.0.tgz) = 138657
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- Parser.php : devel/pear-XML_Parser@php81
- pear : devel/pear@php81
- Runtime dependencies:
-
- Parser.php : devel/pear-XML_Parser@php81
- php.h : lang/php81
- pear : devel/pear@php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_pear-Text_Highlighter
- USES:
- pear
- 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 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.0 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.8.0 22 May 2021 16:20:48
    |
Po-Chuan Hsieh (sunpoet)  |
*/pear-*: Take maintainership |
0.8.0 04 May 2021 16:57:55
    |
Rene Ladan (rene)  |
*: reset miwi's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
0.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.0 06 Mar 2020 18:09:10
  |
joneum  |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
0.8.0 08 Mar 2018 19:48:41
  |
mat  |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
0.8.0 16 May 2017 13:37:51
  |
joneum  |
- Update maintainer address
Reviewed by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10755 |
0.8.0 10 Mar 2017 17:22:52
  |
amdmi3  |
- Update to 0.8.0
- While here, add NO_ARCH
PR: 217660
Submitted by: joneum@bsdproject.de (maintainer) |
0.7.3 13 Dec 2016 15:05:07
  |
sunpoet  |
- Update WWW: pear.php.net uses https://
Approved by: portmgr (blanket) |
0.7.3 04 Nov 2016 07:50:46
  |
jbeich  |
Pass maintainership of PEAR ports to the submitter
PR: 214156
Submitted by: Jochen Neumeister <joneum@bsdproject.de> |
0.7.3 25 Jul 2016 20:01:03
  |
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
0.7.3 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.7.3 26 Nov 2015 12:04:01
  |
miwi  |
- Take Maintainership
Approved by: mat (mentor) |
0.7.3 02 Nov 2015 06:55:15
  |
antoine  |
Fix DEPENDS after devel/pear-XML_Parser update |
0.7.3 22 Aug 2015 22:21:45
  |
mat  |
Fix depends on devel/pear-XML_Parser.
Sponsored by: Absolight |
0.7.3 18 Nov 2014 09:37:33
  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.7.3 26 Sep 2014 09:17:25
  |
bapt  |
Convert to USES=pear |
0.7.3 25 Nov 2013 17:59:59
  |
antoine  |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt) |
0.7.3 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.7.3 17 Mar 2013 14:14:20
  |
miwi  |
- Convert to PEAR_AUTOINSTALL
- Trim header |
0.7.3 14 Jan 2012 16:32:03
 |
miwi  |
- Update to 0.7.3 |
0.7.1 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
0.7.1 12 Jan 2008 13:11:30
 |
miwi  |
- Update to 0.7.1 |
0.7.0 31 Dec 2007 00:16:23
 |
miwi  |
- Add correct pkg-descr
Text_Highlighter is a package for syntax highlighting.
It provides a base class provining all the functionality,
and a descendent classes geneator class.
The main idea is to simplify creation of subclasses
implementing syntax highlighting for particular language.
Subclasses do not implement any new functioanality,
they just provide syntax highlighting rules.
The rules sources are in XML format.
To create a highlighter for a language, there is no need
to code a new class manually. Simply describe the rules
in XML file and use Text_Highlighter_Generator to create
a new class.
WWW: http://pear.php.net/package/Text_Highlighter |
0.7.0 31 Dec 2007 00:11:28
 |
miwi  |
File_Fortune provides a PHP interface to reading fortune files. With it, you may
retrieve a single fortune, a random fortune, or all fortunes in the file.
Additionally, it offers the ability to access fortune files as if they were a
native array, including updating and deleting items. All write operations will
produce a binary header file to allow compatability with the fortune and
fortune-mod programs (as well as other fortune interfaces).
WWW: http://pear.php.net/package/File_Fortune/ |