Commit graph

148533 commits

Author SHA1 Message Date
sno
20884d19fd add additional sentence to DESCR as wanted by submitter of PR pkg/41817 2009-09-20 14:24:06 +00:00
tnn
9c1563e904 Fix manpage installation.
From Rumko, PR pkg/42065
2009-09-20 14:20:18 +00:00
tnn
19060a96ce Fix build on Tru64. 2009-09-20 13:10:30 +00:00
sno
a6902dfda7 Updated databases/p5-DBD-PgPP to 0.07 2009-09-20 13:05:33 +00:00
sno
7f4d4372a8 Updating databases/p5-DBD-PgPP 0.06 to 0.07
pkgsrc changes:
  - Adding license definition

Upstream changes:
0.07  Sat Aug 29 13:17:21 UTC 2009
    - RT#48919: Allow quoting strings containing \0 (not that doing so is
      very useful, but there's not much I can do about that).
2009-09-20 13:05:21 +00:00
sno
00bee88c66 Updated databases/p5-DBD-mysql to 4.013 2009-09-20 13:00:31 +00:00
sno
ceaa793fd6 Updating databases/p5-DBD-mysql from 4.012 to 4.013
Upstream changes:
2009-09-16 Patrick Galbraith <patg@patg.net> (4.013)

* #49484: PATCH add support for MYSQL_INIT_COMMAND to
DBD::mysql - Thanks Peter John Edwards ?
* #48242: 'mysql_bind_type_guessing' doesn't work correctly
with minus sign - Thanks Serguei Trouchelle!
* #45616: t/40blobs.t cannot pass without database access -
ServerError() not declared - Thanks ysth http://ysth.livejournal.com/
2009-09-20 13:00:14 +00:00
obache
78cf033540 pax does not required anymore. 2009-09-20 12:51:42 +00:00
sno
be5fc07e6e Updated converters/p5-Convert-UUlib to 1.32 2009-09-20 12:45:06 +00:00
sno
bcdb47db90 Updating converters/p5-Convert-UUlib from 1.12 to 1.32
pkgsrc changes:
  - Adding license definition

Upstream changes:
1.32 Wed Sep 16 20:07:13 CEST 2009
	- Due to a glitch with CVS, configure lacked executable bits.
          (Quickly reported by Anton Berezin).

1.31 Wed Sep 16 09:04:30 CEST 2009
        - do not use system-replacements for case-insensitive string
          functions when found, as they are broken on too many systems
          (mostly bsds, as usual, but at least some versions of GNU/Linux
          disagree with themselves apparently). Analyzed by Anton Berezin.

1.3 Sat Aug 29 01:24:35 CEST 2009
	- major changes, new bugs and changes in decoding behaviour are
          expected (but not intended).
        - major scanning and decoding speed-up (by a factor of 4),
          by replacing ultra-slow _FP_gets and improving IsKnownHeader
          (but fgets is *still* responsible for >50% if the time).
        - new option OPT_AUTOCHECK to disable O(n) UUCheckGlobalList
          call after every loadfile, majorly speeds up large decodes
          (easily by a factor of 10..100).
        - allow "Smerge -1" to call UUCheckGlobalList.
        - majorly speed up part insertion (still O(n), but much faster).
	- allow for 1023 octet headers instead of the standard
          255 octet ones.
        - support strcasestr, strcasecmp, strncasecmp for added speed.
2009-09-20 12:44:54 +00:00
sno
23a89b6f12 fix patch for DragonFlyBSD to work for FreeBSD, too 2009-09-20 12:39:07 +00:00
sno
d64ca031fc 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
1307936df4 Updated comms/p5-Device-Gsm to 1.54 2009-09-20 12:15:03 +00:00
sno
d24a7a6e7a 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
1dacb3ba8b fix to build on FreeBSD7-STABE/amd64 2009-09-20 12:04:01 +00:00
tnn
7239b9b9f5 depend on diffutils on Tru64 2009-09-20 11:57:16 +00:00
obache
12bd400150 Updated graphics/GraphicsMagick to 1.3.7 2009-09-20 11:31:14 +00:00
obache
4a93c163dd 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
2d80fff4f4 Updated devel/p5-List-MoreUtils to 0.25beta02 2009-09-20 11:05:31 +00:00
sno
e5c72a33ae 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
c12b0574c1 Note update of lang/parrot to 1.6.0. 2009-09-20 11:00:18 +00:00
tnn
2091012461 better version of patch-ax, from veego@ 2009-09-20 10:58:00 +00:00
he
21f607f04c 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
61837126fa Added time/p5-MooseX-Types-DateTimeX version 0.06 2009-09-20 10:47:19 +00:00
sno
4b37afe7ce 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
dea89aebb8 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
1c4b20f00a Fix syntax. Mea culpra 2009-09-20 10:44:33 +00:00
sno
c44e3f85fd Added time/p5-MooseX-Types-DateTime-ButMaintained version 0.09 2009-09-20 10:36:34 +00:00
sno
d216343d72 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
07fa6bc49a add LICENSE=mit
The Tcl license is not mit exactly but its close enough
2009-09-20 10:34:03 +00:00
tnn
d488ce5618 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
45ddc58f1b Added time/p5-Olson-Abbreviations version 0.02 2009-09-20 10:27:49 +00:00
sno
74a4cc0ac1 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
d23b51f1ae Avoid hardcoding sandbox location in a shell script. 2009-09-20 10:24:00 +00:00
wiz
b02491443b Updated emulators/sdlmame to 0.134 2009-09-20 10:04:13 +00:00
wiz
4e757aec7b Update to 0.134: all changes from upstream. 2009-09-20 10:03:58 +00:00
sno
5a13a0746b Updated devel/p5-Moose to 0.91 2009-09-20 09:55:16 +00:00
sno
eb3a9d15bc 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
3a351806bd Note update of the "teTeX3-bin" package to version 3.0nb36. 2009-09-20 09:46:15 +00:00
tron
666e379e06 Add missing commands "bin/a2ping", "bin/e2pall" and "bin/epstopdf".
Bump package revision.
2009-09-20 09:45:28 +00:00
sno
8a926208a1 there is no fonts/gsftopk, but a fonts/gsftopkk 2009-09-20 09:39:45 +00:00
wiz
467f5f02d7 + 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
9486d46d0b Add patch from pkg/42000 to fix cpu detection on powerpc.
Closes PR pkg/42000
2009-09-20 08:13:21 +00:00
tnn
de95d2c2b0 require sqlite at least 3.6.10. From ISIHARA Takanori in PR pkg/42101. 2009-09-20 07:04:22 +00:00
tnn
bdcfbfef36 nsStackWalk.cpp uses dladdr, should include <dlfcn.h> 2009-09-20 06:44:35 +00:00
obache
ec535154ee simplify DISTFILES and extract. 2009-09-20 04:35:25 +00:00
obache
7fed234de5 ftp.dti.ad.jp does not have recent release. 2009-09-20 04:21:44 +00:00
minskim
367caa67b8 Note PKGREVISION bump of texlive-tetex. 2009-09-20 03:34:14 +00:00
minskim
e9d70dbcf8 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
5685da6139 Updated mail/roundcube to 0.3 2009-09-20 02:59:57 +00:00