Files
Ryan Schmidt 030be89bf0 Reindex php70/php71/php72 modules
Reindex php70/php71/php72 modules after changing php-1.1 portgroup since
it affects whether known_fail will go into the index.
2020-12-30 06:10:59 -06:00

40 lines
1.5 KiB
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup php 1.1
name php-igbinary
categories-append net devel
license BSD PHP-3.01
platforms darwin freebsd openbsd
maintainers {ryandesign @ryandesign} openmaintainer
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
php.pecl yes
if {[vercmp ${php.branch} 7.0] >= 0} {
version 3.2.1
revision 0
checksums rmd160 66d8cdcb95499644bfc2c88066eca8fb863ebace \
sha256 601620cffd3b3e559620099c0569b8c4247f029ec18adc0206bf26f8e35753db \
size 83121
} elseif {[vercmp ${php.branch} 5.2] >= 0} {
version 2.0.8
revision 0
checksums rmd160 ea29b28150104df01f26557c0465af4bf2819ece \
sha256 bacbab1172e073b1857dc07a486bfdaca6d60fbed678ce0f4b37cd018ef5b680 \
size 76708
}
description PHP serializer.
long_description Igbinary is a drop in replacement for the standard PHP \
serializer. Instead of time and space consuming textual \
representation, igbinary stores PHP data structures in \
a compact binary form. Savings are significant when \
using memcached or similar memory based storages for \
serialized data.
test.run yes