Port details |
- php5-snappy PHP extension for the snappy compression algorithm
- 0.0.2_2 archivers
=0 0.0.2_2Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable (google code has gone away)
IGNORE: is marked as broken: Unfetchable (google code has gone away)
- 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: 2014-06-15 13:45:16
- Last Update: 2016-09-15 12:41:02
- SVN Revision: 422191
- License: BSD2CLAUSE
- WWW:
- http://code.google.com/p/php-snappy/
- Description:
- Provides the API to PHP for the snappy compression algorithm by
Google.
WWW: http://code.google.com/p/php-snappy/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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}snappy>0:archivers/php5-snappy
- No installation instructions:
- This port has been deleted.
- PKGNAME: php5-snappy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (php-snappy-0.0.2.tar.gz) = 7aa6be88e09985fc0f9054b3e3d06612383aaacbbc6db705913ad7d047dc9cd9
SIZE (php-snappy-0.0.2.tar.gz) = 6801
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.
- Build dependencies:
-
- phpize : lang/php56
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php56
- Library dependencies:
-
- libsnappy.so : archivers/snappy
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:ext
- 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.0.2_2 15 Sep 2016 12:41:02 |
vanilla |
1: rename php5-snappy to pecl-snappy.
2: it's php7 compatible now.
3: switch to GITHUB. |
0.0.2_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.0.2_2 01 Sep 2016 14:14:30 |
mat |
Good example of how to not hook up tests.
Sponsored by: Absolight |
0.0.2_2 01 Sep 2016 13:40:11 |
amdmi3 |
- Pet portlint
- Cosmetic fixes |
0.0.2_2 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
0.0.2_1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
0.0.2_1 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
0.0.2_1 25 May 2016 01:41:39 |
zi |
- Reset MAINTAINERship due to fatal email bounces (no MX record, no A record),
maintainer timeouts
Reported by: portscout |
0.0.2_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.0.2_1 13 Mar 2016 16:56:42 |
mat |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight |
0.0.2_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.0.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.0.2_1 16 Jan 2015 10:59:55 |
ale |
Don't hard-code php lib path. |
0.0.2_1 16 Jun 2014 15:16:18 |
amdmi3 |
- Add missing USES=libtool to archivers/snappy
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
0.0.2 15 Jun 2014 13:45:01 |
pi |
New port archivers/php5-snappy
PR: ports/189885
Submitted by: Melvyn Sopacua <melvyn@magemana.nl> |