Commit graph

196951 commits

Author SHA1 Message Date
taca
9e6a79de78 Note update of print/ruby-pdf-reader package to 1.3.0. 2013-02-11 08:59:19 +00:00
taca
de0fc45d26 Update ruby-pdf-reader to 1.3.0.
v1.3.0 (30th December 2012)
- Numerous performance optimisations (thanks Alex Dowad)
- Improved text extraction (thanks Nathaniel Madura)
- Load less of the hashery gem to reduce core monkey patches
- various bug fixes
2013-02-11 08:58:50 +00:00
wiz
b3ffcff25a Updated audio/easytag to 2.1.8 2013-02-11 08:56:51 +00:00
taca
b60a3bb481 Note addition of fonts/ruby-afm package version 0.2.0. 2013-02-11 08:56:46 +00:00
wiz
15d6fe2c21 Update to 2.1.8:
2.1.8 - 2013-02-10 :
====================
    * Port to and require the most recent GTK+ 2 release (2.24)
    * Allow experimental compilation against GTK+ 3
    * Many memory leaks fixed
    * Remove the Debian and RPM packaging
    * Christoph J. Thompson's change to not install the ChangeLog
    * Adrian Bunk's FLAC, configure, sign comparison warning and GBase64 fixes
    * Waqa Qamar's new icons
    * Small fixes to allow compilation under mingw
    * Fix overlaid text in scanner legend
    * Alessio Ababilov's SIGCHLD handling fix
    * Move configuration files to XDG firectories
    * Andreas Winkelmann's configuration file, remove all text, disc number
      column and compiler warning fixes
    * Switch to TagLib for MP4 tag editing and drop libmp4v2 support
    * Fix album artist entry focus chain order
    * Remove Changes tab in about dialog
    * Tidy and internationalize the desktop file
    * Fix many spelling errors and typos
    * Several translation updates
    * Rewrite build system
    * Use intltool for internationalization
    * Drop dependency on libtool
    * Leonid Podolny's easytag-2.1.6-from-txt.patch for segfault when pressing
      "Apply" in "Load filenames from TXT" dialog,
    * WiseLord's fix-genre-tag.patch to fix predefined genres displayed under
      legacy systems.
    * Michał Smoczyk's updated Polish translation
    * Christoph J. Thompson's .desktop cleanup patch
    * Christoph J. Thompson's add a new option to trim spaces when renaming
      files patch
    * Nick Lanham's to make easytag compile against newest version of libmp4v2
    * Wojciech Wierchola's file save performance improvement
    * Julian Taylor's fix out of bound array access
    * Honore Doktorr's revised libmp4v2 patch
    * Algimantas Margevičius's Lithuanian translation
2013-02-11 08:56:39 +00:00
taca
1308ed0764 Add and enable ruby-afm. 2013-02-11 08:56:24 +00:00
taca
378a2a87de Add ruby-afm package version 0.2.0.
= afm

A very simple library to read Adobe Font Metrics files (afm).

Currently simply parses the file and saves it in a few attributes.
2013-02-11 08:55:56 +00:00
taca
e28a2feb93 Note addition of devel/ruby-term-ansicolor package version 1.0.7. 2013-02-11 08:54:30 +00:00
taca
79f2e88bf5 Add and enable ruby-term-ansicolor. 2013-02-11 08:54:05 +00:00
taca
8b87a0c6bb Add ruby-term-ansicolor package version 1.0.7.
= Term::ANSIColor - ANSI escape sequences in Ruby

== Description

This library can be used to color/decolor strings using ANSI escape sequences.
2013-02-11 08:53:37 +00:00
taca
03292b6ec4 Note addition of devel/ruby-path package version 1.3.1. 2013-02-11 08:51:54 +00:00
taca
24a9585789 Add and enable ruby-path. 2013-02-11 08:51:33 +00:00
taca
b08b645050 Add ruby-path package version 1.3.1.
Path - a Path manipulation library

Path is a library to manage paths.  It is similar to Pathname, but has some
extra goodness.  The method names are intended to be short and explicit, and
avoid too much duplication like having 'name' or 'path' in the method name.

I believe the object-oriented approach to manipulate paths is very elegant and
useful.  Paths are naturally the subject of their methods and even if they are
simple Strings behind, they carry way much more information and deserve a
first-class status.

