ports/contrib (3.3): php-tidy: dropped
commit f78e5d7fe1b5866f373a3537234c90c4e91fefea Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 20 14:22:09 2017 +0100 php-tidy: dropped diff --git a/php-tidy/.footprint b/php-tidy/.footprint deleted file mode 100644 index c29f1c5..0000000 --- a/php-tidy/.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/tidy.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/tidy.so diff --git a/php-tidy/.md5sum b/php-tidy/.md5sum deleted file mode 100644 index 448e2bc..0000000 --- a/php-tidy/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1e01c66b2e67ab3b56a6180ee560fe4c php-5.6.28.tar.xz diff --git a/php-tidy/.signature b/php-tidy/.signature deleted file mode 100644 index 0df95f9..0000000 --- a/php-tidy/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35E6oHrUQOvLnLGteMSyrsSFDG08ZQJ4YSiwhzSk3fhCCbLTLMqmgzr/aCF6nk022DiblmSb0N5RSM1kEvAIHAw= -SHA256 (Pkgfile) = b4a6b80a9b6e87dd5c47f1a27a507ad47ccffe0e2d2e1d1441445ee5eabe13f2 -SHA256 (.footprint) = 81fda9534366f30262e99bb9122c98e55f00a6583eacffda8fdae01bd435fd67 -SHA256 (php-5.6.28.tar.xz) = 07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11 diff --git a/php-tidy/Pkgfile b/php-tidy/Pkgfile deleted file mode 100644 index dd933ea..0000000 --- a/php-tidy/Pkgfile +++ /dev/null @@ -1,26 +0,0 @@ -# Description: Tidy module for PHP -# URL: http://www.php.net -# Maintainer: Juergen Daubert, jue at crux dot nu -# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: php tidy - -name=php-tidy -version=5.6.28 -release=1 -source=(http://www.php.net/distributions/php-$version.tar.xz) - -build() { - cd php-$version - - ./configure \ - --disable-all \ - --with-${name#*-}=shared,/usr - make build-modules - - install -d $PKG/etc/php/conf.d - for i in modules/*.so; do - install -D -m755 $i $PKG/usr/lib/php/extensions/${i##*/} - echo extension=/usr/lib/php/extensions/${i##*/} >> $PKG/etc/php/conf.d/${name#php-}.ini - done - -}
participants (1)
-
crux@crux.nu