diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-16 16:56:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-16 16:56:42 +0000 |
commit | 87e2dcbe91c1dd1d4a57d1c55a0c187d100f7415 (patch) | |
tree | 2cadb7d903e1c594d4db445865844de22964e2cc /net/rubygem-httpauth | |
parent | 0ccc8e7650b115ecaebf38cc432ec60a9a639bf1 (diff) | |
download | ports-87e2dcbe91c1dd1d4a57d1c55a0c187d100f7415.tar.gz ports-87e2dcbe91c1dd1d4a57d1c55a0c187d100f7415.zip |
Notes
Diffstat (limited to 'net/rubygem-httpauth')
-rw-r--r-- | net/rubygem-httpauth/Makefile | 20 | ||||
-rw-r--r-- | net/rubygem-httpauth/distinfo | 2 | ||||
-rw-r--r-- | net/rubygem-httpauth/pkg-descr | 5 |
3 files changed, 27 insertions, 0 deletions
diff --git a/net/rubygem-httpauth/Makefile b/net/rubygem-httpauth/Makefile new file mode 100644 index 000000000000..c1dd19a9e7ab --- /dev/null +++ b/net/rubygem-httpauth/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: rubygem-httpauth +# Date created: 2012-04-16 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= httpauth +PORTVERSION= 0.1 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= A library for HTTP authentication protocol in RFC 2617 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/net/rubygem-httpauth/distinfo b/net/rubygem-httpauth/distinfo new file mode 100644 index 000000000000..210f1f795fa0 --- /dev/null +++ b/net/rubygem-httpauth/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/httpauth-0.1.gem) = 18d4b8b9048932303e1c22580c8391dff6a6ec24f92b7b8e6d436b621a85d9f1 +SIZE (rubygem/httpauth-0.1.gem) = 15872 diff --git a/net/rubygem-httpauth/pkg-descr b/net/rubygem-httpauth/pkg-descr new file mode 100644 index 000000000000..7b8d4a22d02c --- /dev/null +++ b/net/rubygem-httpauth/pkg-descr @@ -0,0 +1,5 @@ +HTTPauth is a library supporting the full HTTP Authentication protocol as +specified in RFC 2617; both Digest Authentication and Basic Authentication. + +WWW: http://httpauth.rubyforge.org/ +RG: https://rubygems.org/gems/httpauth |