diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-17 00:56:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-17 00:56:42 +0800 |
commit | 2cf8e0e0331bfb1f1002296c27628f10e9153447 (patch) | |
tree | 122cccf49c1f7ce876f5631913eb4b49ae525a47 /net/rubygem-httpauth | |
parent | 1d3e8b0dd82e4bb53d71ec665805d339f5004c5b (diff) | |
download | freebsd-ports-gnome-2cf8e0e0331bfb1f1002296c27628f10e9153447.tar.gz freebsd-ports-gnome-2cf8e0e0331bfb1f1002296c27628f10e9153447.tar.zst freebsd-ports-gnome-2cf8e0e0331bfb1f1002296c27628f10e9153447.zip |
- Add rubygem-httpauth 0.1
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
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 |