aboutsummaryrefslogtreecommitdiff
path: root/net/py-msrplib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Update to 0.19.0Sunpoet Po-Chuan Hsieh2018-01-131-10/+8
| | | | | | | | | | | - Update MASTER_SITES - Fix LICENSE Changes: https://github.com/AGProjects/python-msrplib/commits/master https://github.com/AGProjects/python-msrplib/blob/master/debian/changelog Notes: svn path=/head/; revision=458902
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove BUILD_DEPENDSSunpoet Po-Chuan Hsieh2017-08-221-5/+4
| | | | | | | | | - Sort RUN_DEPENDS - Sort USE_PYTHON - Pass maintainership to python@ Notes: svn path=/head/; revision=448559
* Really give up maintainership.Eugene Grosbein2017-08-201-1/+1
| | | | Notes: svn path=/head/; revision=448423
* Update RUN_DEPENDS: use newer twisted.Eugene Grosbein2017-08-201-3/+4
| | | | | | | | | | | | | Bump PORTREVISION for dependency change. Give up maintainership as I have not used this port for years and I'm really not in position to test or upgrade it. PR: 221659 Submitted by: sunpoet Notes: svn path=/head/; revision=448422
* Add NO_ARCHSunpoet Po-Chuan Hsieh2017-06-071-0/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=442875
* Switch MAINTAINER to my new account for my ports.Eugene Grosbein2017-03-111-1/+1
| | | | | | | | | | | | Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile Notes: svn path=/head/; revision=435952
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Use USES=twistedSunpoet Po-Chuan Hsieh2015-02-201-5/+2
| | | | | | | | | - While I'm here, use single space after WWW: With hat: python Notes: svn path=/head/; revision=379442
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-311-1/+2
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=341959
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Update to 0.14.4Martin Wilke2012-08-051-1/+1
| | | | | | | | PR: 168948 Submitted by: Eugene Grosbein <eugen@grosbein.net> (maintainer) Notes: svn path=/head/; revision=302100
* The MSRP protocol stack implementation for clients written in python.Sofian Brabez2011-09-011-0/+34
Message Session Relay Protocol (MSRP) is a protocol for transmitting a series of related instant messages in the context of a session. Message sessions are treated like any other media stream when set up via a rendezvous or session creation protocol such as the Session Initiation Protocol (SIP). WWW: http://sipsimpleclient.com/wiki/SipMSRPApi PR: ports/158980 Submitted by: Eugene Grosbein <ports@grosbein.net> Approved by: jadawin@ (mentor) Notes: svn path=/head/; revision=280981