Bug#868536: ITP: ruby-geocoder -- complete geocoding solution for Ruby

2017-07-16 Thread icyfire
Package: wnpp Severity: 
wishlist Owner: Rajeev R Menon  
X-Debbugs-CC: debian-de...@lists.debian.org 

* Package name : ruby-geocoder Version : 1.4.4 
  Upstream Author : Alex Reisner  
(http://www.rubygeocoder.com) 
* URL : http://www.rubygeocoder.com 
* License : Expat 
  Programming Lang: Ruby 
  Description : complete geocoding solution for Ruby

 Geocoder is a complete geocoding solution for Ruby. With Rails, it adds 
 geocoding (by street or IP address), reverse geocoding (finding street address 
 based on given coordinates), and distance queries. It's as simple as calling 
 `geocode` on your objects, and then using a scope like `Venue.near 
 ("Billings, MT")`. 
 . 
 Designed for Rails but works with Sinatra and other Rack frameworks too.



Bug#868530: ITP: ruby-geocoder -- complete geocoding solution for Ruby

2017-07-16 Thread icyfire
Package: wnpp Severity: wishlist Owner: Rajeev R Menon  X-Debbugs-CC: 
debian-de...@lists.debian.org (mailto:debian-de...@lists.debian.org) * Package 
name : ruby-geocoder Version : 1.4.4 Upstream Author : Alex Reisner  
(http://www.rubygeocoder.com) * URL : http://www.rubygeocoder.com 
(http://www.rubygeocoder.com) * License : Expat Programming Lang: Ruby 
Description : complete geocoding solution for Ruby Geocoder is a complete 
geocoding solution for Ruby. With Rails, it adds geocoding (by street or IP 
address), reverse geocoding (finding street address based on given 
coordinates), and distance queries. It's as simple as calling `geocode` on your 
objects, and then using a scope like `Venue.near ("Billings, MT")`. . Designed 
for Rails but works with Sinatra and other Rack frameworks too.


Bug#868516: ITP: node-run-queue -- promise based dynamic priority queue runner

2017-07-16 Thread icyfire
Package: wnpp
Severity: wishlist
Owner: Rajeev R Menon 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-run-queue
  Version : 1.0.3
  Upstream Author : Rebecca Turner  (http://re-becca.org/)
* URL : https://npmjs.com/package/run-queue
* License : ISC
  Programming Lang: JavaScript
  Description : promise based dynamic priority queue runner

 A promise based, dynamic priority queue runner, with concurrency limiting.
 .
 The concurrency means that processes don't finish in order, because some take 
 longer than others. Each priority level must finish entirely before the 
 next priority level is run. Priorities essentially represent distinct job 
 queues. All jobs in a queue must complete before the next highest priority job 
 queue is executed. Lowest is executed first.  
 .
 Node.js is an event-based server-side JavaScript engine.

It is a dependency of npm.

Pirate Praveen has agreed to sponsor this package. I am interested to
join the Debian Javascript Maintainers Team.



Bug#868439: ITP: node-url-parse-lax -- Lax url.parse() with support for protocol-less URLs & IPs

2017-07-15 Thread icyfire
Package: wnpp
Severity: wishlist
Owner: Rajeev R Menon 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name : node-url-parse-lax
  Version : 1.0.0
  Upstream Author : Sindre Sorhus  (sindresorhus.com)
* URL : https://github.com/sindresorhus/url-parse-lax#readme
* License : Expat
  Programming Lang: JavaScript
  Description : Lax url.parse() with support for protocol-less URLs & IPs

 url.parse() with support for protocol-less URLs & IPs
 Lax url.parse() with support for protocol-less URLs & IPs
 .
 Usage
 .
 var urlParseLax = require('url-parse-lax');
 The url.parse() method takes a URL string, 
 parses it, and returns a URL object.
 A TypeError is thrown if urlString is not a string.
 A URIError is thrown if the auth property is present 
 but cannot be decoded.
 .
 Node.js is an event-based server-side JavaScript engine.

It is a dependency of npm.

Pirate Praveen has agreed to sponsor this package. I am 
interested to join the Debian Javascript Maintainers team.