aboutsummaryrefslogtreecommitdiff
path: root/irc/rubygem-cogbot
Commit message (Collapse)AuthorAgeFilesLines
* devel/ruby-gems: Update to 3.5.6Yasuhiro Kimura2024-03-051-18/+18
| | | | | | | | | | While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
* devel/ruby-gems: Update to 3.4.2Yasuhiro Kimura2023-01-171-23/+21
| | | | | | | ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2 PR: 268578 Approved by: meta (ruby@, maintainer) Exp-run by: antoine
* Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=rubyMuhammad Moinur Rahman2023-01-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk Notable changes are. - Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk. - USE_RUBY=yes is replaced with USES=ruby. - USE_RUBY_EXTCONF is replaced with USES=ruby:extconf. - USE_RUBY_RDOC is replaced with USES=ruby:rdoc. - USE_RUBY_SETUP is replaces with USES=ruby:setup. - RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with USES=ruby:{build,none,run}. - RUBY_REQUIRE isn't used anywhere, so removed. - USES=gem now implies USES=ruby. This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863 I have just made some cosmetic changes and ran exp-run to test that the tree is not in a BROKEN state. Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D37925
* 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)
* devel/ruby-gems: Update to 3.3.7Dan Langille2022-02-201-23/+23
| | | | | | | | | | | | | | | | | | | | These are fixes Ruby 3.0 Changes were compiled against all dependencies of devel/ruby-gems and they all built cleanly. There are five known build failures, all prexisting: * devel/rubygem-xdg5: requires Ruby 3.0 * devel/rubygem-xdg: requires Ruby 3.1 * graphics/rubygem-objectdetect: port explicitly marked broken * mail/rubygem-tmail: port explicitly marked broken * science/cdcl: marked broken, unfetchable Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl PR: 258108 Approved by: ruby (zi@)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix gemspec for rubygem-daemons 1.3.1 updateSunpoet Po-Chuan Hsieh2020-08-252-6/+7
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=546224
* Change RUN_DEPENDS from rubygem-thor to rubygem-thor0Sunpoet Po-Chuan Hsieh2020-08-231-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=546013
* irc/rubygem-cogbot: Fix gemspec rubygem-json 2.3.0 updateKoichiro Iwao2020-07-062-6/+7
| | | | | | | | | PR: 245044 Approved by: maintainer timeout Sponsored by: HAW International Notes: svn path=/head/; revision=541310
* Fix gemspec for rubygem-twitter 7.0.0 updateSunpoet Po-Chuan Hsieh2020-02-132-2/+2
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=526061
* Fix gemspec for nokogiri 1.10.1 update (r494390)Sunpoet Po-Chuan Hsieh2019-08-132-2/+3
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=508870
* Fix gemspec for rubygem-twitter 6.2.0 and rubygem-yajl-ruby 1.4.0 updateSunpoet Po-Chuan Hsieh2018-04-282-3/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=468586
* Fix gemspec for rubygem-cinch 2.3.4 updateSunpoet Po-Chuan Hsieh2017-09-202-4/+6
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=450221
* Fix gemspec for rubygem-thor 0.20.0 updateSunpoet Po-Chuan Hsieh2017-08-172-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=448126
* Update to 0.1.13.Marcelo Araujo2017-07-273-27/+13
| | | | | | | | | PR: ports/220675 Submitted by: lifanov Approved by: Mose <mose@mose.com> Notes: svn path=/head/; revision=446718
* irc/rubygem-cogbot: switch to json 1.x depSteve Wills2017-01-021-2/+2
| | | | Notes: svn path=/head/; revision=430397
* - Fix gemspec for rubygem-twitter 5.17.0 updateSunpoet Po-Chuan Hsieh2016-12-092-4/+7
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=428187
* - Fix gemspec for rubygem-yajl-ruby 1.3.0 updateSunpoet Po-Chuan Hsieh2016-12-032-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=427695
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Update to 0.1.7.Marcelo Araujo2016-03-283-17/+5
| | | | | | | | PR: ports/208170 Submitted by: Mose <mose@gandi.net> (maintainer) Notes: svn path=/head/; revision=412032
* - Fix gemspec for rubygem-eventmachine 1.0.9 updateSunpoet Po-Chuan Hsieh2016-01-192-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=406656
* Cogbot is an irc bot written in ruby based on Cinch bot framework.Marcelo Araujo2015-11-243-0/+39
It has its unique plugin system and various features oriented towards ruby development tasks. WWW: https://github.com/mose/cogbot PR: ports/204759 Submitted by: mose <mose@gandi.net> Notes: svn path=/head/; revision=402341