mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
QT support for OAuth-powered network services
WWW: http://wiki.github.com/ayoy/qoauth/ Approved by: pgolluci (mentor)
This commit is contained in:
parent
6cc7f9196c
commit
77c5d1ca95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261574
@ -2899,6 +2899,7 @@
|
||||
SUBDIR += qjson
|
||||
SUBDIR += qmake
|
||||
SUBDIR += qmake4
|
||||
SUBDIR += qoauth
|
||||
SUBDIR += qprog
|
||||
SUBDIR += qsa
|
||||
SUBDIR += qscintilla2
|
||||
|
31
devel/qoauth/Makefile
Normal file
31
devel/qoauth/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# 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= devel
|
||||
MASTER_SITES= http://files.ayoy.net/qoauth/release/1.0.1/src/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= QT support for OAuth-powered network services
|
||||
|
||||
LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= moc_build qmake_build network qtestlib
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
||||
${QMAKE} -unix PREFIX=${PREFIX} qoauth.pro
|
||||
|
||||
.include <bsd.port.post.mk>
|
11
devel/qoauth/files/patch-src-pro
Normal file
11
devel/qoauth/files/patch-src-pro
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/src.pro.orig 2010-09-19 00:21:38.932783303 -0400
|
||||
+++ src/src.pro 2010-09-19 00:21:53.171606101 -0400
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
headers.path = $${INSTALL_PREFIX}/include/QtOAuth
|
||||
docs.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}-$${VERSION}/html
|
||||
- pkgconfig.path = $${target.path}/pkgconfig
|
||||
+ pkgconfig.path = $${target.path}data/pkgconfig
|
||||
INSTALLS += \
|
||||
target \
|
||||
headers \
|
4
devel/qoauth/pkg-descr
Normal file
4
devel/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
|
12
devel/qoauth/pkg-plist
Normal file
12
devel/qoauth/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
include/QtOAuth/interface.h
|
||||
include/QtOAuth/qoauth_global.h
|
||||
include/QtOAuth/qoauth_namespace.h
|
||||
include/QtOAuth/QtOAuth
|
||||
lib/libqoauth.prl
|
||||
lib/libqoauth.so.1.0.1
|
||||
lib/libqoauth.so.1.0
|
||||
lib/libqoauth.so.1
|
||||
lib/libqoauth.so
|
||||
libdata/pkgconfig/qoauth.pc
|
||||
share/qt4/mkspecs/features/oauth.prf
|
||||
@dirrm include/QtOAuth
|
Loading…
Reference in New Issue
Block a user