Port details |
- xwave Audio player/recorder/editor for the X Window System
- 2.2_3 audio =6 2.2_3Version of this port present on the latest quarterly branch.
- Maintainer: a0516@marimga.de
- Port Added: 2000-06-29 12:26:46
- Last Update: 2023-03-15 17:33:26
- Commit Hash: b9452f5
- People watching this port, also watch:: nas, unzip, vorbis-tools, lame, xanim
- License: not specified in port
- Description:
- xwave - an audio player, recorder, editor for the XWindow System
Note from the original author:
The user interface of xwave is based on Athena and FWF widgets.
The application defaults are optimized for Xaw3d, so if you don't
use Xaw3d you may want to modify the resources.
Features:
- multiple files
- overview window
- zoom window
- mark, cut, copy, paste, merge
- echo, reverse, swap, resample, volume (absolute, dynamic
compressor)
- stop recording on demand
- raw, wav, au, aiff, aifc (PCM, ALAW, ULAW, and some ADPCM
implementations)
- files of any length
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/xwave/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/xwave
- pkg install xwave
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xwave
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xwave2v2.tar.gz) = c420e93a9f9cf64326ef56c6828364350525c1bb281d170164a8a6bbf1eaada6
SIZE (xwave2v2.tar.gz) = 292880
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- xaw7.pc : x11-toolkits/libXaw
- Runtime dependencies:
-
- xaw7.pc : x11-toolkits/libXaw
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xwave-2.2_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- audio_xwave
- USES:
- imake xorg
- pkg-message:
- For install:
- If you run out of space for the temporary files, set the X resource
XWave*tdir (either in /usr/X11R6/lib/X11/app-defaults/XWave or your
~/.Xdefaults) to a suitable directory.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2_3 15 Mar 2023 17:33:26 |
Fernando ApesteguĂa (fernape) Author: Martin Kraft |
audio/xwave: fix build
The problem is an implicit type conversion:
StrToPmap.c:143:19: error: incompatible pointer to integer conversion assigning
to 'XrmName' (aka 'int') from 'void *' [-Wint-conversion]
xrm_name[1] = NULL;
PR: 270150
Reported by: a0516@marimga.de (maintainer) |
2.2_3 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_3 04 Nov 2019 20:39:52 |
zeising |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
2.2_3 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.2_3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.2_3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.2_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.2_3 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.2_3 28 Jul 2014 14:12:36 |
adamw |
Rename audio/ patch-xy patches to reflect the files they modify. |
2.2_3 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.2_2 05 Feb 2014 22:38:00 |
bapt |
Support stage |
03 Jan 2014 15:26:07
|
adamw |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python |
2.2_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.2_2 28 Jun 2013 11:51:06 |
bapt |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
2.2_2 04 May 2013 14:56:12 |
crees |
audio/xwave: Fix typo
PR: ports/175986
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Approved by: maintainer |
2.2_2 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
2.2_2 08 Aug 2011 19:13:28 |
arved |
Move distfile from trevors to my public_distfiles.
Update maintainer emailadress and pkg-descr
PR: 155356
Submitted by: maintainer |
2.2_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.2_2 22 Nov 2009 19:49:43 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.2_2 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
2.2_1 22 Jul 2008 21:53:22 |
flz |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self) |
2.2_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.2_1 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}. |
2.2 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2 13 Nov 2003 10:11:35 |
trevor |
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam. |
2.2 21 Oct 2003 11:24:02 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
2.2 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
2.2 08 Sep 2002 10:39:12 |
kris |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) |
2.2 10 Jun 2002 08:48:07 |
trevor |
(forced commit) The log message for the last revision should have
said:
Remove my name and address from this file, since Martin Kraft is
the maintainer. |
2.2 09 Jun 2002 11:58:08 |
trevor |
Use MASTER_SITE_LOCAL.
PR: 39056
Submitted by: Martin Kraft (maintainer) |
2.2 09 Jun 2002 11:56:57 |
trevor |
Use MASTER_SITE_LOCAL.
PR: 39056
Submitted by: Martin Kraft (maintainer) |
08 Jul 2001 06:20:58 |
dwcjr |
PORTDOCS police |
05 Mar 2001 22:37:31 |
trevor |
fixes for two libfwf-related compilation problems (see comments in patches)
|
08 Oct 2000 00:19:06 |
asami |
Convert category audio to new layout. |
03 Aug 2000 10:28:58 |
asami |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
13 Jul 2000 14:32:28 |
sobomax |
- Update to version 2v2 |
30 Jun 2000 09:30:12 |
sobomax |
Change MAINTAINER. |
29 Jun 2000 16:26:46 |
sobomax |
New port xwave - a wave record/play/edit utility. |