Received: by mail.netbsd.org (Postfix, from userid 605) id F3DB684D8E; Tue, 16 Jun 2020 08:18:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7CB0A84D82 for ; Tue, 16 Jun 2020 08:18:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jukjIqKa1wyc for ; Tue, 16 Jun 2020 08:18:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 96BE984D51 for ; Tue, 16 Jun 2020 08:18:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BE87FB28; Tue, 16 Jun 2020 08:18:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592295522199270" MIME-Version: 1.0 Date: Tue, 16 Jun 2020 08:18:42 +0000 From: "pin" Subject: CVS commit: pkgsrc/math/lumina-calculator To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200616081842.8BE87FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592295522199270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Jun 16 08:18:42 UTC 2020 Added Files: pkgsrc/math/lumina-calculator: DESCR Makefile PLIST distinfo Log Message: Import math/lumina-calculator Scientific calculator for the Lumina desktop. This is a graphical, scientific calculator with history and recall abilities. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/lumina-calculator/DESCR \ pkgsrc/math/lumina-calculator/Makefile \ pkgsrc/math/lumina-calculator/PLIST \ pkgsrc/math/lumina-calculator/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592295522199270 Content-Disposition: inline Content-Length: 2558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/lumina-calculator/DESCR diff -u /dev/null pkgsrc/math/lumina-calculator/DESCR:1.1 --- /dev/null Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/DESCR Tue Jun 16 08:18:42 2020 @@ -0,0 +1,2 @@ +Scientific calculator for the Lumina desktop. +This is a graphical, scientific calculator with history and recall abilities. Index: pkgsrc/math/lumina-calculator/Makefile diff -u /dev/null pkgsrc/math/lumina-calculator/Makefile:1.1 --- /dev/null Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/Makefile Tue Jun 16 08:18:42 2020 @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2020/06/16 08:18:42 pin Exp $ + +GITHUB_PROJECT= lumina-calculator +GITHUB_TAG= v1.6.0 +DISTNAME= v1.6.0 +PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_GITHUB:=lumina-desktop/} +DIST_SUBDIR= ${GITHUB_PROJECT} + +MAINTAINER= pin@NetBSD.org +HOMEPAGE= https://github.com/lumina-desktop/lumina-calculator/ +COMMENT= Scientific calculator from the Lumina desktop +LICENSE= modified-bsd + +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c++ + +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src-qt5 + +do-configure: + cd ${WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} \ + ${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX} + +TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtsvg/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/lumina-calculator/PLIST diff -u /dev/null pkgsrc/math/lumina-calculator/PLIST:1.1 --- /dev/null Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/PLIST Tue Jun 16 08:18:42 2020 @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2020/06/16 08:18:42 pin Exp $ +bin/lumina-calculator +man/man1/lumina-calculator.1 +share/applications/lumina-calculator.desktop Index: pkgsrc/math/lumina-calculator/distinfo diff -u /dev/null pkgsrc/math/lumina-calculator/distinfo:1.1 --- /dev/null Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/distinfo Tue Jun 16 08:18:42 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/06/16 08:18:42 pin Exp $ + +SHA1 (lumina-calculator/v1.6.0.tar.gz) = b1e36971d9cdd917c0eb596714a0c6cc6f45402c +RMD160 (lumina-calculator/v1.6.0.tar.gz) = 71cbfe6eda6bad655cd577ef1591eddb540327cf +SHA512 (lumina-calculator/v1.6.0.tar.gz) = e4005a3b17ff46a90b07f6dd22c7b2c6156c9c26396aefd33394fa5bbb434437e5361a276868b8e2b8753a17b13604b448094b1c04a34e3360fae4f78a271e37 +Size (lumina-calculator/v1.6.0.tar.gz) = 31287 bytes --_----------=_1592295522199270--