[Midnightbsd-cvs] mports [18180] trunk/net: add liboath
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Mar 16 08:33:16 EDT 2015
Revision: 18180
http://svnweb.midnightbsd.org/mports/?rev=18180
Author: laffer1
Date: 2015-03-16 08:33:15 -0400 (Mon, 16 Mar 2015)
Log Message:
-----------
add liboath
Modified Paths:
--------------
trunk/net/Makefile
Added Paths:
-----------
trunk/net/liboauth/
trunk/net/liboauth/Makefile
trunk/net/liboauth/distinfo
trunk/net/liboauth/pkg-descr
trunk/net/liboauth/pkg-plist
Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile 2015-03-16 12:31:25 UTC (rev 18179)
+++ trunk/net/Makefile 2015-03-16 12:33:15 UTC (rev 18180)
@@ -39,6 +39,7 @@
SUBDIR += libgweather
SUBDIR += libnet
SUBDIR += libnet10
+SUBDIR += liboath
SUBDIR += libpcap
SUBDIR += libpcapnav
SUBDIR += libproxy
Added: trunk/net/liboauth/Makefile
===================================================================
--- trunk/net/liboauth/Makefile (rev 0)
+++ trunk/net/liboauth/Makefile 2015-03-16 12:33:15 UTC (rev 18180)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME= liboauth
+PORTVERSION= 1.0.3
+CATEGORIES= net
+MASTER_SITES= SF/${PORTNAME}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= C library implementing the OAuth Core standard
+
+LICENSE= mit gpl2
+LICENSE_COMB=dual
+
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+
+GNU_CONFIGURE= yes
+MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
+INSTALL_TARGET= install-strip
+
+USE_OPENSSL= yes
+USES= pkgconfig libtool
+USE_LDCONFIG= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e '/PC_REQ=/s/ libcrypto//' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
Property changes on: trunk/net/liboauth/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/liboauth/distinfo
===================================================================
--- trunk/net/liboauth/distinfo (rev 0)
+++ trunk/net/liboauth/distinfo 2015-03-16 12:33:15 UTC (rev 18180)
@@ -0,0 +1,2 @@
+SHA256 (liboauth-1.0.3.tar.gz) = 0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f
+SIZE (liboauth-1.0.3.tar.gz) = 504950
Property changes on: trunk/net/liboauth/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/liboauth/pkg-descr
===================================================================
--- trunk/net/liboauth/pkg-descr (rev 0)
+++ trunk/net/liboauth/pkg-descr 2015-03-16 12:33:15 UTC (rev 18180)
@@ -0,0 +1,10 @@
+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/
Property changes on: trunk/net/liboauth/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/liboauth/pkg-plist
===================================================================
--- trunk/net/liboauth/pkg-plist (rev 0)
+++ trunk/net/liboauth/pkg-plist 2015-03-16 12:33:15 UTC (rev 18180)
@@ -0,0 +1,7 @@
+include/oauth.h
+lib/liboauth.so.0.8.7
+lib/liboauth.so.0
+lib/liboauth.so
+lib/liboauth.a
+libdata/pkgconfig/oauth.pc
+man/man3/oauth.3.gz
Property changes on: trunk/net/liboauth/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list