Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Aug 2011 11:02:10 +0000 (UTC)
From:      Michael Reifenberger <mr@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/cad Makefile ports/cad/openscad Makefile distinfo pkg-descr pkg-plist ports/cad/openscad/files patch-aa
Message-ID:  <201108191102.p7JB2ASi043273@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mr          2011-08-19 11:02:10 UTC

  FreeBSD ports repository

  Modified files:
    cad                  Makefile 
  Added files:
    cad/openscad         Makefile distinfo pkg-descr pkg-plist 
    cad/openscad/files   patch-aa 
  Log:
  Add openscad.
  OpenSCAD is a software for creating 3D CAD objects.
  
  Unlike most free software for creating 3D models, it does not focus on
  the artistic aspects of 3D modelling but instead on the CAD aspects.
  Thus it is more suitable for creating 3D models of machine parts but
  perhaps not when creating computer-animated movies.
  
  OpenSCAD is not an interactive modeller. Instead it is something like
  a 3D-compiler that reads in a script file that describes the object
  and renders the 3D model from this script file. This gives designers
  full control over the modelling process and enables them to easily
  change any step in the modelling process or make designes that are
  defined by configurable parameters.
  
  WWW: http://www.openscad.org/
  
  Obtained from (slightly):       OpenBSD
  
  Revision  Changes    Path
  1.133     +1 -0      ports/cad/Makefile
  1.1       +49 -0     ports/cad/openscad/Makefile (new)
  1.1       +2 -0      ports/cad/openscad/distinfo (new)
  1.1       +10 -0     ports/cad/openscad/files/patch-aa (new)
  1.1       +15 -0     ports/cad/openscad/pkg-descr (new)
  1.1       +35 -0     ports/cad/openscad/pkg-plist (new)



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