aboutsummaryrefslogtreecommitdiffstats
path: root/audio/voipong
Commit message (Collapse)AuthorAgeFilesLines
* Stageify.vanilla2014-05-222-21/+37
| | | | Approved by: portmgr@
* Remove trailing whitespaces from category audioehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Convert to PORT_OPTIONS:MDOCS.adamw2014-01-031-1/+2
| | | | Holdout shame list: ruby, perl, python
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | audio)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 2.0.araujo2009-08-225-27/+65
| | | | | | | | - Respect NOPORTDOCS. PR: ports/137813 (based on) Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: "N.Ersen SISECI" <siseci@EnderUNIX.org> (maintainer)
* Fix plist with -DNOPORTDOCS.itetcu2009-04-071-0/+4
| | | | | Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* - unbreak, LICENSE file has changedehaupt2005-11-223-12/+6
| | | | | | | | | - provide SHA256 hash - nuke pkg-plist - restore original maintainership PR: 89354 Submitted by: siseci@EnderUNIX.org
* BROKEN: Size mismatchkris2005-11-151-0/+2
|
* Reset undeliverable maintainer address:kris2005-10-161-1/+1
| | | | | | <siseci@enderunix.org>: host mail.enderunix.org[193.140.143.23] said: 554 mail server permanently rejected message (#5.3.0) (in reply to end of DATA command)
* Add voipong.jylefort2005-05-245-0/+53
VoIPong is an utility which detects all Voice Over IP calls on a pipeline, and dumps those which are G711-encoded to separate wave files. It supports SIP, H323, Cisco's Skinny Client Protocol, RTP and RTCP. For performance reasons, it is written in the C programming language. WWW: http://www.enderunix.org/voipong/ PR: ports/81326 Submitted by: Necati Ersen SISECI <siseci@enderunix.org>