Port details |
- pear-Horde_Autoloader_Cache Horde Autoloader Cache
- 2.1.4 devel =2 2.1.4Version of this port present on the latest quarterly branch.
- Maintainer: horde@FreeBSD.org
- Port Added: 2012-03-03 15:35:19
- Last Update: 2023-04-16 18:09:23
- Commit Hash: 0ac3a69
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear www
- License: not specified in port
- WWW:
- https://pear.horde.org
- Description:
- Extension of the Horde_Autoloader that implements caching of class-file-maps.
The caching method is determined automatically from the list of supported cache
backends: APC, XCache, eAccelerator, local file system.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PHP_PKGNAMEPREFIX}pear-horde-Horde_Autoloader_Cache>0:devel/pear-Horde_Autoloader_Cache
- Conflicts:
- CONFLICTS_INSTALL:
- php*-pear-horde-Horde_Autoloader_Cache
- To install the port:
- cd /usr/ports/devel/pear-Horde_Autoloader_Cache/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pear-Horde_Autoloader_Cache
- pkg install php81-pear-horde-Horde_Autoloader_Cache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pear-horde-Horde_Autoloader_Cache
- Package flavors (<flavor>: <package>)
- php81: php81-pear-horde-Horde_Autoloader_Cache
- php80: php80-pear-horde-Horde_Autoloader_Cache
- php82: php82-pear-horde-Horde_Autoloader_Cache
- distinfo:
- TIMESTAMP = 1641590637
SHA256 (Horde/Horde_Autoloader_Cache-2.1.4.tgz) = 698f9ff05953b4e3d1a7f43888748ddc27651cbc7b0620dd21142fbc55c3a6be
SIZE (Horde/Horde_Autoloader_Cache-2.1.4.tgz) = 13714
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:
-
- pear : devel/pear@php81
- php81-pear-channel-horde>=0 : devel/pear-channel-horde@php81
- Runtime dependencies:
-
- Autoloader.php : devel/pear-Horde_Autoloader@php81
- php.h : lang/php81
- pear : devel/pear@php81
- php81-pear-channel-horde>=0 : devel/pear-channel-horde@php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pear-Horde_Autoloader_Cache
- USES:
- horde php cpe
- 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 |
2.1.4 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
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) |
2.1.4 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 ) |
2.1.4 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 ) |
2.1.4 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 ) |
2.1.4 08 Jan 2022 16:03:49 |
Jochen Neumeister (joneum) |
devel/pear-Horde_Autoloader_Cache: Update to 2.1.4
Sponsored by: Netzkommune GmbH |
2.1.3 07 Oct 2021 15:04:45 |
Bernhard Froehlich (decke) |
*/*: Remove extra CPE_VENDOR=horde which is already present in USES=horde
Approved by: portmgr (blanket) |
2.1.3 05 Oct 2021 20:01:29 |
Bernhard Froehlich (decke) |
devel/pear-Horde_Autoloader_Cache: Add CPE information
Approved by: portmgr (blanket) |
2.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.3 08 Nov 2019 11:39:00 |
tobik |
devel: Add missing USES={gl,gnome,php,sdl} |
2.1.3 08 Dec 2017 20:21:02 |
joneum |
Update */pear-Horde to the latest version
switch to DISTVERSION
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13399 |
2.0.1 30 Sep 2014 22:15:00 |
bapt |
Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible |
2.0.1 08 Nov 2013 21:41:54 |
antoine |
Stage support for pear classes and channels in the devel category
Reviewed by: bapt, ports@
Tested with: poudriere + diff on the content of generated packages |
2.0.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.0.1 12 Dec 2012 15:16:57 |
mm |
Update horde4 packages and applications to horde5 |
1.0.1 03 Mar 2012 15:34:06 |
mm |
Extension of the Horde_Autoloader that implements caching of class-file-maps.
The caching method is determined automatically from the list of supported cache
backends: APC, XCache, eAccelerator, local file system. |