summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.obache1-1/+2
2010-09-29Force flush to be pipe-friendly (from ppower -m). Bump PKGREVISION.dsainty3-2/+20
2010-09-23Remove empty value of LICENSE.taca1-2/+1
2010-09-19Update gpriodic to 2.0.10.obache7-85/+67
Based on PR#43779 by Kamel Derouich, with some improvements by me. 2.0.10 : Minor code update & include translations * Use the standard gtk+ about window * Include the russian translation contributed by Michael Shigorin 2.0.9 : Minor code update & include translations * Several minor fixed contributed from the Debian project has been merged. * Italian and galician translations have been included.
2010-09-16* Remove patch of gemspec to allow depending to rubygems 1.3.5.taca3-18/+3
Bump PKGREVISION.
2010-09-16Update rubygems to 1.3.7.taca14-84/+150
o pkgsrc changes: * Add patches to keep output of specification sub-command as before. * Make sure to 'yaml is loaded in Gem::Specification::from_yaml(). === 1.3.7 / 2010-05-13 NOTE: http://rubygems.org is now the default source for downloading gems. You may have sources set via ~/.gemrc, so you should replace http://gems.rubyforge.org with http://rubygems.org http://gems.rubyforge.org will continue to work for the forseeable future. New features: * `gem` commands * `gem install` and `gem fetch` now report alternate platforms when a matching one couldn't be found. * `gem contents` --prefix is now the default as specified in --help. Bug #27211 by Mamoru Tasaka. * `gem fetch` can fetch of old versions again. Bug #27960 by Eric Hankins. * `gem query` and friends output now lists platforms. Bug #27856 by Greg Hazel. * `gem server` now allows specification of multiple gem dirs for documentation. Bug #27573 by Yuki Sonoda. * `gem unpack` can unpack gems again. Bug #27872 by Timothy Jones. * `gem unpack` now unpacks remote gems. * --user-install is no longer the default. If you really liked it, see Gem::ConfigFile to learn how to set it by default. (This change was made in 1.3.6) * RubyGems now has platform support for IronRuby. Patch #27951 by Will Green. Bug fixes: * Require rubygems/custom_require if --disable-gem was set. Bug #27700 by Roger Pack. * RubyGems now protects against exceptions being raised by plugins. * rubygems/builder now requires user_interaction. Ruby Bug #1040 by Phillip Toland. * Gem::Dependency support #version_requirements= with a warning. Fix for old Rails versions. Bug #27868 by Wei Jen Lu. * Gem::PackageTask depends on the package dir like the other rake package tasks so dependencies can be hooked up correctly. === 1.3.6 / 2010-02-17 New features: * `gem` commands * Added `gem push` and `gem owner` for interacting with modern/Gemcutter sources * `gem dep` now supports --prerelease. * `gem fetch` now supports --prerelease. * `gem server` now supports --bind. Patch #27357 by Bruno Michel. * `gem rdoc` no longer overwrites built documentation. Use --overwrite force rebuilding. Patch #25982 by Akinori MUSHA. * Captial letters are now allowed in prerelease versions. Bug fixes: * Development deps are no longer added to rubygems-update gem so older versions can update sucessfully. * Installer bugs: * Prerelease gems can now depend on non-prerelease gems. * Development dependencies are ignored unless explicitly needed. Bug #27608 by Roger Pack. * `gem` commands * `gem which` now fails if no paths were found. Adapted patch #27681 by Caio Chassot. * `gem server` no longer has invalid markup. Bug #27045 by Eric Young. * `gem list` and friends show both prerelease and regular gems when --prerelease --all is given * Gem::Format no longer crashes on empty files. Bug #27292 by Ian Ragsdale. * Gem::GemPathSearcher handles nil require_paths. Patch #27334 by Roger Pack. * Gem::RemoteFetcher no longer copies the file if it is where we want it. Patch #27409 by Jakub Stastny. Deprecation Notices: * lib/rubygems/timer.rb has been removed. * Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. * Bulk index update is no longer supported. * Gem::manage_gems was removed in 1.3.3. * Time::today was removed in 1.3.3.
2010-09-14More PKGREVISION bumps for pixman update.wiz2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz46-84/+92
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-13bump PKGREVISION for restricting JVMs to working ones in options.mk.bad1-1/+2
2010-09-13Fix JVM names. And remove openjdk7 as openoffice doesn't recognise itbad1-2/+2
as supported JVM.
2010-09-13Update to 0.8.10:wiz2-6/+6
goffice 0.8.10: Andreas: * Make sure the first rather than the last error is shown. * Plug leak. * Provide the opportunity of all errors to be shown. Jean: * Always use real line width when evaluating dashes. [#442546] * Update x and y limits when data change for xyz plots. [#627288] * Do not crash when displaying cubic spline with no abscissa. [#627507] * Do not save image filling with no image. [#627690] * Don't use g_free instead of xmlFree. [#627700] * Optionnaly delete trendlines from legend. [#628031] * Fix critical in go_doc_finalize. [#628467] * Fixed a potential crasher in gog_styled_object_document_changed. [#628671] * Fixed GOImage references management. [#628732] Morten: * Limit formats to sane number of decimals. [#627066] * Fix minor go_string_replace issue. * Plug leaks. * Fix char-xmlChar confusion. * Fix graph crash. [#628259] * Improve go_format_is_date. * Improve handling of date axes with time-of-day. * Fix FMR on image load. [Part of #628467]
2010-09-13Marked as CONFLICTS with the previous pkgname (no ruby??- prefix).obache1-1/+3
2010-09-12misc/rubygems/rubygem.mk has moved to lang/ruby/gem.mk.taca1-275/+0
2010-09-12Add and enable ruby-bundler.taca1-1/+2
2010-09-12Importing misc/ruby-bundler 1.0.0.taca5-0/+122
Bundler is a tool that manages gem dependencies for your ruby application. It takes a gem manifest file and is able to fetch, download, and install the gems and all child dependencies specified in this manifest. It can manage any update to the gem manifest file and update the bundle's gems accordingly. It also lets you run any ruby code in context of the bundle's gem environment.
2010-09-10Reset PKGREVISION.taca1-2/+1
2010-09-10Update misc/py-anita to 1.15. Changes from 1.14:gson2-6/+6
Increase the timeout for "--run" commands to one hour. Restrict snapshotting to the system disk, so that additional disks mounted for the purpose of exporting data can be persistently modified.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-16/+6
* Add LICENSE. * Ajust new ruby package's framework. * Update dependency according to gemspec. Bump PKGREVISION.
2010-09-10Update misc/ruby-launchy to 0.3.7.taca3-15/+25
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. * Update dependency according to gemspec. = Launchy Changlog == Version 0.3.7 - 2010-07-19 * Fix launchy on windows (mikefarmer) == Version 0.3.6 - 2010-02-22 * add a test:spec task to run tests without rcov support * added 'testing' os family for running tests == Version 0.3.5 - 2009-12-17 * clarify that launchy is under ISC license * fix missing data file in released gem needed for running specs == Version 0.3.3 - 2009-02-19 * pass command line as discrete items to system() to avoid string interpretation by the system shell. (Suraj N. Kurapati) * rework project layout and tasks
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-7/+3
* Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2010-09-10Update misc/ruby-daemons to 1.1.0.taca4-24/+15
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. == Release 1.1.0: June 20, 2010 * Honour the options[:app_name] in Daemons.daemonize (thanks to Ryan Tecco). * Included a new option :stop_proc to specify a proc that will be called when a daemonized process receives a request to stop (thanks to Dave Dupre). * Only delete the pidfile if the current pid is the original pid (ghazel). * Start when restart but no application running (pcreux). * Silently continue if there is no pidfile (ghazel). * We now per default wait for processes to stop and kill them automatically it if they do not stop within a given time (force_kill_waittime). Use the option --no_wait to not wait for processes to stop. * Set log files mode to 0644 (mikehale). * Set pid file permissions to 0644 (mikehale). * Added ability to change process uid/gid (mikehale). * Fix for: If you happen to start a daemon from a process that has open file descriptors these will stay open. As it is daemonize.rb only closes ruby IO objects (thanks to Han Holl). * New reload command (SIGHUP) (thanks to Michael Schuerig).
2010-09-10Update misc/ruby-configuration to 1.1.0.taca3-16/+17
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. Changes are unknown.
2010-09-10Update misc/ruby-columnize to 0.3.1.taca3-26/+8
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 0.3.1 (01-07-26) - Correct for Ruby 1.9 (Mark Mosely) - add optional lineprefix parameter 0.3.0 (01-10-09) - Sam Woodward Release - Fix bad bug in arranging horizontally 0.2.1 (12-31-08) - Add ability to run columns horizontally 0.2 - Minor - get rid of hacky $0 test
2010-09-10* take maintainer ship.taca18-62/+232
* Add LICENSE. * Adjust new ruby packages' framework. * Command name is gem${RUBY_VER} == gem18 now and add ALTERNATIVES. * Add comments to patches. * Overhalt --install_root option. * Avoid access HOME when --install_root is enabled. * honor PKG_SYSCONFDIR. Bump PKGREVISION.
2010-09-07Update misc/py-anita to 1.14. Changes since 1.13:gson2-6/+6
Increase the maximum number of boot floppies, as four is no longer enough for amd64. New command line option "--run". Handle the additional dialogs displayed by sysinst when an i386 or amd64 system has more than one disk. Add the words "OR CONTRIBUTORS" to the disclaimer of liabilities in the copyright notice.
2010-09-07Remove "CHECK_FILES_SKIP" entries as "rpm2pkg" no longer generatestron1-4/+1
package lists which trigger false positives.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+2
* Add some comments and a little clean up. No functional change.
2010-09-06Update to 0.82:wiz2-7/+6
[Changes for 0.82 - 2010-04-12] * Locale::Maketext::Extract::Plugin::Base * Locale::Maketext::Extract::Plugin::TT2 * Locale::Maketext::Extract - fixed some spelling errors - thanks to Ansgar Burchardt for the patch [Changes for 0.81 - 2010-04-09] * Locale::Maketext::Extract::PLugin::FormFu - the plugin now understands YAML of the form: mesage_loc: ['Max files: [_1]', 10] Thanks to Charlie Garrison for the patch [Changes for 0.80 - 2010-04-08] * Locale::Maketext::Lexicon - Added the _preload option, which forces parsing of the lexicon as soon as it is loaded. Improves memory usage and performance in a prefork environment Thanks to Ruslan Zakirov for the patch
2010-09-06Update to 3.13:wiz2-7/+6
3.13 2010-06-04 sbeck * NEW CODE(s) 3.12 2010-04-06 sbeck * NEW CODE(s) * Renamed test.pl to testfunc.pl to avoid causing an error when built as part of perl.
2010-09-06Update to 0.09006, set LICENSE.wiz2-7/+9
0.09006 - 19 May 2010 - Should fix errors in t/003_error.t http://cpantesters.org/cpan/report/07280906-b19f-3f77-b713-d32bba55d77f 0.09005 - 17 May 2010 - Should fixe problems with t/005_clone.t - Minor XS tweaks 0.09004 - 11 May 2010 - Disable MSWin32 (patches welcome) 0.09003_03 - 10 May 2010 - Explicitly test add_file_ext - Add thread safety test 0.09003_02 - 26 Apr 2010 - Ah, typemaps! I guess I didn't know about it when I first wrote this - Add many tests - Fix a memory leak under clone() - Fix a memory leak under fhmagic() - Update function declarations to a more modern style * move all functions out of XS section, and make use of automatic linkage by xsubpp - Add a memory leak test * only runnable when running under author mode * set TEST_MEMLEAK=1 * ignore any leaks that does not directly show a Perl_* namespace. 0.09003_01 - 07 Apr 2010 - Fix memory corruption (Martin Blapp) - Fix rt #28072. Changing $/ doesn't change the return value (Martin Blapp) - Fix how SV returned by error() is handled. - Add a clone() method.
2010-09-04Mark I18N::LangTags being used from Perl5 core (if module is maintained ↵sno1-2/+2
again in future)
2010-09-04Locale::Maketext is newer in core since 5.10 - and the CPAN module seemssno1-1/+3
currently not maintained. Mark 1.13 broken so far.
2010-09-01Addwiz1-1/+2
.include "../../sysutils/desktop-file-utils/desktopdb.mk" per pkglint, ride PKGREVISION bump from a few seconds ago.
2010-09-01Switch to libassuan2, based on KDE SVNwiz14-4/+1135
http://websvn.kde.org/?view=revision&revision=1078528 Suitable SVN commit found by drochner@ ok markd@ Bump PKGREVISION.
2010-08-31fix build with boost-libs 1.44.0markd2-1/+17
2010-08-30Update misc/py-anita to 1.13. Changes from 1.12:gson2-6/+6
When installing NetBSD/sparc, use a terminal type of "xterm" rather than "sun", as anita is more likely run from an xterm or other ANSI-like terminal than from a sun console. In the BUGS section of the man page, mention the specific NetBSD ports affected. Fix typos in the man page.
2010-08-28Update misc/py-anita to 1.12. Changes from 1.11:gson3-9/+8
Add support for the amd64 and sparc ports as targets. Improve error reporting for common types of unsuitable URLs. Avoid sending multiple responses when the NetBSD 3.0.1 sysinst updates the menu display multiple times. New command line option "--disk-size".
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb24-41/+48
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-20Use unique names in this file (was still using 0.6 in many parts).wiz1-9/+9
2010-08-18set LICENSE=original-bsdobache1-1/+2
2010-08-17Update to 0.8.9:wiz2-7/+8
Jean: * Don't crash when loading a corrupted chart. [#626206, #626263, #626305] * Fix blur in zoomed charts. * Fix memory leak and criticals in graph editor. [#626665] * Allow themes defined as xml files. [#531070] * Update currencies. [#626461]
2010-08-16Update to 2.1.1:wiz2-6/+6
Bugs fixed Recognize auctions with BIN as auctions so they can be sniped. Force the time to synchronize 5 minutes before a snipe fires. Lots of tweaks to time synchronization to make it more accurate. Make snipe, cancel snipe, and other internal web server functions work Remove unused ‘Check for Updates’ menu item under Mac OS X; it uses Sparkle instead. JBidwatcher was failing to recognize a user as a high bidder if there was a bid retraction. Toolbar hide and show again shouldn’t move the login status to the far left of the toolbar. Recognize eBay’s error message for sellers trying to bid on their own items. Detect reserve listings again, and some other minor reserve-related tweaks. A ton of other cleanups and refactorings. Features Add selection color setting to the Window menu Some work towards providing a sync-with-mobile capability (disabled for now) Substantial renovations to the auction update cycle; auctions to update don’t need to be in memory anymore. Add selling-item retrieval to the My eBay search; successfully retrieved multiple pages. An attempt at getting My eBay watch lists working. Add the ability to refresh the log view Add a donation button that is easily dismissible. Include last-updated information in the Info display.
2010-08-15Update to 2.3:wiz3-13/+15
* Released Tellico 2.3. * Fixed sorting by rating when rating has double digits (Bug: 246202). * Fixed IMDb matching on partial titles (Bug: 245665). * Fixed IMDb fetching of alternative titles. * Fixed IMDb fetching of audio track and color (Bug: 244159). * Fixed metadata import for file listing. * Added Dewey Decimal and LoC Classification to z3950 MODS import. * Fix subtitle value in MODS import. * Added filter for data source list. * Updated BoardGameGeek fetcher for new API. * Added data source for Freebase. * Fixed crashing bug for loading images whose size exceeded the cache size. * Changed Amazon Japan video search to include DVDs. * Added new fetcher for combining results from multiple sources. * Updated allocine.fr script to version 0.7.1, patch from Romain Henriet. * Fixed bug with cursor position in date field entry. * Added fetcher for openlibrary.org (requires QJSON lib). * Added clear button for rating widget (BUG: 227982). * Control characters are now stripped from all text files on import (BUG: 231302). * Removed local FindKcddb cmake module in favor of system FindKdeMultimedia. * Fixed selection bug when duplicating an entry (BUG: 231125). * Fixed crash in exporting HTML for collections with no grouping field (BUG: 231302). * Fixed bug that showed info dialog multiple times when changing image location. * Fixed crash in CSV importer. * Tweaked entry ID values to start at 1 instead of 0.
2010-08-15more pkgrev bumps for poppler updatedrochner3-6/+6
2010-08-15Update libquantum to 1.0.0.obache3-22/+15
libquantum 1.0.0: - Fixed quantum_gate1 to work properly with sorted regs - Fixed several bugs in quantum_rk4a libquantum 0.9.1: - Added fourth-order Runge-Kutta time evolution - Fixed error in quantum_measure() that caused some register values never being measured - Improved error handling - Updated license and FSF contact data - Added arbitrary two-qubit gate - New function two print entire time evolution operator - Fixed Makefile syntax
2010-08-09-clean up the last patch - remove unneeded code (submitted upstream)drochner5-7/+85
-add a "sync" option to the "dr" command which sets the next written value to the last read one, seems useful to me to do least invasive tests in a running system -flush stdout on progress reports of the svf player (fixed differently in the development branch upstream) bump PKGREVISION
2010-08-05update to 0.8.8drochner3-49/+49
changes: misc bugfixes
2010-08-04Update p5-Vroom from version 0.21 to version 0.23.seb2-6/+6
Upstream changes: version: 0.23 date: Tue Jun 22 14:55:10 PDT 2010 - Add 'vroom -text' to publish text. version: 0.22 date: Mon Jun 7 19:23:39 PDT 2010 - Move Vroom::Vroom back to Vroom.pm
2010-08-03fix a bug in optimizer code which is used by some cable drivers todrochner4-5/+42
reduce the number of transactions which resulted in a wrong TDO picked up under some circumstances being here, quell a warning in the usbprog driver which only tells us what we already know, and improve an error message bump PKGREVISION
2010-08-02Update qemu dependecy to 0.12.3nb2, since earlier versions containpooka1-2/+3
a bug which causes fork from a threaded program to deadlock (this is exercised heavily by the tests executed by "anita test").