aboutsummaryrefslogtreecommitdiffstats
path: root/irc/py-gozerbot
Commit message (Collapse)AuthorAgeFilesLines
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Fix manpage installationamdmi32015-05-192-7/+3
| | | | | | | - Don't cat pkg-message from Makefile Approved by: portmgr blanket MFH: 2015Q2
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-271-9/+0
|
* - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-211-3/+3
| | | | Approved by: portmgr (implicit)
* - Stageswills2014-04-272-6/+5
| | | | | | | | - Remove unneeded DISTNAME PR: ports/188961 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* 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-0/+1
| | | | irc)
* Convert left unconverted ports in irc to new options frameworkbapt2013-03-261-13/+10
|
* - Move to py25 or abovemiwi2011-02-251-2/+2
| | | | - While here kick md5 support
* - Fix DEPENDSwen2011-02-222-2/+1
| | | | | | PR: ports/153762 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: maintainer
* - new version of py-MySQLdb installs only the .egg 'zipped' so mysql.sopgollucci2010-12-271-1/+1
| | | | | | is no longer present to test for. Approved by: itectu (portmgr, via irc)
* - Chase security/libksba shlib version bumpglarkin2010-12-161-0/+1
| | | | | Requested by: kwm Pointyhat to: glarkin
* - Update to to 0.8.1.1lwhsu2008-06-193-45/+106
| | | | | PR: ports/124689 Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.8.0.4lwhsu2008-03-173-38/+48
| | | | | PR: ports/121679 Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
* Use ${MASTER_SITE_GOOGLE_CODE} instead ofedwin2008-03-071-1/+2
| | | | | | http://something.googlecode.com/files PR: ports/121435 (related)
* - Add missing gpg dependencymiwi2007-12-151-0/+3
| | | | | PR: 118463 Submitted by: Sten Spans <sten@blinkenlights.nl> (maintainer)
* gozerbot is a modular Python IRC and Jabber botmiwi2007-10-065-0/+545
Features: * user management by userhost .. bot will not respond if it doesn't know you * fleet .. use more than one bot in a program (list of bots) * use the bot through dcc chat .. partyline * fetch rss feeds. * keep todo and shop lists * karma * quote * remember items * relaying between bots * program your own plugins * other stuff WWW: http://www.gozerbot.org/ PR: ports/116456 Submitted by: Sten Spans <sten at blinkenlights.nl>