Commit graph

192897 commits

Author SHA1 Message Date
rh
5fc61a05a5 Make ObjectiveLib compile with libobjc2. Bump PKGREVISION 2012-10-22 22:10:14 +00:00
rh
a5da5dc6a1 Note update of cdplayer to 0.5.1 2012-10-22 21:46:49 +00:00
rh
c2c1d13123 Update cdplayer to 0.5.1. Changes are bugfixes only. 2012-10-22 21:46:26 +00:00
rh
948acf27cb Note PKGREVISION bump of cddb-bundle 2012-10-22 21:37:21 +00:00
rh
1125436ea4 Make cddb-bundle compile with stdbool.h under C99. Bump PKGREVISION 2012-10-22 21:37:02 +00:00
wiz
4b70001d9b Updated graphics/cairo-gobject to 1.12.6 2012-10-22 15:16:33 +00:00
wiz
8f3c8d19af Update to 1.12.6. 2012-10-22 15:16:19 +00:00
wiz
eaa37c59a6 Updated graphics/cairo to 1.12.6 2012-10-22 14:54:09 +00:00
wiz
c28d99fdf7 Update to 1.12.6:
Release 1.12.6 (2012-10-22 Chris Wilson <chris@chris-wilson.co.uk>)
===================================================================
Thanks to everyone who download cairo-1.12.4 and gave us their feedback.
It truly was invaluable and has helped us to fix many portability issues
that crept in with some of the new features. This release aims to fix
those stability issues and run on a wider range of systems.

Bug fixes
---------

  Fix the recording surface to actually snapshot the source and so fix
  PDF drawing.

  Calling XSendEvent with an XShmCompletionEvent is incompatabile with
  older Xorg servers.

  Reorder CloseDisplay chain so that XShm is not reinstantiated after
  shutdown, causing a potential crash if the Display was immediately
  recreated using the same memory address.

  Make sure that the Xserver has attached to the SHM segment before
  deleting it from the global namespace on systems that do not support
  deferred deletion.

  Type1 subsetting support for PDF (and PS) was once again improved to
  work with a larger number of PDF readers.

  GLESv2 build fixes and improved support for embedded GPUs.

  Tweak the invisible pen detection for applications that are currently
  using too large values for geometric tolerance.

  A build fix for older freetype libraries.
2012-10-22 14:53:58 +00:00
wen
dbc2c489d9 Updated devel/p5-MooseX-Daemonize to 0.15 2012-10-22 14:11:30 +00:00
wen
0fadeb96b4 Update to 0.15
Upstream changes:
0.15 Thurs. May 31, 2012
    - fix versions

0.14 Wed. May 30, 2012
    - recommend Daemon::Control instead
    - fix bug with pidbase dir not being created
      if it doesn't already exist
2012-10-22 14:09:36 +00:00
wiz
d3932daeac Added devel/p5-Module-Build-WithXSpp version 0.12 2012-10-22 13:50:02 +00:00
wiz
cc60011741 + p5-Module-Build-WithXSpp 2012-10-22 13:49:48 +00:00
wiz
0238d4c765 Import p5-Module-Build-WithXSpp-0.12 as devel/p5-Module-Build-WithXSpp.
This subclass of Module::Build adds some tools and processes to
make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
2012-10-22 13:49:19 +00:00
wiz
177b44ed6e Added devel/p5-ExtUtils-CppGuess version 0.07 2012-10-22 13:46:55 +00:00
wiz
e039030310 + p5-ExtUtils-CppGuess; sort. 2012-10-22 13:46:36 +00:00
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