diff options
author | taca <taca@pkgsrc.org> | 2010-09-11 06:56:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-11 06:56:00 +0000 |
commit | bef5b2a050b8059ab1382bfaffcd57c1817755b3 (patch) | |
tree | 4003139a2573067df110efed3fe211a63e25ba5d /net | |
parent | 3006c0590e2fee2b1cf205f1af7cec6e0f6244cf (diff) | |
download | pkgsrc-bef5b2a050b8059ab1382bfaffcd57c1817755b3.tar.gz |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-addressable/DESCR | 3 | ||||
-rw-r--r-- | net/ruby-addressable/Makefile | 16 | ||||
-rw-r--r-- | net/ruby-addressable/PLIST | 24 | ||||
-rw-r--r-- | net/ruby-addressable/distinfo | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/net/ruby-addressable/DESCR b/net/ruby-addressable/DESCR new file mode 100644 index 00000000000..f3b341185a8 --- /dev/null +++ b/net/ruby-addressable/DESCR @@ -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. diff --git a/net/ruby-addressable/Makefile b/net/ruby-addressable/Makefile new file mode 100644 index 00000000000..5c35e1759c8 --- /dev/null +++ b/net/ruby-addressable/Makefile @@ -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" diff --git a/net/ruby-addressable/PLIST b/net/ruby-addressable/PLIST new file mode 100644 index 00000000000..7014591b085 --- /dev/null +++ b/net/ruby-addressable/PLIST @@ -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 diff --git a/net/ruby-addressable/distinfo b/net/ruby-addressable/distinfo new file mode 100644 index 00000000000..7e03788b0b2 --- /dev/null +++ b/net/ruby-addressable/distinfo @@ -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 |