summaryrefslogtreecommitdiffstats
path: root/php-pear/pear-php_codesniffer/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear/pear-php_codesniffer/DETAILS')
-rwxr-xr-xphp-pear/pear-php_codesniffer/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/php-pear/pear-php_codesniffer/DETAILS b/php-pear/pear-php_codesniffer/DETAILS
new file mode 100755
index 0000000000..beb6a055f3
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pear-php_codesniffer
+ SPELLX=PHP_CodeSniffer
+ VERSION=2.3.0
+ SOURCE="$SPELLX-$VERSION.tgz"
+ SOURCE_URL[0]=http://download.pear.php.net/package/$SOURCE
+ SOURCE_HASH=sha512:c0f8ec79e41301619b2c9f5c4145bbc6705b01c9cf6f954448679e8d2bee2ce6cb759a0cd799f925f70e43304e7f2dc9f412cc51fd7a25fd002d56bf408b6ba2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="http://pear.php.net/package/PHP_CodeSniffer/"
+ LICENSE[0]="BSD"
+ ENTERED=20150314
+ KEYWORDS=""
+ SHORT="detects violations to a coding standard"
+cat << EOF
+PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that
+tokenizes PHP, JavaScript and CSS files to detect violations of a defined
+coding standard, and a second phpcbf script to automatically correct coding
+standard violations. PHP_CodeSniffer is an essential development tool that
+ensures your code remains clean and consistent.
+EOF