ports/contrib (3.3): php-xsl: dropped
commit 2487aefc4d0ae437fa0e6817b9dfddbac5c01997 Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 20 14:22:44 2017 +0100 php-xsl: dropped diff --git a/php-xsl/.footprint b/php-xsl/.footprint deleted file mode 100644 index c3028ae..0000000 --- a/php-xsl/.footprint +++ /dev/null @@ -1,9 +0,0 @@ -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/xsl.ini -drwxr-xr-x root/root usr/ -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/xsl.so diff --git a/php-xsl/.md5sum b/php-xsl/.md5sum deleted file mode 100644 index 448e2bc..0000000 --- a/php-xsl/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1e01c66b2e67ab3b56a6180ee560fe4c php-5.6.28.tar.xz diff --git a/php-xsl/.signature b/php-xsl/.signature deleted file mode 100644 index dcf50b2..0000000 --- a/php-xsl/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32a5Vlllar0HIyW0/vEI7VIZugIhotJBcSHWLwzldRWa4VrGC9KYazUbAHWnf5f8zfXrCvbQ7B0t1arzjTVFlQM= -SHA256 (Pkgfile) = 6489c2eaf95d9bf8a1903c0200f135457cac560c1bffae604a5e7be86a498b1c -SHA256 (.footprint) = b1e429f5d6c7ddf8aa74707484ba98086adc8ac65cdfc011870eb62d2c6c3ccf -SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11 diff --git a/php-xsl/Pkgfile b/php-xsl/Pkgfile deleted file mode 100644 index 8245212..0000000 --- a/php-xsl/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Implements the XSL standard, performing XSLT transformations using the libxslt library -# URL: http://www.php.net -# Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: Mikhail Kolesnik, mike at openbunker dot org -# Depends on: libxslt - -name=php-xsl -version=5.6.28 -release=1 -source=(http://www.php.net/distributions/php-$version.tar.xz) - -build() { - cd php-$version - - ./configure --disable-all \ - --enable-libxml \ - --enable-dom \ - --with-xsl=shared,/usr - make build-modules - - install -d $PKG/{etc/php/conf.d,usr/lib/php/extensions} - install -m 755 modules/xsl.so $PKG/usr/lib/php/extensions - echo "extension=xsl.so" > $PKG/etc/php/conf.d/xsl.ini -}
participants (1)
-
crux@crux.nu