From owner-dev-commits-ports-all@freebsd.org Thu Aug 19 08:46:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48A11660C7B; Thu, 19 Aug 2021 08:46:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqyzZ0n7fz4RGc; Thu, 19 Aug 2021 08:46:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2315227A0; Thu, 19 Aug 2021 08:46:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17J8kHZk021764; Thu, 19 Aug 2021 08:46:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17J8kHWl021763; Thu, 19 Aug 2021 08:46:17 GMT (envelope-from git) Date: Thu, 19 Aug 2021 08:46:17 GMT Message-Id: <202108190846.17J8kHWl021763@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: b95416f60aa1 - main - cad/qcsxcad: New port: Qt-GUI for CSXCAD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b95416f60aa11688281c2f10ee10a9f8a93ee714 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2021 08:46:18 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b95416f60aa11688281c2f10ee10a9f8a93ee714 commit b95416f60aa11688281c2f10ee10a9f8a93ee714 Author: Yuri Victorovich AuthorDate: 2021-08-19 08:38:17 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-19 08:46:11 +0000 cad/qcsxcad: New port: Qt-GUI for CSXCAD --- cad/Makefile | 1 + cad/qcsxcad/Makefile | 34 ++++++++++++++++++++++++++++++++++ cad/qcsxcad/distinfo | 3 +++ cad/qcsxcad/pkg-descr | 4 ++++ cad/qcsxcad/pkg-plist | 15 +++++++++++++++ 5 files changed, 57 insertions(+) diff --git a/cad/Makefile b/cad/Makefile index 45c3f242fc77..31eade51e9f5 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -103,6 +103,7 @@ SUBDIR += py-pyfda SUBDIR += python-gdsii SUBDIR += qcad + SUBDIR += qcsxcad SUBDIR += qelectrotech SUBDIR += qflow SUBDIR += qmls diff --git a/cad/qcsxcad/Makefile b/cad/qcsxcad/Makefile new file mode 100644 index 000000000000..484fb6d99add --- /dev/null +++ b/cad/qcsxcad/Makefile @@ -0,0 +1,34 @@ +PORTNAME= qcsxcad +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.2-5 +DISTVERSIONSUFFIX= -g0dabbaf +CATEGORIES= cad + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Qt-GUI for CSXCAD + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +# many dependencies below are induced by vtk8, but not vtk9 +LIB_DEPENDS= \ + libCSXCAD.so:cad/csxcad \ + libexpat.so:textproc/expat2 \ + libfreetype.so:print/freetype2 \ + libpng16.so:graphics/png \ + libtiff.so:graphics/tiff \ + libtinyxml.so:textproc/tinyxml \ + libvtkCommonCore-8.2.so:math/vtk8 + +USES= cmake jpeg pkgconfig qt:5 xorg +USE_QT= core gui sql widgets xml buildtools_build qmake_build +USE_XORG= ice sm x11 xext xt +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= thliebig +GH_PROJECT= ${PORTNAME:tu} + +CMAKE_ARGS= -DVTK_DIR=${LOCALBASE}/lib/vtk-8.2/cmake/vtk-8.2 + +.include diff --git a/cad/qcsxcad/distinfo b/cad/qcsxcad/distinfo new file mode 100644 index 000000000000..5c3545e1456d --- /dev/null +++ b/cad/qcsxcad/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1629336266 +SHA256 (thliebig-QCSXCAD-v0.6.2-5-g0dabbaf_GH0.tar.gz) = 6372ac39b83af1f5f2d2327350b862dd2f9bce816939c4daa80479c2c26d68ab +SIZE (thliebig-QCSXCAD-v0.6.2-5-g0dabbaf_GH0.tar.gz) = 627520 diff --git a/cad/qcsxcad/pkg-descr b/cad/qcsxcad/pkg-descr new file mode 100644 index 000000000000..46d456de01e1 --- /dev/null +++ b/cad/qcsxcad/pkg-descr @@ -0,0 +1,4 @@ +QCSXCAD the Qt-GUI for CSXCAD, a C++ library to describe geometrical objects and +their physical or non-physical properties. + +WWW: https://github.com/thliebig/QCSXCAD diff --git a/cad/qcsxcad/pkg-plist b/cad/qcsxcad/pkg-plist new file mode 100644 index 000000000000..b8e6ed133f3c --- /dev/null +++ b/cad/qcsxcad/pkg-plist @@ -0,0 +1,15 @@ +include/QCSXCAD/QCSGridEditor.h +include/QCSXCAD/QCSPrimEditor.h +include/QCSXCAD/QCSPropEditor.h +include/QCSXCAD/QCSTreeWidget.h +include/QCSXCAD/QCSXCAD.h +include/QCSXCAD/QCSXCAD_Global.h +include/QCSXCAD/QParameterGui.h +include/QCSXCAD/QVTKStructure.h +include/QCSXCAD/VTKPrimitives.h +include/QCSXCAD/export_pov.h +include/QCSXCAD/export_x3d.h +include/QCSXCAD/vtkInteractorStyleRubberBand2DPlane.h +lib/libQCSXCAD.so +lib/libQCSXCAD.so.0 +lib/libQCSXCAD.so.0.6.2