svn commit: r529181 - head/cad/uranium
Diane Bruce
db at FreeBSD.org
Thu Mar 26 12:12:01 UTC 2020
Author: db
Date: Thu Mar 26 12:10:43 2020
New Revision: 529181
URL: https://svnweb.freebsd.org/changeset/ports/529181
Log:
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.
Modified:
head/cad/uranium/Makefile
head/cad/uranium/pkg-descr
Modified: head/cad/uranium/Makefile
==============================================================================
--- head/cad/uranium/Makefile Thu Mar 26 12:06:13 2020 (r529180)
+++ head/cad/uranium/Makefile Thu Mar 26 12:10:43 2020 (r529181)
@@ -6,7 +6,7 @@ CATEGORIES= cad
DIST_SUBDIR= Ultimaker
MAINTAINER= db at 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
Modified: head/cad/uranium/pkg-descr
==============================================================================
--- head/cad/uranium/pkg-descr Thu Mar 26 12:06:13 2020 (r529180)
+++ head/cad/uranium/pkg-descr Thu Mar 26 12:10:43 2020 (r529181)
@@ -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
More information about the svn-ports-head
mailing list