aboutsummaryrefslogtreecommitdiff
path: root/net-im/cjc
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2018-04-034-156/+0
| | | | | | | | | | | 2018-03-31 math/abacus: Unmaintained and has a broken shared library 2018-03-31 audio/muse: Unmaintained upstream, crashes at runtime 2018-03-31 net/paris-traceroute: Legacy paris-traceroute is not supported anymore. Use net/scamper instead 2018-04-01 net-im/cjc: Depends on expired net-im/py-xmpp 2018-02-28 net-im/py-pyxmpp: Obsoleted in favor of PyXMPP2 Notes: svn path=/head/; revision=466293
* net-im/cjc: schedule for removal on 2018-04-01, depends on expired port.Rene Ladan2018-03-011-3/+6
| | | | | | | Pet portlint while here. Notes: svn path=/head/; revision=463349
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-1/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add LICENSE_FILEDmitry Marakasov2015-12-301-12/+5
| | | | | | | | - Add NO_ARCH - Simplify docs installation Notes: svn path=/head/; revision=404793
* Cleanup plistAntoine Brodin2014-11-211-4/+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-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371450
* - Change dependency for net-im/py-pyxmppRusmir Dusko2014-03-222-14/+24
| | | | | | | | | | | - Change DOCS, remove from pkg-plist - Change REINPLACE, install conditional DOCS PR: ports/179201 Submitted by: nemysis (self) Notes: svn path=/head/; revision=348794
* - Support USE_GITHUBDanilo Egea Gondolfo2013-12-191-16/+15
| | | | | | | | | | | - Improve COMMENT - Add stage support PR: ports/184818 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=336894
* net-im/cjc: fix python usage and minor fixesWilliam Grzybowski2013-12-151-4/+6
| | | | | | | | | | | | - Fix python usage to remove implicit dependency on lang/python - Restrict to python 2.x - Remove uselesss LICENSE_FILE - Use new options for docs Reported by: exp-run (PR 184591) Notes: svn path=/head/; revision=336550
* 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
* - Update to 1.2.1Dennis Herrmann2011-08-313-29/+36
| | | | | | | | PR: ports/160132 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=280914
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | Note: Python 2.3 is't longer supported and have a lot of security issues. Convert 2.3+ to yes/or 2.4/5+ With hat: portmgr Notes: svn path=/head/; revision=245717
* Fix plist with -DNOPORTDOCS.Ion-Mihai Tetcu2009-04-091-1/+1
| | | | | | | Prompted by: QAT QA run Notes: svn path=/head/; revision=231946
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-1/+1
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273
* - Update to latest snapshotsAndrew Pantyukhin2006-11-293-11/+27
| | | | | | | - Adopt pyxmpp Notes: svn path=/head/; revision=178267
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-302-2/+2
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* - Update broken WWWAndrew Pantyukhin2006-05-191-1/+1
| | | | | | | Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=162790
* Update my e-mail addressAndrew Pantyukhin2006-05-081-2/+2
| | | | | | | Approved by: krion (mentor, implicit) Notes: svn path=/head/; revision=161759
* Add cjc: The Console Jabber ClientAndrew Pantyukhin2006-05-084-0/+133
PR: ports/96097 Submitted by: sat Approved by: krion (mentor) Notes: svn path=/head/; revision=161704