Commit graph

192931 commits

Author SHA1 Message Date
wiz
e1f1385e19 Import p5-ExtUtils-CppGuess-0.07 as devel/p5-ExtUtils-CppGuess.
ExtUtils::CppGuess attempts to guess the system's C++ compiler that
is compatible with the C compiler that your perl was built with.

It can generate the necessary options to the Module::Build constructor
or to ExtUtils::MakeMaker's WriteMakefile function.
2012-10-22 13:45:54 +00:00
wen
104f372b94 Updated devel/p5-Moo to 1.000004 2012-10-22 13:41:21 +00:00
wen
e39f0b6cea Update to 1.000004
Upstream changes:
1.000004 - 2012-10-03
  - allow 'has \@attributes' like Moose does
2012-10-22 13:39:42 +00:00
drochner
4989b8a4c6 add "test" target (it throws some errors) 2012-10-22 10:52:03 +00:00
ghen
cefb092371 Handover maintainership to Adam. 2012-10-22 09:41:07 +00:00
wiz
3a4ec30942 + efax-gtk-3.2.10, msmtp-1.4.30, scmgit-1.8.0. 2012-10-22 07:56:49 +00:00
rh
5aeb2ae097 Note update of gnustep to 2.6.2 2012-10-22 03:14:04 +00:00
rh
6188f627f5 Update gnustep to 2.6.2
By default, gnustep now uses the nonfragile ABI required by modern
Objective-C (this can be overridden by the 'fragile' package option).
2012-10-22 03:12:57 +00:00
rh
6ec9ba8667 Note update of gworkspace to 0.9.1 2012-10-22 03:09:52 +00:00
rh
679bcc0bc7 Update gworkspace to 0.9.1. Changes are mostly bugfixes including the
ability to compile with clang and the modern Objective-C runtime.
2012-10-22 03:08:29 +00:00
rh
abc7c95d9f Note update of ProjectCenter to 0.6.1 2012-10-22 03:04:21 +00:00
rh
533c264486 Update ProjectCenter to 0.6.1. Changes are minor bugfixes only, including
the ability to compile with clang and the modern Objective-C runtime.
2012-10-22 03:03:23 +00:00
rh
9d53a3dc54 Note update of Gorm to 1.2.18 2012-10-22 03:00:34 +00:00
rh
4336ed1a37 Update Gorm to 1.2.18.
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-22 02:59:42 +00:00
rh
aac24e6a65 note update of GNUMail to 1.2.0 2012-10-22 02:54:15 +00:00
rh
5db21e2c96 Update GNUMail to 1.2.0. This makes GNUmail compile with clang and the
modern Objective-C runtime.
2012-10-22 02:53:12 +00:00
rh
108b47f6f1 Note update of Addresses to 0.4.8 2012-10-22 02:49:33 +00:00
rh
4b9cf7aec1 Update Addresses to 0.4.8
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-22 02:48:40 +00:00
rh
8f8cab79e7 Note update of Pantomime to 1.2.0 2012-10-22 02:45:08 +00:00
rh
65edc82c91 Update Pantomime to 1.2.0. This version now compiles with clang and the
modern Objective-C runtime.
2012-10-22 02:44:12 +00:00
rh
c9bd70b88b note PKGREVISION bump of gnustep-examples 2012-10-22 02:40:52 +00:00
rh
9ad09bd57a Make gnustep-examples compile with clang. Bump PKGREVISION. 2012-10-22 02:39:53 +00:00
rh
8e0a776e2d Note update of gnustep-back to 0.22.0 2012-10-22 02:26:28 +00:00
rh
458b7b3427 Update gnustep-back to 0.22.0
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-22 02:25:15 +00:00
rh
1736b3c46d Note update of gnustep-gui to 0.22.0 2012-10-22 02:22:11 +00:00
rh
753de4f888 Update gnustep-gui to 0.22.0
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-22 02:21:21 +00:00
rh
778d309876 Note update of gnustep-base to 1.24.0 2012-10-22 02:18:13 +00:00
rh
aaf23c7e53 Update gnustep-base to 1.24.0.
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-22 02:17:16 +00:00
rh
39832565d1 Note update of gnustep-objc to 1.6.1 2012-10-22 02:14:00 +00:00
rh
1b5c3493b0 Update gnustep-objc to 1.6.1.
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-22 02:13:05 +00:00
rh
b213b2f977 Note update of gnustep-make to 2.6.2 2012-10-22 02:08:00 +00:00
rh
bb0ebf0b74 Update gnustep-make to 2.6.2.
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-22 02:06:19 +00:00
wiz
fd3c06a921 Updated www/p5-HTML-TreeBuilder-LibXML to 0.17 2012-10-21 23:14:01 +00:00
wiz
505c7686af Update to 0.17:
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-21 23:13:52 +00:00
wiz
52bb0247e1 Updated www/p5-HTML-Tree to 5.03 2012-10-21 23:13:15 +00:00
wiz
322e6353ed Update to 5.03:
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-21 23:13:03 +00:00
wiz
9d297d9131 Updated textproc/p5-YAML-Syck to 1.21 2012-10-21 23:12:05 +00:00
wiz
96c5b5898c Update to 1.21:
[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-21 23:11:57 +00:00
wiz
485fa75e44 Updated textproc/p5-Encode to 2.47 2012-10-21 23:10:29 +00:00
wiz
ff16d9ec19 Update to 2.47:
$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-21 23:10:14 +00:00
wiz
44d4988242 Updated graphics/p5-Image-Size to 3.232 2012-10-21 23:05:42 +00:00
wiz
38992b5c17 Update to 3.232. Add missing REPLACE_PERL.
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-21 23:05:30 +00:00
wiz
ffc81ff2a9 Updated graphics/p5-Image-ExifTool to 9.01 2012-10-21 23:03:36 +00:00
wiz
ebd71850f2 Update to 9.01:
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-21 23:03:28 +00:00
wiz
b6e9438f78 Updated graphics/p5-Image-BMP to 1.17 2012-10-21 22:58:27 +00:00
wiz
cbcec6d1ce Update to 1.17. No NEWS found. 2012-10-21 22:58:11 +00:00
wiz
bea1ec77bb Updated finance/p5-Finance-Quote to 1.18 2012-10-21 22:56:04 +00:00
wiz
c560ce7a0d Update to 1.18. No proper NEWS file found. 2012-10-21 22:55:52 +00:00
wiz
fd7b7edb19 Updated devel/p5-version to 0.9901 2012-10-21 22:52:10 +00:00
wiz
d9c213d3f3 Update to 0.9901:
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-21 22:52:00 +00:00