From owner-svn-ports-head@freebsd.org Sat Jan 30 12:09:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75CBEA72CE2; Sat, 30 Jan 2016 12:09:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 692499DE; Sat, 30 Jan 2016 12:09:57 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 66B701507; Sat, 30 Jan 2016 12:09:57 +0000 (UTC) Date: Sat, 30 Jan 2016 12:09:57 +0000 From: Alexey Dokuchaev To: Edward Tomasz Napierala Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r407489 - in head/cad: . pycam pycam/files Message-ID: <20160130120957.GA6969@FreeBSD.org> References: <201601291755.u0THtQ1Y087259@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601291755.u0THtQ1Y087259@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 12:09:57 -0000 On Fri, Jan 29, 2016 at 05:55:26PM +0000, Edward Tomasz Napierala wrote: > Author: trasz > URL: https://svnweb.freebsd.org/changeset/ports/407489 > > Log: > brickM is a toolpath generator for 3-axis CNC machining. It loads > 3D models in STL format or 2D contour models from DXF or SVG files. > The resulting GCode can be used with EMC2 or any other machine > controller. > > PyCAM supports a wide range of toolpath strategies for 3D models > and 2D contour models. > > [...] > Added: head/cad/pycam/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/cad/pycam/pkg-plist Fri Jan 29 17:55:26 2016 (r407489) > @@ -0,0 +1 @@ > +@comment $FreeBSD$ What's the purpose of an empty pkg-plist? ./danfe