Commit graph

5178 commits

Author SHA1 Message Date
taca
e438657a50 Update ruby-commander to 4.1.5.
=== 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-15 14:09:22 +00:00
taca
2fadcbc2f9 Update ruby-bundler to 1.3.5.
## 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-15 14:08:38 +00:00
taca
d375df2610 Update ruby-args_parser to 0.2.0.
=== 0.2.0 2013-08-26

* add "on" event
* fix equal_style sample
* refactoring
* specify license in gemspec
2013-09-15 14:07:29 +00:00
joerg
239ba82b17 Fix broken #elif on OSX. Fix missing prototypes. Don't conflict with
libc mergesort on *BSD. Use system libtool.
2013-09-15 12:32:22 +00:00
ryoon
6ebbbe3c10 Update to 4.11.1 from 2.5.4
Changelog:
* Many bugfixes and improvements.
* New commands.
2013-09-13 12:41:32 +00:00
jperkin
ca67532cca Add USE_TOOLS+=nroff to packages which generate catman pages. 2013-09-12 11:15:12 +00:00
taca
810a2290b3 Update rubygems to 2.0.8.
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-10 16:33:29 +00:00
joerg
eea9226ff8 Don't use non-standard %qd. 2013-09-10 14:24:20 +00:00
joerg
f04212b8a2 For clang, don't use -Wno-traditional and don't complain about literal
non-UTF8 copyright signs.
2013-09-10 14:23:45 +00:00
wiz
b80a110290 Update to 1.2.20130902:
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-09 20:40:12 +00:00
drochner
d43e3ad03c update to 0.12.3
from the announcement:
This release contains a new Bright Novae plugin and fixes of few bugs
within plugins and search tool.
2013-09-09 11:30:26 +00:00
joerg
c8a4008667 Fix race condition. 2013-09-08 16:35:24 +00:00
wiz
4a7483a45a Comment out p5-URI dependency.
Noted as dependency in Makefile.PL, but doesn't seem to be used,
and p5-URI depends on this package.
2013-09-05 20:25:25 +00:00
wiz
eeebdef744 Update to 2.06:
2.06 - Fri May 31 15:41:48 2013
	* Bump to a stable user release. There are no code changes.

2.05_03 - Sun Aug  5 14:50:30 2012
	Fix test with now-valid group code (RT 78671)

2.05_01 - Tue Jul 19 07:12:18 2011
	* Update the URL for the Worldcat stuff so xisbn works.
	* Various distro cleanups.
2013-09-05 19:44:00 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
71cbc9468f Update to 0.5.1:
This is a bugfix release, if pyCardDAV is working fine for you,
there is no reason to upgrade.
2013-09-02 16:46:13 +00:00
joerg
e8ba088ff1 Run the config generator early to avoid parallel build failure. 2013-08-31 08:43:56 +00:00
joerg
39af579e2c Needs termios.h. 2013-08-30 16:54:07 +00:00
prlw1
7c95fa6f13 To quote an earlier commit message:
Recursive revbump because poppler updated its shlib major for a
x.y.z+1 change, again...
2013-08-22 09:21:57 +00:00
drochner
4d7f32e5fb update to 0.10.5
changes:
-Implement get_data_at_point for area and line plots
-Add prescaling to go_linear_regression_leverage
+bugfixes
2013-08-21 15:12:39 +00:00
shattered
a84bcf6b0d Update to 1.1. Changes:
* Colorized output now supported via the --color (or --colour) option,
  and the TESEQ_COLORS environment variable.
* Descriptions and labels for non-standard controls from DEC, Xterm,
  Rxvt, etc, are now always issued, without the need for the -x option.
* Reseq now recognizes "halt" (@@@) lines (with --halts option), waiting
  for keypress before continuing.
* Teseq now identifies which charset is being switched, by its ISO IR
  registration.
