LDraw is an open standard for LEGO CAD programs that allow the user to create
virtual LEGO models and scenes. You can use it to document models you have physically built, create building instructions just like LEGO, render 3D photo realistic images of your virtual models and even make animations. The possibilities are endless. Unlike real LEGO bricks where you are limited by the number of parts and colors, in LDraw nothing is impossible. WWW: http://www.ldraw.org/ PR: ports/174901 Submitted by: nemysis@gmx.ch
This commit is contained in:
parent
55d4c2e687
commit
3b60309ab2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314115
@ -52,6 +52,7 @@
|
||||
SUBDIR += kicad-library
|
||||
SUBDIR += klayout
|
||||
SUBDIR += layouteditor
|
||||
SUBDIR += ldraw
|
||||
SUBDIR += leocad
|
||||
SUBDIR += libgeda
|
||||
SUBDIR += librecad
|
||||
|
29
cad/ldraw/Makefile
Normal file
29
cad/ldraw/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Created by: nemysis@gmx.ch
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ldraw
|
||||
PORTVERSION= 20120913
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.ldraw.org/library/updates/
|
||||
DISTNAME= complete
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= nemysis@gmx.ch
|
||||
COMMENT= LDraw parts library
|
||||
|
||||
LICENSE= CDDL
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
|
||||
|
||||
post-install:
|
||||
@${FIND} ${DATADIR}/ ! -type d | ${SED} 's|^${PREFIX}/||' >> ${TMPPLIST}
|
||||
@${FIND} -ds ${DATADIR}/ -type d | \
|
||||
${SED} -E -e 's,(.*),@unexec ${RMDIR} "\1" 2>/dev/null || true,' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
2
cad/ldraw/distinfo
Normal file
2
cad/ldraw/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ldraw/complete.zip) = d6949e51f617ff46457dc5467d9b8d525cf744486ff9f29a49927f6eaa882b79
|
||||
SIZE (ldraw/complete.zip) = 21433103
|
8
cad/ldraw/pkg-descr
Normal file
8
cad/ldraw/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
LDraw is an open standard for LEGO CAD programs that allow the user to create
|
||||
virtual LEGO models and scenes. You can use it to document models you have
|
||||
physically built, create building instructions just like LEGO, render 3D photo
|
||||
realistic images of your virtual models and even make animations.
|
||||
The possibilities are endless. Unlike real LEGO bricks where you are limited by
|
||||
the number of parts and colors, in LDraw nothing is impossible.
|
||||
|
||||
WWW: http://www.ldraw.org/
|
Loading…
Reference in New Issue
Block a user