Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 01:17:06 +0200 (CEST)
From:      Martin Dieringer <martin.dieringer@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171796: [NEW PORT] cad/repsnapper: Controller and GCode generator for RepRap 3D printers
Message-ID:  <alpine.BSF.2.00.1209200113390.2384@thinkpad.nowhere.local>
Resent-Message-ID: <201209192320.q8JNK6KQ097472@freefall.freebsd.org>

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

>Number:         171796
>Category:       ports
>Synopsis:       [NEW PORT] cad/repsnapper: Controller and GCode generator for RepRap 3D printers
>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 Sep 19 23:20:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Martin Dieringer
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 9.1-PRERELEASE #16: Tue Aug 21 03:35:47 CEST 2012
>Description:
RepSnapper is a host software for controlling a RepRap 3D printer.  It has a
3D OpenGL interface, slices objects and calculates the extrusion toolpath. 
It can manipulate 3D objects and save constellations in STL and AMF format.

WWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>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:
#
#	repsnapper
#	repsnapper/pkg-plist
#	repsnapper/Makefile
#	repsnapper/distinfo
#	repsnapper/pkg-descr
#
echo c - repsnapper
mkdir -p repsnapper > /dev/null 2>&1
echo x - repsnapper/pkg-plist
sed 's/^X//' >repsnapper/pkg-plist << '4862dd7212c67652971f4ec0a8c74113'
Xbin/repsnapper
Xshare/applications/repsnapper.desktop
Xetc/xdg/repsnapper/repsnapper.conf
Xshare/locale/en_GB/LC_MESSAGES/repsnapper.mo
Xshare/locale/de_DE/LC_MESSAGES/repsnapper.mo
X@dirrm etc/xdg/repsnapper/
4862dd7212c67652971f4ec0a8c74113
echo x - repsnapper/Makefile
sed 's/^X//' >repsnapper/Makefile << '8715f8ced5909f677292f25be4152329'
X# New ports collection makefile for:	repsnapper
X# Date created:				30 July 2012
X# Whom:					martin.dieringe@gmx.de
X#
X# $FreeBSD$
X#
X
XPORTNAME=	repsnapper
XPORTVERSION=	1.9.0b15
XCATEGORIES=	cad
XMASTER_SITES=	http://nodeload.github.com/timschmidt/repsnapper/tarball/
XDISTNAME=	${PORTVERSION}
XEXTRACT_SUFX=	#
XDIST_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	martin.dieringer@gmx.de
XCOMMENT=	Controller and GCode generator for RepRap 3D printers
X
XLICENSE=	GPLv2
XLICENSE_FILE=	${WRKSRC}/licenses/GPL-2.0.txt
X
XBUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
XLIB_DEPENDS=	gtkglext:${PORTSDIR}/x11-toolkits/gtkglext \
X		gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \
X		glademm-2:${PORTSDIR}/devel/libglademm24 \
X		cairomm-1:${PORTSDIR}/graphics/cairomm \
X		zip:${PORTSDIR}/archivers/libzip
X
XMAKE_JOBS_SAFE=	yes
XUSE_GNOME=	gtk20
XUSE_GL=		glut
X
X.if !defined(WITHOUT_NLS)
XUSE_GETTEXT=	yes
XPLIST_SUB+=	NLS=""
X.else
XCONFIGURE_ARGS+=	--disable-nls
XPLIST_SUB+=	NLS="@comment "
X.endif
X
XWRKSRC=		${WRKDIR}/timschmidt-${PORTNAME}-1253661
XINSTALL_TARGET=	install-strip
XCONFIGURE_ARGS=	--prefix=${PREFIX}
XUSE_AUTOTOOLS=	automake
X
X#USE_LDCONFIG=	yes
XUSE_GMAKE=	yes
XUSE_XORG=	x11
X
Xpre-configure:
X		cd ${WRKSRC} && ./autogen.sh
X
Xpost-install:
X		${MKDIR} ${PREFIX}/share/locale/en_GB/LC_MESSAGES
X		${MV} ${PREFIX}/lib/locale/en_GB/LC_MESSAGES/repsnapper.mo ${PREFIX}/share/locale/en_GB/LC_MESSAGES/
X		${MKDIR} ${PREFIX}/share/locale/de_DE/LC_MESSAGES
X		${MV} ${PREFIX}/lib/locale/de_DE/LC_MESSAGES/repsnapper.mo ${PREFIX}/share/locale/de_DE/LC_MESSAGES/
X
X.include <bsd.port.mk>
8715f8ced5909f677292f25be4152329
echo x - repsnapper/distinfo
sed 's/^X//' >repsnapper/distinfo << 'eadfeb873bc57e75224679158d118939'
XSHA256 (repsnapper/1.9.0b15) = 3642a57beb82873f58d2954834f89bcfe8b8551ea250e5ad2f949901ad2cda57
XSIZE (repsnapper/1.9.0b15) = 1338780
eadfeb873bc57e75224679158d118939
echo x - repsnapper/pkg-descr
sed 's/^X//' >repsnapper/pkg-descr << 'f568d0b9a82b0fd3b377e449b96461e4'
XRepSnapper is a host software for controlling a RepRap 3D printer.  It has a
X3D OpenGL interface, slices objects and calculates the extrusion toolpath. 
XIt can manipulate 3D objects and save constellations in STL and AMF format.
X
XWWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction
f568d0b9a82b0fd3b377e449b96461e4
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?alpine.BSF.2.00.1209200113390.2384>