summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2022-05-23 19:05:34 +0000
committerplunky <plunky@pkgsrc.org>2022-05-23 19:05:34 +0000
commit65868d32efdb32e2eb923e763372add660e66b01 (patch)
tree9bf4186bb4d514f81b582e8fdb90c1b3fa1efb5a /cad
parent2056cd4a0ff48188c532ae76d732833a6240370f (diff)
downloadpkgsrc-65868d32efdb32e2eb923e763372add660e66b01.tar.gz
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 (limited to 'cad')
-rw-r--r--cad/fstl/DESCR3
-rw-r--r--cad/fstl/Makefile18
-rw-r--r--cad/fstl/PLIST2
-rw-r--r--cad/fstl/distinfo5
4 files changed, 28 insertions, 0 deletions
diff --git a/cad/fstl/DESCR b/cad/fstl/DESCR
new file mode 100644
index 00000000000..2ec7d54a4e8
--- /dev/null
+++ b/cad/fstl/DESCR
@@ -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 --git a/cad/fstl/Makefile b/cad/fstl/Makefile
new file mode 100644
index 00000000000..fe73d91a940
--- /dev/null
+++ b/cad/fstl/Makefile
@@ -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
+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 --git a/cad/fstl/PLIST b/cad/fstl/PLIST
new file mode 100644
index 00000000000..9c4d90a7158
--- /dev/null
+++ b/cad/fstl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/05/23 19:05:34 plunky Exp $
+bin/fstl
diff --git a/cad/fstl/distinfo b/cad/fstl/distinfo
new file mode 100644
index 00000000000..965cb56b2ba
--- /dev/null
+++ b/cad/fstl/distinfo
@@ -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