Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (d03cf1eef51b127909afb0d7e2f5236caa664f13)

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 devel-emacs grimoire by Ismael Luceno (d03cf1eef51b127909afb0d7e2f5236caa664f13)
  • Date: Wed, 8 Dec 2010 13:43:40 -0600

GIT changes to devel-emacs grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 1 +
emacs-lisp/php-mode/DEPENDS | 1 +
emacs-lisp/php-mode/DETAILS | 17 +++++++++++++++++
emacs-lisp/php-mode/HISTORY | 3 +++
4 files changed, 22 insertions(+)

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

php-mode: PHP mode for Emacs

diff --git a/ChangeLog b/ChangeLog
index 9194f5d..757e175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-12-08 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/egg: new spell, Emacs Got Git
+ * emacs-lisp/php-mode: new spell, PHP mode for Emacs

2010-12-05 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp: new section, for emacs extensions
diff --git a/emacs-lisp/php-mode/DEPENDS b/emacs-lisp/php-mode/DEPENDS
new file mode 100755
index 0000000..ce886b1
--- /dev/null
+++ b/emacs-lisp/php-mode/DEPENDS
@@ -0,0 +1 @@
+depends EMACS
diff --git a/emacs-lisp/php-mode/DETAILS b/emacs-lisp/php-mode/DETAILS
new file mode 100755
index 0000000..bb437ed
--- /dev/null
+++ b/emacs-lisp/php-mode/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=php-mode
+ VERSION=1.5.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:e05cf9eeff3d17f6af29b03d08f279e4c04f79a2c018de5ddcf097adbf9e67978eeb9f0f9e67b9406c1f33c494597ab1bfa629bdab131d668de40b81d68e796f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://php-mode.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="PHP mode for Emacs"
+cat << EOF
+PHP mode is a major mode for editing PHP 3 and 4 source code. It's an
+extension of C mode; thus it inherits all C mode's navigation functionality.
+But it colors according to the PHP grammar and indents according to the PEAR
+coding guidelines. It also includes a couple handy IDE-type features such
+as documentation search and a source and class browser.
+EOF
diff --git a/emacs-lisp/php-mode/HISTORY b/emacs-lisp/php-mode/HISTORY
new file mode 100644
index 0000000..f2ff9de
--- /dev/null
+++ b/emacs-lisp/php-mode/HISTORY
@@ -0,0 +1,3 @@
+2010-12-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to devel-emacs grimoire by Ismael Luceno (d03cf1eef51b127909afb0d7e2f5236caa664f13), Ismael Luceno, 12/08/2010

Archive powered by MHonArc 2.6.24.

Top of Page