summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Lamm <expeditioneer@gentoo.org>2020-11-29 16:09:41 +0100
committerDennis Lamm <expeditioneer@gentoo.org>2020-11-30 19:37:41 +0100
commit7a67b46fa6e5dda158561b25b61129f4a282536a (patch)
tree0b98509cc3072e3105613ecfdbeb2331ca4f5740 /dev-libs/libnest2d/metadata.xml
parentmedia-gfx/fdm-materials: bump to 4.8.0 (diff)
downloadgentoo-7a67b46fa6e5dda158561b25b61129f4a282536a.tar.gz
gentoo-7a67b46fa6e5dda158561b25b61129f4a282536a.tar.bz2
gentoo-7a67b46fa6e5dda158561b25b61129f4a282536a.zip
dev-libs/libnest2d: added new ebuild
Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'dev-libs/libnest2d/metadata.xml')
-rw-r--r--dev-libs/libnest2d/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libnest2d/metadata.xml b/dev-libs/libnest2d/metadata.xml
new file mode 100644
index 000000000000..a80bd99b8c28
--- /dev/null
+++ b/dev-libs/libnest2d/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>3dprint@gentoo.org</email>
+ <name>Gentoo 3D Printer Project</name>
+ </maintainer>
+ <longdescription>
+ Libnest2D is a library and framework for the 2D bin packaging problem. Inspired from the SVGNest Javascript
+ library the project is built from scratch in C++11. The library is written with a policy that it should be
+ usable out of the box with a very simple interface but has to be customizable to the very core as well. The
+ algorithms are defined in a header only fashion with templated geometry types. These geometries can have custom
+ or already existing implementation to avoid copying or having unnecessary dependencies.
+
+ A default backend is provided if the user of the library just wants to use it out of the box without additional
+ integration. This backend is reasonably fast and robust, being built on top of boost geometry and the
+ polyclipping library. Usage of this default backend implies the dependency on these packages but its header only
+ as well.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">tamasmeszaros/libnest2d</remote-id>
+ </upstream>
+</pkgmetadata>