aboutsummaryrefslogtreecommitdiff
path: root/irc/py-irc
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* irc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * A. Gabriel <backslash@BSDCode.org> * Aaron Dalton <aaron@FreeBSD.org> * Alexey Mikhailov <karma@ez.pereslavl.ru> * Alfred Perlstein <alfred@FreeBSD.org> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Ben Hutchinson <benhutch@xfiles.org.uk> * Bill Fumerola <billf@chc-chimes.com> * Chess Griffin <chess@chessgriffin.com> * Chris Piazza <cpiazza@FreeBSD.org> * Craig Edwards <brain@mail1.chatspike.net> * David Bushong <david+ports@bushong.net> * David Taylor <davidt@yadt.co.uk> * Dennis Herrmann <adox@mcx2.org> * Dominic Marks <dom@cus.org.uk> * Edini <ports@edini.net> * Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru> * Evgueni V. Gavrilov <aquatique@rusunix.org> * George Reid <greid@ukug.uk.freebsd.org> * Gerrit Beine <tux@pinguru.net> * Gustau Perez <gustau.perez@gmail.com> * Hye-Shik Chang * Jase Thew <freebsd@beardz.net> * Jens Holmqvist <zparta@hispan.se> * Jimbo Bahooli <griffin@blackhole.iceworld.org> * Jonas Kvinge <jonas@night-light.net> * Josh Paetzel <josh@tcbug.org> * Julien Laffaye <kimelto@gmail.com> * KIMURA Yasuhiro <yasu@utahime.org> * Kirill Ponomarew <ponomarew@oberon.net> * Kubilay Kocak <koobs@FreeBSD.org> * Makoto Matsushita <matusita@FreeBSD.org> * Martin Wilke <miwi@FreeBSD.org * Martin Wilke <miwi@FreeBSD.org> * Masahiro Teramoto <markun@onohara.to> * Matthew West <mwest@uct.ac.za> * Maxim Ignatenko * Michael Ranner * Oliver Eikemeier * Philippe Audeoud <jadawin@tuxaco.net> * Romain Tartiere <romain@blogreen.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sergey Skvortsov <skv@protey.ru> * Shaun Amott <shaun@inerd.com> * Steve Wills <swills@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * TERAMOTO Masahiro <markun@onohara.to> * Tim Bishop <tim@bishnet.net> * Timothy Redaelli <drizzt@gufi.org> * Travis Poppe <tlp@liquidx.org> * Ulrich Spoerlein <q@uni.de> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Walter Venable <weaseal@hotmail.com> * Walter Venable <weaseal@users.sourceforge.net> * Wen Heping <wenheping@gmail.com> * Will Andrews <andrews@technologist.com> * clement * db * elvstone@gmail.com * gahr * hrs * ijliao * koji@jet.es * milki <milki@rescomp.berkeley.edu> * perlguy@perlguy.com * pgl@instinct.org * sec@42.org * tdb * torstenb With hat: portmgr
* irc/py-irc: Update version 20.0.0=>20.1.0Muhammad Moinur Rahman2022-07-193-4/+13
| | | | Relnotes: https://github.com/jaraco/irc/releases/tag/v20.1.0
* irc/py-irc: Update version 13.1=>20.0.0Muhammad Moinur Rahman2022-06-103-16/+20
| | | | | | - Update WWW Relnotes: https://github.com/jaraco/irc/releases/tag/v20.0.0
* all: Take maintainershipMuhammad Moinur Rahman2022-06-061-1/+1
|
* all: return wg's ports to the pool after safekeeping his commit bitRene Ladan2022-06-061-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove logic for Python < 3.6 for ports using Python 3.6+Rene Ladan2021-01-111-10/+3
| | | | Notes: svn path=/head/; revision=561252
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update RUN_DEPENDS for py-jaraco.util 14.0 updateSunpoet Po-Chuan Hsieh2020-04-271-3/+10
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=533201
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-6/+6
| | | | | | | | | | 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-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix ShebangsMartin Wilke2017-04-181-1/+3
| | | | Notes: svn path=/head/; revision=438789
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* irc/py-irc: update to 13.1William Grzybowski2015-11-122-7/+10
| | | | | | | | PR: 202924 Submitted by: yuri rawbw dot com Notes: svn path=/head/; revision=401397
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* irc/py-irc: update to 5.9.1William Grzybowski2014-06-162-15/+7
| | | | | | | | | - Update to 5.9.1 - Remove obsolete python 2.6 check - Remove obsolete zip_safe option Notes: svn path=/head/; revision=357985
* - Remove easy_install dependencyMarcus von Appen2014-06-141-2/+3
| | | | | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357754
* Convert i* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347763
* irc/py-irc: update to 8.5.4William Grzybowski2013-11-193-78/+7
| | | | | | | | | - Update to 8.5.4 - Allow staging - Use python auto plist Notes: svn path=/head/; revision=334318
* Drop condititional dependency on py-imporlib, since it was removed.Ruslan Makhmatkhanov2013-10-031-1/+0
| | | | | | | With hat: python Notes: svn path=/head/; revision=329163
* irc/py-irc: update to 8.5.3William Grzybowski2013-09-232-3/+4
| | | | | | | - Update to 8.5.3 Notes: svn path=/head/; revision=328019
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* irc/py-irc: update to 8.5.1William Grzybowski2013-08-182-3/+3
| | | | | | | | | - Update to 8.5.1 Changes: https://bitbucket.org/jaraco/irc/src/f8120c37a5/CHANGES.rst?at=8.5.1 Notes: svn path=/head/; revision=324902
* irc/py-irc: update to 8.5William Grzybowski2013-08-112-3/+3
| | | | | | | | | - Update to 8.5 Changes: https://bitbucket.org/jaraco/irc/src/5047365bd7b/CHANGES.rst?at=8.5 Notes: svn path=/head/; revision=324588
* irc/py-irc: update to 8.4William Grzybowski2013-07-233-10/+9
| | | | | | | | | | - Update to 8.4 - Make portlink happy Changes: https://bitbucket.org/jaraco/irc/src/380ee9d1b/CHANGES.rst?at=8.4 Notes: svn path=/head/; revision=323532
* irc/py-irc: update to 8.3.2William Grzybowski2013-07-182-5/+4
| | | | | | | | | | - Update to 8.3.2 - Space -> tab style cleanup Changes: https://bitbucket.org/jaraco/irc/src/d12f6b25ab/CHANGES.rst?at=8.3.2 Notes: svn path=/head/; revision=323230
* irc/py-irc: update to 8.3.1William Grzybowski2013-07-053-20/+88
| | | | | | | | | | - Update to 8.3.1 - Use PORTEXAMPLES instead of pkg-plist entries - Unmute install examples - Patch setup.py to extract egg file Notes: svn path=/head/; revision=322340
* - Update to 8.3William Grzybowski2013-05-172-4/+3
| | | | | | | | | | Changes: https://bitbucket.org/jaraco/irc/src/1612ffff/CHANGES.rst?at=default Approved by: culot (mentor) Notes: svn path=/head/; revision=318377
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* - add missin build dependency on pytest-runnerRuslan Makhmatkhanov2013-03-221-1/+3
| | | | | | | | | | - bump PORTREVISION PR: 177239 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=314954
* - Update to 8.0.1Frederic Culot2013-02-192-3/+3
| | | | | | | | PR: ports/176248 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=312547
* - Update to 8.0Frederic Culot2013-01-182-3/+6
| | | | | | | | | | - Add LICENSE (MIT) PR: ports/175392 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=310586
* - update to 5.0.1Ruslan Makhmatkhanov2012-11-224-0/+53
- rename to py-irc to follow upstream - change MASTER_SITES to pypi - switch to easy_install - update examples - convert to optionsng - add optional dependency on py-importlib for python < 2.7 - update WWW and port description - general clean-up This port should be python3 aware, so change USE_PYTHON to yes, but it still doesn't builds with it because py-hgtools isn't, so can't test for sure. PR: 173828 Submitted by: rm (myself) Approved by: William Grzybowski <william88 at gmail dot com> (maintainer, via python@ ML) Feature safe: yes Notes: svn path=/head/; revision=307643