<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/net-im/rubygem-termtter/Makefile, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby</title>
<updated>2023-01-14T23:08:33+00:00</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-01-14T23:05:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=18c6e18276691edf5274406bf82a3b06792ff9ae'/>
<id>18c6e18276691edf5274406bf82a3b06792ff9ae</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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)
</pre>
</div>
</content>
</entry>
<entry>
<title>net-im: remove 'Created by' lines</title>
<updated>2022-07-20T14:22:40+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=103413d55fc87a4eacaf010f01b7f72732a37f69'/>
<id>103413d55fc87a4eacaf010f01b7f72732a37f69</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  &lt;ports@c0decafe.net&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Alberto Villa &lt;avilla@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Timoshenko &lt;gonzo@univ.kiev.ua&gt;
  *  Andrew Lewis &lt;freeghb@gmail.com&gt;
  *  Andrey Akhmichin &lt;sepulkarium45@yahoo.com&gt;
  *  Bartek Rutkowski &lt;r@robakdesign.com&gt;
  *  Bernard Spil &lt;brnrd@freebsd.org&gt;
  *  Brendan Molloy &lt;brendan+freebsd@bbqsrc.net&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;dhn@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eugene Grosbein &lt;eugen@FreeBSD.org&gt;
  *  Florent Thoumie &lt;flz@FreeBSD.org&gt;
  *  Frank Altpeter &lt;frank@altpeter.de&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffrey Mainland &lt;mainland@apeiron.net&gt;
  *  Henry Hu &lt;henry.hu.sh@gmail.com&gt;
  *  Jim Mock &lt;jim@FreeBSD.org&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  John Prather
  *  Jonathan Chen &lt;jonc@chen.org.nz&gt;
  *  Joseph S. Atkinson &lt;jsatkinson@embarqmail.com&gt;
  *  Junji NAKANISHI &lt;jun-g@daemonfreaks.com&gt;
  *  Kelly Cochran &lt;kcochran@trolans.net&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@freebsd.org&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Marc Bruenink
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Matthias Fechner &lt;mfechner@FreeBSD.org&gt;
  *  Max E. Kuznecov &lt;mek@mek.uz.ua&gt;
  *  Meethune Bhowmick &lt;meethune@gmail.com&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Nicola Stanislao Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Nikolay Pavlov &lt;qpadla@gmail.com&gt;
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius &lt;bob@nulis.lt&gt;
  *  SeaD
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Yen-Ming Lee &lt;leeym@cae.ce.ntu.edu.tw&gt;
  *  Yuri &lt;yuri@tsoft.com&gt;
  *  Yuri Victorovich
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus &lt;jodocus@jodocus.org&gt;
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A big Thank You to the original contributors of these ports:

  *  &lt;ports@c0decafe.net&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Alberto Villa &lt;avilla@FreeBSD.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Timoshenko &lt;gonzo@univ.kiev.ua&gt;
  *  Andrew Lewis &lt;freeghb@gmail.com&gt;
  *  Andrey Akhmichin &lt;sepulkarium45@yahoo.com&gt;
  *  Bartek Rutkowski &lt;r@robakdesign.com&gt;
  *  Bernard Spil &lt;brnrd@freebsd.org&gt;
  *  Brendan Molloy &lt;brendan+freebsd@bbqsrc.net&gt;
  *  Denis Shaposhnikov &lt;dsh@vlink.ru&gt;
  *  Dennis Herrmann &lt;dhn@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Emanuel Haupt &lt;ehaupt@FreeBSD.org&gt;
  *  Eugene Grosbein &lt;eugen@FreeBSD.org&gt;
  *  Florent Thoumie &lt;flz@FreeBSD.org&gt;
  *  Frank Altpeter &lt;frank@altpeter.de&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geoffrey Mainland &lt;mainland@apeiron.net&gt;
  *  Henry Hu &lt;henry.hu.sh@gmail.com&gt;
  *  Jim Mock &lt;jim@FreeBSD.org&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  John Prather
  *  Jonathan Chen &lt;jonc@chen.org.nz&gt;
  *  Joseph S. Atkinson &lt;jsatkinson@embarqmail.com&gt;
  *  Junji NAKANISHI &lt;jun-g@daemonfreaks.com&gt;
  *  Kelly Cochran &lt;kcochran@trolans.net&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@FreeBSD.org&gt;
  *  Kris Moore &lt;kmoore@freebsd.org&gt;
  *  Lars Eggert &lt;lars.eggert@gmx.net&gt;
  *  Marc Bruenink
  *  Matthew West &lt;mwest@uct.ac.za&gt;
  *  Matthias Fechner &lt;mfechner@FreeBSD.org&gt;
  *  Max E. Kuznecov &lt;mek@mek.uz.ua&gt;
  *  Meethune Bhowmick &lt;meethune@gmail.com&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Nicola Stanislao Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@email.it&gt;
  *  Nikolay Pavlov &lt;qpadla@gmail.com&gt;
  *  Oleg Ginzburg (olevole@olevole.ru)
  *  Pavel Andreev
  *  Saulius Menkevicius &lt;bob@nulis.lt&gt;
  *  SeaD
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas &lt;thierry@pompo.net&gt;
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vsevolod Stakhov &lt;vsevolod@highsecure.ru&gt;
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Yen-Ming Lee &lt;leeym@cae.ce.ntu.edu.tw&gt;
  *  Yuri &lt;yuri@tsoft.com&gt;
  *  Yuri Victorovich
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  dd
  *  gahr
  *  gnome@freebsd.org
  *  jodocus &lt;jodocus@jodocus.org&gt;
  *  mph
  *  trasz
  *  vsevolod

