pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/fstl Add fstl 0.9.4, the fastest (they claim) .stl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f2f6d3d7481
branches:  trunk
changeset: 379810:6f2f6d3d7481
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Mon May 23 19:05:34 2022 +0000

description:
Add fstl 0.9.4, the fastest (they claim) .stl viewer

fstl is a very fast .stl file viewer, designed to quickly load and
render very high-polygon models; showing 2 million triangles at 60+
FPS on a mid-range laptop.

diffstat:

 cad/fstl/DESCR    |   3 +++
 cad/fstl/Makefile |  18 ++++++++++++++++++
 cad/fstl/PLIST    |   2 ++
 cad/fstl/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r d82cbd479a4c -r 6f2f6d3d7481 cad/fstl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/fstl/DESCR    Mon May 23 19:05:34 2022 +0000
@@ -0,0 +1,3 @@
+fstl is a very fast .stl file viewer, designed to quickly load and
+render very high-polygon models; showing 2 million triangles at 60+
+FPS on a mid-range laptop.
diff -r d82cbd479a4c -r 6f2f6d3d7481 cad/fstl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/fstl/Makefile Mon May 23 19:05:34 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/05/23 19:05:34 plunky Exp $
+#
+
+DISTNAME=      fstl-0.9.4
+CATEGORIES=    cad
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=fstl-app/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.mattkeeter.com/projects/fstl/
+COMMENT=       Fast STL file viewer
+LICENSE=       mit
+
+USE_LANGUAGES= c c++
+USE_CMAKE=     yes
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d82cbd479a4c -r 6f2f6d3d7481 cad/fstl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/fstl/PLIST    Mon May 23 19:05:34 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/23 19:05:34 plunky Exp $
+bin/fstl
diff -r d82cbd479a4c -r 6f2f6d3d7481 cad/fstl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/fstl/distinfo Mon May 23 19:05:34 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/05/23 19:05:34 plunky Exp $
+
+BLAKE2s (fstl-0.9.4.tar.gz) = 0779c1d83e21d99051101cfeb41c215c39e58ee3e04cf21b1113171038873eb4
+SHA512 (fstl-0.9.4.tar.gz) = a56f9fcf18756b2fa610b9c0fcbbc3e738b32fa44b0b0f90a5e2c426e02df14f3316c6d565f1f5beab628c3e136b573ce429ca31c4f7594c7eb08c7669ae9315
+Size (fstl-0.9.4.tar.gz) = 117230 bytes



Home | Main Index | Thread Index | Old Index