aboutsummaryrefslogtreecommitdiff
path: root/comms/ebook2cw
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* - Change MAINTAINER on these hamradio ports to new ports group hamradio@Diane Bruce2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373117
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371247
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.Adam Weinberger2014-07-151-0/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=362014
* - Again I screwed up. Install should not be silent.Diane Bruce2014-03-011-6/+6
| | | | | | | Prodded by: danfe@ Notes: svn path=/head/; revision=346634
* - convert to stageDiane Bruce2013-12-292-13/+9
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=337932
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | LIB_DEPENDS in comms Notes: svn path=/head/; revision=336176
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Update to 0.8.2 [1]Diane Bruce2013-01-163-29/+21
| | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=310508
* Fix typos in COMMENTCarlo Strub2012-07-261-1/+1
| | | | | | | Submitted by: bf@ Notes: svn path=/head/; revision=301561
* Fix typos in COMMENTCarlo Strub2012-07-241-1/+1
| | | | Notes: svn path=/head/; revision=301441
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-0/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - Update to 0.8.1Diane Bruce2011-04-163-16/+42
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=272807
* - Forgot to remove patch for ebook2cw.c which is no longer needed.Diane Bruce2011-02-161-11/+0
| | | | Notes: svn path=/head/; revision=269247
* - Update to 0.8.0Diane Bruce2011-02-113-14/+24
| | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=268936
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-0/+1
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=255644
* - ebook2cw converts text into cw as an mp3 file, useful for learning cw.Diane Bruce2008-07-186-0/+84
Notes: svn path=/head/; revision=217046