Also, using a path library like this avoid to remember in which class the
functionality is implemented, everything is in one place (if not, please open
an issue!).
2013-02-11 08:51:00 +00:00
taca
7ac62b46f7 Note addition of devel/ruby-parslet package version 1.4.0. 2013-02-11 08:48:27 +00:00
taca
091cd54dd0 Add and enable ruby-parslet. 2013-02-11 08:47:45 +00:00
taca
9817452b5f Add ruby-parslet package version 1.4.0.
Parslet makes developing complex parsers easy. It does so by

* providing the best error reporting possible
* not generating reams of code for you to debug

Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.
2013-02-11 08:47:19 +00:00
taca
5544d2e8c6 Note addition of devel/ruby-blankslate package version 2.1.2.4. 2013-02-11 08:39:19 +00:00
taca
f608bbb2b8 Add and enable ruby-blankslate. 2013-02-11 08:38:57 +00:00
taca
6ad141d85e Add ruby-blankslate package version 2.1.2.4.
BlankSlate provides a base class where almost all of the methods from Object
and Kernel have been removed.  This is useful when providing proxy object and
other classes that make heavy use of method_missing.
2013-02-11 08:37:56 +00:00
taca
aaa0a78521 Add and enable ruby-backports. 2013-02-11 07:57:44 +00:00
taca
57f72be25a Note addition of devel/ruby-backports package version 2.7.1. 2013-02-11 07:56:23 +00:00
taca
e8fbf298dc Add ruby-backports package version 2.7.1.
= Backports Library

* Yearning to use some of the new cool features in Ruby 2.0.0 while using
  1.8.6?
* One of your client is stuck with Ruby 1.8.6 but you want to use a gem using
  some features of 1.8.7?
* Can't remember if you can use Array#sample or String#each_char on a friend's
  box?

This gem is for you!

The goal of 'backports' is to make it easier to write ruby code that runs
across different versions of Ruby. All you need to bring any version of Ruby
up to today's standards:

  require 'backports'

This will bring in all the features of 1.8.7 (for Ruby 1.8.6) and many
features of Ruby 1.9.1 (for Ruby 1.8.x), Ruby 1.9.2 and Ruby 1.9.3 (for all
earlier versions)!

+Note+: Although I am a Ruby committer, this gem is a personal project and is
not endorsed by ruby-core.
2013-02-11 07:54:32 +00:00
agc
81747b07f2 Fix the package name to reflect that this is version 1.3beta 2013-02-11 07:22:29 +00:00
agc
4bb0a99786 Note addition of security/ipv6-toolkit version 1.3b 2013-02-11 06:58:12 +00:00
agc
ced65a02fb Add and enable ipv6-toolkit 2013-02-11 06:56:32 +00:00
agc
96464e2c63 Initial import of the SI6 ipv6-toolkit, a security assessment and
troubleshooting package for ipv6, into the Packages Collection. This is version
1.3b.

	The SI6 Networks' IPv6 toolkit is a set of IPv6
	security/trouble-shooting tools, that can send arbitrary IPv6-based
	packets.

	flow6:	A tool to perform a security asseessment of the IPv6 Flow Label.
	frag6:  A tool to perform IPv6 fragmentation-based attacks and to
		perform a security assessment of a number of fragmentation-related
		aspects.
	icmp6:	A tool to perform attacks based on ICMPv6 error messages.
	jumbo6:	A tool to assess potential flaws in the handling of IPv6 Jumbograms.
	na6:	A tool to send arbitrary Neighbor Advertisement messages.
	ni6:	A tool to send arbitrary ICMPv6 Node Information messages, and
		assess possible flaws in the processing of such packets.
	ns6:	A tool to send arbitrary Neighbor Solicitation messages.
	ra6:	A tool to send arbitrary Router Advertisement messages.
	rd6:	A tool to send arbitrary ICMPv6 Redirect messages.
	rs6:	A tool to send arbitrary Router Solicitation messages.
	scan6:	An IPv6 address scanning tool.
	tcp6:	A tool to send arbitrary TCP segments and perform a variety of
		TCP-based attacks.
2013-02-11 06:55:05 +00:00
taca
63dd39a3c5 Note update of security/opendnssec package to 1.3.12nb2. 2013-02-11 05:01:44 +00:00
taca
4235ca219d Depends on rubygems when ruby's version is 1.8.7.
Bump PKGREVISION.
2013-02-11 05:01:13 +00:00
taca
6af42be99f Note update of www/thoth package to 0.2.1nb3. 2013-02-11 04:58:48 +00:00
taca
bd5832b332 Depends on newer version of ruby-erubis.
Bump PKGREVISION.
2013-02-11 04:58:17 +00:00
taca
f26bc9d0aa Note update of these packages:
sysutils/ruby-fssm	0.2.10
	sysutils/ruby-facter	1.6.17
	sysutils/capistrano	2.14.2
