Port details |
- sound-of-sorting Visualization and "Audibilization" of Sorting Algorithms
- 0.6.5_6 math =3 0.6.5_6Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2016-02-22 08:12:57
- Last Update: 2024-11-25 12:07:22
- Commit Hash: 73202fb
- People watching this port, also watch:: inotify-tools, monit, pure-ftpd, phpsysinfo-php82
- License: GPLv3
- WWW:
- https://panthema.net/2013/sound-of-sorting/
- Description:
- This program demonstrates the working principles of some 20 sorting
algorithms and is very easy to use. Select the algorithm, the speed
of the visualisation and whether you want to get sound output (that
reflects the values being moved and is characteristic for each kind
of algorithm).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- sound-of-sorting>0:math/sound-of-sorting
- To install the port:
- cd /usr/ports/math/sound-of-sorting/ && make install clean
- To add the package, run one of these commands:
- pkg install math/sound-of-sorting
- pkg install sound-of-sorting
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sound-of-sorting
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1598621887
SHA256 (bingmann-sound-of-sorting-sound-of-sorting-0.6.5-5884a35_GH0.tar.gz) = bff90a31334d3c770d36672e5668fa166d1cbc21629577e580e1e86c9f593faf
SIZE (bingmann-sound-of-sorting-sound-of-sorting-0.6.5-5884a35_GH0.tar.gz) = 178869
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:
-
- sdl-config : devel/sdl12
- Library dependencies:
-
- libSDL.so : devel/sdl12
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sound-of-sorting-0.6.5_6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_sound-of-sorting
- USES:
- compiler:c++11-lang sdl
- 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.6.5_6 25 Nov 2024 12:07:22 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxgtk32 in tree |
0.6.5_5 05 Jan 2024 12:42:00 |
Stefan Eßer (se) |
math/sound-of-sorting: fix build on -CURRENT |
0.6.5_4 23 Nov 2023 11:20:28 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/wxgtk32
New version of wxWidgets in tree |
0.6.5_3 28 Jun 2023 10:57:44 |
Stefan Eßer (se) |
math/sound-of-sorting: fix build on 14-CURRENT
The random_shuffle() function has been removed from C++17.
Use shuffle() with a suitable pseudo-random generator instead. |
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.6.5_3 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.6.5_3 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.6.5_3 16 Apr 2021 07:52:45 |
Yuri Victorovich (yuri) |
x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.
Reported by: portscout |
0.6.5_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.5_2 31 Dec 2020 00:14:17 |
pkubaj |
math/sound-of-sorting: fix build on GCC architectures
/usr/local/include/wx-3.0/wx/strvararg.h:350: error: ISO C++ forbids declaration
of 'is_enum' with no type
/usr/local/include/wx-3.0/wx/strvararg.h:350: error: typedef name may not be a
nested-name-specifier
/usr/local/include/wx-3.0/wx/strvararg.h:350: error: expected ';' before '<'
token
/usr/local/include/wx-3.0/wx/strvararg.h:354: error: 'is_enum' was not declared
in this scope
/usr/local/include/wx-3.0/wx/strvararg.h:354: error: template argument 1 is
invalid
While here, fix obvious typo in maintainer. |
0.6.5_2 28 Aug 2020 13:42:54 |
se |
Unbreak by requiring a newer wxWidgets version (3.0+).
While here update to the latest Github version (untagged) that contains
minor bug fixes.
Approved by: antoine (implicit) |
0.6.5_1 17 May 2020 05:55:12 |
lbartoletti |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
-
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808 |
0.6.5 08 Nov 2019 14:11:46 |
tobik |
math: Add missing USES={gl,gnome,php,sdl,xorg} |
0.6.5 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.6.5 19 Mar 2016 18:17:50 |
mat |
Montly GH_* cleanup.
Sponsored by: Absolight |
0.6.5 22 Feb 2016 08:12:44 |
se |
Add math/sound-of-sorting:
This program demonstrates the working principles of some 20 sorting
algorithms and is very easy to use. Select the algorithm, the speed
of the visualisation and whether you want to get sound output (that
reflects the values being moved and is characteristic for each kind
of algorithm).
Approved by: antoine (mentor) |