Subject: CVS commit: pkgsrc/www/qDecoder
From: Min Sik Kim
Date: 2008-11-26 02:23:40
Message id: 20081126012340.E898B175D0@cvs.netbsd.org

Log Message:
Update qDecoder to 9.0.  Patch submitted by Jun-Yong Park.

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()

Files:
RevisionActionfile
1.2modifypkgsrc/www/qDecoder/DESCR
1.7modifypkgsrc/www/qDecoder/Makefile
1.3modifypkgsrc/www/qDecoder/PLIST
1.5modifypkgsrc/www/qDecoder/distinfo
1.3modifypkgsrc/www/qDecoder/patches/patch-aa
1.2modifypkgsrc/www/qDecoder/patches/patch-ab
1.1addpkgsrc/www/qDecoder/patches/patch-ac