Port details |
- rawrec Utility to record and playback raw audio data
- 0.9.991_2 audio =6 0.9.991_2Version of this port present on the latest quarterly branch.
- Maintainer: antonfb@hesiod.org
- Port Added: 2002-05-09 16:04:45
- Last Update: 2024-03-03 23:33:26
- Commit Hash: b087fef
- People watching this port, also watch:: unzip, flac, vorbis-tools, lame, ffmpeg
- License: GPLv2+
- WWW:
- https://sourceforge.net/projects/rawrec/
- Description:
- rawrec provides a simple, minimalist way to record or play back raw audio
data from the command line. It can work with files or standard IO, and so
can provide a simple buffered shell audio interface for other programs.
- ¦ ¦ ¦ ¦
- 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/rawrec/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/rawrec
- pkg install rawrec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rawrec
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rawrec-0.9.991.tar.gz) = 1b65d65ae5f11650cc9cd2c10d54ac379eaaa802b89b08423b6a95046faac03f
SIZE (rawrec-0.9.991.tar.gz) = 62134
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:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Run
-
- audio/soundgrab
Configuration Options:
- No options to configure
- Options name:
- audio_rawrec
- USES:
- gmake
- 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.9.991_2 03 Mar 2024 23:33:26 |
Craig Leres (leres) |
audio/rawrec: Fix port issues
- Makefile WWW link bad - fix it
- Clean portlint nit
- Change patches to avoid REINPLACE_CMD
- Initialize sigaction structures better
- Remove commenting out of pthread_attr_scope stuff since FreeBSD
supports that now
Should be no functional change
PR: 277461
Approved by: antonfb@hesiod.org (maintainer) |
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.9.991_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.9.991_1 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 ) |
0.9.991_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.991_1 31 Dec 2020 21:23:10 |
leres |
audio/rawrec: Pass maintainership
Thanks for adopting a port!
PR: 252243
Submitted by: antonfb@hesiod.org |
0.9.991_1 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
0.9.991_1 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 |
0.9.991_1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.9.991_1 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 |
0.9.991_1 25 Mar 2015 21:37:40 |
marino |
audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
0.9.991_1 07 Dec 2014 19:25:52 |
riggs |
Fix signal handling (runtime exit with invalid argument) on 10.1
- Add missing sa_flags in main.c
- Bump PORTREVISION
While on it:
- Add LICENSE*
PR: 195284
Submitted by: antonfb@hesiod.org
MFH: 2014Q4 |
0.9.991 17 Jan 2014 22:06:32 |
antoine |
Stage support |
0.9.991 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.9.991 13 Mar 2013 11:54:26 |
danfe |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed. |
0.9.991 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.9.991 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.9.991 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.9.991 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.9.991 29 Jun 2007 19:33:25 |
linimon |
Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD. |
0.9.991 11 Jun 2006 16:48:50 |
erwin |
Fix spelling of USE_GCC to fix build on 4.x
PR: 98820
Submitted by: erwin
Approved by: maintainer |
0.9.991 20 May 2006 10:18:59 |
itetcu |
Fix build on 4.x by USE_GCC= 3.3+
Reported by: krismail
Approved by: lawrance (mentor) |
0.9.991 11 May 2006 12:40:29 |
itetcu |
Update to 0.9.991
Pass maintainership to submitter.
PR: ports/97117
Submitted by: Rainer Alves <rainer.alves@gmail.com>
Approved by: lawrance (mentor) |
0.9.98_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
0.9.98_1 23 Nov 2005 23:29:54 |
pav |
- Add some SHA256 checksums |
0.9.98_1 26 Jul 2004 14:04:30 |
osa |
Move package files from plist to Makefile, remove pkg-plist. |
0.9.98_1 24 May 2004 21:01:28 |
pav |
- Pinpoint subdirs to master sites
PR: ports/67105
Submitted by: Roman Neuhauser <neuhauser@chello.cz> |
0.9.98_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.98 27 Jan 2004 20:51:07 |
trevor |
Add SIZE. |
0.9.98 04 Sep 2003 21:38:40 |
krion |
- Update to version 0.9.98
- Bug fixes
PR: 56460
Submitted by: Simon Barner <barner@in.tum.de> |
0.9.97_3 14 Jul 2003 02:53:03 |
sf |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.9.97_2 20 Feb 2003 16:49:55 |
knu |
De-pkg-comment. |
0.9.97_2 13 Nov 2002 01:46:13 |
ijliao |
fix mlockall usage on -current
PR: 44951
Submitted by: Volker Stolz <vs@foldr.org> |
0.9.97_1 08 Jul 2002 10:22:14 |
ijliao |
PERL -> REINPLACE_CMD
PR: 39283
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
0.9.97_1 08 Jun 2002 18:27:34 |
ijliao |
- Support CC properly
- Fix pkg-comment format
PR: 38993
Submitted by: Ports Fury |
0.9.97 07 Jun 2002 02:21:52 |
petef |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento |
0.9.97 09 May 2002 16:04:23 |
ijliao |
add rawrec 0.9.97
rawrec/rawplay threaded audio |