aboutsummaryrefslogtreecommitdiff
path: root/net-im/rubygem-hipchat
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* net-im: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * <ports@c0decafe.net> * Adam Weinberger <adamw@FreeBSD.org> * Alberto Villa <avilla@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Timoshenko <gonzo@univ.kiev.ua> * Andrew Lewis <freeghb@gmail.com> * Andrey Akhmichin <sepulkarium45@yahoo.com> * Bartek Rutkowski <r@robakdesign.com> * Bernard Spil <brnrd@freebsd.org> * Brendan Molloy <brendan+freebsd@bbqsrc.net> * Denis Shaposhnikov <dsh@vlink.ru> * Dennis Herrmann <dhn@FreeBSD.org> * Dmitry Sivachenko <demon@FreeBSD.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Eugene Grosbein <eugen@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Frank Altpeter <frank@altpeter.de> * Gea-Suan Lin <gslin@gslin.org> * Geoffrey Mainland <mainland@apeiron.net> * Henry Hu <henry.hu.sh@gmail.com> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Prather * Jonathan Chen <jonc@chen.org.nz> * Joseph S. Atkinson <jsatkinson@embarqmail.com> * Junji NAKANISHI <jun-g@daemonfreaks.com> * Kelly Cochran <kcochran@trolans.net> * Koop Mast <kwm@FreeBSD.org> * Kris Moore <kmoore@FreeBSD.org> * Kris Moore <kmoore@freebsd.org> * Lars Eggert <lars.eggert@gmx.net> * Marc Bruenink * Matthew West <mwest@uct.ac.za> * Matthias Fechner <mfechner@FreeBSD.org> * Max E. Kuznecov <mek@mek.uz.ua> * Meethune Bhowmick <meethune@gmail.com> * Michael Johnson <ahze@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * Nikolay Pavlov <qpadla@gmail.com> * Oleg Ginzburg (olevole@olevole.ru) * Pavel Andreev * Saulius Menkevicius <bob@nulis.lt> * SeaD * Seamus Venasse <svenasse@polaris.ca> * Sergey Skvortsov <skv@protey.ru> * Steve Wills <swills@FreeBSD.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Tsung-Han Yeh <snowfly@yuntech.edu.tw> * Vsevolod Stakhov <vsevolod@highsecure.ru> * Wen Heping <wen@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * Yuri <yuri@tsoft.com> * Yuri Victorovich * Yuri Victorovich <yuri@rawbw.com> * dd * gahr * gnome@freebsd.org * jodocus <jodocus@jodocus.org> * mph * trasz * vsevolod With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-11-031-2/+3
| | | | Notes: svn path=/head/; revision=516522
* Update to 1.6.0Sunpoet Po-Chuan Hsieh2017-07-062-4/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/releases Notes: svn path=/head/; revision=445178
* - Update to 1.5.4Sunpoet Po-Chuan Hsieh2016-12-032-3/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=427705
* 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 m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 1.5.3Sunpoet Po-Chuan Hsieh2016-03-062-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=410300
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2015-09-211-0/+1
| | | | Notes: svn path=/head/; revision=397504
* - Remove RG linkSunpoet Po-Chuan Hsieh2015-08-131-1/+0
| | | | Notes: svn path=/head/; revision=394174
* - Update to 1.5.2Sunpoet Po-Chuan Hsieh2015-07-242-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=392783
* - Remove blank line between NO_ARCH and USE_RUBYSunpoet Po-Chuan Hsieh2015-07-061-1/+0
| | | | Notes: svn path=/head/; revision=391473
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* - Update to 1.5.1Sunpoet Po-Chuan Hsieh2015-05-022-4/+5
| | | | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master PR: 199691 Submitted by: Michael Fausten <ports@michael-fausten.de> Notes: svn path=/head/; revision=385189
* - Update to 0.14.0Sunpoet Po-Chuan Hsieh2013-11-252-4/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=334830
* - Update to 0.13.0Sunpoet Po-Chuan Hsieh2013-11-212-4/+4
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=334528
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2013-10-261-1/+0
| | | | Notes: svn path=/head/; revision=331721
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Update to 0.12.0Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=326617
* - Update to 0.11.0Sunpoet Po-Chuan Hsieh2013-07-212-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=323400
* - Update to 0.10.1Sunpoet Po-Chuan Hsieh2013-07-162-3/+3
| | | | | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master Notes: svn path=/head/; revision=323124
* - Add rubygem-hipchat 0.10.0Sunpoet Po-Chuan Hsieh2013-06-133-0/+26
hipchat is a Ruby library to interact with HipChat. WWW: https://github.com/hipchat/hipchat-rb RG: https://rubygems.org/gems/hipchat Notes: svn path=/head/; revision=320785