With hat:	portmgr
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove # $FreeBSD$ from Makefiles.</title>
<updated>2021-04-06T14:31:07+00:00</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=305f148f482daf30dcf728039d03d019f88344eb'/>
<id>305f148f482daf30dcf728039d03d019f88344eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change RUN_DEPENDS from rubygem-highline to rubygem-highline1</title>
<updated>2020-08-23T19:37:45+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2020-08-23T19:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=e42545cc0eb3c5477d0f4c3b5c05bb4f199cfe4c'/>
<id>e42545cc0eb3c5477d0f4c3b5c05bb4f199cfe4c</id>
<content type='text'>
- Bump PORTREVISION for dependency change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bump PORTREVISION for dependency change
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version requirement of RUN_DEPENDS</title>
<updated>2019-08-21T19:27:14+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2019-08-21T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=030c5e25b551fb836e34a2989cdc0017ca564c54'/>
<id>030c5e25b551fb836e34a2989cdc0017ca564c54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version requirement of RUN_DEPENDS</title>
<updated>2019-01-26T12:43:42+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2019-01-26T12:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=315db374779eb0e4a11be7230f2610fa46b139d8'/>
<id>315db374779eb0e4a11be7230f2610fa46b139d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 2.2.9</title>
<updated>2019-01-01T20:39:45+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2019-01-01T20:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=dc7e3a5a1360e14c442147db4f21ab6a13e3e4b5'/>
<id>dc7e3a5a1360e14c442147db4f21ab6a13e3e4b5</id>
<content type='text'>
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 2.2.8</title>
<updated>2017-07-15T19:09:25+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-07-15T19:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3b5d8ddebcffb945b2b643be4866f31a21ddd0af'/>
<id>3b5d8ddebcffb945b2b643be4866f31a21ddd0af</id>
<content type='text'>
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://github.com/termtter/termtter/blob/master/ChangeLog
		https://github.com/termtter/termtter/commits/master
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gemspec for rubygem-activerecord4 4.2.1 update (r389119)</title>
<updated>2017-07-11T16:59:40+00:00</updated>
<author>
<name>Sunpoet Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2017-07-11T16:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4db5a5a96389c4fd74f2324557c976e0f1a92e60'/>
<id>4db5a5a96389c4fd74f2324557c976e0f1a92e60</id>
<content type='text'>
- Update existing gemspec patch for rubygem-builder and rubygem-fluent-logger
- Bump PORTREVISION for package change
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update existing gemspec patch for rubygem-builder and rubygem-fluent-logger
- Bump PORTREVISION for package change
</pre>
</div>
</content>
</entry>
</feed>
