Index: head/audio/rubygem-librmpd/pkg-descr =================================================================== --- head/audio/rubygem-librmpd/pkg-descr (revision 431906) +++ head/audio/rubygem-librmpd/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ librmpd is a simple yet powerful Music Player Daemon library written entirely in Ruby. It provides callback functionality to create an event/listener type of setup, along with thread safety for threaded apps. -WWW: https://rubygems.org/gems/librmpd/ +WWW: https://rubygems.org/gems/librmpd Index: head/converters/rubygem-base32/pkg-descr =================================================================== --- head/converters/rubygem-base32/pkg-descr (revision 431906) +++ head/converters/rubygem-base32/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ Ruby extension for base32 encoding and decoding -WWW: https://rubygems.org/gems/base32/ +WWW: https://rubygems.org/gems/base32 Index: head/databases/rubygem-do_mysql/pkg-descr =================================================================== --- head/databases/rubygem-do_mysql/pkg-descr (revision 431906) +++ head/databases/rubygem-do_mysql/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ Ruby DataObjects driver for MySQL The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. -WWW: https://rubygems.org/gems/do_mysql/ +WWW: https://rubygems.org/gems/do_mysql Index: head/databases/rubygem-do_postgres/pkg-descr =================================================================== --- head/databases/rubygem-do_postgres/pkg-descr (revision 431906) +++ head/databases/rubygem-do_postgres/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ Ruby DataObjects driver for PostgreSQL The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. -WWW: https://rubygems.org/gems/do_postgres/ +WWW: https://rubygems.org/gems/do_postgres Index: head/databases/rubygem-do_sqlite3/pkg-descr =================================================================== --- head/databases/rubygem-do_sqlite3/pkg-descr (revision 431906) +++ head/databases/rubygem-do_sqlite3/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ Ruby DataObjects driver to the SQLite DB engine version 3 The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. -WWW: https://rubygems.org/gems/do_sqlite3/ +WWW: https://rubygems.org/gems/do_sqlite3 Index: head/databases/rubygem-rbase/pkg-descr =================================================================== --- head/databases/rubygem-rbase/pkg-descr (revision 431906) +++ head/databases/rubygem-rbase/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ RBase is a library to manipulate XBase database using Ruby. -WWW: https://rubygems.org/gems/rbase/ +WWW: https://rubygems.org/gems/rbase Index: head/devel/rubygem-abstract/pkg-descr =================================================================== --- head/devel/rubygem-abstract/pkg-descr (revision 431906) +++ head/devel/rubygem-abstract/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ 'abstract.rb' is a library which enable you to define abstract method in Ruby. Abstract method makes your code more descriptive. It is useful even for dynamic language such as Ruby. -WWW: https://rubygems.org/gems/abstract/ +WWW: https://rubygems.org/gems/abstract Index: head/devel/rubygem-clio/pkg-descr =================================================================== --- head/devel/rubygem-clio/pkg-descr (revision 431906) +++ head/devel/rubygem-clio/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ Clio is a great way to build commandline tools. It provides an advanced options parser with a variety of notations suited to almost any perfered style, and provides a very rich and easy to use library for generating console output. -WWW: https://rubygems.org/gems/clio/ +WWW: https://rubygems.org/gems/clio Index: head/devel/rubygem-ditz/pkg-descr =================================================================== --- head/devel/rubygem-ditz/pkg-descr (revision 431906) +++ head/devel/rubygem-ditz/pkg-descr (revision 431907) @@ -1,7 +1,7 @@ Ditz is a simple, light-weight distributed issue tracker designed to work with distributed version control systems like git, darcs, Mercurial, and Bazaar. It can also be used with centralized systems like SVN. -WWW: https://rubygems.org/gems/ditz/ +WWW: https://rubygems.org/gems/ditz Index: head/devel/rubygem-gem_plugin/pkg-descr =================================================================== --- head/devel/rubygem-gem_plugin/pkg-descr (revision 431906) +++ head/devel/rubygem-gem_plugin/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ GemPlugin is a system that lets your users install gems and lets you load them as additional features to use in your software. It originated from the Mongrel (http://mongrel.rubyforge.org/) project but proved useful enough to break out into a separate project. -WWW: https://rubygems.org/gems/gem_plugin/ +WWW: https://rubygems.org/gems/gem_plugin Index: head/devel/rubygem-getopt/pkg-descr =================================================================== --- head/devel/rubygem-getopt/pkg-descr (revision 431906) +++ head/devel/rubygem-getopt/pkg-descr (revision 431907) @@ -1,4 +1,4 @@ Implements a simple Getopt::Std class for command line parsing, as well as a Getopt::Long class for more advanced command line parsing. -WWW: https://rubygems.org/gems/getopt/ +WWW: https://rubygems.org/gems/getopt Index: head/devel/rubygem-io-like/pkg-descr =================================================================== --- head/devel/rubygem-io-like/pkg-descr (revision 431906) +++ head/devel/rubygem-io-like/pkg-descr (revision 431907) @@ -1,7 +1,7 @@ The IO::Like module provides all of the methods of typical IO implementations such as File; most importantly the read, write, and seek series of methods. A class which includes IO::Like needs to provide only a few methods in order to enable the higher level methods. Buffering is automatically provided by default for the methods which normally provide it in IO. -WWW: https://rubygems.org/gems/io-like/ +WWW: https://rubygems.org/gems/io-like Index: head/devel/rubygem-ptreloaded/pkg-descr =================================================================== --- head/devel/rubygem-ptreloaded/pkg-descr (revision 431906) +++ head/devel/rubygem-ptreloaded/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ ParseTreeReloaded is a reimplementation of ParseTree using RubyInlineAcceleration. The goal is to provide full compatibility to ParseTree while making it easier to build and extend. -WWW: https://rubygems.org/gems/ptreloaded/ +WWW: https://rubygems.org/gems/ptreloaded Index: head/devel/rubygem-racc/pkg-descr =================================================================== --- head/devel/rubygem-racc/pkg-descr (revision 431906) +++ head/devel/rubygem-racc/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ Racc is an LALR(1) parser generator for Ruby. It is written in Ruby and generates Ruby code. Almost all functions of yacc(1) is implemented. -WWW: https://rubygems.org/gems/racc/ +WWW: https://rubygems.org/gems/racc Index: head/devel/rubygem-rubyinlineaccel/pkg-descr =================================================================== --- head/devel/rubygem-rubyinlineaccel/pkg-descr (revision 431906) +++ head/devel/rubygem-rubyinlineaccel/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ RubyInlineAcceleration is an extension to RubyInline which provides an easy way to use C libraries in Ruby by directly wrapping methods, structures and fields. -WWW: https://rubygems.org/gems/rubyinlineaccel/ +WWW: https://rubygems.org/gems/rubyinlineaccel Index: head/devel/rubygem-stemmer/pkg-descr =================================================================== --- head/devel/rubygem-stemmer/pkg-descr (revision 431906) +++ head/devel/rubygem-stemmer/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ An implementation of the Porter word stemming algorithm. -WWW: https://rubygems.org/gems/stemmer/ +WWW: https://rubygems.org/gems/stemmer Index: head/devel/rubygem-webby/pkg-descr =================================================================== --- head/devel/rubygem-webby/pkg-descr (revision 431906) +++ head/devel/rubygem-webby/pkg-descr (revision 431907) @@ -1,14 +1,14 @@ Webby is a fantastic little website management system. It would be called a content management system if it were a bigger kid. But, it's just a runt with a special knack for transforming text. Webby works by combining the contents of a page with a layout to produce HTML. The layout contains everything common to all the pages HTML headers, navigation menu, footer, etc. and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few. -WWW: https://rubygems.org/gems/webby/ +WWW: https://rubygems.org/gems/webby Index: head/graphics/rubygem-objectdetect/pkg-descr =================================================================== --- head/graphics/rubygem-objectdetect/pkg-descr (revision 431906) +++ head/graphics/rubygem-objectdetect/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ This is a simple library for detecting objects in pictures. -WWW: https://rubygems.org/gems/objectdetect/ +WWW: https://rubygems.org/gems/objectdetect Index: head/mail/rubygem-tmail/pkg-descr =================================================================== --- head/mail/rubygem-tmail/pkg-descr (revision 431906) +++ head/mail/rubygem-tmail/pkg-descr (revision 431907) @@ -1,4 +1,4 @@ TMail is a mail manipulating library for Ruby, with RFC822 and MIME multipart support. -WWW: https://rubygems.org/gems/tmail/ +WWW: https://rubygems.org/gems/tmail Index: head/math/rubygem-narray/pkg-descr =================================================================== --- head/math/rubygem-narray/pkg-descr (revision 431906) +++ head/math/rubygem-narray/pkg-descr (revision 431907) @@ -1,7 +1,7 @@ NArray is an Numerical N-dimensional Array class. Supported element types are 1/2/4-byte Integer, single/double-precision Real/Complex, and Ruby Object. This extension library incorporates fast calculation and easy manipulation of large numerical arrays into the Ruby language. NArray has features similar to NumPy, but NArray has vector and matrix subclasses. -WWW: https://rubygems.org/gems/narray/ +WWW: https://rubygems.org/gems/narray Index: head/net/rubygem-aws-s3/pkg-descr =================================================================== --- head/net/rubygem-aws-s3/pkg-descr (revision 431906) +++ head/net/rubygem-aws-s3/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ Client library for Amazon's Simple Storage Service's REST API -WWW: https://rubygems.org/gems/aws-s3/ +WWW: https://rubygems.org/gems/aws-s3 Index: head/net/rubygem-net-netrc/pkg-descr =================================================================== --- head/net/rubygem-net-netrc/pkg-descr (revision 431906) +++ head/net/rubygem-net-netrc/pkg-descr (revision 431907) @@ -1,4 +1,4 @@ Net::Netrc is a pure-Ruby module providing ftp(1)-style .netrc parsing. It is inspired by Graham Barr's Perl Net::Netrc module. -WWW: https://rubygems.org/gems/net-netrc/ +WWW: https://rubygems.org/gems/net-netrc Index: head/net-mgmt/rubygem-snmp/pkg-descr =================================================================== --- head/net-mgmt/rubygem-snmp/pkg-descr (revision 431906) +++ head/net-mgmt/rubygem-snmp/pkg-descr (revision 431907) @@ -1,6 +1,6 @@ This library implements SNMP (the Simple Network Management Protocol). It is implemented in pure Ruby, so there are no dependencies on external libraries like net-snmp. You can run this library anywhere that Ruby can run. -WWW: https://rubygems.org/gems/snmp/ +WWW: https://rubygems.org/gems/snmp Index: head/security/rubygem-ezcrypto/pkg-descr =================================================================== --- head/security/rubygem-ezcrypto/pkg-descr (revision 431906) +++ head/security/rubygem-ezcrypto/pkg-descr (revision 431907) @@ -1,11 +1,11 @@ EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby library. Features * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like -WWW: https://rubygems.org/gems/ezcrypto/ +WWW: https://rubygems.org/gems/ezcrypto Index: head/textproc/rubygem-htmlentities/pkg-descr =================================================================== --- head/textproc/rubygem-htmlentities/pkg-descr (revision 431906) +++ head/textproc/rubygem-htmlentities/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents. -WWW: https://rubygems.org/gems/htmlentities/ +WWW: https://rubygems.org/gems/htmlentities Index: head/textproc/rubygem-ini/pkg-descr =================================================================== --- head/textproc/rubygem-ini/pkg-descr (revision 431906) +++ head/textproc/rubygem-ini/pkg-descr (revision 431907) @@ -1,8 +1,8 @@ Ah yes, INI files. We love them. We hate them. We cannot escape them. Originally made popular by Windows, INI files are everywhere including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This gem has one goal: make INI file, structure, and stream manipulation as fast, safe, and simple as possible. We take a modal approach with a pluggable parser class. -WWW: https://rubygems.org/gems/ini/ +WWW: https://rubygems.org/gems/ini Index: head/textproc/rubygem-opml/pkg-descr =================================================================== --- head/textproc/rubygem-opml/pkg-descr (revision 431906) +++ head/textproc/rubygem-opml/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ A simple wrapper for parsing OPML files. -WWW: https://rubygems.org/gems/opml/ +WWW: https://rubygems.org/gems/opml Index: head/textproc/rubygem-tidy/pkg-descr =================================================================== --- head/textproc/rubygem-tidy/pkg-descr (revision 431906) +++ head/textproc/rubygem-tidy/pkg-descr (revision 431907) @@ -1,3 +1,3 @@ Ruby interface to HTML Tidy Library Project -WWW: https://rubygems.org/gems/tidy/ +WWW: https://rubygems.org/gems/tidy Index: head/www/rubygem-layout_yullio_generator/pkg-descr =================================================================== --- head/www/rubygem-layout_yullio_generator/pkg-descr (revision 431906) +++ head/www/rubygem-layout_yullio_generator/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ Yullio is the combination of Mollio CSS/HTML template and Yahoo UI grid. This generator copies and prepares the necessary files for your Rails app and gives your views instantly solid design and layout flexibility. -WWW: https://rubygems.org/gems/layout-yullio/ +WWW: https://rubygems.org/gems/layout-yullio Index: head/www/rubygem-rfeedfinder/pkg-descr =================================================================== --- head/www/rubygem-rfeedfinder/pkg-descr (revision 431906) +++ head/www/rubygem-rfeedfinder/pkg-descr (revision 431907) @@ -1,5 +1,5 @@ rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries -- whatever it takes -- to find the feed. -WWW: https://rubygems.org/gems/rfeedfinder/ +WWW: https://rubygems.org/gems/rfeedfinder