mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
QT support for OAuth-powered network services
WWW: http://wiki.github.com/ayoy/qoauth/ Approved by: pgollucci (mentor)
This commit is contained in:
parent
879ee7a20a
commit
bf709868eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261739
@ -869,6 +869,7 @@
|
||||
SUBDIR += pyrad
|
||||
SUBDIR += pythondirector
|
||||
SUBDIR += qadsl
|
||||
SUBDIR += qoauth
|
||||
SUBDIR += qt4-network
|
||||
SUBDIR += quagga
|
||||
SUBDIR += queso
|
||||
|
38
net/qoauth/Makefile
Normal file
38
net/qoauth/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: qoauth
|
||||
# Date created: 2010-09-18
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qoauth
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net devel security
|
||||
MASTER_SITES= http://files.ayoy.net/qoauth/release/${PORTVERSION}/src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= QT support for OAuth-powered network services
|
||||
|
||||
BUILD_DEPENDS+= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl
|
||||
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
|
||||
RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= corelib qtestlib network qmake_build moc_build
|
||||
HAS_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
|
||||
QMAKEFLAGS+= PREFIX=${PREFIX}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \
|
||||
${WRKSRC}/src/src.pro
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} \
|
||||
${QMAKE} ${QMAKEFLAGS} qoauth.pro
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/qoauth/distinfo
Normal file
3
net/qoauth/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (qoauth-1.0.1-src.tar.bz2) = bcb6d01e6c9a6fb22099c9e0f5889578
|
||||
SHA256 (qoauth-1.0.1-src.tar.bz2) = b8579a77cecb07928e557c4a019db902a0f040b22f7926f147299e87ac5a54fd
|
||||
SIZE (qoauth-1.0.1-src.tar.bz2) = 42298
|
4
net/qoauth/pkg-descr
Normal file
4
net/qoauth/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
QOAuth is an attempt to support interaction with OAuth-powered network services
|
||||
in a Qt way
|
||||
|
||||
WWW: http://github.com/ayoy/qoauth
|
15
net/qoauth/pkg-plist
Normal file
15
net/qoauth/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
include/QtOAuth/QtOAuth
|
||||
include/QtOAuth/interface.h
|
||||
include/QtOAuth/qoauth_global.h
|
||||
include/QtOAuth/qoauth_namespace.h
|
||||
lib/libqoauth.prl
|
||||
lib/libqoauth.so
|
||||
lib/libqoauth.so.1
|
||||
lib/libqoauth.so.1.0
|
||||
lib/libqoauth.so.1.0.1
|
||||
libdata/pkgconfig/qoauth.pc
|
||||
share/qt4/mkspecs/features/oauth.prf
|
||||
@dirrmtry share/qt4/mkspecs/features
|
||||
@dirrmtry share/qt4/mkspecs
|
||||
@dirrmtry share/qt4
|
||||
@dirrm include/QtOAuth
|
Loading…
Reference in New Issue
Block a user