Port details |
- php-geshi Native PHP syntax highlighting engine
- 1.0.9.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2017-04-04 06:29:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: GPLv2
- Description:
- GeSHi started as an idea to create a generic syntax highlighter
for the phpBB forum system, but has been generalised to this project.
GeSHi aims to be a simple but powerful highlighting class,
with the following goals:
* Support for a wide range of popular languages
* Easy to add a new language for highlighting
* Highly customisable output formats
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- php-geshi>0:devel/php-geshi
- To install the port:
- cd /usr/ports/devel/php-geshi/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/php-geshi
- pkg install php-geshi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php-geshi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1572014209
SHA256 (GeSHi-geshi-1.0-v1.0.9.1_GH0.tar.gz) = 5909885c2439d16dd146ff13ee7dac69ab9020563a4111af10fac103cd436f0d
SIZE (GeSHi-geshi-1.0-v1.0.9.1_GH0.tar.gz) = 1071460
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php81
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for php-geshi-1.0.9.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_php-geshi
- USES:
- cpe php
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2018-03-08
Affects: */php* */pecl* */pear* Author: mat@FreeBSD.org Reason:
PHP extensions and modules have been flavored.
People using Poudriere 3.2+ and binary packages do not have to do anything if
they are using PHP applications.
PHP modules and extensions may have change their names from php5- or php7- to
fully versionned phpXY-.
PECL extensions and PEAR modules package names have changed from pecl- and
pear- to phpXX-pecl and phpXX-pear-.
To rename an installed package to match the new naming scheme, for example,
for the imagick pecl extension, run:
# pkg set -n pecl-imagick:php56-pecl-imagick
For other people, to build the PHP 7.2 version of, for example,
databases/php-memcached, you need to run:
# make FLAVOR=php72 install
|
Port Moves |
- port moved here from devel/php5-geshi on 2017-04-04
REASON: Update PKGNAMEPREFIX: it builds fine with PHP 7.x
|
Number of commits found: 8
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) |
1.0.9.1 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 ) |
1.0.9.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.9.1 14 Oct 2021 21:30:36
    |
Stefan Eßer (se)  |
devel/php-geshi: Add CPE information
Approved by: portmgr (blanket) |
1.0.9.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.9.1 28 Oct 2019 14:19:09
  |
bofh  |
devel/php-geshi: Update version 1.0.9.0=>1.0.9.1 |
1.0.9.0 22 May 2017 12:06:51
  |
bofh  |
devel/php-geshi: Update version 1_0_8_12=>1.0.9.0
- Seperate conditional DOCS installation
Relnotes: http://qbnz.com/highlighter/CHANGES |
1.0.8.12 04 Apr 2017 06:29:26
  |
sunpoet  |
Move php5-geshi to php-geshi
This port build fine with PHP 7.x.
Approved by: portmgr (mat) |
Number of commits found: 8
|