diff options
author | Steve Wills <swills@FreeBSD.org> | 2010-09-24 01:52:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2010-09-24 01:52:38 +0000 |
commit | 8e79a8e4ce4d3e41586cb80f900e0ce2ed4d64aa (patch) | |
tree | 423c9c42a42c9d9b047b7b91e69c546670e28428 /devel | |
parent | 5bd9c5c7974aefde7c7435916bc682e72d0bdd46 (diff) | |
download | ports-8e79a8e4ce4d3e41586cb80f900e0ce2ed4d64aa.tar.gz ports-8e79a8e4ce4d3e41586cb80f900e0ce2ed4d64aa.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/qoauth/Makefile | 31 | ||||
-rw-r--r-- | devel/qoauth/distinfo | 3 | ||||
-rw-r--r-- | devel/qoauth/files/patch-src-pro | 11 | ||||
-rw-r--r-- | devel/qoauth/pkg-descr | 4 | ||||
-rw-r--r-- | devel/qoauth/pkg-plist | 12 |
6 files changed, 0 insertions, 62 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7bf24fe4b9d8..ad9b34eac3d1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2901,7 +2901,6 @@ SUBDIR += qjson SUBDIR += qmake SUBDIR += qmake4 - SUBDIR += qoauth SUBDIR += qprog SUBDIR += qsa SUBDIR += qscintilla2 diff --git a/devel/qoauth/Makefile b/devel/qoauth/Makefile deleted file mode 100644 index bba4e6a03ac3..000000000000 --- a/devel/qoauth/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# 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> diff --git a/devel/qoauth/distinfo b/devel/qoauth/distinfo deleted file mode 100644 index 145b10a18a89..000000000000 --- a/devel/qoauth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/devel/qoauth/files/patch-src-pro b/devel/qoauth/files/patch-src-pro deleted file mode 100644 index 67f2a85c6008..000000000000 --- a/devel/qoauth/files/patch-src-pro +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 \ diff --git a/devel/qoauth/pkg-descr b/devel/qoauth/pkg-descr deleted file mode 100644 index 17887a495ab4..000000000000 --- a/devel/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: http://github.com/ayoy/qoauth diff --git a/devel/qoauth/pkg-plist b/devel/qoauth/pkg-plist deleted file mode 100644 index 021e158e5f8c..000000000000 --- a/devel/qoauth/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -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 |