Remove qoauth
This commit is contained in:
parent
805807cd61
commit
2b6e2b882c
@ -1,43 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:49:35 sthen Exp $
|
||||
|
||||
COMMENT = OAuth support library for Qt-based applications
|
||||
V = 1.0.1
|
||||
DISTNAME = qoauth-${V}-src
|
||||
PKGNAME = ${DISTNAME:C/-src//}
|
||||
CATEGORIES = security devel
|
||||
HOMEPAGE = https://github.com/ayoy/qoauth
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS = qoauth 0.0
|
||||
|
||||
# LGPLv2.1+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = lib/qt4/QtNetwork m pthread qca ${COMPILER_LIBCXX}
|
||||
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MASTER_SITES = http://files.ayoy.net/qoauth/$V/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
MODULES = devel/qmake x11/qt4
|
||||
SEPARATE_BUILD = No
|
||||
MODQMAKE_ARGS = PREFIX=${PREFIX}
|
||||
|
||||
LIB_DEPENDS = security/qca
|
||||
|
||||
MAKE_FLAGS = LIBqoauth_VERSION=${LIBqoauth_VERSION}
|
||||
DESTDIRNAME = INSTALL_ROOT
|
||||
|
||||
# XXX wants to interact with external servers, too
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
TEST_NAMES = ft_interface ut_interface
|
||||
|
||||
do-test:
|
||||
.for _t in ${TEST_NAMES}
|
||||
cd ${WRKBUILD}/tests/${_t} && \
|
||||
LD_PRELOAD=${WRKBUILD}/lib/libqoauth.so.${LIBqoauth_VERSION} \
|
||||
./${_t}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (qoauth-1.0.1-src.tar.bz2) = uFead87LB5KOVXxKAZ25AqDwQLIveSbxRymeh6xaVP0=
|
||||
SIZE (qoauth-1.0.1-src.tar.bz2) = 42298
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_src_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $
|
||||
|
||||
Index: src/src.pro
|
||||
--- src/src.pro.orig
|
||||
+++ src/src.pro
|
||||
@@ -57,6 +57,9 @@ else:unix {
|
||||
isEmpty( PREFIX ):INSTALL_PREFIX = /usr
|
||||
else:INSTALL_PREFIX = $${PREFIX}
|
||||
|
||||
+ INCLUDEPATH += $${PREFIX}/include/QtCrypto
|
||||
+ LIBS += -lqca
|
||||
+
|
||||
# this creates a pkgconfig file
|
||||
system( ./pcfile.sh $${INSTALL_PREFIX} $${VERSION} )
|
||||
pkgconfig.files = qoauth.pc
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-tests_ft_interface_ft_interface_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $
|
||||
|
||||
Index: tests/ft_interface/ft_interface.pro
|
||||
--- tests/ft_interface/ft_interface.pro.orig
|
||||
+++ tests/ft_interface/ft_interface.pro
|
||||
@@ -17,6 +17,8 @@ else:unix {
|
||||
# the second argument (after colon) is for
|
||||
# being able to run make check from the root source directory
|
||||
LIBS += -Wl,-rpath,../../lib:lib
|
||||
+ LIBS += -lqca
|
||||
+ INCLUDEPATH += $${PREFIX}/include/QtCrypto
|
||||
}
|
||||
|
||||
INCLUDEPATH += . ../../src
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-tests_ut_interface_ut_interface_pro,v 1.1 2017/07/11 20:42:34 rsadowski Exp $
|
||||
|
||||
Index: tests/ut_interface/ut_interface.pro
|
||||
--- tests/ut_interface/ut_interface.pro.orig
|
||||
+++ tests/ut_interface/ut_interface.pro
|
||||
@@ -17,6 +17,8 @@ else:unix {
|
||||
# the second argument (after colon) is for
|
||||
# being able to run make check from the root source directory
|
||||
LIBS += -Wl,-rpath,../../lib:lib
|
||||
+ LIBS += -lqca
|
||||
+ INCLUDEPATH += $${PREFIX}/include/QtCrypto
|
||||
}
|
||||
|
||||
INCLUDEPATH += . ../../src
|
@ -1,2 +0,0 @@
|
||||
QOAuth is an attempt to support interaction with OAuth-powered network
|
||||
services in a Qt way, i.e. simply, clearly and efficiently.
|
@ -1,10 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/01 11:53:56 zhuk Exp $
|
||||
include/QtOAuth/
|
||||
include/QtOAuth/QtOAuth
|
||||
include/QtOAuth/interface.h
|
||||
include/QtOAuth/qoauth_global.h
|
||||
include/QtOAuth/qoauth_namespace.h
|
||||
lib/libqoauth.prl
|
||||
@lib lib/libqoauth.so.${LIBqoauth_VERSION}
|
||||
lib/pkgconfig/qoauth.pc
|
||||
lib/qt4/mkspecs/features/oauth.prf
|
Loading…
x
Reference in New Issue
Block a user