ports/129181: [UPDATE] www/qdecoder

Seungyoung Kim wolkykim at ziom.co.kr
Tue Nov 25 16:10:01 UTC 2008


>Number:         129181
>Category:       ports
>Synopsis:       [UPDATE] www/qdecoder
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 25 16:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Seungyoung Kim
>Release:        FreeBSD 6.4-PRERELEASE i386
>Organization:
The qDecoder Project
>Environment:
System: FreeBSD arena.ziom.co.kr 6.4-PRERELEASE FreeBSD 6.4-PRERELEASE #3: Wed Sep 10 15:28:05 KST 2008 wolkykim at arena.ziom.co.kr:/usr/obj/usr/src/sys/ARENA i386
>Description:
I upgraded ports to fit with lastest 9.0.1 version of qDecoder.
PS: Please IGNORE 'ports/129177'. I found there is a missing attachment. Sorry
for duplicating.

>How-To-Repeat:

>Fix:
--- qdecoder.shar.txt begins here ---
# 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/Makefile
#	qdecoder/pkg-descr
#	qdecoder/pkg-plist
#	qdecoder/distinfo
#
echo c - qdecoder
mkdir -p qdecoder > /dev/null 2>&1
echo x - qdecoder/Makefile
sed 's/^X//' >qdecoder/Makefile << 'END-of-qdecoder/Makefile'
X# New ports collection makefile for:    qDecoder library
X# Date created:         Sep 10 1999
X# Whom:                 CHOI Junho <cjh at FreeBSD.org>
X#
X# $FreeBSD: ports/www/qdecoder/Makefile,v 1.11 2007/01/30 10:25:33 pav Exp $
X#
X
XPORTNAME=	qdecoder
XPORTVERSION=	9.0.1
XCATEGORIES=	www
XMASTER_SITES=	ftp://ftp.qdecoder.org/pub/qDecoder/
XDISTNAME=	qDecoder-${PORTVERSION}
X
XMAINTAINER=	cjh at FreeBSD.org
XCOMMENT=	C/C++ language library including CGI supports
X
XCONFLICTS=	qDecoder-[5-7]*
X
XHAS_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
X
X.if defined(ENABLE_DEBUG)
XCONFIGURE_ARGS+="--enable-debug"
X.endif
X
X.if defined(ENABLE_64BIT)
XCONFIGURE_ARGS+="--enable-64bit"
X.endif
X
X.if defined(ENABLE_SENDFILE)
XCONFIGURE_ARGS+="--enable-sendfile"
X.endif
X
X.if defined(ENABLE_MYSQL)
XCONFIGURE_ARGS+="--enable-mysql=${ENABLE_MYSQL}"
X.endif
X
X.if defined(DISABLE_CGISUPPORT)
XCONFIGURE_ARGS+="--disable-cgisupport"
X.endif
X
X.if defined(DISABLE_SOCKET)
XCONFIGURE_ARGS+="--disable-socket"
X.endif
X
X.if defined(DISABLE_IPC)
XCONFIGURE_ARGS+="--disable-ipc"
X.endif
X
X.if defined(DISABLE_DATASTRUCTURE)
XCONFIGURE_ARGS+="--disable-datastructure"
X.endif
X
Xpre-fetch:
X	@${ECHO} ""
X	@${ECHO} "You may use the following build options:"
X	@${ECHO} ""
X	@${ECHO} "	ENABLE_DEBUG=yes	Enable debugging print out."
X	@${ECHO} "	ENABLE_64BIT=yes	Enable 64 bit supports."
X	@${ECHO} "	ENABLE_SENDFILE=yes	Enable sendfile if possible."
X	@${ECHO} "	ENABLE_MYSQL=/MYSQL_INCLUDE_DIR_PATH/"
X	@${ECHO} "				Enable MySQL database supports."
X	@${ECHO} "	DISABLE_CGISUPPORT=yes	Disable CGI APIs."
X	@${ECHO} "	DISABLE_SOCKET=yes	Disable socket APIs."
X	@${ECHO} "	DISABLE_IPC=yes		Disable IPC APIs."
X	@${ECHO} "	DISABLE_DATASTRUCTURE=yes"
X	@${ECHO} "				Disable data structure APIs."
X	@${ECHO} ""
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	(cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS CHANGES COPYING INSTALL qDecoder.jpg" ${DOCSDIR})
X	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "html" ${DOCSDIR})
X.endif
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.conf *.html* qDecoder-upload" ${EXAMPLESDIR})
X.endif
X
X.include <bsd.port.mk>
END-of-qdecoder/Makefile
echo x - qdecoder/pkg-descr
sed 's/^X//' >qdecoder/pkg-descr << 'END-of-qdecoder/pkg-descr'
XThe qDecoder Project
X====================
X
XqDecoder is a C/C++ language library including CGI supports.
XDistributed under 2-clause BSD-like license since 9 release.
X
X  CGI Interfaces
X    o Request Parser, Response Generator, Session, Cookies
X  Network & IPC Interfaces
X    o Socket, Shared memory, Semaphore, Database wrapper
X  Data structures
X    o Linked-list, Hash tables, Queue, qDecoder implementation of Obstack
X  Useful APIs 
X    o Configuration parser, Automated file logger, Server side includes
X  Common Utilities
X    o String libraries, File libraries, Hashes & En/decoders
X  And more... 
X
X--
XPorts by CHOI Junho <cjh at FreeBSD.org>
XWWW: http://www.qDecoder.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
Xlib/libqDecoder.so
Xlib/libqDecoder.so.6
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/CHANGES
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/INSTALL
X%%PORTDOCS%%%%DOCSDIR%%/qDecoder.jpg
X%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
X%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
X%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
X%%PORTDOCS%%%%DOCSDIR%%/html/files.html
X%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
X%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
X%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
X%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
X%%PORTDOCS%%%%DOCSDIR%%/html/index.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qCgiRequest_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qCgiResponse_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qConfig_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qCount_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qDatabase_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qDecoder_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qEncode_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qEntry_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qFile_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qHash_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qHasharr_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qHashtbl_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qHtml_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qLog_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qObstack_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qQueue_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qSed_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qSem_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qSession_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qShm_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qSocket_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qString_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qSystem_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/qTime_8c.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__DB.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__DBRESULT.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__ENTRY.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__HASHARR.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__HASHTBL.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__LOG.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__NLOBJ.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__OBJ.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__OBSTACK.html
X%%PORTDOCS%%%%DOCSDIR%%/html/structQ__QUEUE.html
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_b.gif
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_l.gif
X%%PORTDOCS%%%%DOCSDIR%%/html/tab_r.gif
X%%PORTDOCS%%%%DOCSDIR%%/html/tabs.css
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arglist.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/download.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multivalue.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/obstack.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/session.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/socket.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/streamedit.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/upload.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uploadfile.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config.conf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/config_default.conf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples.html
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/streamedit-header.html.in
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/streamedit-tailer.html.in
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/streamedit.html.in
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qDecoder-upload/qDecoder-upload.html
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qDecoder-upload/qDecoder-upload.js
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/qDecoder-upload
X%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-qdecoder/pkg-plist
echo x - qdecoder/distinfo
sed 's/^X//' >qdecoder/distinfo << 'END-of-qdecoder/distinfo'
XMD5 (qDecoder-9.0.1.tar.gz) = 8f99c97e029066a35020bb45ab33f545
XSHA256 (qDecoder-9.0.1.tar.gz) = b48e4c6e9a7ef26062fe79c5fcb81593059cb9d207c8e4c3cbfc41225c58e3fc
XSIZE (qDecoder-9.0.1.tar.gz) = 266821
END-of-qdecoder/distinfo
exit
--- qdecoder.shar.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list