* BUG FIX: Teseq could crash on the input, `\033$z'.
2013-08-18 10:44:30 +00:00
drochner
fb0d4e07dc update to 0.12.2
New features: variable stars, re-packed star catalogs (Hipparcos and
Tycho-2), improvements for plugins, scripting engine and search tool.
New version of the Satellites plug-in.
Sound support (needs qt4-phonon, not enabled in pkgsrc yet)
2013-08-09 11:47:57 +00:00
skrll
c9b324ec7b Missed the distinfo commit. 2013-08-06 10:55:15 +00:00
jmcneill
50b133aa2d Add debug option to package. 2013-08-06 10:05:39 +00:00
jmcneill
1b29c0a293 this package can be used on either NetBSD/arm or NetBSD/earm 2013-08-05 18:47:48 +00:00
skrll
422cce891b Update to 20130803. ok jmcneill. 2013-08-05 07:06:22 +00:00
wiz
865d9153ba Update to 2.0.12:
If you use LaTeX for mathematical equations on your cards, and
study with AnkiMobile or AnkiDroid, please revert to 2.0.8 (available
on the Anki website) until the mobile clients receive an update.

o Changed the way pastes and drag&drops are handled. This should
hopefully fix various issues people were having with Google Images,
and will now automatically add any images in a chunk of selected
text to your collection if you have HTML stripping turned off.

o Fixed errors caused by importing notes with a changed schema

o Revert a change made in 2.0.9 where Anki would switch the active
review deck when a different deck was selected in the add screen.
This caused issues where the note type would change invisibly and
some people objected to the new behaviour.

o Work around a crash when closing Anki on Windows caused by a toolkit bug.

o Make sure we always show 3 buttons for cards in initial learning in a filtered deck.

o Improve the checking for and stripping of filename characters
that can't be stored on some filesystems.

o Fixed an error when pasting media with non-latin characters in the URL.

o Don’t throw an error if user adds cloze reference to a non-cloze note type.

o Fix error shown when importing csv file with blank first line.

o Fix year and all time review graph.

o If the user’s recycle bin is broken, just delete the file instead.

o Don’t send old backups to the recycle bin.

o Fix duplicates not being detected when pasting text.

o Fix a bug where the clipboard was being clobbered after the first paste.

o When pasting images between fields, don’t try to download them.

o Allow includegraphics in LaTeX

o You can now view stats on filtered decks.

o Warn when prefs.db is corrupt, and catch another corruption case

o Allow searches for decks with + in their name.

o Work around linux crash on paste of invalid image.

o Fix an issue where duplicates were not being detected on paste

o Ensure starting ease can't be set below 130%.

o Make sure we include px in stats (thanks to steveaw)

o Fix error shown when importing from command line (thanks to Hans)

o Fix incorrect instructions to "maintenance" menu (thanks to Soren)

o Unused media now shows "no missing media" message in a tooltip
(thanks to Julien)
2013-07-28 20:40:35 +00:00
obache
10f05c14a0 Update howm to 1.4.1.
PR pkg/47927 by ISIHARA Takanori.

small bug fix, etc.
2013-07-28 11:33:37 +00:00
shattered
bad8d8729e Update to 2.8. Changes:
o The code is now modularised. The distribution contains 'Mirmon.pm',
  an OO interface for mirmon objects. Program 'mirmon' still contains
  all the code ; it is split into 'Mirmon.pm' and 'mirmon.pl'.

o The mirror list can now have rsync urls.
o The algorithm to balance the probe load over the hourly mirmon runs
  is improved ; from completely skewed to balanced takes some 5 days.
2013-07-21 10:44:03 +00:00
wiz
b6d125ee08 Use Mt for email addresses. 2013-07-20 21:50:52 +00:00
wiz
7eafda121f Update to 0.10.4:
goffice 0.10.4:

Andreas:
	* Fix crash on corrupted GOImage. [#703670]

Jean:
	* Fix loading of image with invalid size or data. [#703740]
	* Don't use invalid GOImage arguments. [#703949]

Morten:
	* Fix linear regression failure.
	* Add prescaling to linear regression.  [#703381]
2013-07-20 15:44:10 +00:00
joerg
b875b6db86 Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
joerg
71dd2cff59 ISO C++ doesn't allow default arguments on friends, if it isn't a
declaration.
2013-07-18 12:06:10 +00:00
ryoon
0e8af443e3 Regenerate distinfo with emul-distfile target.
* i386 distinfo is lost in previous update. It is fixed.
2013-07-15 11:26:01 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
ryoon
49d89af5f1 Update to 4.0.4
Changelog:
unknown.
I cannot find difference between 4.0.2 and 4.0.4.
2013-07-12 14:32:07 +00:00
taca
45476896e7 Remove Ruby's version denendent directory.
No PKGREVISION bump for short time updates.
2013-07-07 15:12:56 +00:00
taca
b4d7bb89ae Fix creating proper build_info directory.
Bump PKGREVISION.
2013-07-07 15:02:56 +00:00
stacktic
1ccad4ceb8 Update misc/rump to 20130705 2013-07-05 17:20:59 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
adam
f9cd38361f Revbump after updating lang/lua to 5.2.2. 2013-07-04 21:27:56 +00:00
wiz
fdf3c9e67c Bump PKGREVISION for py-sip module major version change. 2013-07-04 17:03:18 +00:00
wiz
8a1a47ca1d Update to 0.4.2. Changes undocumented, but this version is required
by kde-4.11beta1+.
2013-07-04 16:49:03 +00:00
wiz
6e87cabc46 Update to 0.10.3:
goffice 0.10.3:

Jean:
	* Implement color scales. [#695829]
	* Allow color scales to have titles. [#688595]
	* Allow regression equation frame to rotate with text. [#701546]
	* New matrix plots. [#657918][#680806]
	* Set a minimal size for the graph property box. [#699473]
	* Fix crash when loading an invalid graph with a custom theme. [#702887]

Morten:
	* Fix issue with librsvg includes.  [#695167]
	* Make linear regression handle the case where the input
          columns are not independent.  [#551457]
	* Install the unknown_image icon from Gnumeric.  [#700742]
2013-07-04 14:11:28 +00:00
wiz
16bd7cafff Fix buildlink3 file. 2013-07-04 13:44:07 +00:00
wiz
6979f5d8cd Use correct Xrender library. Bump PKGREVISION.
Fixes build with modular xorg.
2013-07-02 21:01:25 +00:00
ryoon
b476738aef Update to 0.99.4
* Add missing dependencies.
* Libtoolized.

Changelog:
===== 0.99.4 (November 30, 2012) =====

* Bulgarian hyphenation patterns, converted by Kaloyan Raev
* Network catalogs: fixed Cyryllic names rendering
* Showing suggestions in search field
* Fixed bug with duplicates series items in LitRes catalog
* Fixed different network bugs in Network Library
2013-06-27 14:21:09 +00:00
joerg
385553e289 Uses deprecated GtkTable. 2013-06-26 21:18:21 +00:00
jperkin
43271c9f2d Fixes for SunOS. 2013-06-24 06:52:52 +00:00
jperkin
f4ec3c69cd SunOS build fixes. 2013-06-23 19:09:14 +00:00