Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (241853e9c2439e51029420ed6f9cec29399fbff5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (241853e9c2439e51029420ed6f9cec29399fbff5)
  • Date: Wed, 1 Nov 2006 19:41:23 -0600

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 3 +++
devel/unifdef/BUILD | 2 ++
devel/unifdef/DETAILS | 21 +++++++++++++++++++++
devel/unifdef/HISTORY | 2 ++
4 files changed, 28 insertions(+)

New commits:
commit 241853e9c2439e51029420ed6f9cec29399fbff5
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

added new spell unifdef

diff --git a/ChangeLog b/ChangeLog
index a752808..fb3cd49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-11-01 David Brown <dmlb2000 AT gmail.com>
+ * devel/unifdef: added
+
2006-11-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* smgl/smgl-gl_select: added

diff --git a/devel/unifdef/BUILD b/devel/unifdef/BUILD
new file mode 100755
index 0000000..6b62240
--- /dev/null
+++ b/devel/unifdef/BUILD
@@ -0,0 +1,2 @@
+make clean &&
+make
diff --git a/devel/unifdef/DETAILS b/devel/unifdef/DETAILS
new file mode 100755
index 0000000..bbb2a2b
--- /dev/null
+++ b/devel/unifdef/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=unifdef
+ VERSION=1.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://freshmeat.net/redir/${SPELL}/10933/url_tgz/${SOURCE}
+
SOURCE_HASH=sha512:73452ad4ead401345f1205de2b6a1a8009d721666bcb2fa3e0a22c65dd20edd2b83a82e2ad95c1901e47853c05c3ec83c091781993f21d147f9345e9c794a4d2
+ WEB_SITE=http://freshmeat.net/projects/unifdef/
+ ENTERED=20020307
+ LICENSE[0]=UNKNOWN
+ KEYWORDS="devel coding"
+ SHORT="Usefull for removing #ifdef from C/C++ files"
+cat << EOF
+Unifdef is useful for removing #ifdef'ed lines from a file while otherwise
+leaving the file alone. You specify which symbols are defined or undefined
with
+-D and -U flags, and unifdef removes the corresponding ifdefs, and the
enclosed
+code if appropriate. It's especially useful for removing those "#ifdef
BROKEN"
+and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts
on
+#ifdef, #ifndef, #else, and #endif lines, and it knows only enough about C
and
+C++ to know when one of these is inactive because it is inside a comment, or
a
+single or double quote.
+EOF
diff --git a/devel/unifdef/HISTORY b/devel/unifdef/HISTORY
new file mode 100644
index 0000000..e0172bc
--- /dev/null
+++ b/devel/unifdef/HISTORY
@@ -0,0 +1,2 @@
+2006-11-01 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell



  • [SM-Commit] GIT changes to master grimoire by David Brown (241853e9c2439e51029420ed6f9cec29399fbff5), David Brown, 11/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page