Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jan 2013 16:36:14 +0100
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174901: [NEW PORT] cad/ldraw: LDraw parts library
Message-ID:  <20130102153622.7823EDC9@hub.freebsd.org>
Resent-Message-ID: <201301021540.r02Fe1lv056789@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174901
>Category:       ports
>Synopsis:       [NEW PORT] cad/ldraw: LDraw parts library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 02 15:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
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/

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

portlint -A
looks fine.

port test: clean

>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ldraw
#	ldraw/Makefile
#	ldraw/pkg-descr
#	ldraw/distinfo
#
echo c - ldraw
mkdir -p ldraw > /dev/null 2>&1
echo x - ldraw/Makefile
sed 's/^X//' >ldraw/Makefile << '613546a948e64d5dc7d0eea39f152a5d'
X# Created by:   nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ldraw
XPORTVERSION=	20120913
XCATEGORIES=	cad
XMASTER_SITES=	http://www.ldraw.org/library/updates/
XDISTNAME=	complete
XDIST_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	LDraw parts library
X
XLICENSE=	CDDL
X
XEXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
X
XUSE_ZIP=	yes
XNO_BUILD=	yes
X
Xdo-install:
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})
X
Xpost-install:
X	@${FIND} ${DATADIR}/ ! -type d | ${SED} 's|^${PREFIX}/||' >> ${TMPPLIST}
X	@${FIND} -ds ${DATADIR}/ -type d | \
X		${SED} -E -e 's,(.*),@unexec ${RMDIR} "\1" 2>/dev/null || true,' >> ${TMPPLIST}
X
X.include <bsd.port.mk>
613546a948e64d5dc7d0eea39f152a5d
echo x - ldraw/pkg-descr
sed 's/^X//' >ldraw/pkg-descr << 'f56f69c05fdf3e0f3524bc9572dfb78e'
XLDraw is an open standard for LEGO CAD programs that allow the user to create
Xvirtual LEGO models and scenes. You can use it to document models you have
Xphysically built, create building instructions just like LEGO, render 3D photo
Xrealistic images of your virtual models and even make animations.
XThe possibilities are endless. Unlike real LEGO bricks where you are limited by
Xthe number of parts and colors, in LDraw nothing is impossible.
X
XWWW: http://www.ldraw.org/
f56f69c05fdf3e0f3524bc9572dfb78e
echo x - ldraw/distinfo
sed 's/^X//' >ldraw/distinfo << '0797b5a70ae8b8a5240ee7052fe94292'
XSHA256 (ldraw/complete.zip) = d6949e51f617ff46457dc5467d9b8d525cf744486ff9f29a49927f6eaa882b79
XSIZE (ldraw/complete.zip) = 21433103
0797b5a70ae8b8a5240ee7052fe94292
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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