1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update WWW: remove trailing /

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-19 19:35:24 +00:00
parent 0d72ea9661
commit 6d41f86b7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431907
30 changed files with 30 additions and 30 deletions

View File

@ -2,4 +2,4 @@ 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

View File

@ -1,3 +1,3 @@
Ruby extension for base32 encoding and decoding
WWW: https://rubygems.org/gems/base32/
WWW: https://rubygems.org/gems/base32

View File

@ -3,4 +3,4 @@ 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

View File

@ -3,4 +3,4 @@ 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

View File

@ -3,4 +3,4 @@ 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

View File

@ -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

View File

@ -3,4 +3,4 @@
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

View File

@ -3,4 +3,4 @@ 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

View File

@ -4,4 +4,4 @@ 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

View File

@ -3,4 +3,4 @@ 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

View File

@ -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

View File

@ -4,4 +4,4 @@ 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

View File

@ -3,4 +3,4 @@ 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

View File

@ -2,4 +2,4 @@ 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

View File

@ -2,4 +2,4 @@ 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

View File

@ -1,3 +1,3 @@
An implementation of the Porter word stemming algorithm.
WWW: https://rubygems.org/gems/stemmer/
WWW: https://rubygems.org/gems/stemmer

View File

@ -11,4 +11,4 @@ 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

View File

@ -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

View File

@ -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

View File

@ -4,4 +4,4 @@ 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

View File

@ -3,4 +3,4 @@ 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

View File

@ -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

View File

@ -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

View File

@ -8,4 +8,4 @@ Features
* Single class object oriented access to most commonly used features
* Ruby like
WWW: https://rubygems.org/gems/ezcrypto/
WWW: https://rubygems.org/gems/ezcrypto

View File

@ -2,4 +2,4 @@ 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

View File

@ -5,4 +5,4 @@ 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

View File

@ -1,3 +1,3 @@
A simple wrapper for parsing OPML files.
WWW: https://rubygems.org/gems/opml/
WWW: https://rubygems.org/gems/opml

View File

@ -1,3 +1,3 @@
Ruby interface to HTML Tidy Library Project
WWW: https://rubygems.org/gems/tidy/
WWW: https://rubygems.org/gems/tidy

View File

@ -2,4 +2,4 @@ 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

View File

@ -2,4 +2,4 @@ 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