- New port blender-doc-2.3
- Documentation for Blender PR: ports/114937 Submitted by: Alex Ivasyuv <siegerstein@pochta.ru> (maintainer) Approved by: sat (mentor)
This commit is contained in:
parent
2973d843c3
commit
b8898582af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200089
6 changed files with 2682 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
SUBDIR += batik
|
||||
SUBDIR += bbrb
|
||||
SUBDIR += blender
|
||||
SUBDIR += blender-doc
|
||||
SUBDIR += bmeps
|
||||
SUBDIR += bmp-rootvis
|
||||
SUBDIR += bmp2html
|
||||
|
|
34
graphics/blender-doc/Makefile
Normal file
34
graphics/blender-doc/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: blender-doc
|
||||
# Date created: 09-10-2007
|
||||
# Whom: Alex Ivasyuv <siegerstein@pochta.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blender
|
||||
PORTVERSION= 2.3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.blender.org/documentation/ \
|
||||
CENKES
|
||||
PKGNAMESUFFIX= -doc
|
||||
DISTFILES= BlenderManualIen.23.html.tar.gz BlenderManualIIen.23.html.tar.gz
|
||||
|
||||
MAINTAINER= siegerstein@pochta.ru
|
||||
COMMENT= Blender Documentation
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-extract:
|
||||
@${CHMOD} u+rwx ${WRKSRC}/* && ${CHMOD} u+rwx ${WRKSRC}/*/* && \
|
||||
${CHMOD} u+rwx ${WRKSRC}/*/*/* && ${CHMOD} u+rwx ${WRKSRC}/*/*/*/*
|
||||
@cd ${WRKSRC}/htmlI/PartAT/volumetrics/gfx/ && \
|
||||
${RM} -rf "Nuova cartella" "Nuova cartella (2)"
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${DOCSDIR}/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
6
graphics/blender-doc/distinfo
Normal file
6
graphics/blender-doc/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
MD5 (BlenderManualIen.23.html.tar.gz) = 259fd2f3b542f0146dd790016dde004d
|
||||
SHA256 (BlenderManualIen.23.html.tar.gz) = 56c5c9f8a3432be5856a6c0127cde4feed29b420b7d118124220909fcc5ff1cf
|
||||
SIZE (BlenderManualIen.23.html.tar.gz) = 42009856
|
||||
MD5 (BlenderManualIIen.23.html.tar.gz) = 4461f4be160c606d4dbed5e2c179ca1a
|
||||
SHA256 (BlenderManualIIen.23.html.tar.gz) = 24d1efbce60fc1a3fffe26a6f87497b8b8650bf0d596b1be1b8e02c91a12eead
|
||||
SIZE (BlenderManualIIen.23.html.tar.gz) = 2826944
|
6
graphics/blender-doc/files/pkg-message.in
Normal file
6
graphics/blender-doc/files/pkg-message.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
###########################################################
|
||||
|
||||
You can start browsing documentation here:
|
||||
%%DOCSDIR%%/htmlI/index.html
|
||||
|
||||
###########################################################
|
3
graphics/blender-doc/pkg-descr
Normal file
3
graphics/blender-doc/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Blender Documentation
|
||||
|
||||
WWW: http://www.blender.org/download/documentation/
|
2632
graphics/blender-doc/pkg-plist
Normal file
2632
graphics/blender-doc/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue