[Lunar-commits] cgic: library for easy CGI C coding

Zbigniew Luszpinski zbiggy at lunar-linux.org
Mon Feb 4 01:59:14 CET 2008


commit 2a7c97005e1047dea0b1bb1fcd0f2b5cd7de415c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Mon Feb 4 01:59:14 2008 +0100

    cgic: library for easy CGI C coding
---
 net/cgic/BUILD   |   11 +++++++++++
 net/cgic/DETAILS |   13 +++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/net/cgic/BUILD b/net/cgic/BUILD
new file mode 100644
index 0000000..cfa31d5
--- /dev/null
+++ b/net/cgic/BUILD
@@ -0,0 +1,11 @@
+(
+
+sedit "s:CFLAGS=-g -Wall:CFLAGS=-g -Wall $CFLAGS:g" Makefile &&
+sedit "s:local/lib:lib:g" Makefile &&
+sedit "s:local/include:include:g" Makefile &&
+make clean &&
+make &&
+prepare_install &&
+make install
+
+) > $C_FIFO 2>&1
diff --git a/net/cgic/DETAILS b/net/cgic/DETAILS
new file mode 100644
index 0000000..4373069
--- /dev/null
+++ b/net/cgic/DETAILS
@@ -0,0 +1,13 @@
+       MODULE=cgic
+      VERSION=205
+       SOURCE=$MODULE$VERSION.tar.gz
+SOURCE_URL[0]=http://www.boutell.com/cgic/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+   SOURCE_VFY=sha1:04646274466192570190572f0a70094c67fa2703
+     WEB_SITE=http://www.boutell.com/cgic/
+      ENTERED=20070808
+      UPDATED=20070808
+        SHORT="CGI helper library for easy CGI apps development"
+cat << EOF
+This library makes writing CGI applications easy.
+EOF


More information about the Lunar-commits mailing list