From 4e573db13762c55e9b5a401a1209d5ec95dfb517 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Tue, 23 Nov 2010 04:49:14 +0000 Subject: Update some more outdated pkg-descr WWW lines With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic --- devel/rubygem-chronic/pkg-descr | 2 +- devel/rubygem-daemon_controller/pkg-descr | 2 +- devel/rubygem-holidays/pkg-descr | 2 +- devel/rubygem-thor/pkg-descr | 2 +- devel/rubygem-yajl-ruby/pkg-descr | 2 +- graphics/rubygem-scruffy/pkg-descr | 2 +- net/rubygem-ipaddress/pkg-descr | 2 +- net/rubygem-twitter-stream/pkg-descr | 2 +- security/rubygem-roauth/pkg-descr | 2 +- www/rubygem-amazon-ecs/pkg-descr | 2 +- www/rubygem-htauth/pkg-descr | 2 +- www/rubygem-scrapi/pkg-descr | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/rubygem-chronic/pkg-descr b/devel/rubygem-chronic/pkg-descr index e3f3e1dd1be9..3eb6972d3bb8 100644 --- a/devel/rubygem-chronic/pkg-descr +++ b/devel/rubygem-chronic/pkg-descr @@ -1,3 +1,3 @@ Chronic is a natural language date/time parser written in pure Ruby. -WWW: http://chronic.rubyforge.org/ +WWW: https://github.com/mojombo/chronic diff --git a/devel/rubygem-daemon_controller/pkg-descr b/devel/rubygem-daemon_controller/pkg-descr index a13b6015b793..6cf16fc59def 100644 --- a/devel/rubygem-daemon_controller/pkg-descr +++ b/devel/rubygem-daemon_controller/pkg-descr @@ -1,3 +1,3 @@ A library for implementing daemon management capabilities. -WWW: https://github.com/FooBarWidget/daemon_controller +WWW: https://github.com/FooBarWidget/daemon_controller/tree/master diff --git a/devel/rubygem-holidays/pkg-descr b/devel/rubygem-holidays/pkg-descr index 23a77182d795..da4e7a554e73 100644 --- a/devel/rubygem-holidays/pkg-descr +++ b/devel/rubygem-holidays/pkg-descr @@ -4,4 +4,4 @@ multiple regions based on customisable definition lists. It also extends Ruby's built-in Date class. Author: Alex Dunae -WWW: http://code.dunae.ca/holidays/ +WWW: https://github.com/alexdunae/holidays diff --git a/devel/rubygem-thor/pkg-descr b/devel/rubygem-thor/pkg-descr index 9e98a65db34e..ee9d830d412d 100644 --- a/devel/rubygem-thor/pkg-descr +++ b/devel/rubygem-thor/pkg-descr @@ -1,3 +1,3 @@ A scripting framework that replaces rake, sake and rubigen -WWW: http://yehudakatz.com +WWW: https://github.com/wycats/thor diff --git a/devel/rubygem-yajl-ruby/pkg-descr b/devel/rubygem-yajl-ruby/pkg-descr index bfe5b43885dd..3f7f0a3fdcd9 100644 --- a/devel/rubygem-yajl-ruby/pkg-descr +++ b/devel/rubygem-yajl-ruby/pkg-descr @@ -18,4 +18,4 @@ Features: * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump -WWW: http://github.com/brianmario/yajl-ruby +WWW: https://github.com/brianmario/yajl-ruby diff --git a/graphics/rubygem-scruffy/pkg-descr b/graphics/rubygem-scruffy/pkg-descr index 71bd195a25d2..cb4c6d23102e 100644 --- a/graphics/rubygem-scruffy/pkg-descr +++ b/graphics/rubygem-scruffy/pkg-descr @@ -3,4 +3,4 @@ Graphs can be rendered to SVG code or an image. Blend the beauty of Gruff with the SVG capabilities of SVG::Graph, make it super simple and extensible, and you've got Scruffy. -WWW: http://scruffy.rubyforge.org/ +WWW: http://scruffy.rubyforge.org diff --git a/net/rubygem-ipaddress/pkg-descr b/net/rubygem-ipaddress/pkg-descr index 13af91c2f320..b661b44cfe4f 100644 --- a/net/rubygem-ipaddress/pkg-descr +++ b/net/rubygem-ipaddress/pkg-descr @@ -2,4 +2,4 @@ IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues -WWW: http://rubygems.org/gems/ipaddress +WWW: https://github.com/bluemonk/ipaddress diff --git a/net/rubygem-twitter-stream/pkg-descr b/net/rubygem-twitter-stream/pkg-descr index 2b5c36635e96..d627332b3bf9 100644 --- a/net/rubygem-twitter-stream/pkg-descr +++ b/net/rubygem-twitter-stream/pkg-descr @@ -3,4 +3,4 @@ connection handling. Adheres to twitter's reconnection guidline. JSON format only. -WWW: http://github.com/voloko/twitter-stream +WWW: https://github.com/voloko/twitter-stream diff --git a/security/rubygem-roauth/pkg-descr b/security/rubygem-roauth/pkg-descr index 9262d603982f..6cd92a576db2 100644 --- a/security/rubygem-roauth/pkg-descr +++ b/security/rubygem-roauth/pkg-descr @@ -1,3 +1,3 @@ A simple OAuth library that supports OAuth header signing, and header verifying. -WWW: http://github.com/maccman/roauth +WWW: https://github.com/maccman/roauth diff --git a/www/rubygem-amazon-ecs/pkg-descr b/www/rubygem-amazon-ecs/pkg-descr index 43e8149d92a2..a1072ce50c70 100644 --- a/www/rubygem-amazon-ecs/pkg-descr +++ b/www/rubygem-amazon-ecs/pkg-descr @@ -12,4 +12,4 @@ With that, if in the future, there is a change in REST XML output structure, no changes will be required on amazon-ecs, instead you just need to change your element path. -WWW: http://www.pluitsolutions.com/projects/amazon-ecs +WWW: https://github.com/jugend/amazon-ecs diff --git a/www/rubygem-htauth/pkg-descr b/www/rubygem-htauth/pkg-descr index b2ea5377023f..d6941278a8bb 100644 --- a/www/rubygem-htauth/pkg-descr +++ b/www/rubygem-htauth/pkg-descr @@ -2,4 +2,4 @@ HTAuth is a pure ruby replacement for the Apache support programs htdigest and htpasswd. Command line and API access are provided for access to htdigest and htpasswd files. -WWW: http://copiousfreetime.rubyforge.org/htauth/ +WWW: http://copiousfreetime.rubyforge.org/htauth diff --git a/www/rubygem-scrapi/pkg-descr b/www/rubygem-scrapi/pkg-descr index 3b8490158bf4..755351565ebc 100644 --- a/www/rubygem-scrapi/pkg-descr +++ b/www/rubygem-scrapi/pkg-descr @@ -1,4 +1,4 @@ scrAPI toolkit for Ruby. Uses CSS selectors to write easy, maintainable HTML scraping rules. -WWW: http://blog.labnotes.org/category/scrapi/ +WWW: https://github.com/assaf/scrapi -- cgit v1.2.3