Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 12:10:43 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529181 - head/cad/uranium
Message-ID:  <202003261210.02QCAhGW016366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003261210.02QCAhGW016366>