1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- New port math/octave-forge-octclip

This is octclip.

This package allows to do boolean operations with polygons using the
Greiner-Hormann algorithm.

The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.

WWW: http://octave.sourceforge.net/

PR:		ports/157969
Submitted by:	stephen
Approved by:	maho (mentor)
This commit is contained in:
Stephen Montgomery-Smith 2011-06-21 01:46:10 +00:00
parent 0e9d2323d3
commit 3895d16357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275949
5 changed files with 40 additions and 0 deletions

View File

@ -259,6 +259,7 @@
SUBDIR += octave-forge-ocs
SUBDIR += octave-forge-oct2mat
SUBDIR += octave-forge-octcdf
SUBDIR += octave-forge-octclip
SUBDIR += octave-forge-octgpr
SUBDIR += octave-forge-octproj
SUBDIR += octave-forge-odebvp

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: octave-forge-octclip
# Date created: 13 Janurary 2011
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= octave-forge-octclip
PORTVERSION= 1.0.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
post-extract:
${REINPLACE_CMD} s/CC/MKOCTFILE/ ${WRKSRC}/Makefile
post-build:
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (octave-forge/octclip-1.0.0.tar.gz) = f7b279a719ca03391e82fb0556d33f64b39eb3cfc3cfe1f2ba419ce4e9e813a1
SIZE (octave-forge/octclip-1.0.0.tar.gz) = 276258

View File

@ -0,0 +1,11 @@
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is octclip.
This package allows to do boolean operations with polygons using the
Greiner-Hormann algorithm.
WWW: http://octave.sourceforge.net/

View File

@ -0,0 +1 @@
@comment This file intentionally left empty