summaryrefslogtreecommitdiff
path: root/www/qDecoder
AgeCommit message (Collapse)AuthorFilesLines
2012-12-27Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build.ryoon1-1/+3
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-07-07user-destdir supportjoerg3-10/+12
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-5/+1
2008-11-27Update qDecoder to 9.0.1. Patches submitted by Jun-Yong Park.minskim5-66/+66
Changes: * FIX) qCgiRequestParseQueries() - quoted boundary patch. (by Hidai Kenichi) * NEW) qStrUnchar() - remove character from head and tail of the string. * NEW) qDecoderVersion() - get the version string of qDecoder library. * FIX) minor fixes related packaging.
2008-11-27Jun-Yong Park is the new MAINTAINER of www/qDecoder.minskim1-2/+2
2008-11-26Update qDecoder to 9.0. Patch submitted by Jun-Yong Park.minskim7-53/+175
This version is based on a new branch and may not be fully compatible with older versions. Changes since 7.0.1: NEW) qDecoderSetUploadBase() - Initialize qDecoder() for progressive uploading. FIX) qDecoder() - Now qDecoder() supports progressive uploading and direct file saving into disk. NEW) qSedArgAddDirect() - For huge size(over 1024 - 1) value. FIX) qSedArgAdd() - Adjust miss typed variable length. (1024*64 => 1024) NEW) qGetTimeStr() - Generate date string formatted as 'YYYYMMDDhhmmss'. NEW) qJavaScript() - Print out some JavaScript code. NEW) qAwkStr() - Scanning pattern from string. FIX) qAwkOpen() - Compatibility increment FIX) qAwkNext() - Expand array size to 1024(before 256) FIX) qCountRead() - Compatibility increment FIX) qCountSave() - Compatibility increment FIX) qCountUpdate() - Compatibility increment FIX) qDecoder() - Now qdecoder uses more smaller memory FIX) qCheckFile() - Utility increment New socket functions(unix only). Please refer the reference for more details. NEW) qSocketOpen() NEW) qSocketClose() NEW) qSocketWaitReadable() NEW) qSocketRead() NEW) qSocketGets() NEW) qSocketWrite() NEW) qSocketPuts() NEW) qSocketPrintf() NEW) qSocketSendFile() NEW) qSocketSaveIntoFile() NEW) qSocketSetNonblock() NEW) qSocketConv2file()
2007-03-28Fix NO_MTREE.joerg1-3/+2
2006-06-10Make this package build on Darwin.minskim5-124/+38
- Libtoolize. - Make "install" a phony target for case-insensitive file systems.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-07-02Add RCS Id.wiz1-0/+1
2002-05-04Initial import of qDecoder.jtb5-0/+196
qDecoder is a library for CGI programming. Being a Web Application Interface for C/C++ use, qDecoder is a solution product for developers. The Query Fetch algorithm of qDecoder based on the linked-list provides transparency with low layers by the simple library interface regardless of COOKIE/GET/POST(including File Upload). Thus, it enables the web based software to be more intuitively designed and implemented. qDecoder is developed according to the free software model and is publicly distributed.