mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign}
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 5.4] >= 0} {
|
||||
|
||||
@@ -11,7 +11,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
|
||||
description PHP interface to LibXL for reading and writing \
|
||||
Microsoft Excel spreadsheets
|
||||
|
||||
@@ -7,9 +7,9 @@ name php-geoip
|
||||
license PHP
|
||||
categories php devel
|
||||
platforms darwin
|
||||
maintainers ryandesign openmaintainer
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
@@ -17,12 +17,14 @@ if {[vercmp ${php.branch} 7] >= 0} {
|
||||
version 1.1.1
|
||||
revision 0
|
||||
checksums rmd160 60c128064decb959b497bd2f627712b7be32fa79 \
|
||||
sha256 b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06
|
||||
sha256 b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06 \
|
||||
size 13004
|
||||
} else {
|
||||
version 1.0.8
|
||||
revision 1
|
||||
checksums rmd160 cea5d556b2d502f40cc197cb8acec09d8482aac0 \
|
||||
sha256 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a
|
||||
sha256 08beeb2cbe9ab729d06b026795f5b9084aead6a1762493b0be53c4393d68d08a \
|
||||
size 10061
|
||||
}
|
||||
|
||||
description Map IP address to geographic places
|
||||
@@ -44,6 +46,6 @@ if {${name} ne ${subport}} {
|
||||
post-destroot {
|
||||
set docdir ${prefix}/share/doc/${subport}
|
||||
xinstall -d ${destroot}${docdir}
|
||||
xinstall -m 644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}
|
||||
xinstall -m 0644 -W ${worksrcpath} ChangeLog README ${destroot}${docdir}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ categories php devel
|
||||
platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
php.pecl.prerelease yes
|
||||
|
||||
@@ -41,11 +41,11 @@ if {${name} ne ${subport}} {
|
||||
post-destroot {
|
||||
set docdir ${prefix}/share/doc/${subport}
|
||||
xinstall -d ${destroot}${docdir}
|
||||
xinstall -m 644 ${worksrcpath}/LICENSE ${destroot}${docdir}
|
||||
xinstall -m 0644 ${worksrcpath}/LICENSE ${destroot}${docdir}
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
xinstall -m 644 ${worksrcpath}/README.md ${destroot}${docdir}
|
||||
xinstall -m 0644 ${worksrcpath}/README.md ${destroot}${docdir}
|
||||
} else {
|
||||
xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
|
||||
xinstall -m 0644 ${worksrcpath}/README ${destroot}${docdir}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
description PHP extension to create and modify images with \
|
||||
@@ -37,7 +37,7 @@ if {${name} ne ${subport}} {
|
||||
post-destroot {
|
||||
set docdir ${prefix}/share/doc/${subport}
|
||||
xinstall -d ${destroot}${docdir} ${destroot}${prefix}/share/examples
|
||||
xinstall -m 644 -W ${worksrcpath} CREDITS ${destroot}${subport}
|
||||
xinstall -m 0644 -W ${worksrcpath} CREDITS ${destroot}${subport}
|
||||
copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${subport}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
|
||||
@@ -10,7 +10,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
description Handles LZF compression / decompression.
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license Apache-2
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 5.5] >= 0} {
|
||||
|
||||
@@ -9,7 +9,7 @@ categories php devel
|
||||
platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
@@ -41,7 +41,7 @@ if {${name} ne ${subport}} {
|
||||
set docdir ${prefix}/share/doc/${subport}
|
||||
set exampledir ${prefix}/share/examples
|
||||
xinstall -d ${destroot}${docdir} ${destroot}${exampledir}
|
||||
xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
|
||||
xinstall -m 0644 -W ${worksrcpath} LICENSE ${destroot}${docdir}
|
||||
copy ${worksrcpath}/examples ${destroot}${exampledir}/${subport}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
description PHP bindings for pdflib
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
|
||||
if {[vercmp ${php.branch} 5.5] >= 0} {
|
||||
github.setup phalcon cphalcon 3.4.2 v
|
||||
|
||||
@@ -8,7 +8,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
|
||||
@@ -5,22 +5,24 @@ PortGroup php 1.1
|
||||
|
||||
name php-raphf
|
||||
platforms darwin
|
||||
maintainers ryandesign openmaintainer
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
version 2.0.0
|
||||
revision 0
|
||||
checksums rmd160 57a3441c78769d652b19dbc14ecb959183cb7adb \
|
||||
sha256 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411
|
||||
sha256 95a59ea0dc3fc172805a6acd8327b122dd159b0a85b253826166457a05efa411 \
|
||||
size 15715
|
||||
} else {
|
||||
version 1.1.2
|
||||
revision 0
|
||||
checksums rmd160 6c760c788040e84cd1dedeb118062552ba83397f \
|
||||
sha256 d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7
|
||||
sha256 d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 \
|
||||
size 15915
|
||||
}
|
||||
|
||||
description a reusable persistent handle and resource factory API
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 5.3] >= 0} {
|
||||
|
||||
@@ -6,22 +6,24 @@ PortGroup php 1.1
|
||||
name php-rrd
|
||||
categories-append net devel
|
||||
platforms darwin
|
||||
maintainers ryandesign openmaintainer
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
version 2.0.1
|
||||
revision 0
|
||||
checksums rmd160 df47f6a7c4eb40fcc9b04515a9cfbf1a31472b70 \
|
||||
sha256 39f5ae515de003d8dad6bfd77db60f5bd5b4a9f6caa41479b1b24b0d6592715d
|
||||
sha256 39f5ae515de003d8dad6bfd77db60f5bd5b4a9f6caa41479b1b24b0d6592715d \
|
||||
size 18880
|
||||
} else {
|
||||
version 1.1.3
|
||||
revision 0
|
||||
checksums rmd160 dbef0cf56fc081f768f85d46fd185a750a42cef5 \
|
||||
sha256 0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e
|
||||
sha256 0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e \
|
||||
size 19229
|
||||
}
|
||||
|
||||
description PHP rrdtool extension
|
||||
|
||||
@@ -6,15 +6,16 @@ PortGroup php 1.1
|
||||
name php-scrypt
|
||||
categories-append security
|
||||
platforms darwin
|
||||
maintainers ryandesign openmaintainer
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
version 1.4.2
|
||||
checksums rmd160 710895123d695e17565a9ca8aaa1b74535731ed7 \
|
||||
sha256 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c
|
||||
sha256 94c7e7f3378f6ddf1755f59d99f61570f380df2b2fa630853a932d58fa38389c \
|
||||
size 21585
|
||||
|
||||
description a PHP wrapper for scrypt
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ license PHP-3.01
|
||||
platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 5.3] >= 0} {
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license PHP-3.01
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
|
||||
if {[vercmp ${php.branch} 7] >= 0} {
|
||||
|
||||
@@ -9,7 +9,7 @@ platforms darwin
|
||||
maintainers {ryandesign @ryandesign} openmaintainer
|
||||
license BSD
|
||||
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2
|
||||
php.branches 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3
|
||||
php.pecl yes
|
||||
php.pecl.prerelease yes
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user