From e08ba3a685990ba1c190ddab3a4a9f11e126367b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Jan 2000 22:38:44 +0000 Subject: Adding qdecoder version 5.0.7. A CGI library for C/C++ language programming. PR: 16373 Submitted by: CHOI Junho --- www/qdecoder/Makefile | 21 +++++++++++++++++++++ www/qdecoder/distinfo | 1 + www/qdecoder/pkg-comment | 1 + www/qdecoder/pkg-descr | 14 ++++++++++++++ www/qdecoder/pkg-plist | 15 +++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 www/qdecoder/Makefile create mode 100644 www/qdecoder/distinfo create mode 100644 www/qdecoder/pkg-comment create mode 100644 www/qdecoder/pkg-descr create mode 100644 www/qdecoder/pkg-plist (limited to 'www/qdecoder') diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile new file mode 100644 index 000000000000..ef7f33d5759b --- /dev/null +++ b/www/qdecoder/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: qDecoder library +# Version required: 5 +# Date created: Sep 10 1999 +# Whom: CHOI Junho +# +# $FreeBSD$ +# + +DISTNAME= qDecoder-5.0.7 +CATEGORIES= www +MASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= cjh@kr.FreeBSD.org + +post-install: + ${MKDIR} ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/qDecoder + ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder + +.include diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo new file mode 100644 index 000000000000..c95e71564716 --- /dev/null +++ b/www/qdecoder/distinfo @@ -0,0 +1 @@ +MD5 (qDecoder-5.0.7.tar.Z) = 266648aef83566ffc572d825141b4397 diff --git a/www/qdecoder/pkg-comment b/www/qdecoder/pkg-comment new file mode 100644 index 000000000000..caa68805ec74 --- /dev/null +++ b/www/qdecoder/pkg-comment @@ -0,0 +1 @@ +A CGI library for C/C++ language programming diff --git a/www/qdecoder/pkg-descr b/www/qdecoder/pkg-descr new file mode 100644 index 000000000000..1008e2ebfa7a --- /dev/null +++ b/www/qdecoder/pkg-descr @@ -0,0 +1,14 @@ +qDecoder +======== + +"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." + +-- +Ports by CHOI Junho diff --git a/www/qdecoder/pkg-plist b/www/qdecoder/pkg-plist new file mode 100644 index 000000000000..5d9d27e2f811 --- /dev/null +++ b/www/qdecoder/pkg-plist @@ -0,0 +1,15 @@ +include/qDecoder.h +lib/libqDecoder.a +share/examples/qDecoder/Makefile +share/examples/qDecoder/README +share/examples/qDecoder/arglist.c +share/examples/qDecoder/examples.html +share/examples/qDecoder/fetch.c +share/examples/qDecoder/multivalue.c +share/examples/qDecoder/streamedit-header.html.in +share/examples/qDecoder/streamedit-tailer.html.in +share/examples/qDecoder/streamedit.c +share/examples/qDecoder/streamedit.html +share/examples/qDecoder/streamedit.html.in +share/examples/qDecoder/upload.c +@dirrm share/examples/qDecoder -- cgit v1.2.3