summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2014-02-14Update ruby-commander to 4.1.6minskim3-8/+9
Changes: * Respect environment setting for $LESS * Add ability to hide trace flags and globally enable tracing
2014-02-14no need to buildlink with perl.obache1-2/+1
2014-02-14exactly require runtime dependency on perl interpreter.obache1-1/+2
2014-02-14define NO_BUILD instead of empty do-build target.obache1-3/+2
2014-02-14since 0.21, wget is not required.obache1-3/+2
Bump PKGREVISION.
2014-02-14LICENSE=gnu-gpl-v2 (or later)obache1-1/+2
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron82-129/+164
2014-02-05Update to 0.7.0:wiz3-11/+19
searching in the vcard chooser when merging addresses (press '/') nice speedup in pc_query, thanks to Leandro Lucarella better support for broken vcards auto creating missing db directories more bugfixes
2014-02-04Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22.richard1-6/+2
2014-02-04Allow TCL 8.6.joerg2-6/+6
2014-02-03Update to 2.0.22:wiz2-6/+6
Fix a regression in the type-answer feature where multiple clozes were not presented in order. Some tweaks to the SuperMemo importer, thanks to jmaatta.
2014-02-03Update to 20140112:wiz2-6/+6
2014/01/12 + improve calculation for amount to scroll in programbox when an "Ok" button might obscure part of the data (report by Florent Rougon). + modify program to permit --separate-output to be used with buildlist and treeview widgets (report by Florent Rougon). + add list-height parameter to manpage description of --buildlist (report by Florent Rougon). + minor fixes to dialog.1 manpage; the reported problem was actually fixed in 20120703 (Debian #726233, patch by Bjarni Ingi Gislason). + add a "Hello World" example to dialog.3 manpage (prompted by discussions with Dustin Oprea, Kevin Ingwersen). + correct comparison in dlg_lookup_key() so that using "bindkey" with a "*" wildcard parameter works as documented (report by Stewart Benedict). + updated configure macros, fixes for clang and mingw. + update config.guess, config.sub
2014-02-02Regen distinforyoon2-24/+6
2014-02-02Update to 4.2.0.4ryoon29-39689/+3396
Changelog: * Many bugfixes * Many new features See https://wiki.documentfoundation.org/ReleaseNotes/4.2 and https://www.libreoffice.org/download/4-2-new-features-and-fixes/
2014-02-01+py-trytond-stock-lotrodent1-1/+2
2014-02-01Import py27-trytond-stock-lot-3.0.0 as misc/py-trytond-stock-lot.rodent4-0/+77
The stock_lot module of the Tryton application platform.
2014-02-01+py-trytond-stockrodent1-1/+2
2014-02-01Import py27-trytond-stock-3.0.1 as misc/py-trytond-stock.rodent4-0/+139
The stock module of the Tryton application platform.
2014-02-01+py-trytond-productrodent1-1/+2
2014-02-01Import py27-trytond-product-3.0.0 as misc/py-trytond-product.rodent4-0/+83
The product module of the Tryton application platform.
2014-02-01+py-trytond-companyrodent1-1/+2
2014-02-01Import py27-trytond-company-3.0.0 as misc/py-trytond-company.rodent4-0/+85
The company module of the Tryton application platform.
2014-02-01Mark as PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.pyrodent1-1/+2
2014-02-01+py-trytond-partyrodent1-1/+2
2014-02-01Import py27-trytond-party-3.0.0 as misc/py-trytond-party.rodent5-0/+106
The party module of the Tryton application platform.
2014-02-01Update to KDE SC 4.11.5markd68-293/+207
bug fixes
2014-02-01While still using old (4.4) kmail don't expect akonadi id's for folders.markd2-1/+34
2014-02-01PKGREVISION bump for libical major version increase.markd1-2/+2
2014-01-27Update to 2.0.21. Mark as not ready for python-3.x.wiz2-6/+8
Changes in 2.0.21 Now that AnkiDroid has been updated, buried cards will now only be automatically unburied when a new day rolls over, and not when you sync or restart Anki. If you sync from this version to AnkiWeb and then to the mobile clients, they should also switch over to this new behaviour. New users will now need to confirm their choice of interface language before proceeding. Increase filtered deck max size to 99999 Fix drag&drop of Google images from Safari Ignore filtered cards when determining min/max in reposition dialog When a corrupt collection is found, rename it so the profile can be loaded again and restored from backup. Fix a regression in displaying startup errors and quitting from the profile manager Display a better error message when a sync times out Fix an error caused by an add-on that changes browser columns Fix a bug where the forward & optional reverse note type was invalid when added in languages other than English. If the same word has been cloze-deleted multiple times in a cloze, only require it to be typed once in the type in the answer feature.
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz2-10/+2
2014-01-27Update to 4.1.4.2ryoon3-22/+34
Changelog: * Many bugfixes In detail see: https://wiki.documentfoundation.org/Releases/4.1.4/RC1 https://wiki.documentfoundation.org/Releases/4.1.4/RC2
2014-01-25No need to have two variables for the same logic.wiz4-8/+8
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz14-21/+40
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2014-01-22require dbus and dbus-glib linux module.obache1-1/+2
2014-01-21Convert to distutils.mk. Mark as not for python-3.x.wiz2-7/+7
Bump PKGREVISION.
2014-01-20Fix build with Clang. Patches mostly from FreeBSD.joerg19-3/+555
2014-01-20Make the genccode hack stick and apply similar workaround for gencmn.joerg1-2/+3
2014-01-20Fix build with TCL 8.6joerg5-6/+25
2014-01-17Convert to versioned_dependencies.mk (for dns)wiz1-3/+2
2014-01-17Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped.tsutsui1-1/+3
2014-01-17Update ruby-rainbow to 1.99.1. Part of PR/48447.tsutsui3-11/+35
Changelog (per Changelog.md) ## 1.99.0 (2013-12-26) * preparation for dropping String monkey patching * `require "rainbow/string"` if you want to use monkey patched String * introduction of Rainbow() wrapper * support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius * deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead) ## 1.99.1 (2013-12-28) * drop support for ruby 1.8 * `require "rainbow/string"` -> `require "rainbow/ext/string"` * custom rainbow wrapper instances (with separate enabled/disabled state) * shortcut methods for changing text color (`Rainbow("foo").red`)
2014-01-17Update ruby-parallel to 0.9.2. Part of PR/48447.tsutsui3-47/+7
No changelog is available in https://github.com/grosser/parallel but looks misc bug fixes and improvements.
2014-01-17Update ruby-launchy to 2.4.2. Part of PR/48447.tsutsui3-8/+9
pkgsrc change: Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403) Changes from HISTORY.md: ## Version 2.4.2 - 2013-11-28 * Fix kde issue - <https://github.com/copiousfreetime/launchy/issues/72> - colbell ## Version 2.4.1 - 2013-11-26 * Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71> ## Version 2.4.0 - 2013-11-12 * Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich * Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70> * Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele * Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65> * Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
2014-01-17+ruby-descendants_trackerobache1-1/+5
+ruby-equalizer +ruby-memoizable +ruby-thread_safe
2014-01-17Import ruby-memoizable-0.4.0 as misc/ruby-memoizable.obache4-0/+54
part of PR pkg/48447 Memoization is an optimization that saves the return value of a method so it doesn't need to be re-computed every time that method is called.
2014-01-17Import ruby-thread_safe-0.1.3 as misc/ruby-thread_safe.obache4-0/+64
part of PR pkg/48447 Threadsafe is a collection of thread-safe versions of common core Ruby classes.
2014-01-17Import ruby-equalizer-0.0.9 as misc/ruby-equalizer.obache4-0/+45
part of PR pkg/48447 Module to define equality, equivalence and inspection methods.
2014-01-17Import ruby-descendants_tracker-0.0.3 as misc/ruby-descendants_tracker.obache4-0/+51
part of PR pkg/48447 Small module to track descendants in an unobtrusive way.
2014-01-16Fix DEPENDS pattern.wiz1-2/+2
2014-01-16Convert to use versioned_dependencies.mk.wiz1-3/+4