From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 28 12:30:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0513D1065670 for ; Tue, 28 Sep 2010 12:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5BF98FC17 for ; Tue, 28 Sep 2010 12:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8SCU3kT041871 for ; Tue, 28 Sep 2010 12:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8SCU3Cv041870; Tue, 28 Sep 2010 12:30:03 GMT (envelope-from gnats) Resent-Date: Tue, 28 Sep 2010 12:30:03 GMT Resent-Message-Id: <201009281230.o8SCU3Cv041870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreev Maxim Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F41471065679 for ; Tue, 28 Sep 2010 12:26:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D92938FC16 for ; Tue, 28 Sep 2010 12:26:29 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8SCQTPs066767 for ; Tue, 28 Sep 2010 12:26:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8SCQTx5066766; Tue, 28 Sep 2010 12:26:29 GMT (envelope-from nobody) Message-Id: <201009281226.o8SCQTx5066766@www.freebsd.org> Date: Tue, 28 Sep 2010 12:26:29 GMT From: Andreev Maxim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/151028: New port: devel/qconf - Tool to create configure script for qmake-based project X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2010 12:30:04 -0000 >Number: 151028 >Category: ports >Synopsis: New port: devel/qconf - Tool to create configure script for qmake-based project >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 28 12:30:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Andreev Maxim >Release: 8.1-STABLE >Organization: >Environment: FreeBSD nbook.hint.starnet 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 15:58:10 MSD 2010 hint@nbook.hint.starnet:/usr/obj/usr/src/sys/NOTEBOOK i386 >Description: QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don't need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on unix. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # devel/qconf # devel/qconf/Makefile # devel/qconf/pkg-descr # devel/qconf/distinfo # devel/qconf/pkg-plist # echo c - devel/qconf mkdir -p devel/qconf > /dev/null 2>&1 echo x - devel/qconf/Makefile sed 's/^X//' >devel/qconf/Makefile << 'f7cbe95aea3b76504d655fa9f707c31d' X# New ports collection makefile for: qconf X# Date created: 28 Semptember 2010 X# Whom: Andreev Maxim X# X# $FreeBSD$ X# X XPORTNAME= qconf XPORTVERSION= 1.4 XCATEGORIES= devel XMASTER_SITES= http://delta.affinix.com/download/ X XMAINTAINER= andreevmaxim@gmail.com XCOMMENT= Tool to create configure script for qmake-based project X XHAS_CONFIGURE= yes XUSE_BZIP2= yes XUSE_QT_VER= 4 XQT_COMPONENTS= corelib qmake xml XQT_NONSTANDARD= yes X XCONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} --verbose X X.include f7cbe95aea3b76504d655fa9f707c31d echo x - devel/qconf/pkg-descr sed 's/^X//' >devel/qconf/pkg-descr << 'a487c8b71cf31fba56b463699de05ed0' XQConf allows you to have a nice configure script for your qmake-based project. XIt is intended for developers who don't need (or want) to use the more Xcomplex GNU autotools. With qconf/qmake, it is easy to maintain a Xcross-platform project that uses a familiar configuration interface on unix. X XWWW: http://delta.affinix.com/qconf/ a487c8b71cf31fba56b463699de05ed0 echo x - devel/qconf/distinfo sed 's/^X//' >devel/qconf/distinfo << 'd7621c3dce92fa8e66bd45bd43d9f5b3' XMD5 (qconf-1.4.tar.bz2) = e0080044f88c31e032008d5a5682a112 XSHA256 (qconf-1.4.tar.bz2) = 212bce09a585a22cf4b9e1a881e8f79c32a82e5cb8ea7f99a056a50faf809af8 XSIZE (qconf-1.4.tar.bz2) = 27344 d7621c3dce92fa8e66bd45bd43d9f5b3 echo x - devel/qconf/pkg-plist sed 's/^X//' >devel/qconf/pkg-plist << 'e7755a00bda85d8f565f2174c0cd6a08' Xbin/qconf Xshare/qconf/conf/conf.cpp Xshare/qconf/conf/conf.pro Xshare/qconf/conf/conf4.cpp Xshare/qconf/conf/conf4.h Xshare/qconf/conf/conf4.pro Xshare/qconf/modules/qt31.qcm Xshare/qconf/modules/qt41.qcm X@dirrm share/qconf/conf X@dirrm share/qconf/modules X@dirrm share/qconf e7755a00bda85d8f565f2174c0cd6a08 exit >Release-Note: >Audit-Trail: >Unformatted: