Add port math/octave-forge-image
This is image. The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more. 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. PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
This commit is contained in:
parent
2622be3959
commit
a189331974
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220225
5 changed files with 39 additions and 0 deletions
|
@ -191,6 +191,7 @@
|
|||
SUBDIR += octave-forge-engine
|
||||
SUBDIR += octave-forge-fpl
|
||||
SUBDIR += octave-forge-gsl
|
||||
SUBDIR += octave-forge-image
|
||||
SUBDIR += octave-forge-informationtheory
|
||||
SUBDIR += octave-forge-integration
|
||||
SUBDIR += octave-forge-io
|
||||
|
|
19
math/octave-forge-image/Makefile
Normal file
19
math/octave-forge-image/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# New ports collection makefile for: octave-forge
|
||||
# Date created: 5 May 2004
|
||||
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= octave-forge-image
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@math.missouri.edu
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
.include <bsd.port.post.mk>
|
3
math/octave-forge-image/distinfo
Normal file
3
math/octave-forge-image/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (octave-forge/image-1.0.8.tar.gz) = 36f1c7fe346752b5bcca1725eff56072
|
||||
SHA256 (octave-forge/image-1.0.8.tar.gz) = 141de14d3ac97e0acefbaa718a4d402d826ab920fe2fd3b9bd42285760fd6c6f
|
||||
SIZE (octave-forge/image-1.0.8.tar.gz) = 205608
|
15
math/octave-forge-image/pkg-descr
Normal file
15
math/octave-forge-image/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
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 image.
|
||||
|
||||
The Octave-forge Image package provides functions for
|
||||
reading, writing, and processing images. The package supports
|
||||
almost all image formats through the use of ImageMagick.
|
||||
The package also provides functions for feature extraction, image
|
||||
statistics, spatial and geometric transformations, morphological
|
||||
operations, linear filtering, and much more.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-image/pkg-plist
Normal file
1
math/octave-forge-image/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue