diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:30:38 +0000 |
commit | d56984b0567867dd57ecb27fe0c508025c2426c5 (patch) | |
tree | eb02dac4e0d7e5129ffac4c76b935a76a7e66676 /textproc/qt4-xmlpatterns-tool | |
parent | 98813eadd27b8cd8500044af2a49b6d861809815 (diff) |
Notes
Diffstat (limited to 'textproc/qt4-xmlpatterns-tool')
-rw-r--r-- | textproc/qt4-xmlpatterns-tool/Makefile | 51 | ||||
-rw-r--r-- | textproc/qt4-xmlpatterns-tool/distinfo | 3 | ||||
-rw-r--r-- | textproc/qt4-xmlpatterns-tool/pkg-descr | 12 | ||||
-rw-r--r-- | textproc/qt4-xmlpatterns-tool/pkg-plist | 2 |
4 files changed, 68 insertions, 0 deletions
diff --git a/textproc/qt4-xmlpatterns-tool/Makefile b/textproc/qt4-xmlpatterns-tool/Makefile new file mode 100644 index 000000000000..3a5a6c44a784 --- /dev/null +++ b/textproc/qt4-xmlpatterns-tool/Makefile @@ -0,0 +1,51 @@ +# New ports collection makefile for: qt4-xmlpatterns-tool +# Date created: Sat May 10 23:17:08 CEST 2008 +# Whom: danny@ricin.com +# +# $FreeBSD$ +# + +PORTNAME= xmlpatterns-tool +PORTVERSION= ${QT4_VERSION} +CATEGORIES?= textproc +MASTER_SITES= ${MASTER_SITE_QT} +PKGNAMEPREFIX= qt4- +DISTNAME= qt-x11-opensource-src-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt4 command line utility for running XQueries + +USE_QT_VER= 4 +QT_COMPONENTS= qmake_build xmlpatterns +QT_NONSTANDARD= yes +QT_DIST= yes + +HAS_CONFIGURE= yes + +ALL_TARGET= first +CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH +MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib \ + PATH=${WRKSRC}/bin:$$PATH + +DO_NOT_EXTRACT= demos doc examples mkspecs qmake translations \ + src/dbus src/gui src/network src/opengl src/phonon \ + src/qt3support src/script src/sql src/svg src/testlib \ + src/tools src/xml src/3rdparty/clucene \ + src/3rdparty/kdebase src/3rdparty/kdelibs src/3rdparty/webkit +EXTRACT_AFTER_ARGS= | ${TAR} -xf - +.for dne in ${DO_NOT_EXTRACT} +EXTRACT_AFTER_ARGS+= --exclude '${DISTNAME}/${dne}' +.endfor + +WRKSRC= ${WRKDIR}/${DISTNAME}/tools/xmlpatterns +CONFIGURE_WRKSRC=${WRKSRC}/../../ + +pre-configure: + ${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC} + ${MKDIR} ${WRKSRC}/../../mkspecs +# ${REINPLACE_CMD} -e 's|^TARGET.*|TARGET=xmlpatterns|g' \ +# ${WRKSRC}/xmlpatterns.pro + ${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../bin/qmake + +.include <bsd.port.mk> diff --git a/textproc/qt4-xmlpatterns-tool/distinfo b/textproc/qt4-xmlpatterns-tool/distinfo new file mode 100644 index 000000000000..0c630f09baf6 --- /dev/null +++ b/textproc/qt4-xmlpatterns-tool/distinfo @@ -0,0 +1,3 @@ +MD5 (KDE/qt-x11-opensource-src-4.4.1.tar.gz) = b09decad252b5181f300135e3122481d +SHA256 (KDE/qt-x11-opensource-src-4.4.1.tar.gz) = 5aca7b784fc4de3db292666490ade84cfd1810f189c089c5c2810a710993f386 +SIZE (KDE/qt-x11-opensource-src-4.4.1.tar.gz) = 108774120 diff --git a/textproc/qt4-xmlpatterns-tool/pkg-descr b/textproc/qt4-xmlpatterns-tool/pkg-descr new file mode 100644 index 000000000000..efc79b9aaf24 --- /dev/null +++ b/textproc/qt4-xmlpatterns-tool/pkg-descr @@ -0,0 +1,12 @@ +Qt is a C++ toolkit for application development. It lets application +developers target all major operating systems with a single application +source code. + +Qt provides a platform-independent API to all central platform functionality: +GUI, database access, networking, file handling, etc. The Qt library +encapsulates the different APIs of different operating systems, providing +the application programmer with a single, common API for all operating systems. +The native C APIs are encapsulated in a set of well-designed, fully +object-oriented C++ classes. + +WWW: http://www.trolltech.com/products/qt/index.html diff --git a/textproc/qt4-xmlpatterns-tool/pkg-plist b/textproc/qt4-xmlpatterns-tool/pkg-plist new file mode 100644 index 000000000000..cdc6491ff65d --- /dev/null +++ b/textproc/qt4-xmlpatterns-tool/pkg-plist @@ -0,0 +1,2 @@ +bin/xmlpatterns +%%DEBUG%%bin/xmlpatterns.debug |