aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-30 06:38:44 +0800
committerSteve Price <steve@FreeBSD.org>2000-01-30 06:38:44 +0800
commite08ba3a685990ba1c190ddab3a4a9f11e126367b (patch)
tree7749830036d8b8fdee3e3cbbef3bd11225dac17e /www
parentaea575ce76589e8bcdf16cb42e58017df088fbc2 (diff)
downloadfreebsd-ports-e08ba3a685990ba1c190ddab3a4a9f11e126367b.tar.gz
freebsd-ports-e08ba3a685990ba1c190ddab3a4a9f11e126367b.tar.zst
freebsd-ports-e08ba3a685990ba1c190ddab3a4a9f11e126367b.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>
Notes
Notes: svn path=/head/; revision=25292
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/qdecoder/Makefile21
-rw-r--r--www/qdecoder/distinfo1
-rw-r--r--www/qdecoder/pkg-comment1
-rw-r--r--www/qdecoder/pkg-descr14
-rw-r--r--www/qdecoder/pkg-plist15
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