Index: head/cad/uranium/Makefile =================================================================== --- head/cad/uranium/Makefile (revision 529180) +++ head/cad/uranium/Makefile (revision 529181) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= Uranium DISTVERSION= 15.06.03 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 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qt5-quick>0:x11-toolkits/py-qt5-quick@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} USES= cmake python:3.4+ gettext USE_GITHUB= yes GH_ACCOUNT= Ultimaker GH_TAGNAME= 8d2bada STRIP= NO_ARCH= yes post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/uranium/scripts cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/uranium/scripts .include Index: head/cad/uranium/pkg-descr =================================================================== --- head/cad/uranium/pkg-descr (revision 529180) +++ head/cad/uranium/pkg-descr (revision 529181) @@ -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