aboutsummaryrefslogtreecommitdiff
path: root/www/qdecoder/pkg-descr
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2008-11-28 11:16:47 +0000
committerCHOI Junho <cjh@FreeBSD.org>2008-11-28 11:16:47 +0000
commitec511d7330e2cedb2f22eefe2728569e3363d273 (patch)
treeafabc1a443e0305facd3eaf61369a691fc1e40ed /www/qdecoder/pkg-descr
parent92f3b53fcdc5b855dc3d61851adae809ead5c52a (diff)
downloadports-ec511d7330e2cedb2f22eefe2728569e3363d273.tar.gz
ports-ec511d7330e2cedb2f22eefe2728569e3363d273.zip
Update to 9.0.1.
Changed to use OPTIONS for any kind of compilation options. PR: 129181 Submitted by: Seungyoung Kim <wolkykim@ziom.co.kr>
Notes
Notes: svn path=/head/; revision=223489
Diffstat (limited to 'www/qdecoder/pkg-descr')
-rw-r--r--www/qdecoder/pkg-descr26
1 files changed, 16 insertions, 10 deletions
diff --git a/www/qdecoder/pkg-descr b/www/qdecoder/pkg-descr
index 9cbfd4d96548..cc3485ffc8c4 100644
--- a/www/qdecoder/pkg-descr
+++ b/www/qdecoder/pkg-descr
@@ -1,14 +1,20 @@
-qDecoder
-========
+The qDecoder Project
+====================
-"qDecoder is a CGI library for C/C++ language programming and
- a solution product for developers. The Query Fetch algorithm
- of qDecoder which is based on linked-list gives developers
- more simple library interface without regard to a method of GET
- or POST. Also because it gives transperance with a subordinate
- layer, web-based softwares - CGI - is designed and embodied in
- reliability further. The source code for qDecoder is freely
- available to everyone."
+qDecoder is a C/C++ language library including CGI supports.
+Distributed under 2-clause BSD-like license since 9 release.
+
+ CGI Interfaces
+ o Request Parser, Response Generator, Session, Cookies
+ Network & IPC Interfaces
+ o Socket, Shared memory, Semaphore, Database wrapper
+ Data structures
+ o Linked-list, Hash tables, Queue, qDecoder implementation of Obstack
+ Useful APIs
+ o Configuration parser, Automated file logger, Server side includes
+ Common Utilities
+ o String libraries, File libraries, Hashes & En/decoders
+ And more...
--
Ports by CHOI Junho <cjh@FreeBSD.org>