2013-02-11 04:18:44 +00:00
taca
8b23f42e8a Update capistrano to 2.14.2.
## 2.14.1 (tentative) / January 10 2013

## 2.14.0 / January 9 2013

* Removed ui.output_cols limit of 80 chars (@aussielunix)
* Added :p4charset variable for Perforce command line (@randyinla)
* Added support for rolling back assets, and removing expired assets (@ndbroadbent)
* Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since it does much more than just colors
  (@ndbroadbent)
* Use more intelligence in setting the :scm variable based on known version control directory names (@czarneckid)
* Remove the deploy:web:{disable, enable} tasks (@carsomyr)
* Group finalize_update shell commands into one command, harden shell calls with #shellescape, and separate arguments
  with -- (@ndbroadbent)
2013-02-11 04:17:38 +00:00
taca
d8c848dd91 Update ruby-facter to 1.6.17.
Exact changes are unavailable.
2013-02-11 04:16:46 +00:00
taca
13cf462f9c Update ruby-fssm to 0.2.10.
A few bug fixes, includeing remove of the deprecation message.
2013-02-11 04:14:58 +00:00
taca
b2b6aca844 Note update of www/ruby-rack-ssl package to 1.3.3. 2013-02-11 04:04:23 +00:00
taca
02d6347e32 Update ruby-rack-ssl to 1.3.3.
o Add :port to options.
o use status 307 for anything but GET or HEAD.
2013-02-11 04:03:45 +00:00
taca
287aacae1e Note update of these packages:
net/ruby-amq-protocol		1.1.0
	net/ruby-amq-client		0.9.11
2013-02-11 03:59:43 +00:00
taca
5e7a9077e4 Update ruby-amq-client to 0.9.11.
A various bug fixes.
2013-02-11 03:58:37 +00:00
taca
51eac7d862 Update ruby-amq-protocol to 1.1.0.
## Changes between 1.0.0 and 1.1.0

### Performance Enhancements

Encoding of large payloads is now done more efficiently.

Contributed by Greg Brockman.
2013-02-11 03:56:17 +00:00
taca
924c20caed Note update of mail/ruby-mime-types package to 1.21. 2013-02-11 03:19:07 +00:00
taca
c2958f9317 Update ruby-mime-types to 1.21.
== 1.21 / 2013-02-09

* New MIME Types:
  * Various new or updated MIME types by Garret Alfert:
    application/vnd.ms-fontobject, .eot; application/x-chrome-extension, .crx;
    application/x-web-app-manifest\+json, .webapp; application/x-xpinstall,
    .xpi; image/svg\+xml, .svg, .svgz; image/webp, .webp; text/cache-manifest,
    .appcache, .manifest. https://github.com/halostatue/mime-types/pull/24
* Fixed some Manifest.txt related madness on Travis.

== 1.20.1 / 2013-01-26

* New MIME Types:
  * Apple iWork document types added by Hans de Graaff
    (application/x-iwork-keynote-sffkey, .key;
    application/x-iwork-pages-sffpages, .pages;
    application/x-iwork-numbers-sffnumbers, .numbers).
    https://github.com/halostatue/mime-types/issue/20
  * epub, ibooks, mobi, and DMG content types by Mauricio
    Linhares (mac:application/x-apple-diskimage, .dmg; application/epub\+zip,
    .epub; application/x-ibooks\+zip, .ibooks; application/x-mobipocket-ebook,
    .mobi). https://github.com/halostatue/mime-types/issue/22
  * rss content type by Garret Alfert (application/rss\+xml, .rss).
    https://github.com/halostatue/mime-types/issue/23
  * Added or updated MIME types from the latest IANA list.
* Fixed MIME Types:
  * Excel macro-enabled spreadsheets had an incorrect extension. Thanks to
    Rafael Belvederese for reporting this issue.
    https://github.com/halostatue/mime-types/issue/21
* Enabled for use with travis.
* Enabled gem signing.
* Fixed an error related to MIME type downloads.
* This was previously published as 1.20, but I had forgotten some attributions.
2013-02-11 03:18:15 +00:00
taca
162912a795 Note update of these packages:
graphics/ruby-RMagick		2.13.2
	graphics/ruby-oily_png		1.0.3
2013-02-11 03:15:45 +00:00
taca
a3fd60fd2d Update ruby-oily_png to 1.0.3.
A few bug fixes.
2013-02-11 03:14:36 +00:00
taca
83a503db97 Update ruby-RMagick to 2.13.2.
RMagick 2.13.2
    o Fixed issues preventing RMagick from working with version 6.8 or higher
    o Fixed issues preventing RMagick from working with ruby 1.9.3
