Port details |
- waon Wave-to-Notes transcriber and some utility tools
- 0.10_4 audio
=0 0.10_4Version of this port present on the latest quarterly branch. - Maintainer: kichiki@users.sourceforge.net
 - Port Added: 2007-10-09 09:26:35
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- License: GPLv2
- Description:
- WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)
and some utility tools such as gWaoN, graphical visualization of the
spectra, and phase vocoder for time-stretching and pitch-shifting.
WWW: http://waon.sourceforge.net/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/audio/waon/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/waon
- pkg install waon
- PKGNAME: waon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (waon-0.10.tar.gz) = e0a3ba2988351dd40fd60c14b69fa4139eb3ea207711fef365f37d0069d5d4cd
SIZE (waon-0.10.tar.gz) = 92600
- 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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libfftw3.so : math/fftw3
- libao.so : audio/libao
- libsndfile.so : audio/libsndfile
- libsamplerate.so : audio/libsamplerate
- libatk-1.0.so : accessibility/atk
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- audio_waon
- USES:
- gnome ncurses pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 09:50:18 0.10_4
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 0.10_4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
16 Jan 2020 09:34:42
0.10_3
|
bapt  |
First pass at moving manpages to share/man for category a* |
08 Nov 2019 09:27:57
0.10_3
|
tobik  |
a-b: Add missing USES={gnome,php,sdl,xorg} |
04 Oct 2017 18:24:03
0.10_3
|
martymac  |
Bump PORTREVISION following previous commit
Reported by: zi
MFH: 2017Q4 |
04 Oct 2017 14:26:27
0.10_2
|
martymac  |
Add missing CONFLICTS with sysutils/pv
MFH: 2017Q4 |
19 Nov 2016 16:04:56
0.10_2
|
marino  |
audio: pms, squash, tcd, waon: Document ncurses requirement
Approved by: ncurses blanket |
26 Jul 2016 16:51:16
0.10_2
|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
0.10_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
08 Dec 2014 16:48:41
0.10_2
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
31 Aug 2014 16:36:23
0.10_1
|
tijl  |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
03 Mar 2014 21:41:29
0.10
|
pawel  |
- Update to version 0.10
- Add LICENSE
PR: ports/186523
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: maintainer timeout |
05 Feb 2014 23:15:23
0.9_8
|
bapt  |
Support stage |
11 Dec 2013 14:35:37

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
20 Sep 2013 14:36:37
0.9_8
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 22:31:38
0.9_8
|
bapt  |
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
01 Jun 2012 05:26:28
0.9_8
|
dinoex  |
- update png to 1.5.10 |
22 Oct 2011 23:50:23
0.9_7
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
17 Oct 2011 10:08:33
0.9_7
|
bf  |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen |
19 Mar 2011 12:38:54
0.9_6
|
miwi  |
- Get Rid MD5 support |
06 Jun 2010 20:39:21
0.9_6
|
naddy  |
Bump PORTREVISION after libao update and handle API incompatibility. |
28 Mar 2010 06:47:48
0.9_5
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.9_4
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.9_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
18 May 2009 15:08:58
0.9_2
|
pav  |
- Chase fftw3 update |
06 Jun 2008 13:07:20
0.9_1
|
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) |
16 Dec 2007 23:20:42
0.9
|
miwi  |
- Update to 0.9
PR: 117833
Submitted by: Kengo Ichiki <kichiki@users.sourceforge.net> (maintainer) |
09 Oct 2007 09:25:38
0.8
|
miwi  |
WaoN is a Wave-to-Notes transcriber (converts audio file into midi file)
and some utility tools such as gWaoN, graphical visualization of the
spectra, and phase vocoder for time-stretching and pitch-shifting.
WWW: http://waon.sourceforge.net/
PR: ports/117034
Submitted by: Kengo Ichiki <kichiki at users.sourceforge.net> |