Date: Wed, 26 Jan 2000 21:56:34 +0900 (KST) From: cjh@wdb.co.kr To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16373: New ports: www/qdecoder Message-ID: <200001261256.VAA27094@kfug.kr.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16373 >Category: ports >Synopsis: New ports: www/qdecoder >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 26 05:00:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: qDecoder is a CGI library for C/C++ language. >How-To-Repeat: build it! >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qdecoder # qdecoder/files # qdecoder/files/md5 # qdecoder/patches # qdecoder/patches/patch-aa # qdecoder/pkg # qdecoder/pkg/COMMENT # qdecoder/pkg/DESCR # qdecoder/pkg/PLIST # qdecoder/Makefile # echo c - qdecoder mkdir -p qdecoder > /dev/null 2>&1 echo c - qdecoder/files mkdir -p qdecoder/files > /dev/null 2>&1 echo x - qdecoder/files/md5 sed 's/^X//' >qdecoder/files/md5 << 'END-of-qdecoder/files/md5' XMD5 (qDecoder-5.0.7.tar.Z) = 266648aef83566ffc572d825141b4397 END-of-qdecoder/files/md5 echo c - qdecoder/patches mkdir -p qdecoder/patches > /dev/null 2>&1 echo x - qdecoder/patches/patch-aa sed 's/^X//' >qdecoder/patches/patch-aa << 'END-of-qdecoder/patches/patch-aa' X--- Makefile~ Sun Jan 16 20:43:19 2000 X+++ Makefile Sun Jan 16 20:48:51 2000 X@@ -18,8 +18,8 @@ X CC = gcc X X # System library directory X-LIBDIR = /usr/lib X-HEADERDIR = /usr/include X+LIBDIR = ${PREFIX}/lib X+HEADERDIR = ${PREFIX}/include X X # Where are include files kept X INCLUDE = -I./ END-of-qdecoder/patches/patch-aa echo c - qdecoder/pkg mkdir -p qdecoder/pkg > /dev/null 2>&1 echo x - qdecoder/pkg/COMMENT sed 's/^X//' >qdecoder/pkg/COMMENT << 'END-of-qdecoder/pkg/COMMENT' Xa CGI library for C/C++ language programming END-of-qdecoder/pkg/COMMENT echo x - qdecoder/pkg/DESCR sed 's/^X//' >qdecoder/pkg/DESCR << 'END-of-qdecoder/pkg/DESCR' XqDecoder X======== X X"qDecoder is a CGI library for C/C++ language programming and X a solution product for developers. The Query Fetch algorithm X of qDecoder which is based on linked-list gives developers X more simple library interface without regard to a method of GET X or POST. Also because it gives transperance with a subordinate X layer, web-based softwares - CGI - is designed and embodied in X reliability further. The source code for qDecoder is freely X available to everyone." X X-- XPorts by CHOI Junho <cjh@kr.freebsd.org> END-of-qdecoder/pkg/DESCR echo x - qdecoder/pkg/PLIST sed 's/^X//' >qdecoder/pkg/PLIST << 'END-of-qdecoder/pkg/PLIST' Xinclude/qDecoder.h Xlib/libqDecoder.a Xshare/examples/qDecoder/Makefile Xshare/examples/qDecoder/README Xshare/examples/qDecoder/examples.html Xshare/examples/qDecoder/fetch.c Xshare/examples/qDecoder/multivalue.c Xshare/examples/qDecoder/streamedit-header.html.in Xshare/examples/qDecoder/streamedit-tailer.html.in Xshare/examples/qDecoder/streamedit.c Xshare/examples/qDecoder/streamedit.html Xshare/examples/qDecoder/streamedit.html.in Xshare/examples/qDecoder/upload.c END-of-qdecoder/pkg/PLIST echo x - qdecoder/Makefile sed 's/^X//' >qdecoder/Makefile << 'END-of-qdecoder/Makefile' X# New ports collection makefile for: qDecoder library X# Version required: 5 X# Date created: Sep 10 1999 X# Whom: CHOI Junho <cjh@kr.freebsd.org> X# X# $FreeBSD$ X# X XDISTNAME= qDecoder-5.0.7 XCATEGORIES= www XMASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= cjh@kr.FreeBSD.org X Xpost-install: X ${MKDIR} ${PREFIX}/share/examples/qDecoder X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/qDecoder X ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/qDecoder X X.include <bsd.port.mk> END-of-qdecoder/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001261256.VAA27094>