summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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
2014-01-15Ooops, copy & pasto: remove bogus lua dependencymartin1-2/+1
2014-01-15Make the dependency on qemu or qemu-0 selectable via an option (defaultingmartin2-3/+17
to qemu-0)
2014-01-11Revbump after updating tcl/tk.adam3-6/+6
2014-01-10Be explicit about how to find genccode.joerg1-1/+3
2014-01-09Fix libraries on SunOS. While here fix path to config file.jperkin3-7/+21
Bump PKGREVISION.
2014-01-02Update to 0.10.9:wiz2-6/+6
goffice 0.10.9: Morten: * Improvements to quad precision code. * Fuzzed file isuues. [#712663]
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz64-98/+128
2014-01-01Add byoburyoon1-1/+2
2014-01-01Import byobu-5.69 as misc/byobu.ryoon36-0/+745
Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions.
2014-01-01Update to 0.11ryoon2-7/+7
* Set LICENSE Changelog: [Changes for 0.11 - 2011-12-11] * LICENSING CHANGE: This compilation and all individual files in it are now under public domain with the "CC0 Universal" declaration. * Skip fuzzy matches which are only placeholders and whitespace. (Alex Vandiver)
2013-12-31Update to 2.0.20:wiz3-13/+14
Changes in 2.0.20 Fixed a bug where "check media" could incorrectly report media as unused when the media filenames were encoding incorrectly. Changes in 2.0.19 When resizing columns in the browser, move the others. Fix a bug in the "reschedule as new" feature that could lead to cards ending up in an inconsistent state in some circumstances. Fix card layout screen jumping to original tab when flipping. Fix an error in syncing when time passed between connections. Fix a bug in "check media". When rescheduling in the browser, automatically remove from a filtered deck instead of ignoring filtered cards. Same with buried/suspended. If a non-media URL is pasted in, paste it verbatim instead of ignoring it. Change import default for new users to ignore duplicates, instead of updating them. Fix a bug in the pasting of certain image links. Fix a error that could occur on Windows when switching profiles or syncing. Add a more description error message to certain network issues. Fix an issue with media resyncing on Macs. Fix the message that displays when the clock is incorrect. Add an option to the preferences to disable compression of backups for slow computers. Fix an install error on FreeBSD.
2013-12-23Reset maintainer for resigned developers.wiz1-3/+2
2013-12-16Build on Linux.markd2-1/+60
2013-12-12and libreoffice3-bin still exits.obache1-1/+2
2013-12-11Fix build on Linux.markd2-1/+8
2013-12-10openoffice3-bin had been removed from pkgsrc.obache1-2/+1
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-3/+3
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09Remove dnetc.wiz6-190/+1
Last updated in 2006, distfiles not fetchable for a few years now.
2013-12-08Get rid of the old and vulnerable linux binary version of OpenOffice 3.bad12-217/+1
misc/openoffice3 is a good enough substitute.
2013-12-06Recursive PKGREVISION bump for poppler-0.24.4.wiz5-9/+10
2013-12-02Remove p5-I18N-LangTags.wiz5-50/+1
The latest distfile is 0.35 from 2004. perl-5.15 already contained a newer version, which wasn't released separately though. The module itself is included in perl since 5.7.3.
2013-12-02Remove p5-I18N-LangTags references in preparation for package removal.wiz1-5/+2
Bump PKGREVISION.
2013-12-02Update to 3.27:wiz2-7/+6
VERSION 3.27 (2013-09-03; sbeck) NEW CODE(s) * FIPS-10 country codes removed As of June, the FIPS codes are not being published in their entirety. Only changes to the codes are published. This adds a huge layer of complexity to maintaining the set, which is not worth doing considering that the set is deprecated. As such, the code set is no longer supported. VERSION 3.26 (2013-06-03; sbeck) Documentation fixes Some of the examples were not correct. RT 84589 Some typos corrected. RT 85692 VERSION 3.25 (2013-03-01; sbeck) NEW CODE(s) VERSION 3.24 (2012-12-03; sbeck) NEW CODE(s) Syria alias Syria added as an alias. RT 82747 FIPS-10 country codes deprecated The FIPS-10 document is being withdrawn. It was deprecated in 2008, and is being updated now only until all the agencies that use it have switched to something else. The current version no longer lists the long names for countries. These long names (such as 'Republic of Albania' for Albania) only appeared in the old FIPS-10 document which is no longer available, so they are no longer available in this module. I will continue to support the FIPS-10 codeset as long as it is available, but at that point, it will be withdrawn immediately. If an official end-of-life date is announced, I will include a notice here. Otherwise, support for the codeset will be discontinued when the document is withdrawn. You are encouraged to no longer use the FIPS-10 codeset. Domain country codes now come from ISO 3166 The IANA domain codes have changed slightly. The IANA no longer publishes a list of countries associated with their codes. Instead, they use the ISO 3166 codes and country names. However, they support a few non-standard codes, so I will continue to maintain this codeset. The domain codes are now lowercase to correspond to the ISO 3166 codes. VERSION 3.23 (2012-09-01; sbeck) NEW CODE(s) VERSION 3.22 (2012-06-01; sbeck) NEW CODE(s) Updated perl version required Changed 'require 5.002' (which dated back to the version 2.xx Locale-Codes) to 'require 5.006'. Some features used in Locale-Codes are not supported that far back. Nicholas Clark Sorted deprecated codes The codes in the generated deprecated codes modules were not sorted making version diffs bigger than they should be. Nicholas Clark VERSION 3.21 (2012-03-01; sbeck) NEW CODE(s)
2013-11-29Export symbols used across internal shared objects. Bump revision.joerg3-3/+60
2013-11-26Update to 0.6.1: now with man pages.wiz3-8/+12
2013-11-26Update to 0.6.0:wiz3-8/+7
25.11.2013: pyCardDAV v0.6 released This is mostly a bug fix release (thanks to Jamie McClelland for fixing two bugs), but also introduces keyring support (thanks to Steven Allen). Have a look at the README for further information on keyring support.
2013-11-24It is incorrect for this package to be setting CURSES_DEFAULT=ncurses,dholland1-3/+3
as CURSES_DEFAULT is a user variable. Furthermore, it builds fine against NetBSD's native curses. PKGREVISION -> 1
2013-11-20Revbump after updating devel/boost-libsadam9-18/+18
2013-11-20recursive bump from boost-lib shlib major bump.obache9-14/+18
2013-11-18Update to 2.0.18:wiz2-6/+6
Update to 2.0.18: Fix a bug that could cause invalid scheduling when a card was manually buried while in a filtered deck. For now, burying in a filtered deck will mean that the card returns to the home deck. Fix an issue where Anki was failing to start if prefs.db was corrupt. Don’t create a .log file when exporting files. Rotate log files when they hit 10MB. Warn user when they have filenames with an invalid encoding. Fix a long error being shown when syncing without a net connection on some Linux computers. Update "check database" to catch an issue with note types. Fix issues on some Linux systems that had simplejson installed. Fix some issues that were masking actual connection errors. Catch more temp folder issues. Possible fix for OSX crash when editing.
2013-11-16Update to 0.6.3 (released 2006). Changes:shattered2-7/+6
- initialize some fonts to avoid X warning messages
2013-11-16Update to 1.23. Changes:shattered3-8/+15
+ minor fixes, code is now wxWidgets-2.9-friendly