aboutsummaryrefslogtreecommitdiffstats
path: root/cad/basicdsp
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Switch to wx 2.8bapt2014-03-241-2/+2
|
* Convert to dos2unixbapt2014-03-071-2/+2
|
* - convert to stagedb2013-12-303-7/+7
| | | | | - add LICENSE - fix tab to space in pkg-plist WWW
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | cad)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Fix build under clangdb2011-07-011-4/+6
| | | | - Replace hard coded g++ with ${CXX} in Makefile
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Fix build on 6.0db2008-11-071-4/+4
|
* - Update to 1.01db2008-11-068-102/+18
| | | | - Contributed man page is now part of distribution
* BasicDSP is an educational tool that makes it easy to experiment with simpledb2008-08-189-0/+149
Digital Signal Processing algorithms for audio signals. The input can either be taken from the sound card, or be a locally generated sine wave, white noise or impulse signal. The output is fed to the sound card, as well as to a virtual oscilloscope and spectrum analyzer.