Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2010 12:26:29 GMT
From:      Andreev Maxim <andreevmaxim@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151028: New port: devel/qconf - Tool to create configure script for qmake-based project
Message-ID:  <201009281226.o8SCQTx5066766@www.freebsd.org>
Resent-Message-ID: <201009281230.o8SCU3Cv041870@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009281226.o8SCQTx5066766>