summaryrefslogtreecommitdiff
path: root/net/iaxmodem/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | (and missed 3 missed files from previous categories.)
* - Unbreak the build, sort the knobs, generally cleanup MakefileAlexey Dokuchaev2013-08-021-9/+7
| | | | | | - Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES - Sanitize installation procedure, improve files/pkg-message.in - Reformat port description, point WWW to a more canonical URL
* Implement upstream fix where multiple net/iaxmodem instances are spawned.Raphael Kubo da Costa2013-05-181-0/+17
| | | | | | | | | | Multiple instances of iaxmodem are being spawned due to a badly placed closedir call. The fix has been submitted (and accepted) upstream, however there has been no new release since the fix was submitted. PR: ports/176178 Submitted by: John Bayly <freebsd.ports@tipstrade.net> Approved by: maintainer timeout (93 days)
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Upgrade to 1.2.0.Brooks Davis2009-03-142-0/+22
| | | | | | | Pass maintainership to submitter. Submitted by: Massimiliano Stucchi <stucchi at gufi dot org> PR: ports/132619
* - Update to 0.3.2Pav Lucistnik2007-12-134-77/+37
| | | | | PR: ports/117885 Submitted by: Anish Mistry <amistry@am-productions.biz>
* - Update to 0.1.14Rong-En Fan2006-08-217-80/+133
| | | | | | | | | - Replace the build system to hand-written configure/Makefile - Mark it as BROKEN on 4.x: does not compile PR: ports/101961 Submitted by: Anish Mistry <amistry at am-productions.biz> Approved by: Filippo Natali" <filippo.natali at gmail.com> (maintainer)
* - Attempt to fix build on FreeBSD 4.XPav Lucistnik2006-08-061-0/+8
| | | | Reported by: krismail
* IAXmodem is a software modem written in C that usesPav Lucistnik2006-06-233-0/+112
an IAX channel (commonly provided by an Asterisk PBX system) instead of a traditional phone line and uses a DSP library instead of DSP hardware chipsets. WWW: http://sourceforge.net/projects/iaxmodem PR: ports/99238 Submitted by: Filippo Natali <filippo.natali@gmail.com>