aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-supybot
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories h-k)mat2019-08-141-2/+6
|
* Convert Python ports to FLAVORS.mat2017-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
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-2/+2
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-2/+2
| | | | Approved by: portmgr blanket
* - Convert to options helpermiwi2016-01-071-0/+2
|
* - Add LICENSE, don't install it (and INSTALL) with docsamdmi32015-07-302-11/+8
| | | | | - Add NO_ARCH - Simplify manpage installation, fix related stage-qa warning
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-3/+0
| | | | Approved by: portmgr blanket
* Cleanup plistbapt2014-10-271-67/+0
|
* - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-211-3/+2
| | | | Approved by: portmgr (implicit)
* Retire MANCOMPRESSED.mat2014-09-181-1/+0
| | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-041-2/+2
|
* Enable staging.gerald2014-05-132-5/+10
| | | | | | PR: 188960 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
* Python cleanup:rene2014-01-141-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | irc)
* - Do not try to remove dirs. not created by the portmiwi2013-05-311-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with H,I,J,K,L
* - Update to 0.83.4.1dhn2009-07-202-4/+4
|
* - Update to 0.83.4dhn2009-07-083-47/+113
|
* - Pass maintainership to dhn@miwi2009-05-051-1/+1
|
* - Update to 0.83.3miwi2007-10-243-18/+18
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Update 0.83.2miwi2006-08-052-5/+5
| | | | | | | | - Take maintainership [1] PR: ports/100988 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: krion (mentor), [1] miwi
* - Update to 0.83.1 [1]mnag2006-05-193-541/+842
| | | | | | | | | - Use INSTALL_* instead of CP - Respect MANPREFIX PR: 96791 [1] Submitted by: Radim Kolar <hsn___netmag.cz> Approved by: maintainer timeout (14 days)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Fix empty directoriespav2005-07-131-0/+2
|
* - Update to 0.80.1pav2005-04-065-172/+354
| | | | | PR: ports/79518 Submitted by: Tim Middleton <x@Vex.Net> (maintainer)
* Update to 0.77.2: some config names changed (see ChangeLog); new LogToIRClinimon2004-04-304-20/+35
| | | | | | | plugin; many bug fixes. PR: ports/65950 Submitted by: Tim Middleton <x@vex.net> (maintainer)
* This port requires Python 2.3+.perky2004-04-081-1/+1
| | | | Submitted by: James Vega <vega_james@lycos.com>
* - Add info to install PySQLite port in order to use somekrion2004-03-121-1/+6
| | | | | | | plugins PR: ports/64065 Submitted by: maintainer
* Add py-supybot 0.77.0,krion2004-03-105-0/+412
Supybot is an IRC bot written in Python; its goals are primarily clarity, utility, and flexibility. It comes with an extensive collection of plugins to do most tasks people might want a bot to do, and then some; plus a easy framework to create your own plugins. WWW: http://supybot.sourceforge.net/ PR: ports/63952 Submitted by: Tim Middleton <x@vex.net>