aboutsummaryrefslogtreecommitdiff
path: root/www/monast
Commit message (Collapse)AuthorAgeFilesLines
* - Those ports fail to build with python3Antoine Brodin2017-12-111-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456068
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Add NO_ARCHDmitry Marakasov2015-06-112-39/+5
| | | | | | | - Modernize plist Notes: svn path=/head/; revision=389173
* - Convert USE_PYTHON to new USES in www/Marcus von Appen2015-01-031-1/+1
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376109
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-061-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=364158
* . Support stageRenato Botelho2014-03-281-16/+12
| | | | | | | | | . Reset maintainership as asked by maintainer Approved by: portmgr (blanket) Notes: svn path=/head/; revision=349422
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove REQUIRE from rc.d scriptRenato Botelho2010-09-212-2/+3
| | | | | | | | | | - Add $FreeBSD$ Suggested by: dougb@ Approved by: maintainer via irc Notes: svn path=/head/; revision=261570
* I was ready to abort last commit but made a mistake, this is what was missingRenato Botelho2010-09-211-0/+1
| | | | | | | | | - Bump PORTREVISION Approved by: maintainer at irc Notes: svn path=/head/; revision=261558
* - Remove unecessary patch and convert it to REINPLACE_CMDRenato Botelho2010-09-213-12/+35
| | | | | | | | | - Respect PREFIX - Use USE_RC_SUBR instead of install startup script manually - Simplify mkdirs Notes: svn path=/head/; revision=261557
* Monast is a monitoring interface which acts as an operator panel for AsteriskTMRenato Botelho2010-09-164-0/+161
to display extensions status and calls details going through your IP-PBX. It was develop in Python, PHP and uses prototype.js to handle AJAX calls and YUI (Yahoo User Interface). Monast can originate, transfer, park and hangup calls, Manage queue members (add, remove, pause and unpause members) and meetme conference rooms. (all using drag&drop feature from YUI) Licensed under BSD, it has been created by Diego Aguirre (DagMoller). WWW: http://monast.sf.net PR: ports/144988 Submitted by: Marcelo/Porks Rossi <marcelorossi at gmail.com> Notes: svn path=/head/; revision=261293