Date: Mon, 14 Mar 2016 21:38:21 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411120 - in head/devel: . libarea Message-ID: <201603142138.u2ELcLgN040034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Mar 14 21:38:21 2016 New Revision: 411120 URL: https://svnweb.freebsd.org/changeset/ports/411120 Log: New port: devel/libarea. libarea is a CAM-related software for profile and pocketing operation. This project provides library and associated python-modules to compute profile and pocket operations. libarea is used by HeeksCNC and FreeCAD's Path workbench. Written by Dan Heeks <danheeks @ gmail> WWW: https://github.com/heeks/libarea PR: 207932 Submitted by: pfg Added: head/devel/libarea/ head/devel/libarea/Makefile (contents, props changed) head/devel/libarea/distinfo (contents, props changed) head/devel/libarea/pkg-descr (contents, props changed) head/devel/libarea/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 14 21:35:26 2016 (r411119) +++ head/devel/Makefile Mon Mar 14 21:38:21 2016 (r411120) @@ -1116,6 +1116,7 @@ SUBDIR += libafterbase SUBDIR += liballium SUBDIR += libantlr3c + SUBDIR += libarea SUBDIR += libarena SUBDIR += libassa SUBDIR += libassetml Added: head/devel/libarea/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libarea/Makefile Mon Mar 14 21:38:21 2016 (r411120) @@ -0,0 +1,23 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= libarea +PORTVERSION= 20160313 +CATEGORIES= devel cad + +MAINTAINER= pfg@FreeBSD.org +COMMENT= CAM-related software for profile and pocketing operations + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= python-config:${PORTSDIR}/lang/python +LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs + +USE_GITHUB= yes +GH_ACCOUNT= Heeks +GH_TAGNAME= f1986ac + +USES= cmake:outsource python +USE_LDCONFIG= yes + +.include <bsd.port.mk> Added: head/devel/libarea/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libarea/distinfo Mon Mar 14 21:38:21 2016 (r411120) @@ -0,0 +1,2 @@ +SHA256 (Heeks-libarea-20160313-f1986ac_GH0.tar.gz) = 6040965d28fe3896350d45411f0a7cd1bef5dfef4d16cdae4f9fb28ddbfd8f95 +SIZE (Heeks-libarea-20160313-f1986ac_GH0.tar.gz) = 208638 Added: head/devel/libarea/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libarea/pkg-descr Mon Mar 14 21:38:21 2016 (r411120) @@ -0,0 +1,10 @@ +libarea is a CAM-related software for profile and pocketing operation. + +This project provides library and associated python-modules to compute +profile and pocket operations. + +libarea is used by HeeksCNC and FreeCAD's Path workbench. + +Written by Dan Heeks <danheeks @ gmail> + +WWW: https://github.com/heeks/libarea Added: head/devel/libarea/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libarea/pkg-plist Mon Mar 14 21:38:21 2016 (r411120) @@ -0,0 +1,14 @@ +include/area/Arc.h +include/area/Area.h +include/area/AreaDxf.h +include/area/AreaOrderer.h +include/area/Box2D.h +include/area/Circle.h +include/area/Curve.h +include/area/Point.h +include/area/PythonStuff.h +include/area/dxf.h +include/area/kurve/geometry.h +lib/libarea.so +lib/libarea.so.0 +%%PYTHON_SITELIBDIR%%/area.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603142138.u2ELcLgN040034>