Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (775e80789dbb027c8863c94f6fe81b762168edec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (775e80789dbb027c8863c94f6fe81b762168edec)
  • Date: Sun, 15 Mar 2015 02:23:51 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
php-pear/pear-php_codesniffer/BUILD | 1 +
php-pear/pear-php_codesniffer/DEPENDS | 1 +
php-pear/pear-php_codesniffer/DETAILS | 19 +++++++++++++++++++
php-pear/pear-php_codesniffer/HISTORY | 2 ++
php-pear/pear-php_codesniffer/INSTALL | 1 +
php-pear/pear-php_codesniffer/PRE_BUILD | 1 +
7 files changed, 29 insertions(+)

New commits:
commit 775e80789dbb027c8863c94f6fe81b762168edec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pear-php_codesniffer: new spell, detects violations to a coding standard

diff --git a/ChangeLog b/ChangeLog
index 7d03000..666307b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-15 Ismael Luceno <ismael AT sourcemage.org>
+ * php-pear/pear-php_codesniffer: new spell, detects violations to a
+ coding standard
+
2015-03-14 Thomas Orgis <sobukus AT sourcemage.org>
* utils/ntp -> net/ntp: It belongs there!

diff --git a/php-pear/pear-php_codesniffer/BUILD
b/php-pear/pear-php_codesniffer/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/BUILD
@@ -0,0 +1 @@
+true
diff --git a/php-pear/pear-php_codesniffer/DEPENDS
b/php-pear/pear-php_codesniffer/DEPENDS
new file mode 100755
index 0000000..0bbf486
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/DEPENDS
@@ -0,0 +1 @@
+depends PHP
diff --git a/php-pear/pear-php_codesniffer/DETAILS
b/php-pear/pear-php_codesniffer/DETAILS
new file mode 100755
index 0000000..beb6a05
--- /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
diff --git a/php-pear/pear-php_codesniffer/HISTORY
b/php-pear/pear-php_codesniffer/HISTORY
new file mode 100644
index 0000000..4872321
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/HISTORY
@@ -0,0 +1,2 @@
+2015-03-14 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
diff --git a/php-pear/pear-php_codesniffer/INSTALL
b/php-pear/pear-php_codesniffer/INSTALL
new file mode 100755
index 0000000..db2bcbb
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/INSTALL
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/PEAR_INSTALL
diff --git a/php-pear/pear-php_codesniffer/PRE_BUILD
b/php-pear/pear-php_codesniffer/PRE_BUILD
new file mode 100755
index 0000000..fe0622e
--- /dev/null
+++ b/php-pear/pear-php_codesniffer/PRE_BUILD
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/PEAR_PRE_BUILD



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (775e80789dbb027c8863c94f6fe81b762168edec), Ismael Luceno, 03/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page