summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-20Remove gnomeprint plugin (which is not built) from PLIST, allowinggdt2-3/+3
'make package'. PKGREVISION++.
2006-02-20Never allow configure to detect libexpat. Fixes PR 28032.joerg2-2/+4
2006-02-20 Updated graphics/p5-Image-ExifTool to 6.00 [gdt 2006-02-20]gdt1-1/+2
2006-02-20Update to 6.00gdt2-6/+6
Feb. 19, 2006 - Version 6.00 (production release) [minor changes omitted -gdt] - Added read support for Sony SR2 raw images (but most tags still unknown) - Added read support for Kyocera Contax N Digital RAW images - Added ability to write or delete shortcuts which reference multiple tags (previously only shortcuts referencing a single tag were writable) - Changed descriptions of FNumber, ExposureTime, ISO, DateTimeOriginal, CreateDate and ModifyDate to more closely match their tag names - Separated Canon and Nikon Red/BlueBalance information into individual components with tag names like WB_RGGBLevels - Decoded a number of new Canon tags for EOS models, including ColorBalance tables, 20D AF points and SensorInfo (thanks Rainer Honle) - Fixed incorrect decoding of EOS 10D/300D color balance modes - Set MIME type for all RAW image formats to "image/x-raw" - The -f option is no longer implied when -S and -s are combined - Fixed problem with validation of Canon PictureInfo for images rotated by Canon ZoomBrowser EX (thanks Joshua Bixby) [prior non-production release notes merged] - Major additions to Canon maker note decoding, including EOS-1D personal functions (thanks Rainer Honle for decoding many 5D tags) - Enhanced FMT syntax for -o, -w and -tagsFromFile options - Decode maker notes of Samsung DX-1S - Added ability to list tags in a specific group - Added support for Canon 5D custom functions (thanks Rainer Honle) - Added support for Canon 1DmkII and 350D custom functions - Decode AIFF SampleRate - Properly identify CR2 images read via pipes (previously identified as TIFF) - Improved formatting of printed values for some DNG tags - Fixed problem extracting OriginalRawImage from little-endian DNG images - Fixed problem where "unreferenced bytes" error could be incorrectly issued when deleting all EXIF from a TIFF image - Added ability to write JFIF information - Added ability to extract and decompress original raw image from DNG - Added read support for AIFF audio files - API changes: - SetNewValue() now accepts an ARRAY reference for setting list-type tags such as Keywords, or a SCALAR reference for binary data, so it may now be called directly with any value returned by GetValue(). - Recognize Panasonic Type 2 maker notes - Changed Nikon LensID to a composite tag to allow better decoding of non-Nikon lenses, and added a bunch of new lenses to the list - Added ability to read and write AFCP information in JPEG images - Added read support for WMV video and WMA audio files (ASF format files) - Added EXIF tags 0x82a5-0x82ac - Added support for JVC maker notes - Extract a number of new DNG tags plus DNG JPEG preview image - Added support for AVI and MP4 videos - Improved decoding of Olympus maker notes - Improved APP12 decoding - Improved CanonPictureInfo validation to work with more PowerShot models - Decode maker notes of Nikon D1 - Combining -t with -S now gives a single-line tab-delimited list of values - Extract preview image for Samsung Digimax i5
2006-02-20Add motif option from Juha-Matti Liukkonen in PR 32703, changed somewhatmarkd1-4/+10
by me. Also fixes PR 20883.
2006-02-20Added qt4[-docs,-libs,-tools] 4.1.0adam2-2/+10
2006-02-20Fixed installation paths as per PR#32784wulf1-2/+5
2006-02-20Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing andadam29-0/+2001
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
2006-02-20Updated www/p5-libapreq2 to 2.07.hiramatsu1-1/+2
2006-02-20Update p5-libapreq2 to 2.07.hiramatsu2-10/+11
Changes with libapreq2-2.07 (released February 12, 2006) - C API [joes] SECURITY: CVE-2006-0042 (cve.mitre.org) Eliminate potential quadratic behavior in apreq_parse_headers() and apreq_parse_urlencoded(). - Perl API [Philip M. Gollucci] Fix Apache2::Cookie->cookies() to comply with its documentation - C API [Philip M. Gollucci] Use the APREQ_DEFAULT_READ_LIMIT constant for the read_limit - C API [Ville Skyttd, Dirk Nehring] Add explicit cast in apreq_escape()/apreq_util.h to keep C++ compilers happy. - C API [joes] Protect against arbitrary recursion depth in apreq_parse_multipart() by adding a reasonable compile-time MAX_LEVEL limit. - C API [joes] Clean up end-of-file parsing for apreq_parse_multipart(), conforming to rfc-2046 ' 5.1.1. - Perl API [joes] Move APR::Request::Param::Table and APR::Request::Cookie::Table packages to APR::Request module. - Perl XS [Steve Hay] Fix compile problems on Win32 without PERL_IMPLICIT_SYS related to link being an unresolved symbol. - Perl API [joes] APR::Request::Cookie::thaw() isn't a class method. - C API [joes] Fix off-by-one bug in the continuation-lines portion of the header parser. - Perl API [joes] Move APR::Request::upload to APR::Request, where it belongs. - Perl XS [Nikolay Ananiev] Use MP_STATIC declarations to allow Cygwin builds. - Perl API [joes] encode()/decode() were busted with zero-length args. This caused Apache2::Cookie::new() to segfault on cookie value of "". - C API [joes] Add apreq_charset_divine() and eliminate charset offset from return value of apreq_decode(v). - C API [joes] Improve the cp1252-charset heuristics for apreq_decode(v). - C API [Ralph Mattes] Add explicit casts for apreq_param_charset_* to keep c++ compilers happy.
2006-02-20k3b, digikam{,imageplugins} updates.markd2-4/+5
2006-02-20Update digikamimageplugins to 0.8.1markd3-20/+243
New icons, some new plugins. bug fixes.
2006-02-20Update digikam to 0.8.1markd5-21/+329
New user interface. Date based virtual folders. Searching. Tag filtering. Database upgraded to sqlite3. Lots of bug fixes.
2006-02-20Update k3b to 0.12.12markd3-8/+8
Changes in 0.12.12 * Fixed another bug in the iso options code which sometimes resulted in a failed verification. * Properly close the reading device when copying VideoDVDs. This bug resulted in a blocked device. * Fixed handling of filenames in libdvdcss backend (this fixes VideoDVD copy). Changes in 0.12.11 * Fixed selection in the audio CD ripping window. * Fixed info block handling in WAVE audio file decoder: no more clicks at the end. * Introduced a hack which fixes the "Wav detected as Mpeg file" bug. * Fixed Auto multisession mode for DVD+RW and DVD-RW in restricted overwrite mode in case a previous session was imported. * Fixed a crash with HAL >= 0.5 when exiting K3b. * Allow copying of double layer DVDs with a size below 4.3 GB to single layer media. * Support for the ring buffer in growisofs 6.0. * Use .iso extension for images instead of .img * Properly remove the image file in case verification failed. * Ignore mounting state of a medium when showing its contents. * Fixed a bug in the iso options code which sometimes resulted in a failed verification. * Properly handle cue files withan image file name like image.bin.cue + image.bin * Write a proper Xing header when encoding VBR mp3 files.
2006-02-20Fix build problems on Solaris (pkg/32875).martti2-3/+9
This change does not affect other platforms and as it was not building correctly on Solaris I see no reason for PKGREVISION bump.
2006-02-20Extract more sanely, from jlam and joerg. Should fix DragonFly bulk build.schmonz2-11/+9
2006-02-20Note getmail update.schmonz2-3/+3
2006-02-20Update to 4.5.4. From the changelog:schmonz2-6/+6
-added Maildir "filemode" parameter. Thanks: Martin Haag.
2006-02-20Note bglibs update.schmonz1-1/+2
2006-02-20Update to 1.040 and fix pkglint warnings. From the changelog:schmonz4-12/+14
- Added cli-generate, a program to produce C header and source from command-line interface description files. - Modified the crypto HMAC code to do precalculation of the intermediate hash results. - Fixed base64 decoding on systems where char is unsigned by default. Thanks Gerrit Pape. - Tweaked the ghash_add function to return a pointer to the newly created entry (since some uses will want to use it immediately). - Stop blocking SIGSEGV with the sig_all_* functions, as this has resulted in bugs causing endless signal loops.
2006-02-20Added pychecker.rillig1-1/+2
2006-02-20Imported devel/pychecker-0.8.17rillig1-1/+2
2006-02-20Imported pychecker.rillig4-0/+81
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
2006-02-19Mention whoson PKGREVISION bump.wiz1-1/+2
2006-02-19Use pkginstall framework. Bump PKGREVISION.wiz6-31/+26
2006-02-19Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errorstron1-1/+3
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
2006-02-19Remove (in pkgsrc) broken test for pcap-int.h, the dependency patternwiz2-1/+19
makes sure we have that file.
2006-02-19Note update of devel/netbsd-iscsi to 20060219agc1-1/+2
2006-02-19Update the netbsd-iscsi package to version 20060219.agc2-6/+6
Differences from previous version: + when looking for the target name supplied by the initiator during full-phase login, break out of the loop immediately a match is found. + only syslog information if it's available + Present multiple targets properly + Check that the initiator address is allowed to discover targets. + Log a LOG_INFO error if an initiator attempts to discover targets it shouldn't be.
2006-02-19- The simplification from the last commit was wrong, but those statementsrillig1-8/+11
that could have revealed the defect had been commented out. Now they can be enabled with -Wspace. - The state traces are only shown in -dvv mode.
2006-02-19converters/rss2html to 0.8recht2-3/+3
2006-02-19update to rsshtml-0.8recht5-28/+27
patch provided by pancake at phreaker dot net (maintainer) in PR 32857 0.7.8 * 2006/02/14 - add -n -N and -r (limit number of posts and words per post) - support foreach url name format: name@url - add link_node number id foreach link (html + xml2doc) - add support for RDF like dates. - reclean the plain text output format - use \r\n instead of just \n. (support for silly http servers). - fix HTML output when no pubDate defined. - fix support for RDF files. - cleanup the txt output format. - add substitution pattern and htmlize_string. - use <author> foreach item. - fix rss generation for planets. Change -P flag. - minor fix rss2 generation. - add author stuff for the templates - fixes for the cdata strings - add nopcode template - add crontab planet script - Add -P flag in cmdline - Add support for planets (order posts by date). - default html template reads rss2html.css - add manpage. - Initial support of templates - initial enclosure url support (useful for podcast) - add 'url' output format, for make pipes happy. - fix parser.c again - initial import of subst framework. - add xml2doc output format - initial use of the storage infrastructure. - fix <![CDATA parser. - finally remove the deprecated parser. - fix pubDate output in MXML format. - initial port to acr. - add GPLv2 license and related stuff properly. - initial import of cmptime.c - rework on storage framework. - fix html entities inside MXML output format. - add doblog output information tip in README - fix temporally file creation bug. - handle description and content:encoded fields. - add -n -N and -r (limit number of posts and words per post) - support foreach url name format: name@url - support for MXML format - add some snippets for planet support in the future. - implement the new XML parser. - initial preparation for mxml format and date ordening. (not working yet) - rename -d to -D and -x flag to -d - add -L flag (local link translation) - fix default prefix to /usr/local (stoned stuff) - fix install stuff to use INSTALL_* stuff - support for enclosure tag for podcasts - podcast RSSs also working - integrate Darek's patch that fix description field parsing (-x) - order help flags
2006-02-19Updated emulators/gxemul to 0.3.8xtraeme1-1/+2
2006-02-19Update to 0.3.8:xtraeme4-33/+9
The user-visible changes between release 0.3.7 and 0.3.8 include: o) The IQ80321 (Xscale) machine mode is now working well enough to run NetBSD/evbarm 2.1. o) Faster framebuffer output in some situations.
2006-02-19made sure -lgen is added when linking on IRIX 5. Required to use dirname().schwarz1-0/+14
2006-02-19Updated audio/fluidsynth to 1.0.7adam1-1/+2
2006-02-19Changes 1.0.7:adam5-12/+65
LASH support has been added. Improved command line argument handling. AMD-64 bugfixes Few synthesis bugfixes. Other miscellaneous improvements.
2006-02-19Include sys/endian.h on DragonFly.joerg2-1/+15
2006-02-19Always link scmlit with LIBS=-lm, since it uses math functions.joerg8-3/+213
Fix errno. Add DragonFly support.
2006-02-19Updated security/honeyd to 1.5adrianp2-3/+3
2006-02-19Update to honeyd 1.5adrianp5-29/+73
New features include: * Statistics Collector: A daemon that can process netflow-like information exported by several Honeyd instances and do computations on the data - see live data. * Improved Subsystems: Improved support for subsystems permits running more complicated UNIX applications like mwcollect as a subsystem for Honeyd. * Proxy and SMTP subsystems: Example subsystems to simulate open proxies and mail relays. These subsystems are written with performance in mind and have no problem in keeping up with a busy network. Bugfixes include: A bug in Honeyd's IP reassembly code allows adversaries to remotely fingerprint honeypots. Thanks to Jon Oberheide for finding the bug; see adv.2006-01 for more information
2006-02-19Added devel/libdnsres version 0.1aadrianp1-1/+2
2006-02-19+libdnsresadrianp1-1/+2
2006-02-19Libdnsres provides a non-blocking thread-safe API for resolving DNS names.adrianp6-0/+65
It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much.
2006-02-19Mention nicotine PKGREVISION bump.wiz1-1/+2
2006-02-19Add missing locale files to PLIST. Bump PKGREVISION.wiz2-3/+13
2006-02-19Mention netsaint-plugins PKGREVISION bump.wiz1-1/+2
2006-02-19Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+5
2006-02-19Mention netatalk1 PKGREVISION bump.wiz1-1/+2
2006-02-19Convert to pkginstall framework. Bump PKGREVISION.wiz4-30/+31