aboutsummaryrefslogtreecommitdiff
path: root/audio/yell
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWEmanuel Haupt2018-08-281-1/+1
| | | | Notes: svn path=/head/; revision=478289
* Add LICENSEEmanuel Haupt2016-12-171-0/+2
| | | | Notes: svn path=/head/; revision=428709
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-2/+2
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-9/+3
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376388
* Use stagingEmanuel Haupt2013-10-021-3/+4
| | | | Notes: svn path=/head/; revision=329046
* 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
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* Get rid of a compiler warning.Emanuel Haupt2013-05-231-0/+9
| | | | Notes: svn path=/head/; revision=318831
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* - Convert to OPTIONSngEmanuel Haupt2012-09-071-7/+5
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=303811
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* Update to 1.1Emanuel Haupt2011-03-312-12/+4
| | | | Notes: svn path=/head/; revision=272053
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+2
| | | | Notes: svn path=/head/; revision=231102
* Works on amd64, mark accordinglyEmanuel Haupt2008-08-081-1/+1
| | | | Notes: svn path=/head/; revision=218233
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209964
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-2/+2
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Use dev/speaker/speaker.h instead of machine/speaker.h onEmanuel Haupt2006-08-153-23/+14
| | | | | | | | | | ${OSVERSION} >= 601000 - Use OPTIONS - Reformat pkg-descr (fmt -w 80) - Remove pkg-message, contents is bluntly obvious Notes: svn path=/head/; revision=170709
* Respect DESTDIREmanuel Haupt2006-08-111-2/+2
| | | | | | | | PR: 101674 Submitted by: gabor Notes: svn path=/head/; revision=170341
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* - Fix pkg-message:Sergey Matveychuk2005-04-161-1/+1
| | | | | | | | | | | The loader.conf switch for the AT speaker is now called speaker_load="" (not atspeaker_load="" anymore) PR: ports/79979 Submitted by: maintainer Notes: svn path=/head/; revision=133472
* Mark as i386-only since it uses speaker.h. pointyhat confirms that itMark Linimon2004-10-041-0/+2
| | | | | | | | | | | does not build elsewhere. PR: ports/71496 Submitted by: Emanuel Haupt <ehaupt at critical dot ch> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=118541
* Add yell, a little command line utility playing a short tune on yourPav Lucistnik2004-08-134-0/+56
speaker device. I mainly use it to yell the "sysop" on a remote machine. It could also be used as a notification for finished tasks (eg. make buildworld && yell). PR: ports/70277 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=116141