gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1849: add blurb for cgicc


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1849: add blurb for cgicc
Date: Wed, 30 Jan 2013 23:00:06 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1849
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Wed 2013-01-30 23:00:06 +0100
message:
  add blurb for cgicc
modified:
  gnu/cgicc/Makefile
=== modified file 'gnu/cgicc/Makefile'
--- a/gnu/cgicc/Makefile        2013-01-14 20:57:36 +0000
+++ b/gnu/cgicc/Makefile        2013-01-30 22:00:06 +0000
@@ -3,11 +3,17 @@
 GARVERSION = 3.2.10
 HOME_URL = http://www.gnu.org/software/cgicc/
 DESCRIPTION = A C++ library for writing CGI applications
+define BLURB
+ Cgicc is an ANSI-compliant C++ library for writing CGI applications,
+ featuring support for FastCGI.  The library supports several features,
+ including handling both GET and POST data, handling a variety of form
+ data types, and on-the-fly HTML generation.
+endef 
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = cgicc/
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]