Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
31 May 2020 13:11:51
0.3.1_1

|
makc  |
math/scilab-toolbox-swt:
- Chase math/scilab update to 6.1.0 |
28 May 2020 20:00:47
0.3.1

|
makc  |
math/scilab-toolbox-swt:
- Update to 0.3.1
- Remove now needless patches
- Update WWW |
26 Jul 2019 20:46:57
0.1.20_6

|
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 |
12 Dec 2018 01:35:36
0.1.20_5

|
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 |
09 Jun 2018 04:56:16
0.1.20_4

|
rene  |
Remove SIVP option from math/scilab-toolbox-swt, it depends on an expired port. |
10 Mar 2018 17:46:06
0.1.20_4

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
18 Jan 2017 13:20:32
0.1.20_3

|
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) |
08 Dec 2016 15:38:24
0.1.20_3

|
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. |
20 Oct 2016 15:58:13
0.1.20_2

|
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. |
01 Apr 2016 14:16:20
0.1.20_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
14 Nov 2014 09:39:21
0.1.20_2

|
antoine  |
Cleanup plist |
11 Sep 2014 09:34:15
0.1.20_2

|
makc  |
math/scilab-toolbox-swt:
- Fix build with clang and drop USE_GCC |
10 Sep 2014 20:50:37
0.1.20_1

|
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) |
04 Sep 2014 18:21:21
0.1.20

|
makc  |
math/scilab-toolbox-swt:
- Update to 0.1.20
- Don't require X for documentation building
- USE_GCC=any
- Convert to options helpers |
10 Mar 2014 20:55:22
0.1.11_3

|
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) |
26 Oct 2013 00:52:36
0.1.11_2

|
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 ) |
23 Oct 2013 13:08:42
0.1.11_1

|
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
20 Sep 2013 20:55:06
0.1.11_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
11 Jul 2013 06:50:00
0.1.11_1

|
bapt  |
Do not overwrite uses if previous one are already defined |
11 Jul 2013 06:40:24
0.1.11_1

|
bapt  |
Remove a trailing .endif |
11 Jul 2013 06:34:23


|
bapt  |
Use USES=display:build instead of custom implementation |
27 Jul 2012 11:03:39
0.1.11_1
|
makc  |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
26 Apr 2012 23:15:36
0.1.11_1
|
makc  |
Add option to build help file |
19 Dec 2010 10:02:16
0.1.11
|
makc  |
Remove IGNORE, scilab port was fixed.
Remove md5 checksum |
17 Oct 2010 16:33:00
0.1.11
|
makc  |
- Update to 0.1.11 for scilab-5.x
- Mark IGNORE: touches ${LOCALBASE}/share/scilab when building under superuser |
26 Feb 2010 11:48:31
0.1.0.r4_4
|
makc  |
IGNORE with scilab 5
Fix spaces/tabs
Feature safe: yes |
05 Feb 2010 11:46:55
0.1.0.r4_4
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:28:34
0.1.0.r4_3 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
31 Jul 2009 13:57:52
0.1.0.r4_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
21 Feb 2009 11:31:28
0.1.0.r4_2
|
makc  |
Use my @FreeBSD.org email for the rest of my ports |
06 Jun 2008 13:44:06
0.1.0.r4_2
|
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) |
29 Sep 2007 00:16:03
0.1.0.r4_1
|
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> |
20 Jun 2007 13:38:08
0.1.0.r4
|
rafan  |
- Update to 0.1.0 RC4
- Remove unnecessary gfortran settings
PR: ports/113836
Submitted by: Max Brazhnikov <makc at issp.ac.ru> (maintainer) |
19 May 2007 20:32:57
0.1.0.r3_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Jan 2007 07:52:04
0.1.0.r3_1
|
miwi  |
- Fix build with gfortran
- Bump PORTREVISION
Submitted by: pointyhat via kris
Thanks To: maho@ for fix |
16 Jun 2006 21:53:06
0.1.0.r3
|
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 |
16 Jun 2006 21:19:57
0.1.0.r3
|
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 |