summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-04Fix problem finding rgb.txt, PR#43934adam3-8/+26
2010-11-04+ cwtext-0.96 [pkg/44036], fotoxx-10.11, gvfs-1.6.5, hamlib-1.2.12wiz1-12/+8
[pkg/44035], libXi-1.4.0, snort-2.9.0.1, xproto-7.0.19.
2010-11-04add and enable sendmail-qtooljnemeth1-1/+2
2010-11-04add and enable py-multiprocessingjnemeth1-1/+2
2010-11-03Note update of emacs-snapshot.minskim1-1/+2
2010-11-03Update emacs-snapshot to 20101030.minskim3-7/+9
Changes: * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function which fontifies the tail of an enum. (c-basic-matchers-after): Insert a call to the above new function. This fixes bug #7264. * cus-start.el: Add :set properties for minor modes menu-bar-mode, tool-bar-mode, transient-mark-mode. (Bug#7306) * minibuffer.el (completion-cycling): New var (bug#7266). * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist' which changes the order of matches seen by users (bug#7231). * server.el (server-port): New option. (Bug#854) * epa-mail.el (epa-mail-encrypt): Handle local-part only recipients; expand mail aliases (Bug#7280). * image.el (image-checkbox-checked, image-checkbox-unchecked): Delete (Bug#7222). * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg" executable is not available on the system (Bug#7268).
2010-11-03Updated databases/apache-cassandra to 0.7.0beta3tonnerre1-1/+2
2010-11-03Upgrade Apache Cassandra to version 0.7.0beta3.tonnerre3-57/+30
This version brings back the ability to create new tables. Changes since 0.7.0beta2: * add strategy options to describe_keyspace output (CASSANDRA-1560) * log warning when using randomly generated token (CASSANDRA-1552) * re-organize JMX into .db, .net, .internal, .request (CASSANDRA-1217) llow nodes to change IPs between restarts (CASSANDRA-1518) * remember ring state between restarts by default (CASSANDRA-1518) * flush index built flag so we can read it before log replay (CASSANDRA-1541) * lock row cache updates to prevent race condition (CASSANDRA-1293) * remove assertion causing rare (and harmless) error messages in commitlog (CASSANDRA-1330) * fix moving nodes with no keyspaces defined (CASSANDRA-1574) * fix unbootstrap when no data is present in a transfer range (CASSANDRA-1573) * take advantage of AVRO-495 to simplify our avro IDL (CASSANDRA-1436) * extend authorization hierarchy to column family (CASSANDRA-1554) * deletion support in secondary indexes (CASSANDRA-1571) * meaningful error message for invalid replication strategy class (CASSANDRA-1566) * allow keyspace creation with RF > N (CASSANDRA-1428) * improve cli error handling (CASSANDRA-1580) * add cache save/load ability (CASSANDRA-1417, 1606, 1647) * add StorageService.getDrainProgress (CASSANDRA-1588) * Disallow bootstrap to an in-use token (CASSANDRA-1561) * Allow dynamic secondary index creation and destruction (CASSANDRA-1532) * log auto-guessed memtable thresholds (CASSANDRA-1595) * add ColumnDef support to cli (CASSANDRA-1583) * reduce index sample time by 75% (CASSANDRA-1572) * add cli support for column, strategy metadata (CASSANDRA-1578, 1612) * add cli support for schema modification (CASSANDRA-1584) * delete temp files on failed compactions (CASSANDRA-1596) * avoid blocking for dead nodes during removetoken (CASSANDRA-1605) * remove ConsistencyLevel.ZERO (CASSANDRA-1607) * expose in-progress compaction type in jmx (CASSANDRA-1586) * removed IClock & related classes from internals (CASSANDRA-1502) * fix removing tokens from SystemTable on decommission and removetoken (CASSANDRA-1609) * include CF metadata in cli 'show keyspaces' (CASSANDRA-1613) * switch from Properties to HashMap in PropertyFileSnitch to avoid synchronization bottleneck (CASSANDRA-1481) * PropertyFileSnitch configuration file renamed to cassandra-topology.properties * add cli support for get_range_slices (CASSANDRA-1088, CASSANDRA-1619) * Make memtable flush thresholds per-CF instead of global (CASSANDRA-1007, 1637) * add cli support for binary data without CfDef hints (CASSANDRA-1603) * fix building SSTable statistics post-stream (CASSANDRA-1620) * fix potential infinite loop in 2ary index queries (CASSANDRA-1623) * allow creating NTS keyspaces with no replicas configured (CASSANDRA-1626) * add jmx histogram of sstables accessed per read (CASSANDRA-1624) * remove system_rename_column_family and system_rename_keyspace from the client API until races can be fixed (CASSANDRA-1630, CASSANDRA-1585) * add cli sanity tests (CASSANDRA-1582) * update GC settings in cassandra.bat (CASSANDRA-1636) * cli support for index queries (CASSANDRA-1635) * cli support for updating schema memtable settings (CASSANDRA-1634) * cli --file option (CASSANDRA-1616) * reduce automatically chosen memtable sizes by 50% (CASSANDRA-1641) * move endpoint cache from snitch to strategy (CASSANDRA-1643) * fix commitlog recovery deleting the newly-created segment as well as the old ones (CASSANDRA-1644) * upgrade to Thrift 0.5 (CASSANDRA-1367) * renamed CL.DCQUORUM to LOCAL_QUORUM and DCQUORUMSYNC to EACH_QUORUM * cli truncate support (CASSANDRA-1653) * update GC settings in cassandra.bat (CASSANDRA-1636) * avoid logging when a node's ip/token is gossipped back to it (CASSANDRA-1666)
2010-11-03kde sc 4.5.3markd1-1/+25
2010-11-03Update to KDE SC 4.5.3markd36-138/+275
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-11-03+gedit-pythondrochner1-1/+2
2010-11-03add gedit-python-2.30.4, containing Python plugin support for gedit, baseddrochner3-0/+152
on PR pkg/44017 by Matthew Mondor
2010-11-03update to 2.10.1, from Matthew Mondor per PR pkg/44017drochner2-8/+7
2010-11-03prepare for Python plugin support: recognize python-2.6, fromdrochner2-1/+15
Matthew Mondor per PR pkg/44017
2010-11-03mention recent updates/additionsdrochner1-1/+9
2010-11-03* Use LOCALBASE instead of PREFIX for PCC and Clang compiler detectionadam2-25/+15
(otherwise Makefiles with mk/compiler.mk included fall back to GCC). * Simplified compiler/clang.mk.
2010-11-03Removed duplicate PKGVERSION lineadam1-2/+1
2010-11-03as in patch-ce: fix inconsistency of .hidden attributes, leading todrochner2-1/+14
link error on amd64, hopefully fixes build problem reported by tron
2010-11-03Updated archivers/xz to 5.0.0adam1-2/+1
2010-11-03Unified PostgreSQL client and server optionsadam12-36/+21
2010-11-03Updated archivers/xz to 5.0.0adam1-1/+2
2010-11-03Changes 5.0.0:adam6-40/+14
* The memory usage limit is now disabled by default. * Added support for XZ_DEFAULTS environment variable. * The compression settings associated with the preset levels -0 ... -9 have been changed. --extreme was changed a little too. * If a preset level (-0 ... -9) is specified after a custom filter chain options have been used (e.g. --lzma2), the custom filter chain will be forgotten. Earlier the preset options were completely ignored after custom filter chain options had been seen. * xz will create sparse files when decompressing if the uncompressed data contains long sequences of binary zeros. * Support for "xz --list" was added. Combine with --verbose or --verbose --verbose (-vv) for detailed output. * I had hoped that liblzma API would have been stable after 4.999.9beta, but there have been a couple of changes in the advanced features, which don't affect most applications: - Index handling code was revised. If you were using the old API, you will get a compiler error (so it's easy to notice). - A subtle but important change was made to the Block handling API. lzma_block.version has to be initialized even for lzma_block_header_decode(). Code that doesn't do it will work for now, but might break in the future, which makes this API change easy to miss. * The major soname has been bumped to 5.0.0. liblzma API and ABI are now stable, so the need to recompile programs linking against liblzma shouldn't arise soon.
2010-11-03add patch from upstream CVS to fix a possible buffer overflowdrochner3-2/+26
when processing TrueType GX fonts (SA41738), bump PKGREVISION
2010-11-03nss_ldap and pam-ldap now share the same configuration filesadam8-37/+35
2010-11-03Note update of the "squid31" package to version 3.1.9.tron1-1/+2
2010-11-03Update "squid31" package to version 3.1.9. Changes since 3.1.8:tron2-6/+6
- Bug 3088: dnsserver is segfaulting - Bug 3084: IPv6 without Host: header in request causes connection to hang - Bug 3082: Typo in error message - Bug 3073: tunnelStateFree memory leak of host member - Bug 3058: errorSend and ICY leak MemBuf object - Bug 3057: 64-bit Solaris 9 Squid unable to determine peer IP and port - Bug 3056: comm.cc "!fd_table[fd].closing()" assertion crash when a helper dies - Bug 3053: cache version 1 LFS support detection broken - Bug 3051: integer display overflow - Bug 3040: Lower-case domain entries from hosts and resolv.conf files - Bug 3036: adaptation_access acls cannot see myportname - Bug 3023: url_rewrite_program silently fails to rewrite on broken URLs - Bug 2964: Prevent memory leaks when ICAP transactions fail - Bug 2808: getRoundRobinParent not handling weights correctly - Bug 2793: memory statistics sometimes display wrong - Bug 2356: Port from 2.7: Solaris /dev/poll event ports support - Bug 2311: crashes with ICAP RESPMOD for HTTP body size greater than 100kb - Ensure /var/cache or jail equivalent exists on install - HTTP/1.1: delete Warnings that have warning-date different from Date - HTTP/1.1: do not remove ETag header from partial responses - HTTP/1.1: make date parser stricter to better handle malformed Expires - HTTP/1.1: improve age calculation - HTTP/1.1: reply with a 504 error if required validation fails - HTTP/1.1: add appropriate Warnings if serving a stale hit - HTTP/1.1: support requests with Cache-Control: min-fresh - HTTP/1.1: do not cache replies to requests with Cache-Control: no-store - squidclient: Display IP(s) connected to in verbose (-v) display - Fixes several issues with ICAP persistent connections - Fixes small leaks in Netdb, DNS, ICAP, ICY, HTTPS - ... and some cosmetic polishing
2010-11-03appears to have been missed inlast updateabs1-2/+2
2010-11-03Requires sqlite3 3.7.1 now. Reported by cegger.joerg1-2/+2
2010-11-02Depend on zlib -- this package won't build without it.shattered2-3/+4
2010-11-02Depend on zlib -- this package won't build without it.shattered1-1/+2
2010-11-02update to 1.4.1drochner2-7/+7
changes: -Added support for multi-threading in pure C -refactorization of the opcode machinery, Added a couple of opcodes -fixes -release GIL during computations for better resource usage for multithreaded apps
2010-11-02add py-multiprocessing-2.6.2.1, a threading package which wasdrochner5-0/+132
integrated into the main Python distribution in 2.6
2010-11-02clarify the platform support section.chs1-3/+5
2010-11-02update to 3.3.14drochner3-12/+20
many fixes and feature enhancements -- see the CHANGELOG.TXT file
2010-11-02update to 1.0.11drochner4-11/+10
changes: * Allow changing variable names for all plotting functions * Add SlopefieldTicks, VectorfieldTicks, LinePlotVariableNames, and SurfacePlotVariableNames, parameters * Add AskButtons interactive function * Add RungeKuttaFull, EulersMethodFull functions * CHANGE: spelling fix: AuxiliaryUnitMatrix doesn't have two l's * Support for setting legend on LinePlotDrawLine with a "legend" parameter * Allow comparisons (== and !=) with null, treating it as an empty matrix * Uses GIO instead of GnomeVFS * Allow slopefield solutions to leave plot window by a small fudge factor. -bugfixes -documentation / translation updates
2010-11-02update to 134drochner2-7/+7
changes: -The prefix needed for parsing hex values is now "0x" and no longer "$" -The associativity of binary operators can now be changed. -The pow operator is now right associative. -Seperator can now be used outside of functions. +bugfixes
2010-11-02update suggested fstab entry for /dev/shm tmpfs mount to use mode 1777.chs1-2/+2
2010-11-02Updated emulators/suse113_freetype2 to 11.3nb1chs1-1/+2
2010-11-02update to libfreetype6-2.3.12-7.2.1 to fix several security problems:chs2-9/+10
CVE-2010-3311, CVE-2010-3053, CVE-2010-3054 bump pkgrev.
2010-11-02look for rpms in the opensuse "update" repositorychs1-8/+8
as well as the initial-release repository.
2010-11-02update to 0.14.4drochner14-381/+12
changes: -bugfixes (in particular for security issues which were patched in pkgsrc) -fixed memory leaks
2010-11-02+gdk-pixbuf2drochner1-1/+2
2010-11-02add gdk-pixbuf2-2.22.0drochner5-0/+252
gdk-pixbuf was integrated into gtk2 a while ago, but was split out again now. gdk-pixbuf2 can coexist with gdk-pixbuf1. This pkg conflicts with the current gtk2 pkg, but since it will be low in the dependency tree once deployed it would be good to see bulk build results before gtk2 is updated to 2.22 which will require it.
2010-11-02update to 2.26.0drochner10-47/+175
This switches to the gnome-2.32 release branch.
2010-11-02+ etm-667, mkvtoolnix-4.4.0, sdlmame-0.140, sdlmess-0.140.wiz1-4/+5
2010-11-02Updated devel/mercurial to 1.7wiz1-1/+2
2010-11-02Update to 1.7:wiz3-10/+22
1.7 (2010-11-01) 1.1. Core * filelog: improve cmp performances (issue2273) * patch: don't strip '#' lines from patch descriptions (issue2417) * patch: when native patching fails (ui.patch is not set), don't retry with an external tool * setup/hg: always load Mercurial from where it was installed. * setup: user-friendly error message if Python headers are missing * store: new unsupported and experimental parentdelta format (see UpgradeNotes) * store: encode first period or space in filenames (issue1713) * url: expand environment variables in [auth] settings (issue2328) * url: check validity (notBefore/notAfter) using OpenSSL (issue2407) 1.2. Commands * addremove: use similarity 100 by default * alias: add support for shell command aliases starting with '!' (see [alias] in hgrc(5)) * backout: add --tool argument for specifying merge tool * backout: backout linearly by default instead of branching and merging (use --merge to get the former behaviour) * dispatch: properly handle relative path aliases used with -R (issue2376) * init: expand destination url as a configured paths * log: do not --follow file that is deleted and recreated later (issue732) * merge: don't detect copies as "divergent renames", make error message more helpful * merge: add --tool argument to merge and resolve * merge: handle no file parent in backwards merge (issue2364) * tags: do not fail if tags.cache is corrupted (issue2444) * templater: add "hex" filter and "children" keywords (see hg help templating) 1.3. Subrepos * support remapping of subrepository source paths (see [subpaths] in hgrc(5)) * make add, diff, incoming, outgoing and status commands recurse into subrepos with --subrepos/-S * subrepo: add support for 'hg archive' * subrepo: fix status check on SVN subrepos (issue2445) 1.4. Revsets * add id() and rev() to allow explicit references to changes by hash or rev (see hg help revsets) * add min() function to complement max() * add present() function to avoid lookup errors on possibly missing changesets * rename tagged() to tag() and allow it to take an optional tag name * strip: add revsets support * add revsets support to bisect and update (issue1993) * bookmarks: add a bookmark([name]) revset for referencing bookmarks * transplant: add a transplanted(set) revset to get transplanted revisions 1.5. hgweb * add a help view for accessing the built-in documentation (see help link in hg serve) * let HTTPS serve use more compatible but less secure encryption * support very simple caching model (issue1845) 1.6. Extensions * color: better support for branches and mq guards * convert: handle closed branch heads in hg-hg conversion (issue2185) * convert: support darcs changelogs with bytes 0x7F-0xFF (issue2411) * convert: deprecate --authors in preference for --authormap * graphlog: support header and footer templates when using styles (issue2395) * keyword: do not expand at all during diff * keyword: support copy and rename * mq: extend support for the --mq argument to extension commands * mq: save qrefresh message for easy recovery in case it fails (issue2062) * mq: support hg qimport --existing --name renametothis thatexistingpatch, fix --force case on Windows * mq/qqueue: support renaming of active queue * mq/qqueue: add --purge option to delete a queue and its patches * pager: add global --pager=<auto/boolean> option * patchbomb: add --confirm option to show series details and ask for confirmation * patchbomb: let diffstat prompt only once with complete summary * progress: support rebase and patchbomb * rebase: re-add patches to mq repo after rebase * strip: add --keep flag to avoid modifying working directory during strip * strip: rename --nobackup option to --no-backup (issue2377) * strip: support stripping multiple revisions 1.7. contrib * mergetools.hgrc: add vimdiff * zsh completion: support bookmarks and patchbomb extensions * zsh completion: add qpush --move option
2010-11-02Set LICENSE.wiz1-1/+2
2010-11-02Add buildlink3.mk based on one by Matthew Mondor in PR 44017.wiz1-0/+17
2010-11-02one change to PKG_SYSCONFDIR too few, fixedspz1-7/+7