Port details |
- scilab-toolbox-swt Scilab 1-D and 2-D Wavelet Toolbox
- 0.3.1_2 math =2 0.3.1_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2006-06-16 21:20:54
- Last Update: 2024-03-28 11:40:52
- Commit Hash: bf8e12d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://atoms.scilab.org/toolboxes/swt
- Description:
- 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
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- scilab-toolbox-swt>0:math/scilab-toolbox-swt
- To install the port:
- cd /usr/ports/math/scilab-toolbox-swt/ && make install clean
- To add the package, run one of these commands:
- pkg install math/scilab-toolbox-swt
- pkg install scilab-toolbox-swt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: scilab-toolbox-swt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590664412
SHA256 (swt-0.3.1-3-src.zip) = da2fb4a6c0a74a7bbae3f3aaa5134584d39ab293dfd23787a707318c8cc21eed
SIZE (swt-0.3.1-3-src.zip) = 1177314
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- scilab-adv-cli : math/scilab
- Runtime dependencies:
-
- scilab-adv-cli : math/scilab
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for scilab-toolbox-swt-0.3.1_2:
HELP=on: Build help files (requires scilab with gui support)
===> Use 'make config' to modify these settings
- Options name:
- math_scilab-toolbox-swt
- USES:
- dos2unix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.1_2 28 Mar 2024 11:40:52 |
Gleb Popov (arrowd) |
Framework: Use WRK_ENV when handling USE_LOCALE
PR: 276478 |
0.3.1_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_1 31 May 2020 13:11:51 |
makc |
math/scilab-toolbox-swt:
- Chase math/scilab update to 6.1.0 |
0.3.1 28 May 2020 20:00:47 |
makc |
math/scilab-toolbox-swt:
- Update to 0.3.1
- Remove now needless patches
- Update WWW |
0.1.20_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.1.20_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.1.20_4 09 Jun 2018 04:56:16 |
rene |
Remove SIVP option from math/scilab-toolbox-swt, it depends on an expired port. |
0.1.20_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.1.20_3 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.1.20_3 08 Dec 2016 15:38:24 |
tijl |
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since. |
0.1.20_2 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
0.1.20_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.1.20_2 14 Nov 2014 09:39:21 |
antoine |
Cleanup plist |
0.1.20_2 11 Sep 2014 09:34:15 |
makc |
math/scilab-toolbox-swt:
- Fix build with clang and drop USE_GCC |
0.1.20_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.1.20 04 Sep 2014 18:21:21 |
makc |
math/scilab-toolbox-swt:
- Update to 0.1.20
- Don't require X for documentation building
- USE_GCC=any
- Convert to options helpers |
0.1.11_3 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
0.1.11_2 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
0.1.11_1 23 Oct 2013 13:08:42 |
makc |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
0.1.11_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.1.11_1 11 Jul 2013 06:50:00 |
bapt |
Do not overwrite uses if previous one are already defined |
0.1.11_1 11 Jul 2013 06:40:24 |
bapt |
Remove a trailing .endif |
11 Jul 2013 06:34:23
|
bapt |
Use USES=display:build instead of custom implementation |
0.1.11_1 27 Jul 2012 11:03:39 |
makc |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
0.1.11_1 26 Apr 2012 23:15:36 |
makc |
Add option to build help file |
0.1.11 19 Dec 2010 10:02:16 |
makc |
Remove IGNORE, scilab port was fixed.
Remove md5 checksum |
0.1.11 17 Oct 2010 16:33:00 |
makc |
- Update to 0.1.11 for scilab-5.x
- Mark IGNORE: touches ${LOCALBASE}/share/scilab when building under superuser |
0.1.0.r4_4 26 Feb 2010 11:48:31 |
makc |
IGNORE with scilab 5
Fix spaces/tabs
Feature safe: yes |
0.1.0.r4_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.1.0.r4_3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.1.0.r4_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.1.0.r4_2 21 Feb 2009 11:31:28 |
makc |
Use my @FreeBSD.org email for the rest of my ports |
0.1.0.r4_2 06 Jun 2008 13:44:06 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.1.0.r4_1 29 Sep 2007 00:16:03 |
edwin |
maintainer update: math/scilab-toolbox-swt
add optional dependence on scilab-toolbox-sivp
PR: ports/116373
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
0.1.0.r4 20 Jun 2007 13:38:08 |
rafan |
- Update to 0.1.0 RC4
- Remove unnecessary gfortran settings
PR: ports/113836
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
0.1.0.r3_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.0.r3_1 23 Jan 2007 07:52:04 |
miwi |
- Fix build with gfortran
- Bump PORTREVISION
Submitted by: pointyhat via kris
Thanks To: maho@ for fix |
0.1.0.r3 16 Jun 2006 21:53:06 |
miwi |
Forced Commit to describe the changes which were missed in previous commit:
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
PR: ports/95062
Submitted by: Max <makc _at_ issp.ac.ru>
Approved by: krion (mentor)
Requested by: linimon |
0.1.0.r3 16 Jun 2006 21:19:57 |
miwi |
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 |