Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox.

PR:		ports/95062
Submitted by:	Max Brazhnikov makc@issp.ac.ru
This commit is contained in:
Martin Wilke 2006-06-16 21:19:57 +00:00
parent 5e7831b31d
commit 4b05f95ffa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165598
5 changed files with 109 additions and 0 deletions

View File

@ -296,6 +296,7 @@
SUBDIR += scalapack
SUBDIR += scigraphica
SUBDIR += scilab
SUBDIR += scilab-toolbox-swt
SUBDIR += sdpa
SUBDIR += sdpara
SUBDIR += ses

View File

@ -0,0 +1,34 @@
## New ports collection makefile for: swt
# Date created: 28 March 2006
# Whom: Max Brazhnikov makc@issp.ac.ru
#
# $FreeBSD$
#
PORTNAME= swt
PORTVERSION= 0.1.0.r3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scwt
PKGNAMEPREFIX= scilab-toolbox-
DISTNAME= ${PORTNAME}-0.1.0rc3
MAINTAINER= makc@issp.ac.ru
COMMENT= Scilab 1-D and 2-D Wavelet Toolbox
BUILD_DEPENDS= scilab:${PORTSDIR}/math/scilab
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib/scilab/contrib/swt/lib
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}/lib/scilab/contrib/swt
TOOLBOXDIR= lib/scilab/contrib/swt
PLIST_SUB= TOOLBOXDIR=${TOOLBOXDIR}
post-install@:
@${ECHO_MSG} "==========================================================="
@${ECHO_MSG} "NOTE: SWT should be recompiled whenever Scilab is upgraded."
@${ECHO_MSG} "==========================================================="
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (swt-0.1.0rc3.tar.gz) = 13e4d0c8a8dbf4a3e95998e0e16d46d2
SHA256 (swt-0.1.0rc3.tar.gz) = 84bd6675cdd5ba85dec1f2b0fbbe703a4e38d06ee4158cfc01d1cc3d7211ca0d
SIZE (swt-0.1.0rc3.tar.gz) = 650022

View File

@ -0,0 +1,17 @@
Scilab Wavelet Toolbox (SWT)
Wavelet is a powerful signal processing tool developed and developing
in the last two decades. Scilab Wavelet Toolbox is a free software package
to enable you using wavelet analysis tools freely in Scilab on most OSes
including GNU/Linux, BSD and Windows. Scilab Wavelet Toolbox is designed
to work with any Scilab Image Processing Toolbox like SIP or SIVP
for displaying 2-D results.
What Scilab Wavelet Toolbox supposed to do:
Discrete Fast Wavelet Transform, daubechies wavelets
1-D single level signal decomposition and reconstruction
1-D multi-level signal decomposition and reconstruction
2-D single level image decomposition and reconstruction
2-D multi-level image decomposition and reconstruction.
WWW: http://scwt.sourceforge.net

View File

@ -0,0 +1,54 @@
%%TOOLBOXDIR%%/builder.sce
%%TOOLBOXDIR%%/data/image/woman.bmp
%%TOOLBOXDIR%%/data/image/yang.jpg
%%TOOLBOXDIR%%/data/signal/de.mat
%%TOOLBOXDIR%%/data/signal/ultra.mat
%%TOOLBOXDIR%%/lib/libswt-0.1.0-rc3.so
%%TOOLBOXDIR%%/lib/libswt-0.1.0-rc3.so.0
%%TOOLBOXDIR%%/lib/libswt.la
%%TOOLBOXDIR%%/lib/libswt.so
%%TOOLBOXDIR%%/loader.sce
%%TOOLBOXDIR%%/man/appcoef.htm
%%TOOLBOXDIR%%/man/appcoef2.htm
%%TOOLBOXDIR%%/man/cat.htm
%%TOOLBOXDIR%%/man/conv.htm
%%TOOLBOXDIR%%/man/detcoef.htm
%%TOOLBOXDIR%%/man/detcoef2.htm
%%TOOLBOXDIR%%/man/down2.htm
%%TOOLBOXDIR%%/man/dwt.htm
%%TOOLBOXDIR%%/man/dwt2.htm
%%TOOLBOXDIR%%/man/idwt.htm
%%TOOLBOXDIR%%/man/idwt2.htm
%%TOOLBOXDIR%%/man/orthfilt.htm
%%TOOLBOXDIR%%/man/qmf.htm
%%TOOLBOXDIR%%/man/up2.htm
%%TOOLBOXDIR%%/man/wave.htm
%%TOOLBOXDIR%%/man/wavedec.htm
%%TOOLBOXDIR%%/man/wavedec2.htm
%%TOOLBOXDIR%%/man/waverec.htm
%%TOOLBOXDIR%%/man/waverec2.htm
%%TOOLBOXDIR%%/man/wextend.htm
%%TOOLBOXDIR%%/man/wextend2.htm
%%TOOLBOXDIR%%/man/whatis.htm
%%TOOLBOXDIR%%/man/wkeep.htm
%%TOOLBOXDIR%%/man/wkeep2.htm
%%TOOLBOXDIR%%/man/wmaxlev.htm
%%TOOLBOXDIR%%/man/wrcoef.htm
%%TOOLBOXDIR%%/man/wrcoef2.htm
%%TOOLBOXDIR%%/man/wrev.htm
%%TOOLBOXDIR%%/src/Makefile.am
%%TOOLBOXDIR%%/src/Makefile.in
%%TOOLBOXDIR%%/src/builder.sce
%%TOOLBOXDIR%%/src/filter_int.c
%%TOOLBOXDIR%%/src/libswt.c
%%TOOLBOXDIR%%/src/loader.sce
%%TOOLBOXDIR%%/src/swt.h
%%TOOLBOXDIR%%/src/swt2d.c
%%TOOLBOXDIR%%/src/swtdwt.c
@dirrm %%TOOLBOXDIR%%/src
@dirrm %%TOOLBOXDIR%%/man
@dirrm %%TOOLBOXDIR%%/lib
@dirrm %%TOOLBOXDIR%%/data/signal
@dirrm %%TOOLBOXDIR%%/data/image
@dirrm %%TOOLBOXDIR%%/data
@dirrm %%TOOLBOXDIR%%