From patchwork Tue Apr 22 00:25:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 340803 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 87975140159 for ; Tue, 22 Apr 2014 11:03:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ED14D8BEC1; Tue, 22 Apr 2014 00:25:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RZZL0XHHd4Nr; Tue, 22 Apr 2014 00:25:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0D3328BFE0; Tue, 22 Apr 2014 00:25:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4E3C31BFA94 for ; Tue, 22 Apr 2014 00:25:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 47C538BFE0 for ; Tue, 22 Apr 2014 00:25:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2Yg3IFTIF3n2 for ; Tue, 22 Apr 2014 00:25:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay004.isp.belgacom.be (mailrelay004.isp.belgacom.be [195.238.6.170]) by whitealder.osuosl.org (Postfix) with ESMTP id 25BE28BEC1 for ; Tue, 22 Apr 2014 00:25:08 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlQGALK1VVNbtZdu/2dsb2JhbABZgwZPvS2HO4EgF3SDAiNPAUo3CYg8AQjNDowugigdghgPgXsElQEFg2iBN5EZgzM7 Received: from 110.151-181-91.adsl-dyn.isp.belgacom.be (HELO debian605.apex) ([91.181.151.110]) by relay.skynet.be with ESMTP; 22 Apr 2014 02:25:07 +0200 From: Sagaert Johan To: buildroot@busybox.net Date: Tue, 22 Apr 2014 02:25:01 +0200 Message-Id: <1398126301-23000-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.9.2 Cc: Sagaert Johan Subject: [Buildroot] [PATCH 1/1] qdecoder : new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net qDecoder is a powerful CGI library. Features: Supports parsing a request encoded by GET/POST method Supports parsing multipart/form-data encoding.(in-memory and direct disk) Supports COOKIE handling. Supports Session management. Supports FastCGI Signed-off-by: Sagaert Johan --- package/Config.in | 1 + package/qdecoder/Config.in | 7 +++++++ package/qdecoder/qdecoder.mk | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/qdecoder/Config.in create mode 100644 package/qdecoder/qdecoder.mk diff --git a/package/Config.in b/package/Config.in index abfc3cc..998f990 100644 --- a/package/Config.in +++ b/package/Config.in @@ -765,6 +765,7 @@ source "package/nss-mdns/Config.in" source "package/omniorb/Config.in" source "package/openpgm/Config.in" source "package/ortp/Config.in" +source "package/qdecoder/Config.in" source "package/rtmpdump/Config.in" source "package/slirp/Config.in" source "package/snmppp/Config.in" diff --git a/package/qdecoder/Config.in b/package/qdecoder/Config.in new file mode 100644 index 0000000..2bd2a2f --- /dev/null +++ b/package/qdecoder/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_QDECODER + bool "qdecoder" + help + qDecoder is a simple and powerful CGI library + for the C/C++ programming language. + + http://www.qdecoder.org/wiki/qdecoder diff --git a/package/qdecoder/qdecoder.mk b/package/qdecoder/qdecoder.mk new file mode 100644 index 0000000..94372d8 --- /dev/null +++ b/package/qdecoder/qdecoder.mk @@ -0,0 +1,18 @@ +################################################################################ +# +# qdecoder +# +################################################################################ + +QDECODER_VERSION = r12.0.5 +QDECODER_SITE = $(call github,wolkykim,qdecoder,$(QDECODER_VERSION)) +QDECODER_LICENSE = GPL +QDECODER_LICENSE_FILES = COPYING + +QDECODER_INSTALL_STAGING = YES + +QDECODER_CONF_OPT = \ + --prefix=$(STAGING_DIR)/usr \ + --libdir=$(STAGING_DIR)/usr/lib + +$(eval $(autotools-package))