pkgsrc-WIP-changes archive

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

Add COMMIT_MSG for cereal, nlopt, openvdb and prusaslicer.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Feb 3 22:39:38 2021 +1100
Changeset:	be7699dcef66a664ed351e94bbd74822c4ff5fbc

Added Files:
	cereal/COMMIT_MSG
	nlopt/COMMIT_MSG
	openvdb/COMMIT_MSG
	prusaslicer/COMMIT_MSG

Log Message:
Add COMMIT_MSG for cereal, nlopt, openvdb and prusaslicer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be7699dcef66a664ed351e94bbd74822c4ff5fbc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cereal/COMMIT_MSG      |  5 +++++
 nlopt/COMMIT_MSG       | 25 +++++++++++++++++++++++++
 openvdb/COMMIT_MSG     |  5 +++++
 prusaslicer/COMMIT_MSG |  7 +++++++
 4 files changed, 42 insertions(+)

diffs:
diff --git a/cereal/COMMIT_MSG b/cereal/COMMIT_MSG
new file mode 100644
index 0000000000..a053daa1c2
--- /dev/null
+++ b/cereal/COMMIT_MSG
@@ -0,0 +1,5 @@
+cereal is a header-only C++11 serialization library. cereal takes arbitrary
+data types and reversibly turns them into different representations, such as
+compact binary encodings, XML, or JSON. cereal was designed to be fast,
+light-weight, and easy to extend - it has no external dependencies and can be
+easily bundled with other code or used standalone.
diff --git a/nlopt/COMMIT_MSG b/nlopt/COMMIT_MSG
new file mode 100644
index 0000000000..f7d2c7f8ac
--- /dev/null
+++ b/nlopt/COMMIT_MSG
@@ -0,0 +1,25 @@
+Update to NLopt 2.7.0
+
+Changes:
+
+NLopt 2.7.0
+  - New nlopt_set_param API for setting internal algorithm parameters ([#365]).
+  - Avoid library-symbol conflicts ([#355], [#361])
+
+NLopt 2.6.2
+  - Fixed forced stop exception with dimension elimination ([#317])
+  - Fixed get_initial_step wrapping ([#319])
+  - Various build fixes ([#314], [#308], [#303], [#278])
+
+NLopt 2.6.1
+  - Fix nlopt_version return value for 2.6.x and update soname and docs.
+
+NLopt 2.6.0
+  - New set_upper_bound and set_lower_bound functions in the low-level C API to
+    set one bound at a time (#257). There is no longer a separate libnlopt_cxx
+    library - C++ algorithms (stogo) are compiled and included by default
+    (#198). Various build fixes (#197, #216, #245, #250, #230, #261, etc.),
+    other fixes (#242, #258).
+
+NLopt 2.5.0
+  - See NEWS: switch to cmake, various new functions, a new algorithm.
diff --git a/openvdb/COMMIT_MSG b/openvdb/COMMIT_MSG
new file mode 100644
index 0000000000..e64f84b407
--- /dev/null
+++ b/openvdb/COMMIT_MSG
@@ -0,0 +1,5 @@
+OpenVDB is an open source C++ library comprising a novel hierarchical
+data structure and a large suite of tools for the efficient storage and
+manipulation of sparse volumetric data discretized on three-dimensional
+grids. It was developed by DreamWorks Animation for use in volumetric
+applications typically encountered in feature film production.
diff --git a/prusaslicer/COMMIT_MSG b/prusaslicer/COMMIT_MSG
new file mode 100644
index 0000000000..f0a94ac820
--- /dev/null
+++ b/prusaslicer/COMMIT_MSG
@@ -0,0 +1,7 @@
+PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code
+instructions for FFF printers or PNG layers for mSLA 3D printers. It's
+compatible with any modern printer based on the RepRap toolchain, including
+all those based on the Marlin, Prusa, Sprinter and Repetier firmware. It
+also works with Mach3, LinuxCNC and Machinekit controllers.
+
+PrusaSlicer is based on Slic3r by Alessandro Ranelucci and the RepRap community.


Home | Main Index | Thread Index | Old Index