Commits

Ryan Schmidt authored 248afc1b078
php5-htscanner: new port, version 0.9.0

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62293 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

php/php5-htscanner/Portfile

Added
1 +# $Id$
2 +
3 +PortSystem 1.0
4 +PortGroup php5extension 1.0
5 +
6 +php5extension.setup htscanner 0.9.0 pecl
7 +categories-append www
8 +platforms darwin
9 +maintainers ryandesign
10 +
11 +description a PHP extension to enable the use of per-directory \
12 + htaccess-like PHP configuration files
13 +
14 +long_description ${name} is ${description}, especially useful when \
15 + using PHP as a FastCGI executable.
16 +
17 +checksums md5 ad8f28e4cdfec6d3a5a990e1531a1a12 \
18 + sha1 7aacd63b56df54a1b465fe1e0e30a91ede91f3af \
19 + rmd160 2dc035d98d3caa0054fafbe3fc12b04caed6b7dc
20 +
21 +use_parallel_build yes
22 +
23 +post-destroot {
24 + xinstall -d ${destroot}${prefix}/share/doc/${name}
25 + xinstall -m 644 -W ${worksrcpath} CREDITS README docs/htscanner.ini ${destroot}${prefix}/share/doc/${name}
26 +}
27 +
28 +livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut