diff options
author | steve <steve@FreeBSD.org> | 2000-01-30 06:38:44 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-30 06:38:44 +0800 |
commit | 1a46fd29700d9ca46d55b613fac560e96e047d3e (patch) | |
tree | 7a92a546d8ba72d9d80e83f25debb8e57acda765 /www | |
parent | 6877e02cdad2cbac48f0f8fb320c8f21fc3437d7 (diff) | |
download | freebsd-ports-gnome-1a46fd29700d9ca46d55b613fac560e96e047d3e.tar.gz freebsd-ports-gnome-1a46fd29700d9ca46d55b613fac560e96e047d3e.tar.zst freebsd-ports-gnome-1a46fd29700d9ca46d55b613fac560e96e047d3e.zip |
Adding qdecoder version 5.0.7.
A CGI library for C/C++ language programming.
PR: 16373
Submitted by: CHOI Junho <cjh@kr.freebsd.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/qdecoder/Makefile | 21 | ||||
-rw-r--r-- | www/qdecoder/distinfo | 1 | ||||
-rw-r--r-- | www/qdecoder/pkg-comment | 1 | ||||
-rw-r--r-- | www/qdecoder/pkg-descr | 14 | ||||
-rw-r--r-- | www/qdecoder/pkg-plist | 15 |
6 files changed, 53 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a69a2c6c9690..e10b249b66f5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -107,6 +107,7 @@ SUBDIR += plugger SUBDIR += publicfile SUBDIR += py-HTMLgen + SUBDIR += qdecoder SUBDIR += roxen SUBDIR += ruboard SUBDIR += screem 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 <cjh@kr.freebsd.org> +# +# $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 <bsd.port.mk> 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 <cjh@kr.freebsd.org> 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 |