From owner-svn-ports-all@freebsd.org Mon Mar 14 21:38:23 2016 Return-Path: Delivered-To: svn-ports-all@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 7FAC8AD1F98; Mon, 14 Mar 2016 21:38:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 568AE919; Mon, 14 Mar 2016 21:38:23 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2ELcMF0040039; Mon, 14 Mar 2016 21:38:22 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2ELcLgN040034; Mon, 14 Mar 2016 21:38:21 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603142138.u2ELcLgN040034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Mon, 14 Mar 2016 21:38:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411120 - in head/devel: . libarea X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2016 21:38:23 -0000 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 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 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 + +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