pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/qconf Imported qconf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff0e821e676b
branches:  trunk
changeset: 512746:ff0e821e676b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 15 11:19:24 2006 +0000

description:
Imported qconf.

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.

diffstat:

 devel/qconf/DESCR    |   5 +++++
 devel/qconf/Makefile |  19 +++++++++++++++++++
 devel/qconf/PLIST    |  11 +++++++++++
 devel/qconf/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r f46c8a64338e -r ff0e821e676b devel/qconf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/qconf/DESCR Mon May 15 11:19:24 2006 +0000
@@ -0,0 +1,5 @@
+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.
diff -r f46c8a64338e -r ff0e821e676b devel/qconf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/qconf/Makefile      Mon May 15 11:19:24 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $
+#
+
+DISTNAME=              qconf-1.2
+CATEGORIES=            devel
+MASTER_SITES=          http://delta.affinix.com/download/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            rillig%NetBSD.org@localhost
+HOMEPAGE=              http://delta.affinix.com/download/
+COMMENT=               Configure script generator for qmake
+
+USE_PKGLOCALEDIR=      yes
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+USE_LANGUAGES=         c c++
+
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f46c8a64338e -r ff0e821e676b devel/qconf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/qconf/PLIST Mon May 15 11:19:24 2006 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $
+bin/qconf
+share/qconf/conf/conf.cpp
+share/qconf/conf/conf.pro
+share/qconf/conf/conf4.cpp
+share/qconf/conf/conf4.h
+share/qconf/conf/conf4.pro
+share/qconf/modules/qt31.qcm
+@dirrm share/qconf/modules
+@dirrm share/qconf/conf
+@dirrm share/qconf
diff -r f46c8a64338e -r ff0e821e676b devel/qconf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/qconf/distinfo      Mon May 15 11:19:24 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/15 11:19:24 rillig Exp $
+
+SHA1 (qconf-1.2.tar.bz2) = b8fcd27ba1749fba78d598318a0108a865c4c4ae
+RMD160 (qconf-1.2.tar.bz2) = 60d7a827acb217587ffa4a8b281d6b1d713addeb
+Size (qconf-1.2.tar.bz2) = 25705 bytes



Home | Main Index | Thread Index | Old Index