summaryrefslogtreecommitdiff
path: root/php-igbinary
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-06-14 21:55:23 +0000
committerTim Biermann <tbier@posteo.de>2020-06-15 09:44:01 +0000
commit22ea9a865a5ca05fe362fbe6b9dd388b95d223c7 (patch)
treeb3821a1cc27fede175f12bba5f32e7f4ab972bff /php-igbinary
parenta8c17de7d3388d0ba8dc7fd027d77f0e0ba410a3 (diff)
downloadcontrib-22ea9a865a5ca05fe362fbe6b9dd388b95d223c7.tar.gz
contrib-22ea9a865a5ca05fe362fbe6b9dd388b95d223c7.tar.xz
php-igbinary: initial commit, version 3.1.2
Diffstat (limited to 'php-igbinary')
-rw-r--r--php-igbinary/.footprint19
-rw-r--r--php-igbinary/.signature5
-rw-r--r--php-igbinary/Pkgfile20
3 files changed, 44 insertions, 0 deletions
diff --git a/php-igbinary/.footprint b/php-igbinary/.footprint
new file mode 100644
index 000000000..e37754273
--- /dev/null
+++ b/php-igbinary/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/php/
+drwxr-xr-x root/root etc/php/conf.d/
+-rw-r--r-- root/root etc/php/conf.d/igbinary.ini
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/php/
+drwxr-xr-x root/root usr/include/php/ext/
+drwxr-xr-x root/root usr/include/php/ext/igbinary/
+-rw-r--r-- root/root usr/include/php/ext/igbinary/igbinary.h
+-rw-r--r-- root/root usr/include/php/ext/igbinary/php_igbinary.h
+drwxr-xr-x root/root usr/include/php/ext/igbinary/src/
+drwxr-xr-x root/root usr/include/php/ext/igbinary/src/php7/
+-rw-r--r-- root/root usr/include/php/ext/igbinary/src/php7/igbinary.h
+-rw-r--r-- root/root usr/include/php/ext/igbinary/src/php7/php_igbinary.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/php/
+drwxr-xr-x root/root usr/lib/php/extensions/
+-rwxr-xr-x root/root usr/lib/php/extensions/igbinary.so
diff --git a/php-igbinary/.signature b/php-igbinary/.signature
new file mode 100644
index 000000000..04cd26255
--- /dev/null
+++ b/php-igbinary/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF373Ep+eHuO2CKrwL8tUTMvBldN2kgVNAOVTFrkaIk2rVXzSDRxQR8fcD1B14KlYXkL5XrIzQR0yLtRGncLAvaQY=
+SHA256 (Pkgfile) = c1cdd7693807f616995ab70f1abdb5fcbb238c348b916b4d9d2c28f4b039820c
+SHA256 (.footprint) = e5a68789d276ee8ea51cbf7347979d60fc897992b57cf7c98914ece693b65ced
+SHA256 (php-igbinary-3.1.2.tar.gz) = 0c804244edad8e8c95f75e7575269a3a31020c7f7a945ff81230fe12afd90664
diff --git a/php-igbinary/Pkgfile b/php-igbinary/Pkgfile
new file mode 100644
index 000000000..99b53c9b1
--- /dev/null
+++ b/php-igbinary/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Igbinary is a drop in replacement for the standard php serializer
+# URL: https://github.com/igbinary/igbinary
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: php
+
+name=php-igbinary
+version=3.1.2
+release=4
+source=(https://github.com/igbinary/igbinary/archive/$version/$name-$version.tar.gz)
+
+build() {
+ cd igbinary-$version
+ sed 's/extension/;extension/g' -i igbinary.php.ini
+ phpize
+ ./configure --prefix=/usr \
+ --enable-igbinary
+ make
+ make INSTALL_ROOT=$PKG install
+ install -vDm 644 igbinary.php.ini $PKG/etc/php/conf.d/igbinary.ini
+}

Generated by cgit