| Port details |
- ebook2cw Convert text files into cw as an mp3 or ogg file
- 0.8.2_2 comms
=0 0.8.2_2Version of this port present on the latest quarterly branch. - Maintainer: hamradio@FreeBSD.org
 - Port Added: 2008-07-18 14:58:09
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: hamradio
- License: GPLv2
- Description:
- ebook2cw is a command line program (optional GUI available) which converts
a plain text (ISO 8859-1 or UTF-8) ebook to morse code MP3 files.
It works on several platforms, including Windows and Linux.
Written by Fabian Kurz, DJ1YFK <mail@fkurz.net>
WWW: http://fkurz.net/ham/ebook2cw.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ebook2cw>0:comms/ebook2cw
- To install the port:
- cd /usr/ports/comms/ebook2cw/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/ebook2cw
- pkg install ebook2cw
- PKGNAME: ebook2cw
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ebook2cw-0.8.2.tar.gz) = d8277ac6aaf9e64d9cb9a96457488b3a0dbd77e87622ded8f0825acb500c5758
SIZE (ebook2cw-0.8.2.tar.gz) = 29170
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libmp3lame.so : audio/lame
- libogg.so : audio/libogg
- libvorbis.so : audio/libvorbis
- This port is required by:
- for Run
-
- comms/ebook2cwgui
- Configuration Options:
- ===> The following configuration options are available for ebook2cw-0.8.2_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- comms_ebook2cw
- 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 |
07 Apr 2021 08:09:01 0.8.2_2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.2_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Mar 2020 19:46:44
0.8.2_2
|
db  |
- Pet porlint
- strip binary
- regenerate Makefile patch |
02 Nov 2017 21:41:47
0.8.2_1
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
08 Dec 2016 15:38:24
0.8.2_1
|
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. |
01 Apr 2016 13:29:17
0.8.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.8.2
|
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 |
22 Nov 2014 23:38:51
0.8.2
|
db  |
- Change MAINTAINER on these hamradio ports to new ports group hamradio@ |
20 Oct 2014 09:31:34
0.8.2
|
bapt  |
Cleanup plist |
15 Jul 2014 23:11:13
0.8.2
|
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
01 Mar 2014 15:36:07
0.8.2
|
db  |
- Again I screwed up. Install should not be silent.
Prodded by: danfe@ |
29 Dec 2013 00:33:18
0.8.2
|
db  |
- convert to stage
- add LICENSE |
11 Dec 2013 15:10:44
0.8.2
|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms |
20 Sep 2013 16:03:29
0.8.2
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
16 Jan 2013 18:15:33
0.8.2
|
db  |
- Update to 0.8.2 [1]
0.8.2 / 2013-01-04 Fabian Kurz <fabian@fkurz.net>
* Time of conversion and speed-up calculations
* Fixed text command |T0
* Samplerate of output file now always according to -s parameter (no
longer using LAME's own preference for the given bitrate)
* New text command |v for volume control
* Chapter splitting now possible by duration (-d seconds)
and number of words (-l words) (suggested by DM3KPO)
* Fix inconsistent numbers for waveforms (0 = sine, 1 = sawtooth,
2 = square)
* Fix OGG/Vorbis headers in CGI mode
* New CGI mode (make cgibuffered) where the whole sound file is
first created temporarily and then sent to the client.
This makes it possible to send the Content-Length header.
* Code cleanup
PR: ports/175117 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
26 Jul 2012 13:28:58
0.8.1_2
|
cs  |
Fix typos in COMMENT
Submitted by: bf@ |
24 Jul 2012 07:19:21
0.8.1_2
|
cs  |
Fix typos in COMMENT |
19 Jul 2012 20:15:39
0.8.1_2
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
14 Jan 2012 22:27:02
0.8.1_1
|
netchild  |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
16 Apr 2011 16:21:33
0.8.1
|
db  |
- Update to 0.8.1
0.8.1 / 2011-04-04 Fabian Kurz <mail@fkurz.net>
* Guessing of file encoding added (-g filename).
* MP3 CGI fixed (crashed because OGG/Vorbis libs were called)
* Chapter time now properly resetted after each chapter
* Added -X switch (test mode: no encoder, no output files)
* Lame or OGG support can be disabled in the Makefile
- N.B. the port does not support Lame or OGG support choice, both are enabled. |
16 Feb 2011 17:33:09
0.8.0
|
db  |
- Forgot to remove patch for ebook2cw.c which is no longer needed. |
11 Feb 2011 14:17:16
0.8.0
|
db  |
- Update to 0.8.0
From vendors change log:
* ebook2cw can now also be compiled to work as a CGI on a webserver
* Support for OGG/Vorbis audio file format added
* Time of created files is now calculated accurately
* Option to add a noise floor with an user definable SNR added [-N]
(very experimental)
* Waveform can now be set to sine, sawtooth or squarewave. [-T]
* Config files are searched in current directory, ~/.ebook2cw,
and DESTDIR/share/doc/ebook2cw/examples now. ~/.ebook2cw is
created if only the last is found. [Linux/Unix only] |
03 Jun 2010 08:55:01
0.7.0_1
|
netchild  |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
18 Jul 2008 14:57:43
0.7.0
|
db  |
- ebook2cw converts text into cw as an mp3 file, useful for learning cw. |