[Midnightbsd-cvs] mports: devel/qt4-help-tools: i forgot to commit this.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 16 17:21:14 EDT 2008


Log Message:
-----------
i forgot to commit this.

Added Files:
-----------
    mports/devel/qt4-help-tools:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ devel/qt4-help-tools/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
--- /dev/null
+++ devel/qt4-help-tools/pkg-plist
@@ -0,0 +1,6 @@
+bin/qhelpgenerator
+%%DEBUG%%bin/qhelpgenerator.debug
+bin/qcollectiongenerator
+%%DEBUG%%bin/qcollectiongenerator.debug
+bin/qhelpconverter
+%%DEBUG%%bin/qhelpconverter.debug
--- /dev/null
+++ devel/qt4-help-tools/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for:	qt4-help-tools
+# Date created:				Sun May 11 23:30:38 CEST 2008
+# Whom:					danny at ricin.com
+#
+# $MidnightBSD: mports/devel/qt4-help-tools/Makefile,v 1.1 2008/10/16 21:21:13 laffer1 Exp $
+# $FreeBSD: ports/devel/qt4-help-tools/Makefile,v 1.1 2008/08/04 23:30:33 miwi Exp $
+#
+
+PORTNAME=	help
+PORTVERSION=	${QT4_VERSION}
+CATEGORIES?=	devel
+MASTER_SITES=	${MASTER_SITE_QT}
+PKGNAMEPREFIX=	qt4-
+PKGNAMESUFFIX=	-tools
+DISTNAME=	qt-x11-opensource-src-${PORTVERSION}
+DIST_SUBDIR=	KDE
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	QtHelp tools to generate and convert documentation
+LICENSE=	gpl2
+
+USE_QT_VER=	4
+QT_COMPONENTS=	qmake_build moc_build rcc_build uic_build corelib \
+		gui sql xml doc help
+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 ${FAKE_MAKEARGS} destdir=${FAKE_DESTDIR} \
+		INSTALL_ROOT=${FAKE_DESTDIR}
+
+DO_NOT_EXTRACT=	demos doc examples mkspecs qmake translations \
+		src/dbus src/network src/opengl src/phonon \
+		src/qt3support src/script src/svg src/testlib \
+		src/tools src/xmlpatterns 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/assistant/tools
+CONFIGURE_WRKSRC=${WRKSRC}/../../../
+PATCH_WRKSRC=${CONFIGURE_WRKSRC}
+
+pre-configure:
+	${CP} ${.CURDIR}/../../devel/qt4/files/configure ${CONFIGURE_WRKSRC}
+	${REINPLACE_CMD} -e 's|assistant||' \
+		${WRKSRC}/tools.pro
+	${MKDIR} ${WRKSRC}/../../../mkspecs
+	${LN} -sf ${LOCALBASE}/bin/qmake-qt4 ${WRKSRC}/../../../bin/qmake
+	${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/../../../bin/moc
+	${LN} -sf ${LOCALBASE}/bin/uic-qt4 ${WRKSRC}/../../../bin/uic
+	${LN} -sf ${LOCALBASE}/bin/rcc ${WRKSRC}/../../../bin/rcc
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/qt4-help-tools/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


More information about the Midnightbsd-cvs mailing list