2013-02-11 03:12:42 +00:00
taca
7432b33a59 Note update of these packages:
devel/ruby-parser	3.1.1
	devel/ruby2ruby		2.0.3
	devel/ruby-thor		0.17.0
2013-02-11 03:09:12 +00:00
taca
b9292e5a31 Update ruby-thor to 0.17.0.
0.17.0, release 2013-01-24

    Add better support for tasks that accept arbitrary additional arguments (e.g. things like bundle exec)
    Add #stop_on_unknown_option!
    Only strip from stdin.gets if it wasn't ended with EOF
    Allow "send" as a task name
    Allow passing options as arguments after "--"
    Autoload Thor::Group

0.16.0, release 2012-08-14

    Add enum to string arguments

0.15.4, release 2012-06-29

    Fix regression when destination root contains reserved regexp characters

0.15.3, release 2012-06-18

    Support strict_args_position! for backwards compatibility
    Escape Dir glob characters in paths

0.15.2, released 2012-05-07

    Added print_in_columns
    Exposed terminal_width as a public API

0.15.1, release 2012-05-06

    Fix Ruby 1.8 truncation bug with unicode chars
    Fix shell delegate methods to pass their block
    Don't output trailing spaces when printing the last column in a table

0.15, released 2012-04-29

    Alias method_options to options
    Refactor say to allow multiple colors
    Exposed error as a public API
    Exposed file_collision as a public API
    Exposed print_wrapped as a public API
    Exposed set_color as a public API
    Fix number-formatting bugs in print_table
    Fix "indent" typo in print_table
    Fix Errno::EPIPE when piping tasks to head
    More friendly error messages
2013-02-11 03:08:05 +00:00
taca
073f74ec89 Update ruby2ruby to 2.0.3.
=== 2.0.3 / 2013-02-07

* 2 minor enhancements:

  * 1.9: Added support for ! call to go back to (not ...).
  * 2nd and 3rd order testing now uses RubyPraser.for_current_ruby for maximal carnage.

* 1 bug fix:

  * On failure (eg ruby 2.0), fall back to compound RubyParser instance for 2nd & 3rd order testing

=== 2.0.2 / 2013-01-16

* 1 minor enhancement:

  * Updated to ruby_parser 3.1 and up
2013-02-11 03:06:57 +00:00
taca
f8a2a240be Update ruby-parser to 3.1.1.
=== 3.1.1 / 2012-12-19

* 1 minor enhancement:

  * Added MOVE_TIMEOUT env var for ruby_parse_extract_error to move slow files to a sibling directory

* 4 bug fixes:

  * 1.9: Fixed lexing of "0o". (whitequark)
  * 1.9: Fixed parsing of unary plus on literals. (whitequark)
  * Added timeout arg to RubyParser#process to pass through to the real parser
  * Updated Synopsis to reflect new options for running RP. (louismullie)

=== 3.1.0 / 2012-12-06

* 2 minor enhancements:

  * Added RubyParser.for_current_ruby to provide a parser that matches your runtime. (neilconway)
  * Duck-typed IDENT_CHAR_RE instead of using RUBY_VERSION

* 3 bug fixes:

  * Cleared out body comments in class/module/defn/defs
  * Flipped lexer tests to US-ASCII to avoid encoding hell
  * yyerror is now an alias for syntax_error
2013-02-11 03:06:16 +00:00
taca
28e72adad0 Note update of thses packages:
devel/ruby-flexmock			1.3.0
	devel/ruby-gettext_i18n_rails		0.9.2
	devel/ruby-kgio				2.8.0
	devel/ruby-mocha			0.13.2
	devel/ruby-rbx-require-relative		0.0.9
	devel/ruby-sexp-processor		4.1.4
	devel/ruby-test-unit			2.5.4
2013-02-11 03:00:25 +00:00
taca
49fbae8542 Update ruby-test-unit to 2.5.4.
2.5.4 - 2013-01-23

It's a bug fix release.
Improvements

* Added documents for data driven test functionality.
* Added TSV support for data driven test functionality.
* Support tag inspection on JRuby.

Fixes

* Fixed a bug. It is too slow to filter tests when there are many tests. [GitHub#46]
* Accept anonymous test suite. [GitHub:#49] [Reported by Matthew Rudy Jacobs]

Thanks

* Matthew Rudy Jacobs
2013-02-11 02:58:54 +00:00