diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-26 12:10:43 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-26 12:10:43 +0000 |
commit | 49471275d5afd32005a477303d1347a75f6eb9e7 (patch) | |
tree | 57a2eb8604dce47478b3662477cc6ab0f28da751 /cad/uranium | |
parent | I used my personal email rather than FreeBSD one by mistake (diff) |
Updated pkg-descr
The Uranium framework consists of several parts, divided over several modules.
These modules are Core, Backend, Math, Mesh, Scene, Settings and View.
In addition, there are two toolkit-specific modules that implement a lot
of UI bits for the applications.
Notes
Notes:
svn path=/head/; revision=529181
Diffstat (limited to 'cad/uranium')
-rw-r--r-- | cad/uranium/Makefile | 2 | ||||
-rw-r--r-- | cad/uranium/pkg-descr | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile index 5b82bca4b78e..7db82a6162e6 100644 --- a/cad/uranium/Makefile +++ b/cad/uranium/Makefile @@ -6,7 +6,7 @@ CATEGORIES= cad DIST_SUBDIR= Ultimaker MAINTAINER= db@FreeBSD.org -COMMENT= Uranium is a Python framework for building 3D printing +COMMENT= Python framework for 3D printing applications LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/cad/uranium/pkg-descr b/cad/uranium/pkg-descr index 1166fae9c26f..4f9a7c984aee 100644 --- a/cad/uranium/pkg-descr +++ b/cad/uranium/pkg-descr @@ -1,3 +1,6 @@ -Uranium is a Python framework for building 3D printing related applications. +The Uranium framework consists of several parts, divided over several modules. +These modules are Core, Backend, Math, Mesh, Scene, Settings and View. +In addition, there are two toolkit-specific modules that implement a lot +of UI bits for the applications. -WWW: https://github.com/Ultimaker/uranium/wiki +WWW: https://github.com/Ultimaker/Uranium/blob/master/docs/overview.md |