summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20pax does not required anymore.obache1-2/+2
2009-09-20Updated converters/p5-Convert-UUlib to 1.32sno1-1/+2
2009-09-20Updating converters/p5-Convert-UUlib from 1.12 to 1.32sno2-6/+7
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-20fix patch for DragonFlyBSD to work for FreeBSD, toosno2-8/+13
2009-09-20Apply patch from FreeBSD ports - FreeBSD's <net/if.h> doesn't includesno2-1/+20
sys/socket.h ...
2009-09-20Updated comms/p5-Device-Gsm to 1.54sno1-1/+2
2009-09-20Updating comms/p5-Device-Gsm from 1.52 to 1.54sno2-6/+8
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-20fix to build on FreeBSD7-STABE/amd64sno3-7/+19
2009-09-20depend on diffutils on Tru64tnn1-4/+6
2009-09-20Updated graphics/GraphicsMagick to 1.3.7obache2-3/+3
2009-09-20Update GraphicsMagick to 1.3.7.obache4-28/+21
(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-20Updated devel/p5-List-MoreUtils to 0.25beta02sno1-1/+2
2009-09-20Updating devel/p5-List-MoreUtils from 0.24 to 0.25beta02sno2-8/+8
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-20Note update of lang/parrot to 1.6.0.he1-1/+2
2009-09-20better version of patch-ax, from veego@tnn2-10/+10
2009-09-20Update from version 1.5.0 to 1.6.0.he5-68/+14
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-20Added time/p5-MooseX-Types-DateTimeX version 0.06sno2-2/+4
2009-09-20Importing package for p5 module MooseX::Types::DateTimeX 0.06 tosno3-0/+43
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-20Don't do crazy CFLAGS 's/-I/-isystem /' substitutions in configure.tnn2-6/+15
(this prevented pkgsrc wrappers from doing their work)
2009-09-20Fix syntax. Mea culprajoerg1-2/+2
2009-09-20Added time/p5-MooseX-Types-DateTime-ButMaintained version 0.09sno2-2/+4
2009-09-20Importing package for p5 module MooseX::Types::DateTime::ButMaintained 0.09sno3-0/+39
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-20add LICENSE=mitplunky1-1/+3
The Tcl license is not mit exactly but its close enough
2009-09-20patch-aa: don't hard-code /usr/pkgtnn2-4/+4
(probably caused by running mkpatches after pre-configure subst)
2009-09-20Added time/p5-Olson-Abbreviations version 0.02sno2-2/+4
2009-09-20Importing p5 package for Olson::Abbreviations 0.02 tosno3-0/+32
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-20Avoid hardcoding sandbox location in a shell script.wiz1-2/+2
2009-09-20Updated emulators/sdlmame to 0.134wiz2-3/+3
2009-09-20Update to 0.134: all changes from upstream.wiz3-12/+11
2009-09-20Updated devel/p5-Moose to 0.91sno1-1/+2
2009-09-20Updating devel/p5-Moose from 0.90 to 0.91sno2-7/+7
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-20Note update of the "teTeX3-bin" package to version 3.0nb36.tron1-1/+2
2009-09-20Add missing commands "bin/a2ping", "bin/e2pall" and "bin/epstopdf".tron2-3/+6
Bump package revision.
2009-09-20there is no fonts/gsftopk, but a fonts/gsftopkksno1-2/+2
2009-09-20+ GraphicsMagick-1.3.7, calibre-0.6.13, f-spot-0.6.1.2,wiz1-8/+13
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-20Add patch from pkg/42000 to fix cpu detection on powerpc.ahoka3-3/+20
Closes PR pkg/42000
2009-09-20require sqlite at least 3.6.10. From ISIHARA Takanori in PR pkg/42101.tnn1-1/+2
2009-09-20nsStackWalk.cpp uses dladdr, should include <dlfcn.h>tnn2-1/+15
2009-09-20simplify DISTFILES and extract.obache1-10/+3
2009-09-20ftp.dti.ad.jp does not have recent release.obache1-3/+2
2009-09-20Note PKGREVISION bump of texlive-tetex.minskim1-1/+2
2009-09-20Use absolute paths in invoking the following commands: fmtutil,minskim12-12/+486
fmtutil-sys, kpsetool, kpsewhere, texconfig, texconfig-dialog, texconfig-sys, texlinks, updmap, and updmap-sys.
2009-09-20Updated mail/roundcube to 0.3schmonz2-3/+3
2009-09-20Update to 0.3. From the changelog:schmonz4-125/+194
- 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-19Updated time/p5-TimeDate to 1.17sno1-1/+2
2009-09-19Updating time/p5-TimeDate from 1.16nb2 to 1.17sno2-7/+8
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-19Override libtool scripts.minskim1-1/+3
2009-09-19Updated time/p5-DateTime-Format-Natural to 0.79sno1-1/+2
2009-09-19Updating time/p5-DateTime-Format-Natural from 0.78 to 0.79sno2-8/+10
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-19Updated www/p5-HTML-WikiConverter to 0.68sno1-1/+2