summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-22Update Gorm to 1.2.18.rh3-8/+12
Noteworthy changes in version `1.2.18' ====================================== * Code cleanup, removal of warnings when building with clang. * Removal of use of call to objc_poseAs(..) which was preventing building with newer runtimes. * Stability improvements. Noteworthy changes in version `1.2.16' ====================================== * XIB reading. * Bug fixes for standalone views. * Stability changes.
2012-10-22note update of GNUMail to 1.2.0rh1-1/+2
2012-10-22Update GNUMail to 1.2.0. This makes GNUmail compile with clang and therh3-57/+58
modern Objective-C runtime.
2012-10-22Note update of Addresses to 0.4.8rh1-1/+2
2012-10-22Update Addresses to 0.4.8rh6-44/+15
Notable changes include: Since 0.4.8: ============ o relative link during framework installing, helps building in a separate root, like when building RPMs o fixed some portability issues of the Framework to solaris and windows o handle also PNG images o fixed a link in the framework from absolute to relative, for FHS (fix by Richard Stonehouse) o Many fixes in VCFviewer GWorkspace inspector, thanks also to Philippe Roussel o use GSMimeDocument to decode base64 instead of custom code o Makefiles work on windows o Birthday support (for SimpleAgenda) o fixes in VCF import (encoding, CR-LF) o fixed deleting of a person Since 0.4.7: ============ o Updated Makefiles to GNUstep Make 2.0 o Fixed text editing to work with current GNUstep gui o Improved import of VCF files: tries to interpret HEX (by Guenther Noack) and the escape \, from Apple cards
2012-10-22Note update of Pantomime to 1.2.0rh1-1/+2
2012-10-22Update Pantomime to 1.2.0. This version now compiles with clang and therh2-10/+7
modern Objective-C runtime.
2012-10-22note PKGREVISION bump of gnustep-examplesrh1-1/+2
2012-10-22Make gnustep-examples compile with clang. Bump PKGREVISION.rh5-3/+64
2012-10-22Note update of gnustep-back to 0.22.0rh1-1/+2
2012-10-22Update gnustep-back to 0.22.0rh3-15/+14
Noteworthy changes in version `0.22.0' ====================================== Added new user defaults to make app icons and mini windows sticky (omnipresent) Many improvements to Cairo rendering, including buffering, glyphs and DPI scaling. Noteworthy changes in version `0.20.0' ====================================== Cairo is now the default backend, but falls back to art and xlib gracefully. Fixed drawing and flipping (goes along with gui change). More Windows improvements.
2012-10-22Note update of gnustep-gui to 0.22.0rh1-1/+2
2012-10-22Update gnustep-gui to 0.22.0rh5-68/+68
Noteworthy changes in version `0.22.0' ====================================== * This version is binary incompatible with previous versions due to the change of NSNotFound in GNUstep base. * Support for drawing the GUI with a scale factor, for high-DPI monitors. * Character panel * Color picker "Magnifier" tool, for grabbing the color of arbitrary parts of the screen Many NSImage improvements (Mac OS X 10.6 drawing methods, better selection of image reps, better support for icons). Many bugfixes, including in Xib loading, printing, and NSView geometry. Noteworthy changes in version `0.20.0' ====================================== A new stable release. Many improvments with Nib loading, documents and document controllers. Fixed many drawing issues, particularly ones related to flipping. Much improved theming.
2012-10-22Note update of gnustep-base to 1.24.0rh1-1/+2
2012-10-22Update gnustep-base to 1.24.0.rh11-762/+722
Noteworthy changes in version `1.24.0' ====================================== * There is binary incompatibility on 64bit systems in that the value of the NSNotFound constant there is now 64bits rather than 32bits. * gcc-4.0 is the minimum official supported compiler for GNUstep * Support for the GNU LANGUAGES environment variable and other locale improvements * IPV6 support for NSHost and networking operations * Support for UTF-8 string literals in source (compiler permitting) Noteworthy changes in version `1.23.0' ====================================== * Support for automatic reference counting (ARC) when using clasng and the GNUstep Objective-C 2.0 runtime 1.5 or later. * Full support for weak references in NSHashTable, NSMapTable and NSPointerArray when using clang and the GNUstep Objective-C 2.0 runtime 1.5 or later. Noteworthy changes in version `1.22.0' ====================================== * Many updates and new classes * There is now a regression test framework included with the package * New support for Objective-C 2.0
2012-10-22Note update of gnustep-objc to 1.6.1rh1-1/+2
2012-10-22Update gnustep-objc to 1.6.1.rh5-43/+26
Changes are too numerous to list here, but essentially this switches gnustep-objc to libobjc2-1.6.1 in order to provide a modern runtime and support modern Objective-C 2.0 features such as ARC, class extensions, the nonfragile ABI, etc.
2012-10-22Note update of gnustep-make to 2.6.2rh1-1/+2
2012-10-22Update gnustep-make to 2.6.2.rh7-81/+73
GNUstep now defaults to the modern, non-fragile ABI unless the fragile option is set. Upstream Changes in version `2.6.2' =================================== Added standalone filesystem layout for putting everything in one directory for easy deployment of relocatable. Other bug fixes. Upstream Changes in version `2.6.1' =================================== Bug fix release. Most notably to fix a problem compiling GNUstep with clang. Upstream Changes in version `2.6.0' =================================== * The default filesystem layout is now the 'fhs' layout * The default location of the configuration file changed when not installing system-wide * Removed the -with-system-root, -with-local-root and -with-network-root options * Removed obsolete variables (deprecated 4 years ago). * A new test framework is included in the pacakge * objc.make deprecated. Use tool.make instead * -enable-absolute-install-paths is now the default on Darwin
2012-10-21Updated www/p5-HTML-TreeBuilder-LibXML to 0.17wiz1-1/+2
2012-10-21Update to 0.17:wiz2-7/+6
0.17 handle /(de)?objectify_text/ for <script> extraction (Stanislaw Pusep) 0.16 commit 07b40205fd03564d476eff7675e9f19196939f2f Author: Oleg G <verdrehung@gmail.com> Date: Sat Mar 31 13:26:11 2012 +0700 added few methods to support Web::Query
2012-10-21Updated www/p5-HTML-Tree to 5.03wiz1-1/+2
2012-10-21Update to 5.03:wiz2-7/+6
5.03 2012-09-22 Release by Christopher J. Madsen [THINGS THAT MAY BREAK YOUR CODE OR TESTS] * as_HTML no longer indents <textarea> (Tomohiro Hosaka) (RT #70385) [FIXES] * as_trimmed_text did not accept '0' for extra_chars [DOCUMENTATION] * Explain that as_text never adds whitespace (RT #66498) * Explain what extra_chars can contain for as_trimmed_text.
2012-10-21Updated textproc/p5-YAML-Syck to 1.21wiz1-1/+2
2012-10-21Update to 1.21:wiz2-7/+6
[Changes for 1.21 - 2012-09-20] * Tests all green on CPAN Testers. releasing to public. [Changes for 1.21_01 - 2012-06-22] * Synchronize JSON::Syck with YAML::Syck version number * Add DumpInto functions (YAML+Syck) which dump into a provided scalar instead of a newly allocated one * Modify DumpFile functions to output directly to the specified file/filehandle instead of buffering all output in memory. * Avoid modifying numbers into strings when emitting
2012-10-21Updated textproc/p5-Encode to 2.47wiz1-1/+2
2012-10-21Update to 2.47:wiz2-7/+6
$Revision: 2.47 $ $Date: 2012/08/15 05:36:16 $ ! Encode.pm POD Fixes: Copyright and mail address ! Makefile.PL Added LICENSE => 'perl' ! lib/Encode/GSM0338.pm t/gsm0338.t REALLY fixed RT#75670: Wrong decoding for GSM 3.38 character \x09 ucm/gsm0338.ucm is dropped from MANIFEST since 2.25 but I was fixing the wrong file! https://rt.cpan.org/Ticket/Display.html?id=75670 ! 2.46 2012/08/12 05:49:30 ! Encode.pm Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45 To be more exact, 2.45 broke Encode->encodings(':all') https://rt.cpan.org/Ticket/Display.html?id=78917 2.45 2012/08/05 23:08:49 ! lib/Encode/Alias.pm Addressed RT#78125: Missed Mac Alias x-mac-ce https://rt.cpan.org/Ticket/Display.html?id=78125 ! lib/Encode/Unicode/UTF7.pm Applied the patch in RT#76711 https://rt.cpan.org/Ticket/Display.html?id=76711 ! ucm/gsm0338.ucm Addressed RT#75670: Wrong decoding for GSM 3.38 character \x09 https://rt.cpan.org/Ticket/Display.html?id=75670 ! Encode.pm Applied the patch in RT#72519 https://rt.cpan.org/Ticket/Display.html?id=72519 ! Unicode/Unicode.xs t/Unicode.t Bug fixes in Unicode.xs by chansen https://github.com/dankogai/p5-encode/pull/5 ! Encode.pm various POD improvements by daxim https://github.com/dankogai/p5-encode/pull/4
2012-10-21Updated graphics/p5-Image-Size to 3.232wiz1-1/+2
2012-10-21Update to 3.232. Add missing REPLACE_PERL.wiz2-8/+9
3.232 Monday May 28, 2012, 05:20:00 PM -0700 * lib/Image/Size.pm Removed the "!" flag in pack template for EMF. It was not needed and it broke on earlier Perls. 3.231 Wednesday May 23, 2012, 11:30:00 PM -0700 * lib/Image/Size.pm Small change to swfmxsize for short-buffer issues. * lib/Image/Size.pm Multiple changes in this commit: Abandoned AutoLoader; moved POD to the end of the file now that all the per-format subroutines are part of the file-proper; fixed cases where lack of ImageMagick would cause the error message to be overwritten. * t/all.t * t/kazeburo-bar.jpg (added) New test (and image) for JPG tag-offset issue. * lib/Image/Size.pm Applied patch from github user kazeburo: bug fix for some jpeg files * imgsize Fixed so that default output now catches errors. Previously, you would get an "undefined" warning if there was an error in parsing/sizing the input file. * lib/Image/Size.pm Turns out the 4 bounding-box ints for EMF are signed.
2012-10-21Updated graphics/p5-Image-ExifTool to 9.01wiz1-1/+2
2012-10-21Update to 9.01:wiz2-7/+6
Aug. 25, 2012 - Version 9.01 (production release) - Added a couple of new CanonModelID values - Added a couple of new Canon LensType values (thanks Pascal de Bruijn) - Added a new PentaxModelID and a few new Pentax PictureMode values - Decode a new Pentax ISO tag - Improved -listx output for XMP structure tags - Fixed "unexpected end of file" problems with some compressed MIE files Aug. 18, 2012 - Version 9.00 - Added support for PDF encryption V5.6 (new in Adobe Reader X) - Added a few new XMP-cc tags and changed a few others to rdf:resource type - Added a new Sony LensType and values for other Sony tags (thanks Jos Roost) - Added a new Nikon LensID - Added a new Panasonic LensType (thanks Olaf Ulrich) - Added patch to fix simple XMP tags written incorrectly as lang-alt type - Decode some Panasonic RW2 lens distortion correction tags - Decode some WEBP image characteristics from the VP8 bitstream - Decode more Leica MakerNote information - Calculate CurrentIPTCDigest for IPTC in PostScript files - Changed the names of a couple of WBShift tags - Improved parsing of -if expressions to interpret a dash after a tag name as a minus sign instead of part of the tag name - Patched problem with conditional deletion of an incorrectly null-terminated JPEG Comment - Fixed hang bug when reading unsupported Microsoft Xtra information in MOV videos Aug. 3, 2012 - Version 8.99 - Added patch to avoid "Error renaming temporary file" errors in Windows - Decode some new Sony tags and values (thanks Mike Reit and Jos Roost) - Improved Italian translation (thanks Michele Locati) - Improved decoding of H264 ImageStabilization - Changed names of PanasonicRaw ImageWidth/Height tags, and added new Composite tags to calculate actual size of RW2 images - Fixed "Corrupted Ricoh RMETA data" warning for images from some Ricoh models - Fixed problem writing information to some EPS images July 28, 2012 - Version 8.98 - Added a new Pentax LensType and two new PentaxModelID's - Added a new CanonModelID and a new Olympus CameraType - Added a new Composite Duration tag for Vorbis audio files - Added more elements to Microsoft Regions XMP structure and fixed tag name documentation for this - Decode a number of new Sony tags (thanks Jos Roost) - Changed name of Minolta BatteryLevel tag to BatteryState - Patched problem with conditional deletion of IPTC string-type tags which are incorrectly null terminated (ie. written by Picasa 2.0) - Fixed problem copying Canon 5DmkIII MakerNotes from CR2 to JPEG images - Fixed runtime error when writing some images with corrupted EXIF July 6, 2012 - Version 8.97 - Added a new Canon LensType - Added support for GPX attitude information as written by Arduino - Added write support for XMP-expressionmedia:CatalogSets - Made CFARepeatPatternDim and CFAPattern2 writable but protected - Minor improvement to decoding of Sony FaceInfo - Fixed problem reading some GPX track logs June 30, 2012 - Version 8.96 - Added -globalTimeShift option - Added new values for a couple of Nikon tags (thanks Michael Relt) - Added a few new Sony PictureEffect values - Added a new Olympus LensType - Decode a new Sony A100 tag and improved/renamed some others (thanks Igal Milchtaich) - Changed -restore_original and -delete_original options to scan directories only for writable file types - Enhanced -srcfile option to allow multiple source files to be specified - Patched possible round-off problem when extracting rational values - Fixed bug which could cause runtime error when reading some HTML files and improved reliability when extracting HTML "meta" tags - API Changes: - Added GlobalTimeShift option June 16, 2012 - Version 8.95 - Added a few new Sony PictureEffect values - Added a new Olympus lens type (thanks Niels Kristian Bech Jensen) - Improved decoding of Canon IntelligentContrast - Improved user-defined lens logic to attempt to choose the best matching user-defined lens if more than one is possible June 9, 2012 - Version 8.94 - Added ability to read/write IPTC as a block - Added a few Nikon LensID's (thanks Mike Pollock and Robert Rottmerhusen) - Added a new Olympus LensType (thanks Brad Grier) - Added new values for a few Olympus tags - Decode more Sony tags (thanks Jos Roost and Igal Milchtaich) - Decode Canon IntelligentContrast and add a new CanonModelID - Changed names of Canon Sort/LongFocal tags to Min/MaxFocalLength May 26, 2012 - Version 8.93 - Added some new Nikon RetouchHistory values - Added a couple of new Pentax LensType values - Added some new Olympus MagicFilter and LensType values - Added a new CanonModelID - Decode more Sony tags (thanks Jos Roost) - Decode some MakerNote information in Olympus E-M5 MOV videos - Decode a couple more Canon tags - Patched to overcome formatting problems in Samsung NX200 JPEG maker notes May 12, 2012 - Version 8.92 - Added read support for PCD (Kodak Photo CD Image Pac) files - Added Geotag support for Winplus Beacon text-format GPS log files - Added support for Leica X2 MakeNotes - Added NewGUID tag - Decode Panasonic ManometerPressure tag (thanks Christoph Mitterer) - Decode more Sony tags (thanks Jos Roost) - Changed a few Canon-mount Tokina lens model names for consistency May 5, 2012 - Version 8.91 - Added -progress option - Added support for XMP fpv namespace - Added a new Canon EasyMode value and fixed an incorrect one - Added a couple of new Canon LensTypes - Decode a number of new tags for the Canon 1DX and 5DmkIII - Improved the names of a few Sony tags (thanks Jos Roost) - Fixed -sep option to apply to interpolated tag values in a string when copying
2012-10-21Updated graphics/p5-Image-BMP to 1.17wiz1-1/+2
2012-10-21Update to 1.17. No NEWS found.wiz2-7/+6
2012-10-21Updated finance/p5-Finance-Quote to 1.18wiz1-1/+2
2012-10-21Update to 1.18. No proper NEWS file found.wiz3-60/+6
2012-10-21Updated devel/p5-version to 0.9901wiz1-1/+2
2012-10-21Update to 0.9901:wiz2-8/+7
2012-09-10 John Peacock <john.peacock@havurah-software.org> * .hgtags: Tagging version '0.9901' using shipit. [4ede6195fa54] [tip] 2012-09-09 John Peacock <john.peacock@havurah-software.org> * lib/version.pm, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t, t/06noop.t, t/07locale.t, t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm, vutil/vutil.c: Fix problem with short floating point alpha versions (e.g. 0.52_0). Resolves: https://rt.cpan.org/Ticket/Display.html?id=79259 [d0e1d933089b] [0.9901]
2012-10-21Updated devel/p5-common-sense to 3.6wiz1-1/+2
2012-10-21Update to 3.6:wiz2-7/+6
3.6 Sun Jun 17 14:24:53 CEST 2012 - work around more 5.16 breakage - $^H doesn't work as nicely as p5p make you to believe. - add features: unicode_strings current_sub fc evalbytes. - disable features: array_base.
2012-10-21Updated devel/p5-Storable to 2.39wiz1-1/+2
2012-10-21Update to 2.39:wiz2-7/+6
Tue 11 Sep 06:51:11 IST 2012 Abhijit Menon-Sen <ams@toroid.org> Version 2.39 Various bugfixes, including compatibility fixes for older versions of Perl and vstring handling.
2012-10-21Updated devel/p5-Package-DeprecationManager to 0.13wiz1-1/+2
2012-10-21Update to 0.13. Add missing dependencies.wiz2-11/+13
0.13 2012-03-09 - Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran) 0.12 2012-03-04 - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT #75520.
2012-10-21Updated devel/p5-IMDB-Film to 0.52wiz1-1/+2
2012-10-21Update to 0.52:wiz2-7/+6
0.52 Apr 30 2012 - fixed retrieving episodes of TV series following IMDB change (ticket #74679) [ARJONES]; - fixed issue with movie connection parsing.
2012-10-21Updated devel/p5-Getopt-Mixed to 1.11wiz1-1/+2
2012-10-21Update to 1.11:wiz2-7/+6
1.11 August 25, 2012 - No functional changes - Minor documentation improvements - Now built with Dist::Zilla (includes v2 META.json) - Repository now publicly available on GitHub
2012-10-21Updated devel/p5-File-HomeDir to 1.00wiz1-1/+2
2012-10-21Update to 1.00:wiz2-7/+6
1.00 Fri 19 Oct 2012 - No functional changes - Updating to Module::Install 1.06 - Don't require documents directory on Mac under AUTOMATED_TESTING
2012-10-21Updated devel/p5-Date-Manip to 6.34wiz1-1/+2