Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 18:40:06 GMT
From:      Martin Dieringer <martin.dieringer@gmx.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/171796: [NEW PORT] cad/repsnapper: Controller and GCode generator for RepRap 3D printers
Message-ID:  <201209271840.q8RIe6jM016883@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/171796; it has been noted by GNATS.

From: Martin Dieringer <martin.dieringer@gmx.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171796: [NEW PORT] cad/repsnapper: Controller and GCode
 generator for RepRap 3D printers
Date: Thu, 27 Sep 2012 20:29:57 +0200 (CEST)

 new shar for version 2.0.0b01
 
 --- .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=	2.0.0b01
 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		glut:${PORTSDIR}/graphics/freeglut/ \
 X		gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24 \
 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}-39af569
 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/2.0.0b01) = 01ac8745933f87661972492476eb94b90ae2272e522b6accec64e6b2a938f60d
 XSIZE (repsnapper/2.0.0b01) = 1340375
 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 ---
 



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