1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

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
This commit is contained in:
Raphael Kubo da Costa 2016-03-14 21:38:21 +00:00
parent d8a33b3b60
commit 55bf9d47c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411120
5 changed files with 50 additions and 0 deletions

View File

@ -1116,6 +1116,7 @@
SUBDIR += libafterbase
SUBDIR += liballium
SUBDIR += libantlr3c
SUBDIR += libarea
SUBDIR += libarena
SUBDIR += libassa
SUBDIR += libassetml

23
devel/libarea/Makefile Normal file
View File

@ -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>

2
devel/libarea/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Heeks-libarea-20160313-f1986ac_GH0.tar.gz) = 6040965d28fe3896350d45411f0a7cd1bef5dfef4d16cdae4f9fb28ddbfd8f95
SIZE (Heeks-libarea-20160313-f1986ac_GH0.tar.gz) = 208638

10
devel/libarea/pkg-descr Normal file
View File

@ -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

14
devel/libarea/pkg-plist Normal file
View File

@ -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