pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libbgcode: Prusa Block & Binary G-code reader / writer / converter.
Module Name: pkgsrc-wip
Committed By: Paul Ripke <stix%stix.id.au@localhost>
Pushed By: stix
Date: Sat Dec 2 15:16:23 2023 +1100
Changeset: e3fe772b57eb411579632bcacc26e016ab283f55
Added Files:
libbgcode/DESCR
libbgcode/Makefile
libbgcode/PLIST
libbgcode/distinfo
Log Message:
libbgcode: Prusa Block & Binary G-code reader / writer / converter.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e3fe772b57eb411579632bcacc26e016ab283f55
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libbgcode/DESCR | 1 +
libbgcode/Makefile | 31 +++++++++++++++++++++++++++++++
libbgcode/PLIST | 19 +++++++++++++++++++
libbgcode/distinfo | 5 +++++
4 files changed, 56 insertions(+)
diffs:
diff --git a/libbgcode/DESCR b/libbgcode/DESCR
new file mode 100644
index 0000000000..549a94b112
--- /dev/null
+++ b/libbgcode/DESCR
@@ -0,0 +1 @@
+Prusa Block & Binary G-code reader / writer / converter.
diff --git a/libbgcode/Makefile b/libbgcode/Makefile
new file mode 100644
index 0000000000..9d91ec2c20
--- /dev/null
+++ b/libbgcode/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD$
+
+DISTNAME= libbgcode-20231123
+CATEGORIES= cad
+MASTER_SITES= ${MASTER_SITE_GITHUB:=prusa3d/}
+GITHUB_PROJECT= libbgcode
+GITHUB_TAG= bc390aab4427589a6402b4c7f65cf4d0a8f987ec
+
+MAINTAINER= stix%stix.id.au@localhost
+HOMEPAGE= https://www.github.com/prusa3d/libbgcode
+COMMENT= XXX
+LICENSE= gnu-agpl-v3
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= cmake gmake
+USE_CMAKE= yes
+#CMAKE_ARGS+= -DLibBGCode_BUILD_DEPS=on
+
+# CMake goes looking for this binary. Make it happy.
+pre-configure:
+ ${LN} -s ${PREFIX}/bin/heatshrink ${BUILDLINK_DIR}/bin/
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/catch2/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../wip/heatshrink/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libbgcode/PLIST b/libbgcode/PLIST
new file mode 100644
index 0000000000..7023bf63ff
--- /dev/null
+++ b/libbgcode/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/bgcode
+include/LibBGCode/binarize/binarize.hpp
+include/LibBGCode/binarize/export.h
+include/LibBGCode/convert/convert.hpp
+include/LibBGCode/convert/export.h
+include/LibBGCode/core/core.hpp
+include/LibBGCode/core/export.h
+lib/cmake/LibBGCode/LibBGCodeBinarizeTargets-noconfig.cmake
+lib/cmake/LibBGCode/LibBGCodeBinarizeTargets.cmake
+lib/cmake/LibBGCode/LibBGCodeConfig.cmake
+lib/cmake/LibBGCode/LibBGCodeConfigVersion.cmake
+lib/cmake/LibBGCode/LibBGCodeConvertTargets-noconfig.cmake
+lib/cmake/LibBGCode/LibBGCodeConvertTargets.cmake
+lib/cmake/LibBGCode/LibBGCodeCoreTargets-noconfig.cmake
+lib/cmake/LibBGCode/LibBGCodeCoreTargets.cmake
+lib/libbgcode_binarize.a
+lib/libbgcode_convert.a
+lib/libbgcode_core.a
diff --git a/libbgcode/distinfo b/libbgcode/distinfo
new file mode 100644
index 0000000000..e715da18c2
--- /dev/null
+++ b/libbgcode/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libbgcode-20231123-bc390aab4427589a6402b4c7f65cf4d0a8f987ec.tar.gz) = 3b03a613a8e66787ef0f64a3bf5345a263ed0620de39f58a750d45525710af55
+SHA512 (libbgcode-20231123-bc390aab4427589a6402b4c7f65cf4d0a8f987ec.tar.gz) = 605110a0e4ca16fd497dbe8b15f9794a75c19d5d5367320ddacaa621eb1a4370fcc5b8a799440d8b449774595c5bcbcd2d96fcb574707da475ef85764f9760d3
+Size (libbgcode-20231123-bc390aab4427589a6402b4c7f65cf4d0a8f987ec.tar.gz) = 455134 bytes
Home |
Main Index |
Thread Index |
Old Index