Date: Sun, 26 Apr 2020 23:44:54 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533091 - in head/multimedia: . f3d Message-ID: <202004262344.03QNisqo074602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Apr 26 23:44:53 2020 New Revision: 533091 URL: https://svnweb.freebsd.org/changeset/ports/533091 Log: New port: multimedia/f3d: Fast and minimalist 3D viewer Added: head/multimedia/f3d/ head/multimedia/f3d/Makefile (contents, props changed) head/multimedia/f3d/distinfo (contents, props changed) head/multimedia/f3d/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Apr 26 23:26:51 2020 (r533090) +++ head/multimedia/Makefile Sun Apr 26 23:44:53 2020 (r533091) @@ -59,6 +59,7 @@ SUBDIR += dvdstyler SUBDIR += emby-server SUBDIR += emovix + SUBDIR += f3d SUBDIR += ffaudioconverter SUBDIR += ffdec SUBDIR += ffmpeg Added: head/multimedia/f3d/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/f3d/Makefile Sun Apr 26 23:44:53 2020 (r533091) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= f3d +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.1 +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast and minimalist 3D viewer + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libvtkCommonMisc-9.0.so:math/vtk9 + +USES= cmake gl xorg +USE_GITLAB= yes +GL_SITE= https://gitlab.kitware.com +GL_ACCOUNT= f3d +GL_PROJECT= f3d +GL_COMMIT= 973d8e3b05f2b4275c72f82694e65f1713a87863 +USE_GL= gl glu +USE_XORG= ice sm x11 xt + +PLIST_FILES= bin/f3d \ + share/applications/f3d.desktop \ + share/icons/hicolor/32x32/apps/f3d.png \ + share/icons/hicolor/48x48/apps/f3d.png \ + share/icons/hicolor/64x64/apps/f3d.png \ + share/icons/hicolor/scalable/apps/f3d.svg + +post-install: + cd ${STAGEDIR}${PREFIX} && ${RM} LICENSE README.md + +.include <bsd.port.mk> Added: head/multimedia/f3d/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/f3d/distinfo Sun Apr 26 23:44:53 2020 (r533091) @@ -0,0 +1,3 @@ +TIMESTAMP = 1587775765 +SHA256 (f3d-f3d-973d8e3b05f2b4275c72f82694e65f1713a87863_GL0.tar.gz) = 0dee10eea2da618b762526d15b702e97c55fe57b3435c4159238ef796dd1469e +SIZE (f3d-f3d-973d8e3b05f2b4275c72f82694e65f1713a87863_GL0.tar.gz) = 198322 Added: head/multimedia/f3d/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/f3d/pkg-descr Sun Apr 26 23:44:53 2020 (r533091) @@ -0,0 +1,7 @@ +F3D is a VTK-based 3D viewer following the KISS principle, so it is minimalist, +efficient, has no GUI, has simple interaction mechanisms and is fully +controllable using arguments in the command line. + +It supports a range of file formats, rendering and texturing options. + +WWW: https://gitlab.kitware.com/f3d/f3d/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004262344.03QNisqo074602>