aboutsummaryrefslogtreecommitdiff
path: root/audio/ctronome
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/ctronome: fix build on recent currentTobias C. Berner2020-08-281-0/+3
| | | | Notes: svn path=/head/; revision=546789
* Change MAINTAINER email to my new FreeBSD emailLuca Pizzamiglio2017-08-291-1/+1
| | | | | | | | | Approved by: lme (mentor) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12150 Notes: svn path=/head/; revision=448911
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-2/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* - Upadate to 0.5.6Dmitry Marakasov2014-10-072-4/+4
| | | | | | | | | | - While here, add LICENSE_FILE and drop @dirrm PR: 194191 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Notes: svn path=/head/; revision=370385
* - Update from 0.5.4 to 0.5.5Danilo Egea Gondolfo2013-10-172-9/+8
| | | | | | | | | | | - Pass maintainership to submitter - Add stage support PR: ports/183049 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> Notes: svn path=/head/; revision=330662
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - update to 0.5.4Ruslan Makhmatkhanov2012-09-304-31/+11
| | | | | | | | | | | | | | | - remove patch, applied upstream - add license (GPLv2) - remove indefinite article in COMMENT - move pkg-plist content into Makefile changelog: - fixed amd64 platform bug that caused ctronome to produce no sound on amd64 platform due to incorrect width of integers used in bitwise operations, thanks to Dmitry Kazarov - http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207 Notes: svn path=/head/; revision=305082
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-251-6/+2
| | | | Notes: svn path=/head/; revision=304835
* - add patch to fix runtime on amd64Ruslan Makhmatkhanov2012-08-123-1/+24
| | | | | | | | | | | | I also got an response from upstream maintainer that this change will be included into the next release. PR: 170207 Submitted by: Dmitry Kazarov <d.y.kazarov at mail dot ru> Approved by: maintainer timeout (>2 weeks) Notes: svn path=/head/; revision=302428
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* A very simple yet powerful programmable console metronome.Dmitry Marakasov2010-08-195-0/+52
WWW: http://ctronome.kign.org/ PR: 149754 Submitted by: Charles Mercadal <mercadal@diablonet.net> Notes: svn path=/head/; revision=259555