aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-punjab
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-5/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | 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
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Change from USES=twisted to devel/py-twistedSunpoet Po-Chuan Hsieh2017-06-051-2/+5
| | | | | | | | - Add NO_ARCH - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=442640
* - Update to 0.15Martin Wilke2015-12-243-16/+18
| | | | | | | | | | | - Update WWW - Switch to options helper PR: 205216 Submitted by: ports fury Notes: svn path=/head/; revision=404360
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Cleanup plistAntoine Brodin2014-11-211-1/+0
| | | | Notes: svn path=/head/; revision=373023
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* net-im/py-punjab: support stagingWilliam Grzybowski2013-12-262-58/+9
| | | | Notes: svn path=/head/; revision=337601
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run Notes: svn path=/head/; revision=335877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Fix pkg-plistAntoine Brodin2013-06-241-2/+0
| | | | Notes: svn path=/head/; revision=321717
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Reassign ports to the heap due to a mail bounceThomas Abthorpe2012-08-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=302528
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+3
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* 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
* - Move over to py25 or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* Update to 0.14Beech Rintoul2010-11-307-149/+87
| | | | | | | | | | | Pass maintainership to submitter PR: ports/152497 Submitted by: ports@c0decafe.net Approved by: itetcu (implicit) Notes: svn path=/head/; revision=265468
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Reset beech@FreeBSD.org while he works on restoring his email situation.Mark Linimon2009-08-281-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=240459
* Eliminate hard coded "PKGNAMEPREFIX= py-"Martin Wilke2009-08-181-1/+1
| | | | | | | | PR: 137859 Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=239877
* PunJab is a HTTP jabber client interface. It is a SOAP, XMLRPC,Beech Rintoul2008-02-156-0/+214
JEP-0025 or JEP-0124 server that allows persistent client connections to a jabber server. It can be used for many things, but its main purpose is to allow for stateless applications (ie web) a stateful connection to jabber. For more information about punjab see the following URL : WWW: http://www.butterfat.net/wiki/Projects/PunJab PR: ports/94024 Submitted by: jodocus <jodocus at jodocus.org> Notes: svn path=/head/; revision=207227