diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:38:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 22:38:44 +0000 |
commit | e08ba3a685990ba1c190ddab3a4a9f11e126367b (patch) | |
tree | 7749830036d8b8fdee3e3cbbef3bd11225dac17e /www/qdecoder | |
parent | aea575ce76589e8bcdf16cb42e58017df088fbc2 (diff) | |
download | ports-e08ba3a685990ba1c190ddab3a4a9f11e126367b.tar.gz ports-e08ba3a685990ba1c190ddab3a4a9f11e126367b.zip |
Notes
Diffstat (limited to 'www/qdecoder')
-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 |
5 files changed, 52 insertions, 0 deletions
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 |