diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-27 05:03:57 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2014-01-27 05:03:57 +0000 |
commit | c3483ac84c4fc931d798cfea181a8807afb9af37 (patch) | |
tree | d3f66accf06da05296394c004553fd6afada2400 /math | |
parent | 6a6b6795b860130a722d98bc8b7bd662d17884bd (diff) | |
download | ports-c3483ac84c4fc931d798cfea181a8807afb9af37.tar.gz ports-c3483ac84c4fc931d798cfea181a8807afb9af37.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/octave-forge-image-acquisition/Makefile | 34 | ||||
-rw-r--r-- | math/octave-forge-image-acquisition/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-image-acquisition/pkg-descr | 12 | ||||
-rw-r--r-- | math/octave-forge-image-acquisition/pkg-plist | 1 |
5 files changed, 0 insertions, 50 deletions
diff --git a/math/Makefile b/math/Makefile index 7f08bdf7f241..a4532545d660 100644 --- a/math/Makefile +++ b/math/Makefile @@ -306,7 +306,6 @@ SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident SUBDIR += octave-forge-image - SUBDIR += octave-forge-image-acquisition SUBDIR += octave-forge-informationtheory SUBDIR += octave-forge-integration SUBDIR += octave-forge-io diff --git a/math/octave-forge-image-acquisition/Makefile b/math/octave-forge-image-acquisition/Makefile deleted file mode 100644 index 7526b36496b0..000000000000 --- a/math/octave-forge-image-acquisition/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Stephen Montgomery-Smith <stephen@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= octave-forge-image-acquisition -PORTVERSION= 0.1.1 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -LICENSE= GPLv3 - -LIB_DEPENDS= v4l2:${PORTSDIR}/multimedia/libv4l \ - fltk:${PORTSDIR}/x11-toolkits/fltk - -BROKEN= Recent versions of libv4l do not include necessary headers - -GNU_CONFIGURE= yes - -# OCTSRC is the name of the directory of the package. -# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= octave-${OCTAVE_PKGNAME} - -WRKSRC= ${WRKDIR}/${OCTSRC}/src - -.include "${.CURDIR}/../../Mk/bsd.octave.mk" - -post-build: - ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure - ${RM} -f ${WRKSRC}/../inst/DESCRIPTION - ${RM} -f ${WRKSRC}/../inst/ltfat/DESCRIPTION - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} - -.include <bsd.port.mk> diff --git a/math/octave-forge-image-acquisition/distinfo b/math/octave-forge-image-acquisition/distinfo deleted file mode 100644 index 279015ff9503..000000000000 --- a/math/octave-forge-image-acquisition/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-forge/image-acquisition-0.1.1.tar.gz) = 7039e60c8824f15dca2e47f10208c356cb9b1284096839d54d9f1066e320b59d -SIZE (octave-forge/image-acquisition-0.1.1.tar.gz) = 130208 diff --git a/math/octave-forge-image-acquisition/pkg-descr b/math/octave-forge-image-acquisition/pkg-descr deleted file mode 100644 index 893ca9bc1a84..000000000000 --- a/math/octave-forge-image-acquisition/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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-acquisition. - - The Octave-forge Image Aquisition package provides functions to capture - images from connected devices. Currently only v4l2 is supported. - See also http://wiki.octave.org/Image_acquisition_package - -WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-image-acquisition/pkg-plist b/math/octave-forge-image-acquisition/pkg-plist deleted file mode 100644 index a999ec86c07e..000000000000 --- a/math/octave-forge-image-acquisition/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment This file intentionally left empty |