Commit graph

148723 commits

Author SHA1 Message Date
sno
0a8cfd4c86 fix patch for DragonFlyBSD to work for FreeBSD, too 2009-09-20 12:39:07 +00:00
sno
534691ed3b Apply patch from FreeBSD ports - FreeBSD's <net/if.h> doesn't include
sys/socket.h ...
2009-09-20 12:36:03 +00:00
sno
a85de7bd89 Updated comms/p5-Device-Gsm to 1.54 2009-09-20 12:15:03 +00:00
sno
dd87203e49 Updating comms/p5-Device-Gsm from 1.52 to 1.54
pkgsrc changes:
  - Adjusting dependencies
  - Adding license definition

Upstream changes:
1.54  Sun Sep  6 10:44:53 CEST 2009
	- Fixed RT #31565, incorrect decoding of outgoing messages
	  due to incorrect removal of zero-length octet in PDU.
	  Thanks to Svami Dhyan Nataraj.

1.53  Fri Aug 14 21:43:37 CEST 2009
    - Fixed RT #48700, deleting SMS message with index 0 didn't work.
	  Thanks to Vytas M. for reporting the bug.
2009-09-20 12:14:50 +00:00
sno
014e8fa95a fix to build on FreeBSD7-STABE/amd64 2009-09-20 12:04:01 +00:00
tnn
ed68a809fa depend on diffutils on Tru64 2009-09-20 11:57:16 +00:00
obache
a9ab1e117e Updated graphics/GraphicsMagick to 1.3.7 2009-09-20 11:31:14 +00:00
obache
0e0e871149 Update GraphicsMagick to 1.3.7.
(CVE-2008-1097 was already fixed by patch-ab in pkgsrc).

1.3.7 (September 17, 2009)
==========================

Security Fixes:

  * PCX: Detect improper rows, columns, or depth.  Fixes CVE-2008-1097
    "Memory corruption in ImageMagick's PCX coder".

  * DrawDashPolygon: Avoid a crash which sometimes occured with tiny
    polygons.

Bug fixes:

  * JPEG: Profile chunks need to be concatentated in order to build
    the whole profile.  This was not working so embedded profiles
    larger than 32K or maybe 64K were being corrupted.  This bug was
    introduced in GraphicsMagick 1.2.

  * Meta: Fix memory leaks.

  * Meta: Work better with with IPTC record 2 blocks and deal better
    with IPTC embedded in an 8BIM profile.  Fixes by John Sergeant.

  * MPC: Fix crash when reading MPC and the input image is modified.

  * PNG: Ensure that the opacity channel is properly initialized.

  * -profile: Lowercase arguments were sometimes not working as
    expected.

  * Topol: Topol reader actually works now and is included in test
    suite.

  * TIFF: Read and write JPEG-compressed grayscale TIFF correctly.

  * VisualMagick configure now works properly when output paths are
    specified.

  * WMF: Eliminate memory leaks.

New Features:

  * MagickWand: New method MagickSetCompressionQuality() to allow
    setting the compression quality.

  * MagickWand: New method CloneDrawingWand() to deep-copy a drawing
    wand.

  * MagickWand: New method DrawGetException() to retrieve information
    regarding the last drawing wand exception (if any).

  * MagickWand: New method DrawClearException() to clear a drawing wand
    exception.

  * Magick++: New Image method cdl() to apply the ASC CDL.

  * Magick++: New Image method colorMatrix() to apply a color matrix
    to the image channels.

  * Magick++: New Image method haldClut)() to apply a color lookup
    table (Hald CLUT) to the image.

  * MSL/Conjure: Added a new 'profile' command which applies, adds, or
    removes one or more IPTC, ICC or generic profiles from a file.
    Work contributed by John Sergeant.

  * Added a 'time' subcommand to provide Unix-style 'time' output when
    a 'time' capability is missing, or the reporting format is
    inconsistent.  For example 'gm time convert ...'.

