summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10Explicitly disable sesame2 backend so that doesn't try to build ifmarkd1-1/+3
cmake happens to find a java on the system.
2009-11-10 Updated devel/bzr to 2.0.1 [epg 2009-11-10]epg1-1/+4
Updated devel/qbzr to 0.16 [epg 2009-11-10] Updated devel/bzr-explorer to 0.9.0 [epg 2009-11-10]
2009-11-10bzr-2.0.1 done.epg1-2/+1
2009-11-100.9.0 02-Nov-2009epg3-7/+17
----------------- New features: * Virtual repositories are now supported. These are plain directories which are searched for nested locations. If you attempt to open a location which is not a normal (shared) repository, branch or checkout, you will be asked if you wish to open it as a virtual repository. No question is asked if the location is bookmarked or given on the command line. The virtual repository view is pretty much identical to a normal repository view, though some menu actions (like Explore --> Location Information) are not enabled. * Custom editor applications are now supported. This allows the Edit action to launch something more sensible than a text editor for images, diagrams, web pages, office documents, etc. A default set of editors are defined (in lib/standard_profile/editors.conf) and these can be extended or overridden by providing a file of the same name in your explorer configuration directory. * The repository view now has a Log button. Multiple items can be logged at once by selecting more than one location at a time. If no location is selected, the repository is selected. Improvements: * Multiple branches can be opened from the command line with 'bzr explorer trunk feature1 feature 2' * The BZR_EDITOR environment variable is checked when searching for the text editor to use if one is not configured in bazaar.conf. Translations: * Added translations for Danish, English (United Kingdom), Galician, Indonesian, Polish, Serbian, Swedish. 0.8.3 13-Oct-2009 ----------------- Improvements: * Change the Help URL to go to the Documentation page on the website, not the vision page. * 'bzr help explorer' now points to the new website. It also provides more information about how to troubleshoot problems. Bug fixes: * Display a message rather than error when the "Local Changes" and "Missing Revisions" tabs are selected for a remote repository. (Craig Hewetson, #433916) Translations: * Added translations for Arabic, Lithuanian and Ukrainian.
2009-11-100.16 "Acacia" - 2009/11/9epg3-8/+23
------------------------- What's new in this release: * qswitch: * Added support for --create-branch option to "bzr switch". (A. S. Budden) * SubprocessUIFactory and QUIFactory now both support get_username, and get_boolean. (Bug #421851, Gary van der Merwe) * Save the size of Dialogs when the user press Esc. (Bug #417809, Gary van der Merwe) * qlog: * Get the max main_line digets in a different way so that we don't break --no-graph. (Bug #455867, Gary van der Merwe) * Corrected the margin for the revision number column. (Gary van der Merwe) * When loading the file list delta, only lock the repositories that are being used. If the 2 trees are from the same repositories, load them together. (Gary van der Merwe) * When viewing a svn repo, only show the file list if 1 revision is selected, and if so, use a optimized method to do so. (Bug #450225, Gary van der Merwe) * Show a throbber above the file list while a delta is being loaded. (Gary van der Merwe) * Fix a bug when refreshing a branch with revisions that have been removed. (Bug #435486, Gary van der Merwe) * qlog/qannotate: * Preserve leading whitespace in the lines of the log message. (Max Bowsher) * qadd: * Don't show unchanged directories that contain ignored files. (Bug #462435, Gary van der Merwe) * qcommit, qadd, qrevert: * Directoies with 4 or more sub items are grouped in the tree view. (Bug #456198, Gary van der Merwe) * Correct the old path shown for renamed files. (Bug #432572, Gary van der Merwe) * Passing a directory via the command line now correctly checks the directory. (Bug #435034, Gary van der Merwe) * For qcommit, It is now possible to select unversioned file and directories via the command line. (Gary van der Merwe) * Automaticly expand to the check items on load. (Gary van der Merwe) * Fix View for unversoined files when run from a sub directory of the working tree. (Gary van der Merwe) * qcommit/qbrowse: * Conflicts are shown in the status column. External merge applications can be launched to resolve these conflicts, and the conflicts can be marked as merged. (Bug #174509, Gary van der Merwe) * Improved the usibility of the context menu add, and revert actions. These now directly use the api, rather than via subprocess. There is now no prompt for add. With large trees, there is less flicker when the tree is refreshed, and the scroll position is remembered. (Gary van der Merwe) * It is now possible to rename and move files or directories, and to mark files or directories that have allready been renamed or moved as such. (Gary van der Merwe) * It is now possible to remove files from the branch. (Gary van der Merwe) * Show blank icon for missing files. (Bug #418471, Gary van der Merwe) * qcommit/uncommit: * Catch AttributeError in save of commit_data during qcommit and/or uncommit in lightweight checkout from branch accessed via smart-server (lp:, bzr+ssh://, bzr:// etc). (Bug #434034 Bug #430382 Bug #463296, Alexander Belchenko) * qsubprocess: * Show actual command-line to user when we invoke action via qsubprocess. (Bug #476025, Alexander Belchenko) * qcommit: * Don't run `bzr add --no-recurse` before commit if there is nothing to add. (Alexander Belchenko) * qplugins: * Format plugin version nicely even if it does not follow bzr standards on version_info tuple. (Bug #475286, Alexander Belchenko) 0.15 "Yellow and green" - 2009-10-19 ------------------------------------ What's new in this release: * Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series). * New qrun dialog to launch any (non-interactive) bzr command. * Improved speed of qcat, qdiff, qlog. * Added Browse button for editor selection in qconfig. * qconflicts: Enable multiple selections of conflict items to resolve or launch merge tool for them. * qgetupdates and qupdate dialogs now properly support all 3 cases: * update tree * update bound branch * update lightweight checkout * qlog can display foreign revision info if available. * Sort tags alphabeticaly and case-insensitive in qtag dialog. * qexport now has sensible defaults and more user-friendly archive types (e.g. tar.gz instead of tgz) displayed in the combo box. On windows, the default archive type is now zip as well. * And more than 37 bugfixes (plus all critical bugfixes from 0.14.x releases). Detailed changelog: * Compatible with bzr >= 1.17 (works fine with 2.0.x and 2.1.x series). * Internal: * Install QUIFactory after we have properly initialize QApplication. (#430232, John Arbash Meinel) * Better compatibility of qbzr test suite with bzr 2.1. (#433843, Vincent Ladeuil) * Use unicode('.') everywhere as current directory marker. (Naoki INADA) * Don't bundle PyQt4 and Pygments libs to Windows installer anymore. (Alexander Belchenko) * Get rid of old-style classes to be compatible with PyQt 4.6. (#447214) * New dialog: * qrun (Alexander Belchenko) * qadd: * Properly support adding unversioned files to newly added directory. (#418520, Gary van der Merwe) * qbind/qunbind: * Show Close, not Ok/Cancel, on completion. (#449489, Ian Clatworthy) * qcat: * Improve speed of syntax highlighting. (#442965, Atsuo Ishimoto) * qconfig: * Added Browse button for editor selection. (#430192, Alexander Belchenko) * qconflicts: * Enable multiple selections of conflict items to resolve or launch merge tool for them. (#415393, Craig Hewetson) * qdiff: * More responsive dialog during diff loading. (Gary van der Merwe) * Better support for external diff tools. (#422688, #423221, Gary van der Merwe) * qgetupdates: * Now able to update lightweight checkouts. (Alexander Belchenko) * qlog: * More responsive dialog during revision loading. (Gary van der Merwe) * Faster qlog on directory. (Gary van der Merwe) * Show the revision html, and file delta for all selected revisions. (#412029, Gary van der Merwe) * Don't show the throbber when loading revisions from a remote repo to avoid weird behavior. (#412894, Gary van der Merwe) * Fixed regression with --no-graph feature. (#448232, Craig Hewetson) * Display foreign revision info if available. (John Szakmeister, Gary van der Merwe) * Auto-adjust revno column to the number of digits in latest revno on mainline. (#450179, Gary van der Merwe) * qpull/qpush: * Don't remember location by default. (Alexander Belchenko) * qsubprocess: * New command-line option --bencode to use bencoded command list. (#392920, Alexander Belchenko) * Very long command-line passed to qsubprocess via temp file regardless of platform. (#387320, Alexander Belchenko) * qtag: * Sort tags alphabeticaly and case-insensitive. (#423075, Craig Hewetson) * Save/restore the size of dialog. (#435859, Craig Hewetson) * qupdate: * Now working for bound branches (aka heavyweight checkouts). (#422649, Craig Hewetson) 0.14.5 "Dropzone" - 2009-10-31 ------------------------------ Bugfixes and backported bugfixes. * qcommit: * Catch AttributeError in save of commit_data during qcommit and/or uncommit in lightweight checkout from branch accessed via smart-server (lp:, bzr+ssh://, bzr:// etc). (#434034 #430382 #463296, Alexander Belchenko) * qlog: * Avoid a deprecation warning when diffing the first rev in a branch. (John Szakmeister) * qadd: * Properly support adding unversioned files to newly added directory. (#418520, Gary van der Merwe) * qtag: * save/restore the size of dialog. (#435859, Craig Hewetson) * Save the size of Dialogs when the user press Esc. (Bug 417809, Gary van der Merwe) * qsubprocess: * new command-line option --bencode to use bencoded command list. (#392920, Alexander Belchenko) * Very long command-line passed to qsubprocess via temp file regardless of platform. (Alexander Belchenko) 0.14.4 "Kenny" - 2009-10-17 --------------------------- Critical Koala bugfixes. * Internal: get rid of old-style classes to be compatible with PyQt 4.6. (#447214) * qlog: * handle revids as plain strings, not unicode. (#452235) * qcommit/qrevert: * Fixed a bug were the pending merges graph was being loaded twice. (Gary van der Merwe)
2009-11-10bzr 2.0.1epg2-6/+6
######### :Codename: Stability First :2.0.1: 2009-10-14 The first of our new ongoing bugfix-only stable releases has arrived. It includes a collection of 12 bugfixes applied to bzr 2.0.0, but does not include any of the feature development in the 2.1.0 series. Bug Fixes ********* * ``bzr add`` in a tree that has files with ``\r`` or ``\n`` in the filename will issue a warning and skip over those files. (Robert Collins, #3918) * bzr will attempt to authenticate with SSH servers that support ``keyboard-interactive`` auth but not ``password`` auth when using Paramiko. (Andrew Bennetts, #433846) * Fixed fetches from a stacked branch on a smart server that were failing with some combinations of remote and local formats. This was causing "unknown object type identifier 60" errors. (Andrew Bennetts, #427736) * Fixed ``ObjectNotLocked`` errors when doing some log and diff operations on branches via a smart server. (Andrew Bennetts, #389413) * Handle things like ``bzr add foo`` and ``bzr rm foo`` when the tree is at the root of a drive. ``osutils._cicp_canonical_relpath`` always assumed that ``abspath()`` returned a path that did not have a trailing ``/``, but that is not true when working at the root of the filesystem. (John Arbash Meinel, Jason Spashett, #322807) * Hide deprecation warnings for 'final' releases for python2.6. (John Arbash Meinel, #440062) * Improve the time for ``bzr log DIR`` for 2a format repositories. We had been using the same code path as for <2a formats, which required iterating over all objects in all revisions. (John Arbash Meinel, #374730) * Make sure that we unlock the tree if we fail to create a TreeTransform object when doing a merge, and there is limbo, or pending-deletions directory. (Gary van der Merwe, #427773) * Occasional IndexError on renamed files have been fixed. Operations that set a full inventory in the working tree will now go via the apply_inventory_delta code path which is simpler and easier to understand than dirstates set_state_from_inventory method. This may have a small performance impact on operations built on _write_inventory, but such operations are already doing full tree scans, so no radical performance change should be observed. (Robert Collins, #403322) * Retrieving file text or mtime from a _PreviewTree has good performance when there are many changes. (Aaron Bentley) * The CHK index pages now use an unlimited cache size. With a limited cache and a large project, the random access of chk pages could cause us to download the entire cix file many times. (John Arbash Meinel, #402623) * When a file kind becomes unversionable after being added, a sensible error will be shown instead of a traceback. (Robert Collins, #438569) Documentation ************* * Improved README. (Ian Clatworthy) * Improved upgrade documentation for Launchpad branches. (Barry Warsaw)
2009-11-10Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=nowiz1-2/+1
again.
2009-11-10Drop maintainership.wiz1-2/+2
2009-11-10Updated devel/boehm-gc to 7.1nb2wiz1-1/+2
2009-11-10Fix binary on NetBSD versions using binutils-2.19.wiz3-3/+41
Patch from enami@ Bump PKGREVISION.
2009-11-10Updated math/genius to 1.0.8wiz1-1/+2
2009-11-10Update to 1.0.8:wiz2-7/+8
* Buildfixes for Cygwin and parallel builds (Yaakov) * Check events before executing a command line, fixes a race which results in display anomalies on new vte. * Documentation updates * Require GTK/GLib 2.12 and use the new tooltips API.
2009-11-10Updated math/gcalctool to 5.28.1wiz2-3/+3
2009-11-10Update to 5.28.1:wiz3-13/+10
Overview of changes in gcalctool 5.28.1 * Fix numeric exponent parsing (Robin Sonefors, Bug #596892) * Handle ',' as radix point when editing display (Robert Ancell) * Fix inactive random button (Robert Ancell) * Updated documentation: el (Jennie Petoumenou) * Updated translations: ca (Joan Duran), el (Kostas Papadimas) et (Ivar Smolin), ro (Lucian Adrian Grijincu) ru (vicanis@gmail.com), sl (Matej Urbančič) Overview of changes in gcalctool 5.28.0 * Don't override space bar when buttons are focussed as this stops keyboard control (Robert Ancell, Bug #595337) * Handle keycode for '^' used in non-English layouts (German, Spanish, etc) and allow '**' to be converted to a '^' for layouts that do not support it (Robert Ancell, Bug #546819) * Updated documentation: de (Christian Kirbach), fr (Claude Paroz) * Updated translations: as (Amitakhya Phukan), bg (Yavor Doganov) bn_IN (Runa Bhattacharjee), bn (Jamil Ahmed) cs (Marek Černocký), da (Ask H. Larsen) en_GB (Bruce Cowan), et (Ivar Smolin) hi (Rajesh Ranjan), it (Davide Falagna) kn (Shankar Prasad), lt (Gintautas Miliauskas) ml (Ani), mr (Sandeep Shedmake) or (Manoj Kumar Giri), pa (A S Alam) ro (Adi Roiban), sl (Matej Urbančič) sr (Branko Kokanović), sr@latin (Branko Kokanović) te (krishnababu k), uk (Maxim V. Dziumanenko) zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao) Overview of changes in gcalctool 5.27.92 * Fix base conversions (Robert Ancell) * Fix disabled help menu (Robert Ancell) * Fix duplicate object names in data/financial.ui (Robert Ancell, Bug #593277) * Updated translations: ar (Khaled Hosny), el (Jennie Petoumenou) eu (Inaki Larranaga Murgoitio), fr (Claude Paroz) gu (Sweta Kothari), hu (Gabor Kelemen) kn (Shankar Prasad), ml (Ani) pl (Tomasz Dominikowski), pt (Duarte Loreto) sr (Branko Kokanović), sv (Daniel Nylander) tr (Baris Cicek), zh_CN (Aron Xu) Overview of changes in gcalctool 5.27.91 * Updated documentation: cs (Petr Kovar) * Updated translations: bn_IN (Runa Bhattacharjee), et (Ivar Smolin) eu (Inaki Larranaga Murgoitio), fi (Tommi Vainikainen) ga (Seán de Búrca), gl (Antón Méixome) kn (Shankar Prasad), ko (Changwoo Ryu) nb (Kjartan Maraas), or (Manoj Kumar Giri) pl (Piotr Drąg), pt_BR (Leonardo Ferreira Fontenelle) sv (Daniel Nylander), ta (ifelix) Overview of changes in gcalctool 5.27.90 * Fix bug where inserting text in locales without thousands separators replaces the whole display (Robert Ancell) * Updated documentation: es (Jorge González) * Updated translations: de (Christian Kirbach), es (Jorge González) gl (Antón Méixome), nb (Kjartan Maraas) sv (Daniel Nylander), ta (drtvasudevan) Overview of changes in gcalctool 5.27.5 * Perform power and factorials before negation so -1! and -1^0.5 are valid as in 5.26.x (Robert Ancell) * Connect functions to solve the function text and replace the display with the result (Robert Ancell, Bug #548884) * Change bison syntax to be compatible with version 2.3 (Robert Ancell, Bug #589350) * Compile with -DGSEAL_ENABLE (Thomas Anderson, Bug #588591) * Update gconf descriptions to match translation guidelines (Leonardo Fontenelle, Bug #589563) * Updated documentation: fr (Laurent Coudeur, Claude Paroz) * Updated translations: es (Jorge González), et (Ivar Smolin, Mattias Põldaru) fr (Claude Paroz), pt_BR (Daniel S. Koda) Overview of changes in gcalctool 5.27.4 * Update bit editor after shifting (Robert Ancell, Bug #587545) * Use a base-10 internal representation (Robert Ancell, bug #585813, bug #585931, bug #560802) * Make padding consistent in GUI (Jerry Casiano, Bug #587292) * Support implicit multiply before functions, e.g. "6 log 3" (Robert Ancell, Bug #586812) * Use inverse notation for trigonometric functions, i.e. "asin" -> "sin⁻¹" * Use lowercase notation for trigonometric and logarithm functions to look more like standard mathematical notation * Put spacing around functions, i.e. "sin" -> " sin " * Use subscript for logarithm base two, i.e. "log2" -> "log₂" * Added etched border around display (Robert Ancell, Bug #140836) * Rewrote out of date man page (Robert Ancell, Bug #585997) * Updated documentation: cs (Marek Cernocky) * Updated translations: bn_IN (Runa Bhattacharjee), cs (Marek Cernocky), es (Jorge Gonzalez), fr (Jonathan Ernst, Claude Paroz), ta (drtvasudevan), sv (Daniel Nylander), uk (Maxim V. Dziumanenko) Overview of changes in gcalctool 5.27.3 * Percentage operation for addition and subtraction now takes percentage of first value (Robert Ancell, Bug #480207) * Use correct UTF-8 mathematical characters (Robert Ancell, Bug #347630) * Focus on the display entry by default * Fix broken widget style. Copy gcalctoolrc to ~/.gcalctoolrc to get coloured buttons. * Fix missing icon in Help>Contents menu * Updated translations: nb (Kjartan Maraas), ta (drtvasudevan) Overview of changes in gcalctool 5.27.2 * Add 1's and 2's complement to programming mode (Robin Sonefors, Bug #581253) * Add variable word size for bitwise functions (Robin Sonefors, Bug #581253) * Remove negative sign from numbers rounded to zero. This is only a partial fix as the error value is still visible in scientific notation (Robert Ancell, Bug #560802) * Support odd roots of negative numbers (Robert Ancell, Bug #576973) * Keep settings (show zeroes, thousands separator etc) when changing modes (Robert Ancell, Bug #580398) * Add a --solve command-line argument (Robert Ancell) * Really fix the license text in the about dialog (Robert Ancell, Bug #579174) * Made parser reentrant and part of MP code (Robert Ancell) * Remove references to arithmetic/left-to-right precedence from the manual (Robert Ancell, Bug #559734) * Fix grammatical errors in manual (Bruce Cowan, Bug #569275) * Remove untranslated figures in documentation - they are automatically copied from the C documentation (Robert Ancell, Bug #566680) * Updated translations: si (K.P.Gayan Tharaka) Overview of changes in gcalctool 5.27.1 * Convert Glade UI to GtkBuilder UI (Robert Ancell, David King, Bug #556807) * Fix display on startup to be replaced on entry (Robert Ancell, Bug #576975) * Make GConf schemas translatable (Robert Ancell, Bug #571948) * Replace MP number arrays with an MPNumber structure (Robert Ancell) * Tidied up error messages (Robert Ancell, Bug #521184) * Tidied up GConf schema, use native GConf types (Robert Ancell, Bug #493946) This will cause the gconf schema to be incompatible with gcalctool < 5.26.0. Expect settings to reset to defaults when upgrading. Switching between versions will cause resets. * Fix missing license text in about dialog (Robert Ancell, Bug #579174) * Updated translations: es (Jorge Gonzalez), et (Ivar Smolin)
2009-11-10 Updated www/py-paste to 1.7.2 [epg 2009-11-10]epg1-1/+3
Added www/py-PasteDeploy version 1.3.3 [epg 2009-11-10]
2009-11-10Add PasteDeploy dependency.epg1-1/+3
Missed this earlier because it's only needed when loggerhead is behind a reverse proxy. Bump PKGREVISION.
2009-11-10Add and enable py-PasteDeploy.epg1-1/+2
2009-11-10Import PasteDeploy-1.3.3epg4-0/+66
This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file.
2009-11-10Update to 1.7.2epg2-6/+6
----- * In :mod:`paste.proxy`, added some more headers that are disallowed in WSGI (e.g., Keep-Alive). Send Content-Length. Also fix the missing query string when using :class:`paste.proxy.Proxy` (:class:`paste.proxy.TransparentProxy` already worked). * Make :mod:`paste.debug.prints` work with Google App Engine. * Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only have a ``seek`` method if it is wrapping something with a seek method (which usually it is not). * In :mod:`paste.httpserver` re-raise KeyboardInterrupt in worker threads. * Added support for the ``HttpOnly`` Cookie property to :mod:`paste.wsgiwrappers` * Added :func:`paste.reloader.add_file_callback`, which lets you watch files based on a callback. * Quiet Python 2.6 deprecation warnings. * Fix :mod:`paste.auth.cookie` generating bad headers. * Added :class:`paste.reloader.JythonMonitor` for an experimental, optimized reloader on Jython.
2009-11-10bump revision for patch-{az,ba}tnn1-1/+2
2009-11-10g/ctnn1-19/+0
2009-11-10Updated devel/nspr to 4.8.2.5tnn1-1/+2
2009-11-10Updated sysutils/cdrtools to 2.01.01alpha67wiz2-3/+3
2009-11-10Update to 2.01.01alpha67:wiz2-6/+6
All: - Prevent a compiler warning when compiling 64 bit binaries on HP-UX using make CCOM=cc64 - Some files in include/schily/*.h have been enhanced to better support VMS - config.guess now knows about OpenVMS - Changed bash test to use --version instead of -version as bash on OpenVMS is bash-1.x - include/schily/xmconfig.h (containing a "static" configuration for VMS because "configure" does not work on VMS) was enhanced. - Trying to add support for OpenVMS to RULES/* - New autoconf tests for the type "long double" and a new "max size" type. Libschily: - libschily/*bytes.c now support 64 bit compilation and use a "ssize_t" typed count parameter instead of "int". Rscsi: - First complete version of a man page for rscsi. Cdda2wav (Maintained/enhanced by J - cdda2wav now correctly deals with the case when no sound device was specified. Thanks to Robert Grimm <rob@news.robgri.de> for reporting. Mkisofs (Maintained/enhanced by J - Make "isovfy" CD-ROM-XA aware - Make "isodump" CD-ROM-XA aware
2009-11-10Use NSPR_RELEASE in the generated pkg-config filetnn1-2/+2
2009-11-10- update to nspr-4.8.2.5tnn18-688/+59
- take maintainership - let this package automatically track the stable gecko branch - clean out some legacy patches This is the first part of PR pkg/42277.
2009-11-10Needs libtool (highlighted by partial bulk builds)sborrill1-1/+2
2009-11-10Updated devel/opal to 3.6.6wiz2-3/+3
2009-11-10Update to 3.6.4:wiz3-9/+8
2009-09-21 00:34 rjongbloed * [r23499] version.h: Update version number for beta v3.6.6 2009-09-22 00:50 rjongbloed * [r23504] ., src/sip/sipcon.cxx: Fixed failure to increment CSEQ on second INVITE after an authorisation request error.
2009-11-10Added emulators/kegs version 0.91wiz1-1/+2
2009-11-10+ kegs.wiz1-1/+2
2009-11-10Initial import of kegs-0.91 from pkgsrc-wip, packaged by Timothy Larson.wiz12-0/+210
Kent's Emulated GS - an Apple IIgs emulator for Mac OS X, Win32, Linux, and Unix/X11.
2009-11-10Updated devel/ptlib to 2.6.5nb1wiz1-1/+2
2009-11-10Enable more features; needed by new opal. Bump PKGREVISION.wiz1-1/+8
2009-11-10Use malloc instead of the kernel allocatorsstacktic1-1/+10
Bump revision
2009-11-10integrate two patches from devel/nspr; avoid 32 bit cast of pthread_t.tnn3-1/+46
2009-11-10Fix ambiguous of make variable: $f -> ${f}.brook1-2/+2
2009-11-10Updated www/ganglia-webfrontend to 3.0.1brook1-1/+2
2009-11-10Updated parallel/ganglia-monitor-core to 3.1.2brook1-1/+2
2009-11-10Update to v3.1.2 based upon recent work in pkgsrc-wip. The number ofbrook6-47/+49
changes over the intervening years is too large to list here. See the ChangeLog file or the home page for details.
2009-11-10Update to v3.1.2. The number of changes over the intervening years isbrook27-3618/+102
too large to list here. See the ChangeLog file or the home page for details.
2009-11-10Updated textproc/p5-Template-Declare to 0.42seb1-1/+2
2009-11-10Update from version 0.40 to version 0.42.seb2-6/+6
Upstream changes: 0.42 2009-11-01 * Added the "strict" attribute to make exceptional situations fatal. (Theory) * Removed unused "implementor" attribute in Template::Declare::TagSet. (Theory) 0.41 2009-10-29 * Documentation tweaks (Theory) 0.40_02 2009-10-23 * David (Theory) Wheeler spent considerable effort on cleaning up Template-Declare for this release. * Reworked all the documentation, neatening things, expanding the "USAGE" section, fixing bugs in the examples, and adding missing docs for various functions and methods. * Added "dispatch_to" to replace "roots", which is now deprecated. Note that "dispatch_to" resolves to template classes in the opposite order to "roots". This won't be an issue if you only use a single temlate class. * Converted the implementation of "alias" to be the same as that used for "import_templates", which is much more efficient. * Added the "into" parameter to "alias" and "import_templates". * Added the "setting" syntactical sugar keyword for use with "alias". * Renamed "import_templates" to "mix". The former is still around, but is deprecated. * Added support for package variables with "mix". * Deprecated the undocumented "aliases()" and "alias_metadata()" methods, as they are no longer needed. They're now no-ops that issue warnings. To be removed altogether in a future version. 0.40_01 2009-08-12 * Support for inline tagset definitions. Thanks to Olivier 'dolmen' Mengué [rt.cpan.org #48642]
2009-11-10remove an errant debugging statementdogcow1-3/+1
2009-11-10Updated net/p5-DNS-ZoneParse to 0.99seb1-1/+2
2009-11-10Update p5-DNS-ZoneParse from version 0.96 to version 0.99.seb2-6/+6
Upstream changes: 0.99 - Tue Oct 20 2009 - (je) Support for callback to catch unparsable lines. - (je) Keep a counter of unparsable lines after parsing. - (je) Support new record types (SRV, TXT, RP, HINFO, LOC). - (je) Automatic un/escaping of special characters. - (je) Reformat regular expressions for clarity. - (je) Update file open syntax. - (je) Require Perl 5.6+. - (je) Support for Unicode names (bug 27527). - (je) Support TXT records containing a semicolon (bug 50165). - (je) Support backslashes in zone data (bug 12679). - (je) Support SRV records (bug 24402). - (je) Support names ending in what looks like a record type (bug 39006). - (je) Increase unit test coverage. - (je) Improve parsing for lines containing comments. - (je) Improve parsing for multi-line records. 0.98 - Skipped 0.97 - Skipped
2009-11-10Updated math/p5-Spreadsheet-Read to 0.37seb1-1/+2
2009-11-10Update p5-Spreadsheet-Read from version 0.35 to version 0.37.seb2-9/+9
Pkgsrc changes: - Adjust dependencies Upstream changes: 0.37 Thu 09 Nov 2009 - IO streams improvements - MANIFEST fix 0.36 Thu 06 Nov 2009 - Add strip option - Spreadsheet::XLSX 0.12 still does not support attributes - Require Text::CSV_XS-0.69 for CSV for auto-detection of \r - New attribute "parser" to force format - Allow CSV streams - Allow SC streams - Allow XLS streams
2009-11-10Updated math/p5-Spreadsheet-XLSX to 0.12seb1-1/+2
2009-11-10Update p5-Spreadsheet-XLSX from version 0.10 to version 0.12seb2-7/+7
Upstream changes: 0.12 Tue Oct 6 10:04:37 MSD 2009 - sheets are now detected by relations (xl/_rels/workbook.xml.rels), not numbers (RT #50236, thanks Pat Mariani) 0.11 Mon Oct 5 19:03:46 MSD 2009 - sheets numbering fixed (RT #50211, thanks endacoe)