summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-01Update to 0.5. Release details:jmmv3-51/+96
Release date: May 1st, 2008 Status: Experimental * Clauses 3 and 4 of the BSD license used by the project were dropped. All the code is now under a 2-clause BSD license compatible with the GNU General Public License (GPL). * Added a C-only binding so that binary test programs do not need to be tied to C++ at all. This binding is now known as the atf-c library. * Renamed the C++ binding to atf-c++ for consistency with the new atf-c. * Renamed the POSIX shell binding to atf-sh for consistency with the new atf-c and atf-c++. * Added a -w flag to test programs through which it is possible to specify the work directory to be used. This was possible in prior releases by defining the workdir configuration variable (-v workdir=...), but was a conceptually incorrect mechanism. * Test programs now preserve the execution order of test cases when they are given in the command line. Even those mentioned more than once are executed multiple times to comply with the user's requests.
2008-05-01Add destdir support to catdoc and catdoc-tk.obache3-5/+10
Fixes PR 38545.
2008-05-01Updated mail/sylpheed-devel to 2.5.0beta3xtraeme2-3/+3
2008-05-01Update to 2.5.0beta3:xtraeme2-6/+6
* Quoted lines are excluded when notifying missing attachments. * The option of excluded addresses/domains for recipients confirmation was added.
2008-05-01Updated print/poppler to 0.8.2xtraeme2-3/+3
2008-05-01Update to 0.8.2:xtraeme2-6/+6
core: * Fix call broken by a fix introduced in 0.8.1
2008-05-01dbench-3.04 done, but 4.0 seems released.obache1-2/+2
2008-05-01Updated benchmarks/dbench to 3.04obache1-1/+2
2008-05-01Update dbench to 3.04.obache4-30/+36
Changes is unknown. While here, * install README file mentioned in man page, suggested in PR 38553. * move client.txt to subdir noted in man page * fix directory of those files in man page.
2008-05-01+ cdrtools-2.01.01.39.wiz1-12/+2
2008-05-01Updated graphics/GraphicsMagick to 1.2obache1-1/+2
2008-05-01Update GraphicsMagick to 1.2.obache4-37/+43
GraphicsMagick 1.2 is the result of four years of additional development and testing over and above the 1.1 release branch. In these four years there have been a huge number of security fixes, considerable performance enhancements, and new features have been added. GraphicsMagick 1.2 continues to be mostly API and command compatible with previous GraphicsMagick releases, and with ImageMagick 5.5.2 from whence it originated. The following is the summarized (yet extensive!) list of changes in this release. See the ChangeLog file for the full list of changes. Security fixes: * Fixes for CERT security alert TA04-217A described at "http://www.us-cert.gov/cas/techalerts/TA04-217A.html". * AVI, BMP, & DIB security fixes. * PSD security fixes. * P7 format security fix. * Fix EXIF IFD stack overflow vulnerability. * SGI security fix for RLE encoding (CVE-2006-4144) * XCF security fix (CVE-2006-3743) * PALM heap overflow fix (CVE-2006-5456) * DCM security fix (CVE-2006-5456) * Fix for shell command injection in delegate code via file names) (CVE-2005-4601). Delegate execution is much more secure now. * Don't use filenames as printf specifications (CVE-2006-0082). * Fix integer overflow in DCM coder (CVE-2007-1797). * XWD integer overflow fix (CVE-2007-1797). * Implementation has replaced usage of strcpy, strcat, and strncat with the more security conscious strlcat and strlcpy. * DCM, DIB, XCF, XBM, and XWD security fix for integer overflow vulnerability (IDefense 09.19.07). * Do not access X11 or invoke convenience or stealth delegate programs based on the file extension. In particular, these file extensions are rejected for consideration as a format specifier: 'autotrace', 'browse', 'dcraw', 'edit', 'gs-color', 'gs-color+alpha', 'gs-gray', 'gs-mono', 'launch', 'mpeg-encode', 'print', 'scan', 'show', 'win', 'xc', and 'x'. Bug fixes: * The configure script now searches for a web browser in the order mozilla, firefox, and finally netscape. * When the user specifies the -units option, the current image resolution values are now re-scaled to match the new units. * Properly determine Ghostscript font location for Ghostscript 8.0 and later. * GraphicsMagick now successfully builds and passes all tests under Digital Unix 5.1, using the vendor compiler. * Ghostscript sometimes displays an error message and fails, yet it returns a success error code to GraphicsMagick. Verify that Ghostscript has updated the output file before attempting to use it. * Fixed a configure script syntax error when testing for trio. * When requesting a list of formats, all of the modules in the module search path are considered. Previously only the modules in the same directory as the LOGO module were listed. * Ensure that an image clip mask is respected by the negate algorithm. * The BMP writer was sometimes writing incorrect BMP v4 files. * Support reading and writing large PCX files. * The Red Hat source RPM was failing to install the -config scripts with execute permissions. * Fixed a bug which could cause possible truncation while cloning the image cache. * Ensure that MIFF files indicate the compression which was actually used. * Properly handle errors from libtiff so that corrupted images are not output. * Fix for stripped-TIFF reader. Discard extra samples beyond alpha in scanline TIFFs. * Endian option now controls TIFF byte-order rather than bit-order. * TIFF writer can now write to pipes and other non-seekable output destinations. * JBIG writer was writing empty files for some libjbig releases. * Improved handling of corrupt GIF files. * Handle large SUN format images. * Properly compute image depth for 16-bit SGI image files. * For the gmdisplay program, ensure that only RGB data is sent to Windows. * Many memory leak fixes. * PDF writer is fixed so that Ghoscript 8.5 doesn't warn about the output. * PDF writer now writes proper output with CCITT compression. * Properly use fseeko() and ftello() if they are available. * Fixed a infinite loop bug in the XWD reader. * Fix minor memory leak in ProfileImage(). * Fixed -level command parsing when a percent symbol is supplied within the argument rather than at the end. * Fix pixel scaling problem caused by floating point rounding error (noticed under AIX). * Fixed a memory leak in the GIF coder in the error return path. * Fix for SourceForge bug id 1353744 "MagickGetQuantumDepth doesn't work". * Fix for SourceForge bug id 1315109 "segfault in InitializeMagick(NULL)". * Fix for SourceForge bug id 1391421 "problem doing resize on 273x1 JPEG". * Fix for SourceForge bug id 1510075 "Failed to write PDF with JPEG compression". * Fix for SourceForge bug id 1572357 "GetOnePixel definition appears incorrect". * Fix for SourceForge bug id 1576616 Fix includedir variable in pkg-config files". * Fix for SourceForge bug id 1173713 "segfault in ModifyCache". * Fix for SourceForge bug id 1431805 "clip art wpg files cause access violation in graphics magick". * Fix for SourceForge bug id 1743141 "Affine matrix option parsing". * Fix for SourceForge bug id 1625477 "Memory leak reading layered PSD Image". * Fix for SourceForge bug id 1878992 "literal square brackets in file name cause large delay and bug id 1783209 "converting runs slowly when subimage is specified". * Fix for SourceForge bug id 1883527 "compression of tiff-file has no effect". * Successfully read files in the form "file[123]". * Fix reading 12-bit grayscale JPEG. * Set image depth appropriately when importing image from X11 display. * Fix map resource tracking. * Fix reading recent variants of ImageMagick's MIFF format. * Output bilevel TIFF meeting the TIFF Class F specification. New Utilities: * A 'benchmark' subcommand is now available to benchmark the performance of any other arbitrary subcommand (e.g. 'convert'). Feature improvements: * LZW compression is now enabled by default. * Support industry-standard subsampling notation like "4:2:2". * If gm is executed under a traditional alternate name (e.g. convert), it will invoke the appropriate sub-command. This allows use of hard links, symbolic links, or just copying 'gm' to the desired sub-command name in order to achieve 100% ImageMagick 5.5.2 utility compatibility. * Provide the --enable-magick-compat option when configuring to install ImageMagick utilities compatibility links. * Identify -verbose output includes normalized (0.0-1.0) statistics. * Identify and convert now print "pixels per second" rates to help evaluate performance. * Added the identify +ping option to force reading the complete file. * The display program now supports the +progress option to disable any visual progress indication (and hourglass cursor) while loading images. * Support writing grayscale TGA files. * Provide explicit support for Rec 601 and Rec 709 grayscale spaces. * Include some support for a log RGB space based on the 2.048 density range as defined for the Cineon Digital Film System. * Added utilities command-line support for industry standard subsampling notation like 4:4:4 and 4:2:2. * Use MAGICK_IOBUF_SIZE to tune the size of the I/O buffer. * Use -type Bilevel, Grayscale, TrueColor, or TrueColorMatte to influence the type of image that Ghostscript returns. * Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control TIFF bit fill order. * The -version option now dumps a feature list as well as the build options. * The -endian option now supports the option 'native'. * A -monitor is added to enable progress monitoring for the command line utilities. * Use the -output-directory option to 'mogrify' to send output files to the specified directory. * Use the -create-directories option in conjunction with -output-directory and 'mogrify' to create any necessary subdirectories. * A Pixels resource limit is added. Use '-limit Pixels value' to limit the maximum number of pixels in an image to 'value'. * The already supported option '-type Optimize' is now honored by formats that need to choose a subformat based on the properties of the image. Grueling tests of many/all pixels are not performed unless '-type Optimize' is supplied. * Added a a -set option to the composite, convert, display, mogrify, import commands in order to allow setting an image attribute. * Display utility no longer defaults to reading from standard input if stdin is not a tty. * May now be configured to use the umem memory allocation library available in Solaris 9, Update 3 and later, or from the portable umem project. Coder additions/improvements: * Replaced existing DPX "support" with all-new DPX support conforming to the SMPTE 268M-2003 standard. * Cineon reader completely rewritten. * TIFF coder is completely re-written. Now supports reading and writing RGB, CMYK, and grayscale, scanline-oriented TIFF images with arbitrary (1 to 32 bits) depth. Includes support for tiled TIFF, floating point TIFF, LogLuv TIFF, BigTIFF, arbitrary depths, and associated alpha. * TIFF coder now supports retrieving and saving XMP profiles. * MATLAB support is much improved and supports writing as well. * WPG reader now supports CTM translations. * ART format now supports writing. * Support 32-bit raw RGB images. * Support 32-bit raw CMYK images. * Support 32-bit raw gray images. * JP2 coder reads images in YCbCr colorspace and retrieves an embedded ICC ICM color profile if present. API enhancements: * Added ExportImageChannel() and ImportImageChannel() APIs to support exporting and importing pixel regions with an arbitary range of (1 to 32) bits per quantum. * Added image leveling methods for Magick++. * Generalized GetImageAttribute() support for retrieving wildcarded attributes so that an identify -format specification like ``"%[dpx:*]"`` works as expected. * Incorporated changes changes necessary so that GraphicsMagick can work with the Ch C/C++ interpreter from SoftIntegration at http://www.softintegration.com/. * Added MagickAllocFunctions() to allow the API user to replace the underlying memory allocator functions. * Added MagickMalloc() and deprecated AcquireMemory(). * Added MagickCloneMemory() and deprecated CloneMemory(). * Added MagickMallocArray() to safely allocate N items of size S. * Added MagickRealloc() and deprecated ReacquireMemory(). * Added MagickFree() and deprecated LiberateMemory(). Performance improvments: * The DispatchImage() and ConstituteImage() functions incorporate special case code for BGR, BGRO, BGRP, RGB, RGBO, and I formats (8 bit only) in order to improve performance dramatically. * When writing very large JPEG images, don't enable Huffman compression since doing so requires libjpeg to buffer the entire image in memory. * When using the 'identify' -verbose option, -verbose must be specified twice in order to obtain the color count. This makes normal use of -verbose much faster. * Significantly improved read/write speed for bilevel and gray images. * TIFF I/O is considerably faster. * Postscript writer is 10-15X faster. * PNM formats writer is 10-100X faster. * Rotate by 90 or 270 degrees is 2-9X faster.
2008-05-01Fix patches... again. At some point they got corrupted and, even thoughjmmv3-60/+50
they applied correctly, broke the build of boost-libs later on.
2008-04-30Updated lang/f2c to 20001205nb10dmcmahill1-1/+2
2008-04-30When calling 'cc -c' use a stripped down version of CFLAGS thatdmcmahill2-6/+17
removes all -Wl,* entries. Otherwise some versions of gcc will give a warning which in turn breaks the autoconf check for fortran libraries. This fixes at least cad/tnt-mmtl and probably any other package that uses the AC_F77_LIBRARY_LDFLAGS autoconf macro. Bump rev to f2c-20001205nb10.
2008-04-30remove a syntax error from the top level configure script.dmcmahill3-1/+45
2008-04-30Added databases/pear-MDB2_Driver_sqlite version 1.4.1adrianp1-1/+2
2008-04-30Added databases/pear-MDB2_Driver_pgsql version 1.4.1adrianp1-1/+2
2008-04-30Added databases/pear-MDB2_Driver_mysql version 1.4.1adrianp1-1/+2
2008-04-30+pear-MDB2_Driver_mysqladrianp1-1/+4
+pear-MDB2_Driver_pgsql +pear-MDB2_Driver_sqlite
2008-04-30sqlite MDB2 driveradrianp4-0/+35
2008-04-30pgsql MDB2 driveradrianp4-0/+35
2008-04-30mysql MDB2 driveradrianp4-0/+35
2008-04-30Added mail/pear-Auth_SASL version 1.0.2adrianp1-1/+2
2008-04-30+pear-Auth_SASLadrianp1-1/+2
2008-04-30Provides code to generate responses to common SASL mechanisms, including:adrianp3-0/+22
o Digest-MD5 o CramMD5 o Plain o Anonymous o Login (Pseudo mechanism)
2008-04-30Added databases/pear-MDB2 version 2.4.1adrianp1-1/+2
2008-04-30+pear-MDB2adrianp1-1/+2
2008-04-30Provides a common API for all supported RDBMS. The main difference to mostadrianp3-0/+40
other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to construct portable SQL statements.
2008-04-30Updated net/pear-Net_SMTP to 1.3.0adrianp1-1/+2
2008-04-301.3.0adrianp2-8/+7
The VRFY command now accepts 252 as a valid response code. (Bug 5083) The mailFrom() and rcptTo() methods now support additional arbitrary parameters. (Request 6339) Upgraded to package.xml version 2 (via package2.xml). Updated the license to PHP 3.0.1. Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan Ohrn, johan@oern.mine.nu). We now use package.xml version 2 exclusively. Skip unit tests when the configuration file is not available. Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206) Add getServiceExtensions (slusarz@curecanti.org, Bug 13763)
2008-04-30Updated net/pear-Net_Socket to 1.0.8adrianp1-1/+2
2008-04-301.0.8adrianp2-7/+6
Optimize away some duplicate is_resource() calls. Better solution for eof() on blocking sockets [#1427]. Add select() implementation [#1428]. Restore support for unix sockets (Bug #2961). Don't rely on gethostbyname() for error checking (Bug #3100). Make package.xml safe for PEAR 1.4.0. Chunk socket writes on Windows by default, or if explicitly specified (Bug #980) Don't run any $addr with a '/' in it through gethostbyname() (Bug #3372) Fixing bug #6789: Net_Sock::eof() returns false when socket is already disconnected Using package.xml v2.0 Fixing request #3327: Method for setting Socket's write buffer size Add enableCrypto() for calling stream_socket_enable_crypto with PHP 5.1.0+ Revert change for bug #7692 that caused trouble with code already using output buffering.
2008-04-30Updated mail/pear-Mail_Mime to 1.4.0adrianp1-1/+2
2008-04-30Update to 1.4.0adrianp2-7/+6
* Implement Feature #2952: Mail_mime::headers() saves extra headers [cipri] * Implement Feature #3636: Allow specification of charsets and encoding [cipri] * Implement Feature #4057: Mail_Mime: Add name parameter for Content-Type [cipri] * Implement Feature #4504: addHTMLImage does not work in cases when filename contains a path [cipri] * Implement Feature #5837: Mail_Mime: Build message for Net_SMTP [cipri] * Implement Feature #5934: Mail_Mime: choice for content disposition [cipri] * Implement Feature #6568: Mail_Mime: inline images referenced in CSS definitions not replaced. [cipri] * Implement Feature #10604: Put an option to specify Content-Location in the header [cipri]
2008-04-30Correct category name.jlam1-2/+2
2008-04-30Remove IGNORE_CCACHE, this was just me debugging. Thanks to wiz@.bjs1-3/+1
2008-04-30Note addition of graphics/ruby-mini-magick.jlam2-2/+4
2008-04-30Initial import of ruby18-mini-magick-1.2.3 as graphics/ruby-mini-magick.jlam4-0/+46
MiniMagick gives you access to all the command-line options ImageMagick has (found at http://www.imagemagick.org/script/mogrify.php). Using MiniMagick as an alternative to RMagick allows the Ruby processes memory to remain small because it spawns ImageMagick's mogrify program, which has much lower memory usage than RMagick.
2008-04-30Relax the values that CTYPE can take for changes-entry and relatedjlam1-5/+5
targets. Values are now case-insensitive, and the expanded set of values that can be used are: Added => add* Updated => up* Removed => rem*, rm Renamed, Moved => ren*, mov*, mv This changes is purely for usability reasons -- I have trouble remembering the exact values, and I don't like to type with capitalization unless.
2008-04-30Drop maintainershipjmmv60-120/+120
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-30Re: pkg/38549 (Support for DragonFly to security/pcsc-lite)shannonjr3-1/+29
Synopsis: Support for DragonFly to security/pcsc-lite Incorporated fix submitted by Hasso Tepper.
2008-04-30Re: pkg/38550 (Support for DragonFly to security/ccid)shannonjr2-5/+32
Synopsis: Support for DragonFly to security/ccid Incorporated fix submitted by Hasso Tepper.
2008-04-30Add the libXcomposite buildlink when using the 'composite' option,xtraeme1-1/+2
otherwise kompmgr won't be built.
2008-04-30Formatting improvements. Spelling. Use enough commas in enumeration.wiz1-36/+46
Improve HTML output.
2008-04-30Add patch to conditionally include <stdint.h> based on the symbolshannonjr2-1/+17
HAVE_STDINT_H generated by configure. This is required for compilation on Solaris 9.
2008-04-30Drop maintainership of RT-related packages. I am no longer maintaining acube4-8/+8
RT installation. <small>What a relief!</small>
2008-04-30Make dependencies match reality (notably for the minimal version ofcube1-28/+20
critical packages such as DBIx::SearchBuilder), including removing no longer needed ones. Bump PKGREVISION.
2008-04-30Note update of devel/p5-Module-Versions-Report.cube1-1/+2
2008-04-30Update to 1.03 (actually needed by devel/rt3).cube2-7/+6
2007-05-21 Ruslan U. Zakirov <ruz@bestpractical.com> * count modules instead of records in tables * update docs