Feature improvements:

  * ColorMatrixImage(): Add opaque opacity channel when needed.

  * PDF & PS: Use '-type palette' prior to input file name to cause
    Ghostscript to return a dithered colormapped image.

  * PNG: Now compiles with libpng-1.4.0beta74 and later.

  * TIFF: Libtiff in Windows build is upgraded to 3.9.1.  This allows
    GraphicsMagick to read and write 16 and 24 bit float TIFF files.

  * Windows code to find Ghostscript is rewritten from scratch.

Performance Improvements:

  * Drawing of points, lines, and polygons (and complex shapes based
    on these) is now accelerated using OpenMP with excellent speed-up.

  * ICC color transforms now see linear speedup from OpenMP.

  * Rotate: For rotations of 90 or 270 degrees, tile sizes are
    selected more appropriately.

Behavior Changes:

  * No longer clear the exception structure at the start of
    ReadImage() and other similar functions since this sometimes masks
    errors.  The API user is expected to make sure that the exception
    structure is clean prior to invoking a function.

  * SVG: Writer is now disabled since it usually does not work properly.
2009-09-20 11:30:58 +00:00
sno
b43c2864df Updated devel/p5-List-MoreUtils to 0.25beta02 2009-09-20 11:05:31 +00:00
sno
9d41877c37 Updating devel/p5-List-MoreUtils from 0.24 to 0.25beta02
Upstream changes:
0.25_02 Sat Aug  1 06:41:55 EDT 2009
        - MS VC++ 7 doesn't like inline nor 'long long'
          (patch provided by Taro Nishino (taro DOT nishino AT gmail.com)
        - Newx isbn't around in older perls so use New(0,...) instead

0.25_01 Thu Jul 30 17:43:20 EDT 2009
        - it seems the only way of handling the stack that works on all
          flavors of the multicall API is by making a shallow copy of it
          and use that between the PUSH/POP_MULTICALL bracket
        - fix awkward ok() override in List-MoreUtils.t so that it reports
          line numbers in test failures properly
2009-09-20 11:05:17 +00:00
he
2d96e61c24 Note update of lang/parrot to 1.6.0. 2009-09-20 11:00:18 +00:00
tnn
450aa6e9dc better version of patch-ax, from veego@ 2009-09-20 10:58:00 +00:00
he
00a9ba9a87 Update from version 1.5.0 to 1.6.0.
Pkgsrc changes:
 o Remove two patches which have been included upstream.

Upstream changes:

- Functionality
  + Added a fixed-size structure allocator to the Garbage Collector
  + Added a "lazy" mode to the PObj and Fixed-Size memory allocators
  + Added a profiling runcore, which generates Callgrind-compatible output
  + Added lexical subsystem opcodes: find_dynamic_lex, store_dynamic_lex
  + Converted Contexts to garbage-collectable PMC structures
  + Created a new Context API
  + Enhanced the PMC allocator to automatically allocate ATTR structures
- Performance
  + Optimized opcodes to cache the current Context for subsequent lookups
  + Reduced string comparisons in VTABLE_isa
- Maintenance and cleanup
  + Began proper encapsulation of STRING API
  + Unified all PMC destruction functions
  + Unified Continuation PMC and Parrot_cont structure
  + Unified Sub PMC and Parrot_sub structure
  + Removed PMC_EXT structure
  + Removed PMC_Sync from PMC
  + Removed UnionVal from PMC structure
- Bugfix
  + Fixed several stack-walking bugs in Garbage Collector code
  + Fixed bug when copying a NULL STRING, now returns empty STRING struct
- Tests
  + Converted several Perl5 tests to PIR
  + Expanded test coverage of NameSpace PMC
- Compilers
  + Made Parrot Compiler Toolkit available in the base install
2009-09-20 10:57:04 +00:00
sno
d2fc404c05 Added time/p5-MooseX-Types-DateTimeX version 0.06 2009-09-20 10:47:19 +00:00
sno
e11c25319d Importing package for p5 module MooseX::Types::DateTimeX 0.06 to
time/p5-MooseX-Types-DateTimeX.

This module builds on MooseX::Types::DateTime to add additional custom
types and coercions. Since it builds on an existing type, all coercions
and constraints are inherited.

The package name is left as is for legacy reasons: this module is really a
Type with coercions for DateTimeX::Easy. DateTimeX is just a namespace
for non-core or less-official DateTime modules.
2009-09-20 10:46:35 +00:00
tnn
c589d4d07f Don't do crazy CFLAGS 's/-I/-isystem /' substitutions in configure.
(this prevented pkgsrc wrappers from doing their work)
2009-09-20 10:44:51 +00:00
joerg
ed25fdba32 Fix syntax. Mea culpra 2009-09-20 10:44:33 +00:00
sno
99774f0804 Added time/p5-MooseX-Types-DateTime-ButMaintained version 0.09 2009-09-20 10:36:34 +00:00
sno
bddfedff32 Importing package for p5 module MooseX::Types::DateTime::ButMaintained 0.09
to time/p5-MooseX-Types-DateTime-ButMaintained as dependency of scheduled
import of package for MooseX::Types::DateTimeX.

This module packages several Moose::Util::TypeConstraints with coercions,
designed to work with the DateTime suite of objects.
2009-09-20 10:36:10 +00:00
plunky
11c24b305d add LICENSE=mit
The Tcl license is not mit exactly but its close enough
2009-09-20 10:34:03 +00:00
tnn
625a49b3e0 patch-aa: don't hard-code /usr/pkg
(probably caused by running mkpatches after pre-configure subst)
2009-09-20 10:29:07 +00:00
sno
73ef9df901 Added time/p5-Olson-Abbreviations version 0.02 2009-09-20 10:27:49 +00:00
sno
7470f9b899 Importing p5 package for Olson::Abbreviations 0.02 to
time/p5-Olson-Abbreviations as dependency for scheduled import of p5
package for MooseX::Types::DateTime::ButMaintained.

This module should help with converting commonly used and often ambigious
olson abbreviations into TZ offset notation.
2009-09-20 10:27:17 +00:00
wiz
b45f15dbed Avoid hardcoding sandbox location in a shell script. 2009-09-20 10:24:00 +00:00
wiz
afec919a8c Updated emulators/sdlmame to 0.134 2009-09-20 10:04:13 +00:00
wiz
e04d0b38f3 Update to 0.134: all changes from upstream. 2009-09-20 10:03:58 +00:00
sno
737131f593 Updated devel/p5-Moose to 0.91 2009-09-20 09:55:16 +00:00
sno
d9045fdec0 Updating devel/p5-Moose from 0.90 to 0.91
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.91 Tue, Sep 17, 2009
    * Moose::Object
      - Don't import any functions, in order to avoid polluting our namespace
        with things that can look like methods (blessed, try, etc)
        (nothingmuch)

    * Moose::Meta::Method::Constructor
      - The generated code needs to called Scalar::Util::blessed by its
        fully-qualified name or else Perl can interpret the call to blessed as
        an indirect method call. This broke Search::GIN, which in turn broke
        KiokuDB. (nothingmuch)
2009-09-20 09:55:04 +00:00
tron
fc8719571b Note update of the "teTeX3-bin" package to version 3.0nb36. 2009-09-20 09:46:15 +00:00
tron
8e98653539 Add missing commands "bin/a2ping", "bin/e2pall" and "bin/epstopdf".
Bump package revision.
2009-09-20 09:45:28 +00:00
sno
f6ffb0b04b there is no fonts/gsftopk, but a fonts/gsftopkk 2009-09-20 09:39:45 +00:00
wiz
d804a5eb00 + GraphicsMagick-1.3.7, calibre-0.6.13, f-spot-0.6.1.2,
geda-1.5.4.20090830, gnutls-2.8.4, moserial-2.28.0 [GNOME 2.28],
  mp3diags-0.99.05.037, puzzles-8655, rhythmbox-0.12.5, snownews-1.5.12,
  xdm-1.1.9, zile-2.3.12.
2009-09-20 09:06:30 +00:00
ahoka
14eacf652e Add patch from pkg/42000 to fix cpu detection on powerpc.
Closes PR pkg/42000
2009-09-20 08:13:21 +00:00
tnn
6c6082630d require sqlite at least 3.6.10. From ISIHARA Takanori in PR pkg/42101. 2009-09-20 07:04:22 +00:00
tnn
9bab0f72b6 nsStackWalk.cpp uses dladdr, should include <dlfcn.h> 2009-09-20 06:44:35 +00:00
obache
1af17e4829 simplify DISTFILES and extract. 2009-09-20 04:35:25 +00:00
obache
03c72d9367 ftp.dti.ad.jp does not have recent release. 2009-09-20 04:21:44 +00:00
minskim
d73dfbb754 Note PKGREVISION bump of texlive-tetex. 2009-09-20 03:34:14 +00:00
minskim
ff467281f3 Use absolute paths in invoking the following commands: fmtutil,
fmtutil-sys, kpsetool, kpsewhere, texconfig, texconfig-dialog,
texconfig-sys, texlinks, updmap, and updmap-sys.
2009-09-20 03:33:42 +00:00
schmonz
7036d0628c Updated mail/roundcube to 0.3 2009-09-20 02:59:57 +00:00
schmonz
6f3fdfeb7e Update to 0.3. From the changelog:
- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
- Add mail_domain to LDAP email entries without @ sign (#1485201)
- Fix saving empty values in LDAP contact data (#1485781)
- Fix LDAP contact update when RDN field is changed (#1485788)
- Fix LDAP attributes case senitivity problems (#1485830)
- Fix LDAP addressbook browsing when only one directory is used (#1486022)
- Fix endless loop on error response for APPEND command (#1486060)
- Don't require date.timezone setting in installer (#1485989)
- Fix date sorting problem with Courier IMAP server (#1486065)
- Unselect pressed buttons on mouse up (#1485987)
- Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924)
- Fix too small status/flag/attachment columns in Safari 4 (#1486063)
- Fix selection disabling while dragging splitter in webkit browsers (#1486056)
- Added 'new_messages' plugin hook (#1486005)
- Added 'logout_after' plugin hook (#1486042)
- Added 'message_compose' hook
- Added 'imap_connect' hook (#1485956)
- Fix vcard_attachments plugin (#1486035)
- Updated PEAR::Auth_SASL to 1.0.3 version
- Use sequence names only with PostgreSQL (#1486018)
- Re-designed User Preferences interface
- Fix MS SQL DDL (#1486020)
- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019)
- Added 'display_next' option
- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)
- Fix HTML washing to respect character encoding
- Fix endless loop in iil_C_Login() with Courier IMAP (#1486010)
- Fix #messagemenu display on IE (#1486006)
- Speedup UI by using sprites for (toolbar) buttons
- Fix charset names with X- prefix handling
- Fix displaying of HTML messages with unknown/malformed tags (#1486003)

From Fredrik Pettai in pkg/42099.
2009-09-20 02:59:32 +00:00
sno
c42f750acd Updated time/p5-TimeDate to 1.17 2009-09-19 23:26:01 +00:00
sno
8e6c3867d4 Updating time/p5-TimeDate from 1.16nb2 to 1.17
pkgsrc changes:
  - Adding homepage and license

Upstream changes:
1.17 -- Sat Sep 19 10:56:12 CDT 2009

Bugfixes
  * RT#45067: Date::Format with %z gives wrong results for half-hour timezones (Ernesto Hern'andez-Novich)
  * RT#48164: Date::Parse unable to set seconds correctly
  * RT#17396: Parse error for french date with 'mars' (march) as month

Documentation
  * Fixed documentation for %e in Date::Format
  * Update documentation to remove Date::Format->language

Enhancements
  * Add support for dates like Jul-13-1999 (Brett Warden)
  * Added Icelandic language (Tomas Edwardsson)
  * Added Romanian language (Doru Petrescu)
  * Added Russian language (Denis Poznyakov & Danil Pismenny)
  * Added Turkish language (Burak Gursoy)
  * Added Spanish language (Adrian Mugnolo)
  * Added Chinese language (Kang-min Liu)
  * Support parsing dates like 2002-02-26-10:37:21.141 as used by lpd
  * Support Z timezone when only the time is specified
  * Added METDST to Time::Zone
  * Added AKST/AKDT to Time::Zone
2009-09-19 23:25:45 +00:00
minskim
9f0816b79f Override libtool scripts. 2009-09-19 23:08:16 +00:00
sno
f1da7be489 Updated time/p5-DateTime-Format-Natural to 0.79 2009-09-19 22:51:48 +00:00
sno
9f484f3fd3 Updating time/p5-DateTime-Format-Natural from 0.78 to 0.79
pkgsrc changes:
  - reorder dependencies

Upstream changes:
0.79 Sat Sep 19 12:23:20 CEST 2009
 - Merged development version to stable.

0.78_03 Thu Sep 17 12:13:08 CEST 2009
 - Relocate the formatted string printing of result strings
   used within the tests to the Test class.

0.78_02 Mon Sep 14 17:18:40 CEST 2009
 - Add support for ranges representing the first and last day
   of a month or year. [rt #44067 - Michael Reddick]
 - Move the insertion code in parse_datetime_duration() to the
   Duration class and the checks to the english metadata class.
 - Quote for parsing failures with duration strings the entire
   input string instead of a partial date string.
 - Save and restore state for parse_datetime_duration().
 - Test compile-time loading of Duration.pm.

0.78_01 Tue Sep  1 15:51:59 CEST 2009
 - Set units at once within _check_date() when Date::Calc is
   not available and add a test. [rt #49326 - Clayton L. Scott]
2009-09-19 22:51:37 +00:00
sno
3450d535ec Updated www/p5-HTML-WikiConverter to 0.68 2009-09-19 22:46:01 +00:00
sno
748b215206 Updating www/p5-HTML-WikiConverter from 0.63 to 0.68
pkgsrc changes:
  - Add license definition
  - Adjust dependencies

Upstream changes:
version: 0.68
date: 2009-03-21
changes:
  - (bug #20594) require CSS.pm version 1.07 to fix some 'make test'
    errors (eg, DokuWiki)
  - improve some documentation

version: 0.67
date: 2009-03-16
changes:
  - add 'p_strict' attribute for enabling/disabling
    HTML::TreeBuilder's p_strict option (enabled by default) -- this
    was done for the Markdown dialect, specifically for bug #43997
  - mention XML::Writer requirement in README if cgi app is installed
  - webapp-install script creates webapp directory if necessary
  - miscellaneous minor code cleanup

version: 0.66
date: 2009-03-07
changes:
  - fix test suite: change html2wiki/test.html to
    html2wiki-old/test.html
  - rudimentary webapp-install script

version: 0.65
date:    2009-03-07
changes:
  - web app fixes: comment-out the donation link in
    templates/main.html, improved docs in cgi/index.cgi

version: 0.64
date:    2009-03-06
changes:
  - add web application, HTML::WikiConverter::WebApp
  - now requires CGI::Application (for the aforementioned web app)
  - (bug #40845, debian #506584) allow relative wiki_uri (eg,
    "/wiki/"); an absolute wiki_uri is constructed from a relative
    wiki_uri and a base_uri
  - add perl license to Makefile.PL
2009-09-19 22:45:38 +00:00
sno
2871950077 fix choosing pkgsrc provided compiler 2009-09-19 22:37:03 +00:00
sno
a291455255 Updated graphics/p5-GD-SVG to 0.33 2009-09-19 22:35:58 +00:00