diff options
Diffstat (limited to 'net/qoauth')
-rw-r--r-- | net/qoauth/Makefile | 32 | ||||
-rw-r--r-- | net/qoauth/distinfo | 3 | ||||
-rw-r--r-- | net/qoauth/pkg-descr | 4 | ||||
-rw-r--r-- | net/qoauth/pkg-plist | 11 |
4 files changed, 0 insertions, 50 deletions
diff --git a/net/qoauth/Makefile b/net/qoauth/Makefile deleted file mode 100644 index dbfde266aebe..000000000000 --- a/net/qoauth/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Steve Wills <swills@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= qoauth -PORTVERSION= 2.0.0 -DISTVERSIONPREFIX= v -PORTREVISION= 3 -CATEGORIES= net devel security - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qt 4 support for OAuth-powered network services - -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BROKEN= Missingd libqca.so:devel/qca@qt4 - -USES= qmake:outsource qt:4 -USE_LDCONFIG= yes -USE_QT= corelib qtestlib network moc_build - -USE_GITHUB= yes -GH_ACCOUNT= ayoy - -post-patch: - @${REINPLACE_CMD} -e 's,target.path}/pkgconfig,INSTALL_PREFIX}/libdata/pkgconfig,g' \ - ${WRKSRC}/src/src.pro - -.include <bsd.port.mk> diff --git a/net/qoauth/distinfo b/net/qoauth/distinfo deleted file mode 100644 index f7a541b79c52..000000000000 --- a/net/qoauth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1490694675 -SHA256 (ayoy-qoauth-v2.0.0_GH0.tar.gz) = a28005986410d333e03d077679cdf6c504ec5a33342867dc0f9fb0b74285e333 -SIZE (ayoy-qoauth-v2.0.0_GH0.tar.gz) = 53207 diff --git a/net/qoauth/pkg-descr b/net/qoauth/pkg-descr deleted file mode 100644 index 59be37666285..000000000000 --- a/net/qoauth/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -QOAuth is an attempt to support interaction with OAuth-powered network services -in a Qt way - -WWW: https://github.com/ayoy/qoauth diff --git a/net/qoauth/pkg-plist b/net/qoauth/pkg-plist deleted file mode 100644 index 6bce8d9db68f..000000000000 --- a/net/qoauth/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -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 |