pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qwtplot3d-qt4 add qwtplot3d-0.2.7, a collection of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d8a789a9d9
branches:  trunk
changeset: 568367:23d8a789a9d9
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Dec 11 19:22:10 2009 +0000

description:
add qwtplot3d-0.2.7, a collection of 3d widgets for qt
(this is the qt4 version)

diffstat:

 x11/qwtplot3d-qt4/DESCR            |   3 +++
 x11/qwtplot3d-qt4/Makefile         |  34 ++++++++++++++++++++++++++++++++++
 x11/qwtplot3d-qt4/PLIST            |  30 ++++++++++++++++++++++++++++++
 x11/qwtplot3d-qt4/buildlink3.mk    |  14 ++++++++++++++
 x11/qwtplot3d-qt4/distinfo         |   6 ++++++
 x11/qwtplot3d-qt4/patches/patch-aa |  12 ++++++++++++
 6 files changed, 99 insertions(+), 0 deletions(-)

diffs (123 lines):

diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/DESCR   Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,3 @@
+QwtPlot3D is not a  program, but a feature-rich Qt/OpenGL-based
+C++ programming library, providing essentially a  bunch of 3D-widgets
+for programmers.
diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/Makefile        Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+#
+
+DISTNAME=      qwtplot3d-0.2.7
+CATEGORIES=    x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qwtplot3d/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://qwtplot3d.sourceforge.net/
+COMMENT=       3D-widgets for qt4
+#LICENSE=      # TODO: (see mk/license.mk)
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                ${WRKDIR}/qwtplot3d
+USE_LANGUAGES= c c++
+USE_LIBTOOL=   yes
+
+INSTALLATION_DIRS=     include lib
+
+do-configure:
+       cd ${WRKSRC} && env ${CONFIGURE_ENV} ${QTDIR}/bin/qmake
+
+do-install:
+       for f in ${WRKSRC}/include/*.h; do \
+               ${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/include; \
+       done
+       ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+               ${WRKSRC}/lib/libqwtplot3d.la ${DESTDIR}${PREFIX}/lib
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/PLIST   Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+include/qwt3d_autoptr.h
+include/qwt3d_autoscaler.h
+include/qwt3d_axis.h
+include/qwt3d_color.h
+include/qwt3d_colorlegend.h
+include/qwt3d_coordsys.h
+include/qwt3d_drawable.h
+include/qwt3d_enrichment.h
+include/qwt3d_enrichment_std.h
+include/qwt3d_function.h
+include/qwt3d_global.h
+include/qwt3d_graphplot.h
+include/qwt3d_gridmapping.h
+include/qwt3d_helper.h
+include/qwt3d_io.h
+include/qwt3d_io_gl2ps.h
+include/qwt3d_io_reader.h
+include/qwt3d_label.h
+include/qwt3d_mapping.h
+include/qwt3d_multiplot.h
+include/qwt3d_openglhelper.h
+include/qwt3d_parametricsurface.h
+include/qwt3d_plot.h
+include/qwt3d_portability.h
+include/qwt3d_scale.h
+include/qwt3d_surfaceplot.h
+include/qwt3d_types.h
+include/qwt3d_volumeplot.h
+lib/libqwtplot3d.la
diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/buildlink3.mk   Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+BUILDLINK_TREE+=       qwtplot3d
+
+.if !defined(QWTPLOT3D_BUILDLINK3_MK)
+QWTPLOT3D_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qwtplot3d+=      qwtplot3d>=0.2.7
+BUILDLINK_PKGSRCDIR.qwtplot3d?=        ../../x11/qwtplot3d-qt4
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.endif # QWTPLOT3D_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -qwtplot3d
diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/distinfo        Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+SHA1 (qwtplot3d-0.2.7.tgz) = 4463fafb8420a91825e165da7a296aaabd70abea
+RMD160 (qwtplot3d-0.2.7.tgz) = 0f28462cb95ef6091d73642c8b26ece60d50bfb8
+Size (qwtplot3d-0.2.7.tgz) = 183836 bytes
+SHA1 (patch-aa) = e46978e1d3b0b68ed5481861fc99703b8fa44ff3
diff -r b181fb1b9305 -r 23d8a789a9d9 x11/qwtplot3d-qt4/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/qwtplot3d-qt4/patches/patch-aa        Fri Dec 11 19:22:10 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:22:10 drochner Exp $
+
+--- qwtplot3d.pro.orig 2007-05-20 15:51:50.000000000 +0000
++++ qwtplot3d.pro
+@@ -10,6 +10,7 @@ INCLUDEPATH       = include
+ DEPENDPATH        = include src
+ DESTDIR                       = lib
+ #DESTDIR                              = ../../../lib
++target.path = $$(PREFIX)/lib
+ QT += opengl
+ 
+ win32:TEMPLATE    = vclib



Home | Main Index | Thread Index | Old Index