summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 17:27:54 +0000
committertaca <taca>2011-08-12 17:27:54 +0000
commit8c791fa7035fdd4edc44cd7f8f2640bdd4fe8731 (patch)
tree3f540413a4085e73d4db132a2c121898fbd0d376
parent3f29f13f0271b3db6b7c145f77814c4fc8009c4c (diff)
downloadpkgsrc-8c791fa7035fdd4edc44cd7f8f2640bdd4fe8731.tar.gz
Importing www/ruby-net-http-digest_auth package version 1.1.1.
An implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not fully integrate with Net::HTTP and can be used for with other HTTP clients.
-rw-r--r--www/ruby-net-http-digest_auth/DESCR3
-rw-r--r--www/ruby-net-http-digest_auth/Makefile12
-rw-r--r--www/ruby-net-http-digest_auth/PLIST13
-rw-r--r--www/ruby-net-http-digest_auth/distinfo5
4 files changed, 33 insertions, 0 deletions
diff --git a/www/ruby-net-http-digest_auth/DESCR b/www/ruby-net-http-digest_auth/DESCR
new file mode 100644
index 00000000000..7ec539a1cb8
--- /dev/null
+++ b/www/ruby-net-http-digest_auth/DESCR
@@ -0,0 +1,3 @@
+An implementation of RFC 2617 - Digest Access Authentication. At this time
+the gem does not fully integrate with Net::HTTP and can be used for with
+other HTTP clients.
diff --git a/www/ruby-net-http-digest_auth/Makefile b/www/ruby-net-http-digest_auth/Makefile
new file mode 100644
index 00000000000..4bbd445336f
--- /dev/null
+++ b/www/ruby-net-http-digest_auth/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 17:27:54 taca Exp $
+
+DISTNAME= net-http-digest_auth-1.1.1
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://docs.seattlerb.org/net-http-digest_auth
+COMMENT= Implementation of RFC 2617 - Digest Access Authentication
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/ruby-net-http-digest_auth/PLIST b/www/ruby-net-http-digest_auth/PLIST
new file mode 100644
index 00000000000..1c6255de126
--- /dev/null
+++ b/www/ruby-net-http-digest_auth/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/08/12 17:27:54 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/net/http/digest_auth.rb
+${GEM_LIBDIR}/sample/auth_server.rb
+${GEM_LIBDIR}/sample/net_http_example.rb
+${GEM_LIBDIR}/test/test_net_http_digest_auth.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/www/ruby-net-http-digest_auth/distinfo b/www/ruby-net-http-digest_auth/distinfo
new file mode 100644
index 00000000000..6a055f2ec34
--- /dev/null
+++ b/www/ruby-net-http-digest_auth/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/08/12 17:27:54 taca Exp $
+
+SHA1 (net-http-digest_auth-1.1.1.gem) = 5829e72a49ec7592d4c12db2a0804e7fef9f7b52
+RMD160 (net-http-digest_auth-1.1.1.gem) = b8bdc6fa4d7824b99b0a89e7bbc81ef64b8c2d34
+Size (net-http-digest_auth-1.1.1.gem) = 10752 bytes