summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Update to KDE SC 4.11.3markd92-341/+525
bugfixes, many new features, improved stability and performance.
2013-11-03Update to 2.0.16. Add slovak translation.wiz3-7/+8
2013-11-03Update to 4.1.3.2ryoon2-18/+19
* Use libmwaw from pkgsrc Changelog: * Bugfixes See: https://wiki.documentfoundation.org/Releases/4.1.3/RC1 https://wiki.documentfoundation.org/Releases/4.1.3/RC2
2013-11-01Update to 4.1.3ryoon2-19/+13
Changelog: See https://wiki.documentfoundation.org/ReleaseNotes/4.1 * Bugfixes * New features
2013-10-30The Lua material here doesn't work with lua52.dholland1-1/+2
2013-10-29USE_LANGUAGES=c99.jperkin1-1/+2
2013-10-29USE_LANGUAGES=c99, fixes build on SunOS.jperkin1-1/+2
2013-10-28use GNU configure's as_echo_n instead (courtesy of obache)richard2-6/+6
2013-10-28replace non-portable 'echo -n' utilisation with simple 'awk' statementrichard2-1/+18
2013-10-27Update to 0.10.8:wiz2-7/+6
goffice 0.10.8: Jean: * Do not destroy axes after adding a plot using a restricted set. [#708292] * Don't crash when there are no x values for a moving average smoothing. [#708562] * Never redefine GtkJustfication, use GoJustification instead. [#709007] Morten: * Build fixes. * Win32 work. * Fix font selector crash. [#709438]
2013-10-27Update to 2.0.15:wiz3-7/+8
Add an option to disable burying of reviews. Added a "bury card" option to the review screen, and changed the shortcut to bury a note to "=". Added a new is:buried search, and is:suspend no longer shows buried cards. Added a new cid:<card id> search to search for a particular card by its ID, and IDs are now shown in the Card Info screen. Don't mark cards as modified when automatically burying, which could potentially cause issues. Increase sync timeout When Anki detects the clock is wrong, it now shows how far it is off. Fix an issue working around a broken trash folder on Windows. Fix problems double clicking on files to import when path contains non-latin text, thanks to wlhuang. Display a more informative error when the user's temp folder permissions are wrong. When double-clicking on a backup file to restore, skip the sync on startup. Log some scheduling operations to make it easier to debug issues.
2013-10-27Update to 1.6.1. Reset PKGREVISION from 38 (!).dholland28-484/+614
Upstream changes: 5+ years of development; try these links: http://www.shatters.net/celestia/161changes.txt http://www.shatters.net/celestia/features/160-features.html http://www.shatters.net/celestia/151changes.txt http://www.shatters.net/celestia/150-feature-summary.html Restrictions: 1. The Lua support still does not build, and given that I had to patch it to compile at all with Lua disabled it may not work all that well this way. 2. The optional KDE (kde3) build is almost certainly broken; I will get to this in a few days if nobody beats me to it.
2013-10-27Make lua support optional. Leave it enabled right now, even though itdholland2-6/+11
doesn't build, in the hopes that somone will take it in hand; it needs to be updated to match the new lua version.
2013-10-24Revbump from devel/py-game updateryoon1-2/+2
2013-10-20Update to 2.0.14:wiz2-6/+6
Fix a bug that was causing proxy authentication errors to be reported when the issue was something else. A full upload now removes the deletion log, which can save a lot of space if you've added many notes and deleted them again. Better feedback when a sync is aborted due to concurrent access from another device. Stop errors from appearing when the tags column is enabled in the browser and the user has non-latin text in tags. Fix an issue that was causing note types to be renamed when they shouldn't be.
2013-10-20Explicitly depend on lcms.joerg1-1/+2
2013-10-19Revbump after updating textproc/icuadam14-28/+28
2013-10-17recursive bump for audio/taglib shlib major bumpwiz4-8/+8
2013-10-12Bump PKGREVISIONryoon2-5/+4
* printeradmin.desktop is not installed, do not create symlink. Pointed out by Christoph Badura.
2013-10-10Recursive revbump from pango-1.36.0ryoon31-60/+62
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz22-44/+44
2013-10-09Update to 4.1.2.3ryoon4-48/+44
Changelog: * Improvements * Many bugfixes
2013-10-06Update to 2.0.13:wiz3-7/+11
Changes in 2.0.13 Sibling handling has been reworked, which should better ensure that cards from the same note donât appear together: When you answer a card, Anki will automatically bury any siblings that are in the new queue or review queue. Cards in the (re)learning queue can not be buried, but reviewing those cards will cause any new & review cards to be buried. Cards are no longer unburied when returing to the deck list, but can be unburied with a button on the study overview screen. To avoid problems during the upgrade period, cards are currently unburied when you sync or close your collection. When all clients have been updated, this behaviour will change so that cards are only automatically unburied when a day has passed. You will still be able to manually unbury them if you wish. This new behaviour ensures that siblings are spaced even in filtered decks. Burying of new cards can be disabled in the options if you want to introduce related cards in the same session. If disabled, Anki will try to spread out the siblings like it does in 2.0.12, though like 2.0.12 spacing is not guaranteed and may fail when you edit cards or perform operations that require a queue rebuild. When importing an .apkg file, existing notes will be updated if they are newer in the .apkg file, and the note types are compatible. Cards are not touched, so existing progress will be retained. This means content authors can now easily distribute not only new content, but updates to existing content as well. Filtered decks have a new "relative overdueness" sort option that will sort cards by how overdue they are compared to their interval, in the same manner Anki did a few years ago. You can now show tags as a browser column. Fix an issue with importing when a filtered deck was selected in the main window. Donât treat modified q/a templates as an incompatible note type. Anki now enforces a standard encoding of media files with non-latin text, which should fix some issues moving media between Mac and non-Mac computers, and will ensure you donât end up with multiple files in your media folder that look like they have the same filename but actually have a different encoding. The unused media menu option has been renamed back to "Check Media", and it is now capable of renaming fields and media filenames to ensure theyâre consistent. Fix an issue where dragging files from the desktop on Linux was pasting a URL instead of embedding the file Fixed a bug where Anki failed to start on Linux distributions with an older Python version. Anki now allows you to import .apkgs which have been renamed to .zip, as unfortunately some browsers "helpfully" rename the files when downloading them. The "Find Duplicates" function in the browser now ignores HTML when comparing duplicates, and provides an option to tag the duplicates. Fix an error in showing an error when downloading addons Fix < and > in a field causing text to disappear when typing in the answer . The "study deck" and deck/note type selection windows now remember their size and position. Fix an issue showing clozes when the userâs mistyped the cloze characters. Tolerate Windows trash errors . Fix an error when upgrading some Anki 1 decks. Separate users on the same machine can now run Anki concurrently. Anki should no longer have issues starting upon Linux after a previous instance didnât terminate properly. Fix some issues with suspending, burying & rescheduling learning cards that could cause a later "download the fix assertion addon" message. After syncing once, the sync username should become visible in the preferences dialog. When adding a new column in the browser, scroll it into view. When adding or importing note types, ensure they have a unique name. Speed improvements to some text operations, thanks to hssm.
2013-10-06Update to 1.2.20130928:wiz2-6/+6
2013/09/28 + fix a regression in gauge widget from 2013/09/28 changes; dlg_reallocate_gauge() failed when no --title option was given (report by Tritonas Insomnia). 2013/09/23 + fix samples/inputbox6-utf8, which had depended unnecessarily on bash. + improve memory caching for wide-character manipulation in gauge widget (report by Devin Teske). + add dlg_reallocate_gauge (discussion with Devin Teske). + updated configure macros to use msys changes from ncurses. + update config.guess, config.sub
2013-10-06Update to 0.10.7:wiz2-7/+6
goffice 0.10.7: -------------------------------------------------------------------------- goffice 0.10.6: Alexander Larsson: * Fix gtk+ 3.9 redraw problems. [#703124] Jean: * Fix NULL pointer issue in line plots. [#706663]
2013-10-06fixes build on Solaris10.obache2-6/+21
PR pkg/48173 by Stefan Palm.
2013-10-04Use modern C features like variadic functions.joerg2-44/+135
2013-10-04Add libreoffice4ryoon1-1/+2
2013-10-04Import libreoffice4-4.1.1.2nb1 as misc/libreoffice4.ryoon13-0/+51902
LibreOffice is a free, community-developed, multi-platform office productivity suite. It includes key desktop applications: word processor, spreadsheet, presentation manager, and drawing program, with a user interface and feature set similar to other office suites. This package tracks 4 release branch.
2013-10-03Update misc/py-anita to 1.31. Changes from 1.30:gson2-6/+6
Fix a failure to consume a shell prompt which would cause it to remain buffered and later be mistaken for one that had not yet issued. For added protection, add a unique serial number to each prompt. Omit drive index from qemu command line for backwards compatibility with scripts written for anita 1.29 or older. Fix X11 set names.
2013-10-01update to 0.12.4drochner3-7/+13
changes: - fixed crash Stellarium when enabled binoculars in the Oculars plugin - added render nighttime landscapes without lighting
2013-09-30Update rubygems package to 2.0.10. This is security fix for CVE-2013-4363.taca2-6/+6
=== 2.0.10 / 2013-09-24 Security fixes: * RubyGems 2.1.4 and earlier are vulnerable to excessive CPU usage due to a backtracking in Gem::Version validation. See CVE-2013-4363 for full details including vulnerable APIs. Fixed versions include 2.1.5, 2.0.10, 1.8.27 and 1.8.23.2 (for Ruby 1.9.3). === 2.0.9 / 2013-09-13 Bug fixes: * Gem fetch now fetches the newest (not oldest) gem when --version is given. Issue #643 by Brian Shirai. * Fixed credential creation for `gem push` when `--host` is not given. Pull request #622 by Arthur Nogueira Neves
2013-09-24Fix build failure with "error: possibly undefined macro: AC_MSG_ERROR."ryoon1-2/+2
* Add pkg-config to USE_TOOLS.
2013-09-20Fix build on OmniOS.ryoon10-97/+181
* Add -fno-stack-protector to CFLAGS to fix link error for SunOS. * Patch configure.ac and regenerate the related stuff. * Buildlink sysutils/file for libmagic. * Detect dirfd, setprogname and htonll in configure script. * Create PLIST for NetBSD and SunOS.
2013-09-15Add and enable ruby-colorator.taca1-1/+2
2013-09-15Add ruby-colorator package version 0.1.taca4-0/+51
# colorator Colorize your text for the terminal ## Supported Colors - black - red - green - yellow - blue - magenta - cyan - white - bold ## Why There are a bunch of gems that provide functionality like this, but none have as simple an API as this. Just call `"string".color` and your text will be colorized.
2013-09-15Update ruby-parallel to 0.8.2.taca3-7/+10
Exact changes aren't available, but a few bug fixes.
2013-09-15Update ruby-launchy to 2.3.0.taca3-10/+9
## Version 2.3.0 - 2013-04-11 * Add the option to call a block on error instead of raising an exception
2013-09-15Update ruby-commander to 4.1.5.taca2-6/+6
=== 4.1.5 / 2013-08-11 * Prevent deprecation warning when loaded in a Rails 4 environment (#58) === 4.1.4 / 2013-07-21 * Improve help formatting for multiline program and command descriptions * Add ability to set speaking rate (@kethomassen) * Clean up examples in docs (@parkr)
2013-09-15Update ruby-bundler to 1.3.5.taca2-6/+6
## 1.3.5 (3 April 2013) Features: - progress indicator while resolver is running (@chief) Bugfixes: - update local overrides with orphaned revisions (@jamesferguson) - revert to working quoting of RUBYOPT on Windows (@ogra) - use basic auth even when SSL is not available (@jayniz) - installing git gems without dependencies in deployment now works
2013-09-15Update ruby-args_parser to 0.2.0.taca3-8/+10
=== 0.2.0 2013-08-26 * add "on" event * fix equal_style sample * refactoring * specify license in gemspec
2013-09-15Fix broken #elif on OSX. Fix missing prototypes. Don't conflict withjoerg6-2/+57
libc mergesort on *BSD. Use system libtool.
2013-09-13Update to 4.11.1 from 2.5.4ryoon22-300/+349
Changelog: * Many bugfixes and improvements. * New commands.
2013-09-12Add USE_TOOLS+=nroff to packages which generate catman pages.jperkin3-3/+7
2013-09-10Update rubygems to 2.0.8.taca8-76/+35
This includes a fix for CVE-2013-4287 in rubygems. === 2.0.8 / 2013-09-09 Security fixes: * RubyGems 2.0.7 and earlier are vulnerable to excessive CPU usage due to a backtracking in Gem::Version validation. See CVE-2013-4287 for full details including vulnerable APIs. Fixed versions include 2.0.8, 1.8.26 and 1.8.23.1 (for Ruby 1.9.3). Issue #626 by Damir Sharipov. Bug fixes: * Fixed Gem.clear_paths when Security is defined at top-level. Pull request #625 by elarkin === 2.0.7 / 2013-08-15 * Extensions may now be built in parallel (therefore gems may be installed in parallel). Bug #607 by Hemant Kumar. * Changed broken link to RubyGems Bookshelf to point to RubyGems guides. Ruby pull request #369 by 謝致邦. * Fixed various test failures due to platform differences or poor tests. Patches by Yui Naruse and Koichi Sasada. * Fixed documentation for Kernel#require. === 2.0.6 / 2013-07-24 Bug fixes: * Fixed the `--no-install` and `-I` options to `gem list` and friends. Bug #593 by Blargel. * Fixed crash when installing gems with extensions under the `-V` flag. Bug #601 by Nick Hoffman. * Fixed race condition retrieving HTTP connections in Gem::Request on JRuby. Bug #597 by Hemant Kumar. * Fixed building extensions on ruby 1.9.3 under mingw. Bug #594 by jonforums, Bug #599 by Chris Riesbeck * Restored default of remote search to `gem search`. === 2.0.5 / 2013-07-11 Bug fixes: * Fixed building of extensions that run ruby in their makefiles. Bug #589 by Zachary Salzbank. === 2.0.4 / 2013-07-09 Bug fixes: * Fixed error caused by gem install not finding the right platform for your platform. Bug #576 by John Anderson * Fixed pushing gems with the default host. Bug #495 by Utkarsh Kukreti * Improved unhelpful error message from `gem owner --remove`. Bug #488 by Steve Klabnik * Fixed typo in `gem spec` help. Pull request #563 by oooooooo * Fixed creation of build_info with --install-dir. Bug #457 by Vít Ondruch. * RubyGems converts non-string dependency names to strings now. Bug #505 by Terence Lee * Outdated prerelease versions are now listed in `gem outdated`. * RubyGems now only calls fsync() on the specification when installing, not every file from the gem. This improves the performance of gem installation on some systems. Pull Request #556 by Grzesiek Kolodziejczyk * Removed surprise search term anchoring in `gem search` to restore 1.8-like search behavior while still defaulting to --remote. Pull request #562 by Ben Bleything * Fixed handling of DESTDIR when building extensions. Pull request #573 by Akinori MUSHA * Fixed documentation of `gem pristine` defaults (--all is not a default). Pull request #577 by Shannon Skipper * Fixed a windows extension-building test failure. Pull request #575 by Hiroshi Shirosaki * Fixed issue with `gem update` where it would attempt to use a Version instead of a Requirement to find the latest gem. Fixes #570 by Nick Cox. * RubyGems now ignores an empty but set RUBYGEMS_HOST environment variable. Based on pull request #558 by Robin Dupret. * Removed duplicate creation of gem subdirectories in Gem::DependencyInstaller. Pull Request #456 by Vít Ondruch * RubyGems now works with Ruby built with `--with-ruby-version=''`. Pull Request #455 by Vít Ondruch * Fixed race condition when two threads require the same gem. Ruby bug report #8374 by Joel VanderWerf * Cleaned up siteconf between extension build and extension install. Pull request #587 by Dominic Cleal * Fix deprecation warnings when converting gemspecs to yaml. Ruby commit r41148 by Yui Naruse
2013-09-10Don't use non-standard %qd.joerg3-9/+46
2013-09-10For clang, don't use -Wno-traditional and don't complain about literaljoerg1-1/+7
non-UTF8 copyright signs.
2013-09-09Update to 1.2.20130902:wiz2-6/+6
2013/09/02 + modify makefile rule to make the ".png" filenames created by groff predictable. + add option --help-tags to allow scripts to get the item's tag field consistently from help- and help-item button results rather than getting the item's text for the latter (discussion with Florent Rougon). + correct manpage discussion of DIALOG_ITEM_HELP versus --item-help, as well as --help-button return status (report by Florent Rougon). + correct limit used for --hline option (report by Devin Teske, cf: 2011/06/30). + do not print empty "[]" if a --hline option was given with an empty value (report by Devin Teske). + miscellaneous configure script fixes/updates. In particular, add option --with-shared which builds shared libraries without a libtool dependency. + add FreeBSD port-files for test-builds. + update lt.po, add fa.po from http://translationproject.org/latest/dialog/ + update config.guess, config.sub
2013-09-09update to 0.12.3drochner4-34/+46
from the announcement: This release contains a new Bright Novae plugin and fixes of few bugs within plugins and search tool.
2013-09-08Fix race condition.joerg2-1/+14