Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (735eca4dd413210f50c7bf615e52d8c9bfb63bd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Peng Chang \(Charles\)" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (735eca4dd413210f50c7bf615e52d8c9bfb63bd4)
  • Date: Fri, 20 May 2011 10:33:50 -0500

GIT changes to master grimoire by Peng Chang (Charles) <chp AT sourcemage.org>:

ChangeLog | 1 +
devel/global/DETAILS | 22 ++++++++++++++++++++++
devel/global/HISTORY | 3 +++
3 files changed, 26 insertions(+)

New commits:
commit 735eca4dd413210f50c7bf615e52d8c9bfb63bd4
Author: Peng Chang (Charles) <chp AT sourcemage.org>
Commit: Peng Chang (Charles) <chp AT sourcemage.org>

devel/global: new spell, GNU GLOBAL source code tag system

diff --git a/ChangeLog b/ChangeLog
index 36badc1..ab32f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
Added -L "$SOURCE_DIRECTORY" to emacs.
* emacs-lisp/auto-complete: new spell, Auto complete mode for Emacs
* emacs-lisp/color-theme: new spell, color themes for Emacs
+ * devel/global: new spell, GNU GLOBAL source code tag system

2011-05-20 Ladislav Hagara <hgr AT vabo.cz>
* security/ostinato: new spell, Packet/Traffic Generator and Analyzer
diff --git a/devel/global/DETAILS b/devel/global/DETAILS
new file mode 100755
index 0000000..36b3bcf
--- /dev/null
+++ b/devel/global/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=global
+ VERSION=5.9.5
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=$GNU_URL/${SPELL}/${SOURCE}
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnu.org/software/global/";
+ LICENSE[0]=GPL
+ ENTERED=20110520
+ SHORT="GNU GLOBAL source code tag system"
+cat << EOF
+GNU GLOBAL is a source code tagging system that works the same way across
+diverse environments (emacs, vi, less, bash, web browser, etc). You can
locate
+objects in source files and move there easily. It is useful for hacking a
+large project containing many subdirectories, many #ifdef and many main()
+functions. It is similar to ctags or etags but is different from them at
+the point of independence of any editor. It runs on a UNIX(POSIX) compatible
+operating system like GNU and BSD.
+EOF
diff --git a/devel/global/HISTORY b/devel/global/HISTORY
new file mode 100644
index 0000000..d8e7ae1
--- /dev/null
+++ b/devel/global/HISTORY
@@ -0,0 +1,3 @@
+2011-05-20 Peng Chang (Charles) <chp AT sourcemage.org>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Peng Chang (Charles) (735eca4dd413210f50c7bf615e52d8c9bfb63bd4), Peng Chang (Charles), 05/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page