summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz939-1774/+1878
2010-01-18Updated proj and gdal-libadam1-2/+4
2010-01-18Changes 1.6.3:adam5-57/+46
* r13533 (ogr postgis plugin) have been added to the stable branch only * GRIB detection not thread safe * Bug fixes Changes 1.6.2: * OGR expression parser causes access violations with large expressions * OGR cannot open/handle .DBF files > 2 GB * crash in cpl_vsil_win32.cpp when compiling as x64 under Windows * create index sql execute problem * GTiffDataset::FlushCache() cause crashes when used just after dataset creation * GDALDefaultOverviews::BuildOverviews() causes out-of-bounds writes for a 1x1 dataset * gdaladdo crashes on a 16-bit dataset when external overviews are requested to have JPEG compression * Corrupt EXIF info can cause stack buffer overflow in JPEG driver
2010-01-18Changes 4.7.0:adam2-19/+17
* Added in memory caching of init file search results for substantial acceleration in some application environments (like MapServer). * Regenerated nad/epsg init file with EPSG 7.1 database, including new support for Google Mercator (EPSG:3857). * Various thread safety improvements, including preliminary support for a mutex lock around some operations, like grid loading.
2010-01-18Updated databases/sqlite3 to 3.6.22adam1-1/+3
2010-01-18Changes 3.6.22:adam5-15/+14
* Fix bugs that can (rarely) lead to incorrect query results when the CAST or OR operators are used in the WHERE clause of a query. * Continuing enhancements and improvements to FTS3. * Other miscellanous bug fixes.
2010-01-18Updated pkgtools/revbump to 2.0wiz1-1/+2
2010-01-18Use dummy package name in example instead of existing one. Bump version.wiz2-5/+5
2010-01-18mention gitchristos1-1/+2
2010-01-18update to 4.9.5christos6-80/+109
2010-01-17library major was bumped again. (sigh)tnn1-4/+4
2010-01-17tn3270 is backspz1-1/+2
2010-01-17resuscitate, with a distfile instead of a files subdirspz4-0/+38
2010-01-17Updated devel/p5-Module-Build to 0.36010sno1-1/+2
2010-01-17Updating devel/p5-Module-Build from 0.35000 to 0.36010sno4-33/+47
pkgsrc changes: - Adjusting options (upstream update clearifies a lot there) - Adjusting mandatory dependencies - Remove dependencies included at least in 5.10 perl-core Upstream changes since 0.35 (skipping detailed list of developer versions): 0.3601 - Mon Dec 21 14:39:33 EST 2009 Bug fixes: - When the currently running Module::Build is not the same as the one that created the Build file, there is now a warning rather than a fatal error. This helps installation of dependency chains where a dependency might configure_requires a new Module::Build after Build.PL was already run for an earlier distribution. [David Golden, on advice of Matt Trout] Other: - t/bundle_inc.t fails in odd ways. This test of an experimental feature should not prevent users from installing Module::Build, so this test now skips unless $ENV{MB_TEST_EXPERIMENTAL} is true 0.36 - Sun Dec 20 15:02:38 EST 2009 No changes from 0.35_15 other than the version number. Summary of major changes since 0.35: Enhancements: - Added 'Build installdeps' action to install needed dependencies via a user-configurable command line program. (Defaults to 'cpan'.) - Command line options may be set via the PERL_MB_OPT environment variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker) - Generates MYMETA.yml during Build.PL (new standard protocol for communicating configuration results between toolchain components) - Reduced amount of console output under normal operation (use --verbose to see all output) - Added experimental inc/ bundling; see Module::Build::Bundling for details. New or changed properties: - Added 'share_dir' property to provide File::ShareDir support; File::ShareDir automatically added to 'requires' if 'share_dir' is set - Added 'needs_compiler' property. Defaults to true if XS or c_source exist. If true, ExtUtils::CBuilder is also added to build_requires. - 'C_support' is no longer an optional feature. Modern ExtUtils::CBuilder and ExtUtils::ParseXS added to the 'requires' list. This ensures that upgrading Module::Build will upgrade these critical modules. - Clarified that 'apache' in the license attribute indicates the Apache License 2.0 and added 'apache_1_1' for the older version of the license (RT#50614) Deprecations: - Module::Build::Compat 'passthrough' style has been deprecated. Using 'passthrough' will issue warnings on Makefile.PL generation. See Module::Build::Compat documentation for rationale. Internals: - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now based on YAML::Tiny as well - A new get_metadata() method has been added as a simpler wrapper around the old, kludgy prepare_metadata() API. - Replaced guts of new_from_context(). Build.PL is now executed in a separate process before resume() is called. (This is generally only of interest to Module::Build or toolchain developers) (RT#49350) - Add support for 'package NAME VERSION' syntax added in Perl 5.11.1 Notable bug fixes: - The "test" action now dies when using the 'use_tap_harness' option and tests fail, matching the behavior under Test::Harness. (RT#49080) [initial patch from David Wheeler; revised by David Golden] - Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue] - When module_name is not supplied, no packlist was being written; fixed by guessing module_name from dist_version_from or the directory name (just like ExtUtils::Manifest does without NAME) [David Golden] - Failure to detect a compiler will now warn during Build.PL and be a fatal error when trying to compile during Build. (RT#48918) [David Golden] - Auto-detection of abstract and author fixed for mixed-case POD headers (RT#51117) [David Wheeler] - resume() was not restoring additions to @INC added in Build.PL (RT#50145) [David Golden] - When tarball paths are less than 100 characters, disables 'prefix' mode of Archive::Tar for maximum compatibility (RT#50571) [David Golden] - Merging 'requires' and 'build_requires' in Module::Build::Compat could lead to duplicate PREREQ_PM entries; now the highest version is used for PREREQ_PM. (RT#50948) [David Golden] - Module::Build::Compat will now die with an error if advanced, non-numeric prerequisites are given, as these are not supported by ExtUtils::MakeMaker in PREREQ_PM [David Golden]
2010-01-17tn3270dholland1-1/+2
2010-01-17Remove this, as demanded by Joerg.dholland95-26182/+0
2010-01-17Add support for user destinaton directory installation.tron1-4/+7
2010-01-17Updated devel/p5-Module-Install to 0.91nb2sno1-1/+2
2010-01-17Adjusting dependencies to use Modules from Perl core, when reasonable.sno1-10/+10
Bumping revision to force rebuild (reduce cyclic dependencies detected by tron@).
2010-01-17updated devel/rt3 to 3.8.7spz1-1/+2
2010-01-17update maintainer (*brrr* :)spz2-7/+7
Update to next version (thanks to Frederic Jaeckel for the prod). The upstream changelog is: * Stop old DateTime or DateTime::Locales from exploding in Preferences * Move all JS for hierarchical CFs onto derivative field; remove DerivativeCFs method Fix bug on Oracle when selecting against a CLOB * Call the method on the object, not the username string (Reported by Philip Shore) Fix error when using WebExternalAuth and setting user info * When using WebExternalAuth don't issue a new session cookie on each request Fix lost attachments when using WebExternalAuth. WebExternalAuthContinuous can be set back to 1 * Mention missing index that was only added to upgrade scripts * fixes for PlainTextMono config option introduced in 3.8.6 * fixes for updating charts and dashboards * delete links from Bulk Update
2010-01-17Updated textproc/p5-YAML to 0.71nb1seb1-1/+2
2010-01-17Update p5-YAML from version 0.71 to version 0.71nb1.seb1-2/+6
Pkgsrc changes: Set PERL5_MODULE_TYPE to Module::Install::Bundled so a circular dependency on involving devel/p5-Module-Build, textproc/p5-YAML and devel/p5-Module-Install is avoided.
2010-01-17Undo unnecessary revision bump of this package. It doesn't require "jpeg",tron1-2/+1
has never required "jpeg" and will hopefully never require "jpeg".
2010-01-17Fix typo: py-django-registratio -> py-django-registration.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz724-1225/+1447
2010-01-17Updated graphics/jpeg to 8wiz2-3/+3
2010-01-17Update to 8:wiz2-10/+9
The current version is release 8 of 10-Jan-2010. Version 8 of the JPEG software introduces basic new features for image coding application and comes with an essential update of the original JPEG specification. New features and enhancements have been developed for the three major parts of the IJG library: the compression, the decompression, and the transcoding parts. These parts are represented by the three major tools of the IJG software: cjpeg (compress JPEG), djpeg (decompress JPEG), and jpegtran (transcode JPEG - lossless): IJG Tools New jpegtran -scale lossless resize feature A new option has been added to the jpegtran tool and transcoding library: -scale M/N Scale output image by fraction M/N, eg, 1/8 Currently supported scale factors are M/N with all M from 1 to 16, where N is the source DCT size, which is 8 for baseline JPEG. If the /N part is omitted, then M specifies the DCT scaled size to be applied on the given input. For baseline JPEG this is equivalent to M/8 scaling, since the source DCT size for baseline JPEG is 8. CAUTION: An implementation of the JPEG SmartScale extension is required for this feature. SmartScale enabled JPEG is not yet widely implemented, so many decoders will be unable to view a SmartScale extended JPEG file at all. New djpeg -scale feature The -scale option of the djpeg tool and decompression library has been extended: -scale M/N Scale output image by fraction M/N, eg, 1/8 Currently supported scale factors are M/N with all M from 1 to 16, where N is the source DCT size, which is 8 for baseline JPEG. If the /N part is omitted, then M specifies the DCT scaled size to be applied on the given input. For baseline JPEG this is equivalent to M/8 scaling, since the source DCT size for baseline JPEG is 8. New cjpeg features Two new features have been added to the cjpeg tool and compression library: -quality N[,...] Compression quality (0..100; 5-95 is useful range) -scale M/N Scale image by fraction M/N, eg, 1/2 The -quality option has been extended for support of separate quality settings for luminance and chrominance (or in general, for every provided quantization table slot). This feature is useful for high-quality applications which cannot accept the damage of color data by coarse subsampling settings. You can now easily reduce the color data amount more smoothly with finer control without separate subsampling. The resulting file is fully compliant with standard JPEG decoders. A new -scale option is provided with cjpeg which complements the corresponding djpeg -scale option. The supported range of scaling factors is 8/N with all N=1...16. This means you can now easily alter the nominal spatial resolution of a given source image while compressing to JPEG without additional resampling. For example, if you have an image sensor providing an effective capture resolution of 2268x1512 pixels (HI resolution), you can now directly generate a MED resolution of 1512x1008 pixels (-scale 2/3) and a LOW resolution of 1134x756 pixels (-scale 1/2) from the sensor source resolution with the library while compressing to JPEG without additional resampling. (An efficient 12x12 FDCT is used in the -scale 2/3 case, and an efficient 16x16 FDCT is used in the -scale 1/2 case instead of the standard 8x8 FDCT inside the library, ensuring high-quality downscaled results - the resulting file is fully compliant with standard JPEG decoders.)
2010-01-17netatalk update.markd1-1/+2
2010-01-17update netatalk to 2.0.5markd6-50/+31
NEW: afpd: Time Machine support with new volume option "tm". FIX: papd: Remove variable expansion for BSD printers. Fixes CVE-2008-5718. FIX: afpd: .AppleDxxx folders were user accessible if option 'usedots' was set FIX: afpd: vetoed files/dirs where still accessible FIX: afpd: cnid_resolve: don't return '..' as a valid name. FIX: uniconv: -d option wasn't working
2010-01-17update version in master_site. hi tnn!zafer1-3/+3
2010-01-17Explicitly disable libv4l2 detection (as it currently only works onmarkd1-1/+2
linux anyway). Fixes PR pkg/42622.
2010-01-17KDE SVN commit r1074158 by ttrnka:markd3-2/+30
Properly check errors during authentication to avoid falling into an infinite loop.
2010-01-17Add a buildlink3.mkmarkd1-0/+13
2010-01-17Updated devel/p5-MouseX-Types to 0.04seb1-1/+2
2010-01-17Update p5-MouseX-Types from version 0.02 to version 0.04.seb2-8/+9
Pkgsrc changes: - Adjust dependencies - Set LICENSE - Adjust MASTER_SITES Upstream changes: 0.04 Sun Jan 3 10:23:47 2010 - Add copyright information (RT #53013) - Support type predicates (e.g. "use MouseX::Types::Mouse qw(is_Int)") 0.03 Sun Dec 20 15:13:39 2009 - Shipped as a stable version 0.02_03 Thu Dec 17 14:16:53 2009 - Fix segmentation fault issue on older perls (gfx) 0.02_02 Tue Dec 15 12:05:34 2009 - Fix parametarization issue (gfx) 0.02_01 Sun Dec 13 16:39:09 2009 - Refactoring for new Mouse (gfx) - Fix import to warn about undefined types (gfx) - Support type parametarization (gfx) - Support Mouse::Exporter (gfx)
2010-01-17Updated devel/p5-Mouse to 0.47seb2-3/+3
2010-01-17Update from version 0.40 to version 0.47seb2-15/+9
Pkgsrc changes: - adjust dependencies - Remove commented stuff - C compiler is now needed - Set PERL5_MODULE_TYPE to Module::Install::Bundled as upstream bundles some Module::Install extensions Upstream changes: 0.47 Fri Jan 15 15:07:21 2010 * Makefile.PL - Shipped with M::I::XSUtil 0.21 (gfx) - Fixed an issue that gcc 4.0 don't support -Wc++-compat (gfx) * Mouse - Add a caveat on XS callbacks to the pod (gfx) 0.46 Sat Jan 9 17:54:30 2010 * Mouse::Meta::Attribute - Add support for code references for handles patched by Frank Cuny (gfx) * Mouse::Util::TypeConstraints - Fix Str and ScalarRef for typeglobs, lvalues, and etc. (gfx) * oose.pm - Add Moose::Util::TypeConstraints exports to allow easier testing of TypeConsraints from the command line (gfx) 0.4501 Tue Dec 22 16:02:15 2009 * Fix an issue on circular dependencies (RT #52939, thanks to t0m) - (see also http://rt.cpan.org/Public/Bug/Display.html?id=52939 ) 0.45 Sat Dec 19 17:22:46 2009 * Fix filename portability issue (RT #52828, thanks to Peter Edwards) * Fix an issue that definitions of anonymous types could fail (gfx) * Mouse::Meta::Attributes - Add set_value/get_value/has_value/clear_value (gfx) (Note that thsese methods are depend on the accessors) * Test::Mouse - Add with_immutable (gfx) 0.44 Wed Dec 9 21:43:21 2009 * Shipped with Module::Install::XSUtil 0.19 (gfx) * Test::Mouse - Added (gfx) * Mouse::Util::TypeConstraints - Add duck_type (gfx) 0.43 Mon Dec 7 14:21:59 2009 * Improve documents * Mouse::Meta::Module - Remove undocumented has_package_symbol and get_package_symbol (gfx) (They are introduced in 0.41, but seem useless in Mouse) 0.42 Sat Dec 5 16:05:06 2009 * Fix a PAUSE indexing issue (gfx) 0.41 Sat Dec 5 15:00:33 2009 * This is the first stable version of Mouse::XS - Mouse::XS is about 2 times faster than Mouse::PurePerl * SUMMARY - Many stuff are now in XS - Support "use Mouse -traits => ..." subdirective * INCOMPATIBILITY CHANGES (but compatible with Moose) - The type of default value is constrained correctly - The default values is weakend correctly - BUILDALL/DEMOLISHALL are no longer called
2010-01-17Updated graphics/hugin to 2009.4.0adam1-1/+2
2010-01-17Changes 2009.4.0:adam6-40/+47
* Automatic lens calibration * Control point cleaning * Updated translations * Other improvements
2010-01-17Update HOMEPAGE and MASTER_SITES.dholland1-3/+3
2010-01-17minor English usage nitdholland1-2/+2
2010-01-17Update HOMEPAGE and MASTER_SITES.dholland1-3/+3
2010-01-17Patch out no-longer-supported gcc language extensions, mostly lvaluedholland13-23/+813
casts and lvalue ternary operators. Also make static/non-static decls consistent. Fixes broken build. While here, add DESTDIR support.
2010-01-17Remove unused files that appear to be leftovers from some pre-NetBSDdholland4-17/+0
makefile scheme. It's clear nobody'd maintained tn3270 in base for a long, long time.
2010-01-17Updated textproc/tokyodystopia to 0.9.13nb2obache1-1/+2
2010-01-17Bump PKGREVISION from tokyocabinet shlib bump.obache1-2/+2
2010-01-17Updated databases/ruby-tokyotyrant to 1.13obache1-1/+2
2010-01-17Update ruby-tokyotyrant to 1.13.obache2-7/+7