Skip to Content.
Sympa Menu

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

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 (00333f04098ba5a4ecf6c31fdcc46c0412beb4c0)
  • Date: Wed, 31 Dec 2014 04:35:07 -0600

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

ChangeLog | 4 ++++
devel/cproto/DETAILS | 15 +++++++++++++++
devel/cproto/HISTORY | 2 ++
3 files changed, 21 insertions(+)

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

cproto: new spell, Generate function prototypes from C source code

diff --git a/ChangeLog b/ChangeLog
index 9e87788..5095be6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-31 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/cproto: new spell, Generate function prototypes from C
+ source code
+
2014-12-29 Eric Sandall <sandalle AT sourcemage.org>
* net/ebtables,nftables,libnftnl: Added some Netfilter table
user-space
programs and libraries.
diff --git a/devel/cproto/DETAILS b/devel/cproto/DETAILS
new file mode 100755
index 0000000..9d4f2f0
--- /dev/null
+++ b/devel/cproto/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=cproto
+ VERSION=4.6
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/$SPELL/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:328e32815c422e5bb646870995dc035e650799ad3e15b7a695e1fb525bfb687815654b5bedc32b3f4b29385169b3e2feb3f482da18c44405a382dc27b413f936
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://cproto.sourceforge.net/";
+ LICENSE[0]="public domain"
+ ENTERED=20141231
+ KEYWORDS=""
+ SHORT="Generate function prototypes from C source code"
+cat << EOF
+Cproto is a program that generates function prototypes and variable
+declarations from C source code.
+EOF
diff --git a/devel/cproto/HISTORY b/devel/cproto/HISTORY
new file mode 100644
index 0000000..1e54957
--- /dev/null
+++ b/devel/cproto/HISTORY
@@ -0,0 +1,2 @@
+2014-12-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (00333f04098ba5a4ecf6c31fdcc46c0412beb4c0), Ismael Luceno, 12/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page