diff options
author | obache <obache@pkgsrc.org> | 2013-12-07 09:09:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-07 09:09:30 +0000 |
commit | 949541d31b4a3d85bf7f57adf0e186d1003dff65 (patch) | |
tree | 44b88ffaa74d65cec5cfb81b0f2ba1660aaccf6f /www/ruby-httpclient | |
parent | b071936dd323585a7f8b62f9a6118fdd16059c8f (diff) | |
download | pkgsrc-949541d31b4a3d85bf7f57adf0e186d1003dff65.tar.gz |
Removed www/ruby-httpclient.
No packages depend on this one anymore and no advantage to maintain pure ruby
gem with pkgsrc.
Diffstat (limited to 'www/ruby-httpclient')
-rw-r--r-- | www/ruby-httpclient/DESCR | 2 | ||||
-rw-r--r-- | www/ruby-httpclient/Makefile | 20 | ||||
-rw-r--r-- | www/ruby-httpclient/PLIST | 61 | ||||
-rw-r--r-- | www/ruby-httpclient/distinfo | 5 |
4 files changed, 0 insertions, 88 deletions
diff --git a/www/ruby-httpclient/DESCR b/www/ruby-httpclient/DESCR deleted file mode 100644 index 44eda98bf83..00000000000 --- a/www/ruby-httpclient/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -'httpclient' gives something like the functionality of libwww-perl (LWP) in -Ruby. 'httpclient' formerly known as 'http-access2'. diff --git a/www/ruby-httpclient/Makefile b/www/ruby-httpclient/Makefile deleted file mode 100644 index ccffdae725b..00000000000 --- a/www/ruby-httpclient/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.14 2013/08/01 12:59:33 obache Exp $ -# - -DISTNAME= httpclient-2.3.4.1 -CATEGORIES= www - -MAINTAINER= obache@NetBSD.org -HOMEPAGE= https://github.com/nahi/httpclient -COMMENT= HTTP accessing library for Ruby -LICENSE= ruby-license - -USE_LANGUAGES= # none - -# OK with ruby-1.9 buitin one, but not with ruby18's one. -RUBY_RDOC_REQD= 2.5.8 - -RUBYGEM_OPTIONS+= --format-executable - -.include "../../lang/ruby/gem.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/ruby-httpclient/PLIST b/www/ruby-httpclient/PLIST deleted file mode 100644 index 3419f15e3c8..00000000000 --- a/www/ruby-httpclient/PLIST +++ /dev/null @@ -1,61 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2013/01/05 05:46:11 obache Exp $ -bin/httpclient${RUBY_VER} -${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/README.txt -${GEM_LIBDIR}/bin/httpclient -${GEM_LIBDIR}/lib/hexdump.rb -${GEM_LIBDIR}/lib/http-access2.rb -${GEM_LIBDIR}/lib/http-access2/cookie.rb -${GEM_LIBDIR}/lib/http-access2/http.rb -${GEM_LIBDIR}/lib/httpclient.rb -${GEM_LIBDIR}/lib/httpclient/auth.rb -${GEM_LIBDIR}/lib/httpclient/cacert.p7s -${GEM_LIBDIR}/lib/httpclient/connection.rb -${GEM_LIBDIR}/lib/httpclient/cookie.rb -${GEM_LIBDIR}/lib/httpclient/http.rb -${GEM_LIBDIR}/lib/httpclient/include_client.rb -${GEM_LIBDIR}/lib/httpclient/session.rb -${GEM_LIBDIR}/lib/httpclient/ssl_config.rb -${GEM_LIBDIR}/lib/httpclient/timeout.rb -${GEM_LIBDIR}/lib/httpclient/util.rb -${GEM_LIBDIR}/lib/httpclient/version.rb -${GEM_LIBDIR}/lib/oauthclient.rb -${GEM_LIBDIR}/sample/async.rb -${GEM_LIBDIR}/sample/auth.rb -${GEM_LIBDIR}/sample/cookie.rb -${GEM_LIBDIR}/sample/dav.rb -${GEM_LIBDIR}/sample/howto.rb -${GEM_LIBDIR}/sample/oauth_buzz.rb -${GEM_LIBDIR}/sample/oauth_friendfeed.rb -${GEM_LIBDIR}/sample/oauth_salesforce_10.rb -${GEM_LIBDIR}/sample/oauth_twitter.rb -${GEM_LIBDIR}/sample/ssl/0cert.pem -${GEM_LIBDIR}/sample/ssl/0key.pem -${GEM_LIBDIR}/sample/ssl/1000cert.pem -${GEM_LIBDIR}/sample/ssl/1000key.pem -${GEM_LIBDIR}/sample/ssl/htdocs/index.html -${GEM_LIBDIR}/sample/ssl/ssl_client.rb -${GEM_LIBDIR}/sample/ssl/webrick_httpsd.rb -${GEM_LIBDIR}/sample/stream.rb -${GEM_LIBDIR}/sample/thread.rb -${GEM_LIBDIR}/sample/wcat.rb -${GEM_LIBDIR}/test/ca-chain.cert -${GEM_LIBDIR}/test/ca.cert -${GEM_LIBDIR}/test/client.cert -${GEM_LIBDIR}/test/client.key -${GEM_LIBDIR}/test/helper.rb -${GEM_LIBDIR}/test/htdigest -${GEM_LIBDIR}/test/htpasswd -${GEM_LIBDIR}/test/runner.rb -${GEM_LIBDIR}/test/server.cert -${GEM_LIBDIR}/test/server.key -${GEM_LIBDIR}/test/sslsvr.rb -${GEM_LIBDIR}/test/subca.cert -${GEM_LIBDIR}/test/test_auth.rb -${GEM_LIBDIR}/test/test_cookie.rb -${GEM_LIBDIR}/test/test_hexdump.rb -${GEM_LIBDIR}/test/test_http-access2.rb -${GEM_LIBDIR}/test/test_httpclient.rb -${GEM_LIBDIR}/test/test_include_client.rb -${GEM_LIBDIR}/test/test_ssl.rb -${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/www/ruby-httpclient/distinfo b/www/ruby-httpclient/distinfo deleted file mode 100644 index 800b87256a5..00000000000 --- a/www/ruby-httpclient/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.13 2013/08/01 12:59:33 obache Exp $ - -SHA1 (httpclient-2.3.4.1.gem) = bf9ee5b3c3b3c58d8c9cb66afcb8a5339b4fd311 -RMD160 (httpclient-2.3.4.1.gem) = 368461645e10848c0b8e242a20add8abac6b1f11 -Size (httpclient-2.3.4.1.gem) = 155648 bytes |