diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-10-30 23:27:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-10-30 23:27:31 +0000 |
commit | 48afc03e29c3c989c41d8e38740b6b809492fad8 (patch) | |
tree | 504b79b76a2e2b7c2ac192d3860543fa58b6cf7e /net/Makefile | |
parent | 447684273120581c2d5292327956ae3c88af5299 (diff) |
Add a new port net/liboauth:
OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.
WWW: http://liboauth.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=263819
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bd2280c0c16d..f3580ebabd06 100644 --- a/net/Makefile +++ b/net/Makefile @@ -328,6 +328,7 @@ SUBDIR += libnetdude SUBDIR += libnids SUBDIR += libnss-mysql + SUBDIR += liboauth SUBDIR += libopennet SUBDIR += liboping SUBDIR += libosip |