diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-06-09 04:56:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-06-09 04:56:43 +0000 |
commit | 4634c6bf62efe4acdeb82f219717fce8e58a8e5a (patch) | |
tree | 70e967dc275187cc602692dc94b04a4299bbb468 /math | |
parent | ccd4e2583704482590ad5576a2b4a37bd3e86747 (diff) | |
download | ports-4634c6bf62efe4acdeb82f219717fce8e58a8e5a.tar.gz ports-4634c6bf62efe4acdeb82f219717fce8e58a8e5a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/Makefile | 79 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/distinfo | 2 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start | 16 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/files/patch-etc__SIVP.start | 10 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/files/patch-r287 | 31 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/pkg-descr | 7 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/pkg-message | 5 | ||||
-rw-r--r-- | math/scilab-toolbox-sivp/pkg-plist | 114 |
9 files changed, 0 insertions, 265 deletions
diff --git a/math/Makefile b/math/Makefile index b9ae53ab87c3..c7b60d39e9a4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -763,7 +763,6 @@ SUBDIR += sc-im SUBDIR += scalapack SUBDIR += scilab - SUBDIR += scilab-toolbox-sivp SUBDIR += scilab-toolbox-swt SUBDIR += sdpa SUBDIR += sdpara diff --git a/math/scilab-toolbox-sivp/Makefile b/math/scilab-toolbox-sivp/Makefile deleted file mode 100644 index a76129aed232..000000000000 --- a/math/scilab-toolbox-sivp/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# $FreeBSD$ - -PORTNAME= sivp -DISTVERSION= 1.0.0.r286 -PORTREVISION= 10 -CATEGORIES= math graphics multimedia -MASTER_SITES= LOCAL/makc -PKGNAMEPREFIX= scilab-toolbox- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Scilab Image and Video Processing Toolbox - -BUILD_DEPENDS= ${SCILAB_CMD}:math/scilab -LIB_DEPENDS= libopencv_ml.so:graphics/opencv - -RUN_DEPENDS= ${SCILAB_CMD}:math/scilab - -BROKEN= Does not build with newer opencv -DEPRECATED= Cannot build with newer opencv -EXPIRATION_DATE= 2018-06-07 - -USES= dos2unix pkgconfig tar:xz -DOS2UNIX_FILES= etc/SIVP.start \ - sci_gateway/cpp/builder_gateway_cpp.sce \ - sci_gateway/cpp/sivp_init.cpp - -SCILAB_CMD= ${LOCALBASE}/bin/scilab-adv-cli -SCILAB_ARGS= -noatomsautoload -nb -nouserstartup -MAKE_ENV= SCI_JAVA_ENABLE_HEADLESS=1 SCI_DISABLE_TK=1 - -CONTRIBDIR?= share/scilab/contrib -TOOLBOXDIR_REL?= ${CONTRIBDIR}/${PORTNAME} -TOOLBOXDIR= ${PREFIX}/${TOOLBOXDIR_REL} -PLIST_SUB= TOOLBOXDIR=${TOOLBOXDIR_REL} -TOOLBOX_SUBDIRS= demos etc images macros - -OPTIONS_DEFINE= HELP -OPTIONS_DEFAULT= HELP -OPTIONS_SUB= yes -HELP_DESC= Build help files (requires scilab with gui support) - -.include <bsd.port.options.mk> - -.if !${PORT_OPTIONS:MHELP} -SCILAB_ARGS+= -nwni -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-etc__SIVP.start -.else -TOOLBOX_SUBDIRS+= jar -.endif - -pre-everything:: - @${CAT} ${PKGMESSAGE} - -post-patch: -.if !${PORT_OPTIONS:MHELP} - ${REINPLACE_CMD} -e '/tbx_builder_help/d' ${WRKSRC}/builder.sce -.endif - ${ECHO_CMD} quit >> ${WRKSRC}/builder.sce - -pre-build: - ${FIND} -d ${WRKSRC} \( -name '*.orig' -or -name '*.bak' \) -delete - -do-build: - cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${SCILAB_CMD} ${SCILAB_ARGS} -f builder.sce - -do-install: - ${MKDIR} ${STAGEDIR}${TOOLBOXDIR}/sci_gateway/cpp - ${INSTALL_DATA} ${WRKSRC}/loader.sce ${STAGEDIR}${TOOLBOXDIR} - ${INSTALL_DATA} ${WRKSRC}/sci_gateway/loader_gateway.sce \ - ${STAGEDIR}${TOOLBOXDIR}/sci_gateway - cd ${WRKSRC}/sci_gateway/cpp && \ - ${INSTALL_DATA} loader.sce ${STAGEDIR}${TOOLBOXDIR}/sci_gateway/cpp && \ - ${INSTALL_PROGRAM} libgw_sivp.so ${STAGEDIR}${TOOLBOXDIR}/sci_gateway/cpp -.for d in ${TOOLBOX_SUBDIRS} - cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${TOOLBOXDIR} -.endfor - -.include <bsd.port.mk> diff --git a/math/scilab-toolbox-sivp/distinfo b/math/scilab-toolbox-sivp/distinfo deleted file mode 100644 index a214d5e718ab..000000000000 --- a/math/scilab-toolbox-sivp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sivp-1.0.0.r286.tar.xz) = 241eb610e9f3dea4597af9bcaf0627613fb97e61e699e0be87ad2d7cb4dbdb03 -SIZE (sivp-1.0.0.r286.tar.xz) = 3720116 diff --git a/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start b/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start deleted file mode 100644 index 09f75aa61f59..000000000000 --- a/math/scilab-toolbox-sivp/files/extrapatch-etc__SIVP.start +++ /dev/null @@ -1,16 +0,0 @@ ---- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000 -+++ ./etc/SIVP.start 2012-04-25 15:51:27.604824817 +0000 -@@ -107,13 +107,6 @@ - - // Load and add help chapter - // ============================================================================= -- if or(getscilabmode() == ["NW";"STD"]) then -- mprintf("\tLoad help\n"); -- path_addchapter = pathconvert(root_tlbx+"/jar"); -- if ( isdir(path_addchapter) <> [] ) then -- add_help_chapter(TOOLBOX_TITLE, path_addchapter, %F); -- end -- end - - // Load demos - // ============================================================================= diff --git a/math/scilab-toolbox-sivp/files/patch-etc__SIVP.start b/math/scilab-toolbox-sivp/files/patch-etc__SIVP.start deleted file mode 100644 index 245bbe9d8dcf..000000000000 --- a/math/scilab-toolbox-sivp/files/patch-etc__SIVP.start +++ /dev/null @@ -1,10 +0,0 @@ ---- ./etc/SIVP.start.orig 2012-02-28 11:35:59.000000000 +0000 -+++ ./etc/SIVP.start 2014-03-28 21:20:26.314819626 +0000 -@@ -74,6 +74,7 @@ - link('libopencv_calib3d' + getdynlibext()); - link('libopencv_objdetect' + getdynlibext()); - link('libopencv_video' + getdynlibext()); -+ link('libopencv_legacy' + getdynlibext()); - else - [a, b] = getversion(); - is_x64 = or(b == 'x64'); diff --git a/math/scilab-toolbox-sivp/files/patch-r287 b/math/scilab-toolbox-sivp/files/patch-r287 deleted file mode 100644 index 599bbdf6fbf8..000000000000 --- a/math/scilab-toolbox-sivp/files/patch-r287 +++ /dev/null @@ -1,31 +0,0 @@ -Index: sci_gateway/cpp/builder_gateway_cpp.sce -=================================================================== ---- sci_gateway/cpp/builder_gateway_cpp.sce (revision 286) -+++ sci_gateway/cpp/builder_gateway_cpp.sce (revision 287) -@@ -120,7 +120,8 @@ - opencv_libs = []; - end - -- -+ inter_cflags = inter_cflags + ' -D__USE_DEPRECATED_STACK_FUNCTIONS__'; -+ - tbx_build_gateway('gw_sivp', .. - gw_cpp_table, .. - gw_cpp_files, .. -Index: sci_gateway/cpp/sivp_init.cpp -=================================================================== ---- sci_gateway/cpp/sivp_init.cpp (revision 286) -+++ sci_gateway/cpp/sivp_init.cpp (revision 287) -@@ -18,11 +18,11 @@ - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - ***********************************************************************/ - /*--------------------------------------------------------------------------*/ --#include "api_scilab.h" - #include "localization.h" - #include "Scierror.h" - #include "common.h" - #include "gw_sivp.h" -+#include "api_scilab.h" - /*--------------------------------------------------------------------------*/ - char sSIVP_PATH[MAX_FILENAME_LENGTH]; - /*--------------------------------------------------------------------------*/ diff --git a/math/scilab-toolbox-sivp/pkg-descr b/math/scilab-toolbox-sivp/pkg-descr deleted file mode 100644 index 62c5034a9ef3..000000000000 --- a/math/scilab-toolbox-sivp/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SIVP stands for Scilab Image and Video Processing toolbox. SIVP -intends to do image processing and video processing tasks. SIVP is -meant to be a useful, efficient, and free image and video processing -toolbox for Scilab. - -WWW: http://sivp.sourceforge.net/ -WWW: http://atoms.scilab.org/toolboxes/SIVP diff --git a/math/scilab-toolbox-sivp/pkg-message b/math/scilab-toolbox-sivp/pkg-message deleted file mode 100644 index acbd8f53605c..000000000000 --- a/math/scilab-toolbox-sivp/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -========================================================================= - - For video support graphics/opencv must be compiled with ffmpeg option. - -========================================================================= diff --git a/math/scilab-toolbox-sivp/pkg-plist b/math/scilab-toolbox-sivp/pkg-plist deleted file mode 100644 index 96c0aaac72ec..000000000000 --- a/math/scilab-toolbox-sivp/pkg-plist +++ /dev/null @@ -1,114 +0,0 @@ -%%TOOLBOXDIR%%/demos/bgfg.sce -%%TOOLBOXDIR%%/demos/camera.sce -%%TOOLBOXDIR%%/demos/camshift.sce -%%TOOLBOXDIR%%/demos/canny.sce -%%TOOLBOXDIR%%/demos/eye.sce -%%TOOLBOXDIR%%/demos/face.sce -%%TOOLBOXDIR%%/demos/image.sce -%%TOOLBOXDIR%%/demos/noise.sce -%%TOOLBOXDIR%%/demos/sivp.dem.gateway.sce -%%TOOLBOXDIR%%/demos/video.sce -%%TOOLBOXDIR%%/etc/SIVP.quit -%%TOOLBOXDIR%%/etc/SIVP.start -%%TOOLBOXDIR%%/etc/haarcascade_frontalface_alt2.xml -%%TOOLBOXDIR%%/etc/lefteye.xml -%%TOOLBOXDIR%%/etc/righteye.xml -%%TOOLBOXDIR%%/images/baboon.png -%%TOOLBOXDIR%%/images/lena.png -%%TOOLBOXDIR%%/images/people.jpg -%%TOOLBOXDIR%%/images/peppers.png -%%TOOLBOXDIR%%/images/red-car-video.avi -%%TOOLBOXDIR%%/images/red-car-video.mpg -%%TOOLBOXDIR%%/images/video.avi -%%TOOLBOXDIR%%/images/video.mpg -%%HELP%%%%TOOLBOXDIR%%/jar/scilab_en_US_help.jar -%%TOOLBOXDIR%%/loader.sce -%%TOOLBOXDIR%%/macros/buildmacros.sce -%%TOOLBOXDIR%%/macros/cleanmacros.sce -%%TOOLBOXDIR%%/macros/corr2.bin -%%TOOLBOXDIR%%/macros/corr2.sci -%%TOOLBOXDIR%%/macros/detectfaces.bin -%%TOOLBOXDIR%%/macros/detectfaces.sci -%%TOOLBOXDIR%%/macros/detectlefteyes.bin -%%TOOLBOXDIR%%/macros/detectlefteyes.sci -%%TOOLBOXDIR%%/macros/detectrighteyes.bin -%%TOOLBOXDIR%%/macros/detectrighteyes.sci -%%TOOLBOXDIR%%/macros/edge.bin -%%TOOLBOXDIR%%/macros/edge.sci -%%TOOLBOXDIR%%/macros/fspecial.bin -%%TOOLBOXDIR%%/macros/fspecial.sci -%%TOOLBOXDIR%%/macros/getSIVPpath.bin -%%TOOLBOXDIR%%/macros/getSIVPpath.sci -%%TOOLBOXDIR%%/macros/hsv2rgb.bin -%%TOOLBOXDIR%%/macros/hsv2rgb.sci -%%TOOLBOXDIR%%/macros/im2bw.bin -%%TOOLBOXDIR%%/macros/im2bw.sci -%%TOOLBOXDIR%%/macros/im2double.bin -%%TOOLBOXDIR%%/macros/im2double.sci -%%TOOLBOXDIR%%/macros/im2int16.bin -%%TOOLBOXDIR%%/macros/im2int16.sci -%%TOOLBOXDIR%%/macros/im2int32.bin -%%TOOLBOXDIR%%/macros/im2int32.sci -%%TOOLBOXDIR%%/macros/im2int8.bin -%%TOOLBOXDIR%%/macros/im2int8.sci -%%TOOLBOXDIR%%/macros/im2uint16.bin -%%TOOLBOXDIR%%/macros/im2uint16.sci -%%TOOLBOXDIR%%/macros/im2uint8.bin -%%TOOLBOXDIR%%/macros/im2uint8.sci -%%TOOLBOXDIR%%/macros/imabsdiff.bin -%%TOOLBOXDIR%%/macros/imabsdiff.sci -%%TOOLBOXDIR%%/macros/imadd.bin -%%TOOLBOXDIR%%/macros/imadd.sci -%%TOOLBOXDIR%%/macros/imcomplement.bin -%%TOOLBOXDIR%%/macros/imcomplement.sci -%%TOOLBOXDIR%%/macros/imcrop.bin -%%TOOLBOXDIR%%/macros/imcrop.sci -%%TOOLBOXDIR%%/macros/imdivide.bin -%%TOOLBOXDIR%%/macros/imdivide.sci -%%TOOLBOXDIR%%/macros/imhist.bin -%%TOOLBOXDIR%%/macros/imhist.sci -%%TOOLBOXDIR%%/macros/imlincomb.bin -%%TOOLBOXDIR%%/macros/imlincomb.sci -%%TOOLBOXDIR%%/macros/immultiply.bin -%%TOOLBOXDIR%%/macros/immultiply.sci -%%TOOLBOXDIR%%/macros/imnoise.bin -%%TOOLBOXDIR%%/macros/imnoise.sci -%%TOOLBOXDIR%%/macros/imresize.bin -%%TOOLBOXDIR%%/macros/imresize.sci -%%TOOLBOXDIR%%/macros/imshow.bin -%%TOOLBOXDIR%%/macros/imshow.sci -%%TOOLBOXDIR%%/macros/imsubtract.bin -%%TOOLBOXDIR%%/macros/imsubtract.sci -%%TOOLBOXDIR%%/macros/imwrite.bin -%%TOOLBOXDIR%%/macros/imwrite.sci -%%TOOLBOXDIR%%/macros/isbw.bin -%%TOOLBOXDIR%%/macros/isbw.sci -%%TOOLBOXDIR%%/macros/lib -%%TOOLBOXDIR%%/macros/mat2gray.bin -%%TOOLBOXDIR%%/macros/mat2gray.sci -%%TOOLBOXDIR%%/macros/mean2.bin -%%TOOLBOXDIR%%/macros/mean2.sci -%%TOOLBOXDIR%%/macros/names -%%TOOLBOXDIR%%/macros/ntsc2rgb.bin -%%TOOLBOXDIR%%/macros/ntsc2rgb.sci -%%TOOLBOXDIR%%/macros/rectangle.bin -%%TOOLBOXDIR%%/macros/rectangle.sci -%%TOOLBOXDIR%%/macros/rgb2gray.bin -%%TOOLBOXDIR%%/macros/rgb2gray.sci -%%TOOLBOXDIR%%/macros/rgb2hsv.bin -%%TOOLBOXDIR%%/macros/rgb2hsv.sci -%%TOOLBOXDIR%%/macros/rgb2ntsc.bin -%%TOOLBOXDIR%%/macros/rgb2ntsc.sci -%%TOOLBOXDIR%%/macros/rgb2ycbcr.bin -%%TOOLBOXDIR%%/macros/rgb2ycbcr.sci -%%TOOLBOXDIR%%/macros/std2.bin -%%TOOLBOXDIR%%/macros/std2.sci -%%TOOLBOXDIR%%/macros/stdev2.bin -%%TOOLBOXDIR%%/macros/stdev2.sci -%%TOOLBOXDIR%%/macros/xs2im.bin -%%TOOLBOXDIR%%/macros/xs2im.sci -%%TOOLBOXDIR%%/macros/ycbcr2rgb.bin -%%TOOLBOXDIR%%/macros/ycbcr2rgb.sci -%%TOOLBOXDIR%%/sci_gateway/cpp/libgw_sivp.so -%%TOOLBOXDIR%%/sci_gateway/cpp/loader.sce -%%TOOLBOXDIR%%/sci_gateway/loader_gateway.sce |