summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2014-12-31 07:32:41 -0300
committerIsmael Luceno2014-12-31 07:32:56 -0300
commit00333f04098ba5a4ecf6c31fdcc46c0412beb4c0 (patch)
treed2b9989d8ff41cd4065a9fde7840e317372d050d
parent4ec967aaae1742401394b6003ca66b1a1d620743 (diff)
cproto: new spell, Generate function prototypes from C source code
-rw-r--r--ChangeLog4
-rwxr-xr-xdevel/cproto/DETAILS15
-rw-r--r--devel/cproto/HISTORY2
3 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e87788b09..5095be60d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-31 Ismael Luceno <ismael@sourcemage.org>
+ * devel/cproto: new spell, Generate function prototypes from C
+ source code
+
2014-12-29 Eric Sandall <sandalle@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 0000000000..9d4f2f099f
--- /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 0000000000..1e5495776e
--- /dev/null
+++ b/devel/cproto/HISTORY
@@ -0,0 +1,2 @@
+2014-12-31 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: spell created