aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-04-29 13:42:06 +0800
committerantoine <antoine@FreeBSD.org>2018-04-29 13:42:06 +0800
commit6ff4e6a8a3aec53af6792ab7be107e4f10b25eb4 (patch)
tree50e1744405ca7885d224e14e4fbaab3349045ceb /graphics
parent8cf05016a58192ea8ef20d4c74fef321081a7efb (diff)
downloadfreebsd-ports-gnome-6ff4e6a8a3aec53af6792ab7be107e4f10b25eb4.tar.gz
freebsd-ports-gnome-6ff4e6a8a3aec53af6792ab7be107e4f10b25eb4.tar.zst
freebsd-ports-gnome-6ff4e6a8a3aec53af6792ab7be107e4f10b25eb4.zip
Remove sverchok-blender, it prevents poudriere from starting
Pointy hat: yuri With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/sverchok-blender/Makefile34
-rw-r--r--graphics/sverchok-blender/distinfo3
-rw-r--r--graphics/sverchok-blender/pkg-descr19
-rw-r--r--graphics/sverchok-blender/pkg-message12
5 files changed, 0 insertions, 69 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 2a5bb1b6a485..78e5ed32df88 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1050,7 +1050,6 @@
SUBDIR += sswf
SUBDIR += stamp
SUBDIR += structuresynth
- SUBDIR += sverchok-blender
SUBDIR += svg2pdf
SUBDIR += svg2png
SUBDIR += svgalib
diff --git a/graphics/sverchok-blender/Makefile b/graphics/sverchok-blender/Makefile
deleted file mode 100644
index 43d1c9cdf92a..000000000000
--- a/graphics/sverchok-blender/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= sverchok
-DISTVERSION= 0.5.9.6.3
-CATEGORIES= graphics
-PKGNAMESUFFIX= -blender
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Add-on for Blender: parametric tool for architects and designers
-
-LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
-
-.include "../blender/Makefile.versions"
-
-USES= python:${BLENDER_PY_VERSION}
-USE_GITHUB= yes
-GH_ACCOUNT= nortikin
-NO_BUILD= yes
-NO_ARCH= yes
-
-do-install:
- @${RM} ${WRKSRC}/node_scripts/templates/polyvox # stray link
- @${MKDIR} ${STAGEDIR}${PREFIX}/share/blender/${BLENDER_BL_VERSION}/scripts/addons/${PORTNAME}
- cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/blender/${BLENDER_BL_VERSION}/scripts/addons/${PORTNAME}
- # autoplist: it installs 800+ files into the plugins directory
- @cd ${STAGEDIR}${PREFIX} && \
- ${FIND} share/blender/${BLENDER_BL_VERSION}/scripts/addons/${PORTNAME} -type f >> ${TMPPLIST} && \
- ${FIND} -f share/blender/${BLENDER_BL_VERSION}/scripts/addons/${PORTNAME} -type d -empty | ${SED} -e 's/^/@dir /' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/graphics/sverchok-blender/distinfo b/graphics/sverchok-blender/distinfo
deleted file mode 100644
index c21930eb0191..000000000000
--- a/graphics/sverchok-blender/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1522515260
-SHA256 (nortikin-sverchok-0.5.9.6.3_GH0.tar.gz) = d0dafe30ac425f8bcefb05b08bcb6a6f38774d7dbac670ebe05ead1b7344fea4
-SIZE (nortikin-sverchok-0.5.9.6.3_GH0.tar.gz) = 1775310
diff --git a/graphics/sverchok-blender/pkg-descr b/graphics/sverchok-blender/pkg-descr
deleted file mode 100644
index 053cb65cfcf8..000000000000
--- a/graphics/sverchok-blender/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Sverchok is a parametric tool for architects and designers. You can use it to
-program objects' shapes without knowing any programming languages.
-
-It is an add-on for Blender.
-
-Sverchok IS a parametric tool that relies on easy-to-use visual node-based
-design to create low-level data structures.
-
-Sverchok IS NOT an all-in-one tool. It does not have lighting and the rest
-of Blender's toolbox.
-
-It implements the approach of MATH + MESH + SPLINES + NURBS. It lets you operate
-with digits and math with high level language to manipulate nodes visually.
-
-Sverchok has been inspired by Grasshopper from Rhino 3D and uses a similar
-node-based visual programming principle. We are trying to bring this feature set
-to Blender users.
-
-WWW: http://nikitron.cc.ua/sverchok_en.html
diff --git a/graphics/sverchok-blender/pkg-message b/graphics/sverchok-blender/pkg-message
deleted file mode 100644
index 136e708869a7..000000000000
--- a/graphics/sverchok-blender/pkg-message
+++ /dev/null
@@ -1,12 +0,0 @@
-======================================================================
-You installed Sverchok: the Blender add-on for architects and
-designers.
-
-You need to enable it in Blender: click on the "File" menu, then on
-the "User Preferences" sub-menu, click on "Add-ons", type in "sverchok"
-into the search box in the top-left corner, and check the "Sverchok"
-check-box to the right.
-
-Please consult the user's manual:
-http://nikitron.cc.ua/sverch/html/main.html
-======================================================================