Importing net/ruby-addressable 2.2.0.
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
This commit is contained in:
parent
f554f27dbb
commit
f35fab7f0a
4 changed files with 48 additions and 0 deletions
3
net/ruby-addressable/DESCR
Normal file
3
net/ruby-addressable/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Addressable is a replacement for the URI implementation that is part of
|
||||
Ruby's standard library. It more closely conforms to the relevant RFCs and
|
||||
adds support for IRIs and URI templates.
|
16
net/ruby-addressable/Makefile
Normal file
16
net/ruby-addressable/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 06:56:00 taca Exp $
|
||||
|
||||
DISTNAME= addressable-2.2.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://addressable.rubyforge.org/
|
||||
COMMENT= Replacement for the URI Implementation of standard librrary
|
||||
LICENSE= mit
|
||||
|
||||
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.0.8:../../devel/ruby-rspec
|
||||
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=0.3.2:../../misc/ruby-launchy
|
||||
BUILD_DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.2:../../textproc/ruby-diff-lcs
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
24
net/ruby-addressable/PLIST
Normal file
24
net/ruby-addressable/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 06:56:00 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/lib/addressable/idna.rb
|
||||
${GEM_LIBDIR}/lib/addressable/template.rb
|
||||
${GEM_LIBDIR}/lib/addressable/uri.rb
|
||||
${GEM_LIBDIR}/lib/addressable/version.rb
|
||||
${GEM_LIBDIR}/spec/addressable/idna_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/template_spec.rb
|
||||
${GEM_LIBDIR}/spec/addressable/uri_spec.rb
|
||||
${GEM_LIBDIR}/spec/data/rfc3986.txt
|
||||
${GEM_LIBDIR}/tasks/clobber.rake
|
||||
${GEM_LIBDIR}/tasks/gem.rake
|
||||
${GEM_LIBDIR}/tasks/git.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/rdoc.rake
|
||||
${GEM_LIBDIR}/tasks/rubyforge.rake
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/website/index.html
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
net/ruby-addressable/distinfo
Normal file
5
net/ruby-addressable/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 06:56:00 taca Exp $
|
||||
|
||||
SHA1 (addressable-2.2.0.gem) = 29cffdb9b0a90614fb9b21603f7c422a4f056796
|
||||
RMD160 (addressable-2.2.0.gem) = e094837ee5650b212a4e46db1cb542b4818fc0c0
|
||||
Size (addressable-2.2.0.gem) = 133120 bytes
|
Loading…
Reference in a new issue