Commit graph

73 commits

Author SHA1 Message Date
Po-Chuan Hsieh
238c103f1e
multimedia/rubygem-clutter-gstreamer: Update to 4.2.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
		https://github.com/ruby-gnome/ruby-gnome/blob/main/NEWS.md
2024-09-30 21:38:38 +08:00
Po-Chuan Hsieh
6e418041b5
multimedia/rubygem-clutter-gstreamer: Update to 4.2.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2024-04-05 08:43:01 +08:00
Po-Chuan Hsieh
0ce35e5993
multimedia/rubygem-clutter-gstreamer: Update to 4.2.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2024-03-09 22:07:07 +08:00
Po-Chuan Hsieh
38d5b6d370
multimedia/rubygem-clutter-gstreamer: Update to 4.2.0
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-08-26 17:29:12 +08:00
Po-Chuan Hsieh
4834a93b9a
multimedia/rubygem-clutter-gstreamer: Update to 4.1.9
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-08-22 01:08:06 +08:00
Po-Chuan Hsieh
ce632d2d20
multimedia/rubygem-clutter-gstreamer: Update to 4.1.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-07-09 18:27:57 +08:00
Po-Chuan Hsieh
91a0815319
multimedia/rubygem-clutter-gstreamer: Update to 4.1.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-06-06 02:49:05 +08:00
Po-Chuan Hsieh
92f3bc814c
multimedia/rubygem-clutter-gstreamer: Update to 4.1.6
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-28 07:44:35 +08:00
Po-Chuan Hsieh
b0c2ba48ee
multimedia/rubygem-clutter-gstreamer: Update to 4.1.5
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-27 12:23:57 +08:00
Po-Chuan Hsieh
99518632e2
multimedia/rubygem-clutter-gstreamer: Update to 4.1.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-08 00:05:13 +08:00
Po-Chuan Hsieh
10d0cbf5f1
multimedia/rubygem-clutter-gstreamer: Update to 4.1.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-05-03 00:21:04 +08:00
Po-Chuan Hsieh
0ece16fc67
multimedia/rubygem-clutter-gstreamer: Update to 4.1.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-03-22 03:22:16 +08:00
Po-Chuan Hsieh
39253a0ec5
multimedia/rubygem-clutter-gstreamer: Update to 4.0.8
- Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2023-01-30 21:01:50 +08:00
Muhammad Moinur Rahman
18c6e18276 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
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
2023-01-14 17:08:33 -06:00
Po-Chuan Hsieh
a634db0778
multimedia/rubygem-clutter-gstreamer: Update to 4.0.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-10-03 10:17:27 +08:00
Po-Chuan Hsieh
561cd59809
multimedia/rubygem-clutter-gstreamer: Update to 4.0.2
- Update pkg-descr

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-10 21:02:54 +08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
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)
2022-09-07 23:10:59 +02:00
Po-Chuan Hsieh
4517db09a6
multimedia/rubygem-clutter-gstreamer: Update to 4.0.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 23:25:27 +08:00
Po-Chuan Hsieh
065d2f1fdd
multimedia/rubygem-clutter-gstreamer: Update to 4.0.0
- Update WWW

Changes:	https://github.com/ruby-gnome/ruby-gnome/releases
2022-09-04 11:47:58 +08:00
Po-Chuan Hsieh
5f29c74ca0
multimedia/rubygem-clutter-gstreamer: Update to 3.5.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2022-01-26 03:51:11 +08:00
Po-Chuan Hsieh
df4896fda9
multimedia/rubygem-clutter-gstreamer: Update to 3.5.0
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2022-01-24 03:09:39 +08:00
Po-Chuan Hsieh
3cb6657ea2
multimedia/rubygem-clutter-gstreamer: Update to 3.4.9
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-09-21 11:47:21 +08:00
Po-Chuan Hsieh
5e09411407
multimedia/rubygem-clutter-gstreamer: Update to 3.4.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-08-08 22:55:26 +08:00
Po-Chuan Hsieh
5ceb686fc2
multimedia/rubygem-clutter-gstreamer: Update to 3.4.6
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-07-19 01:48:05 +08:00
Po-Chuan Hsieh
4d04f28cd1
multimedia/rubygem-clutter-gstreamer: Update to 3.4.5
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-07-16 04:47:38 +08:00
Po-Chuan Hsieh
fc92d82942
multimedia/rubygem-clutter-gstreamer: Update to 3.4.4
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2021-04-26 04:36:28 +08:00
Po-Chuan Hsieh
6f53de53f1
multimedia/rubygem-clutter-gstreamer: Update COMMENT 2021-04-18 13:48:59 +08:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Alexey Dokuchaev
ee895ff14c Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Sunpoet Po-Chuan Hsieh
1769debda1 Update to 3.4.3
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2020-05-12 22:30:10 +00:00
Sunpoet Po-Chuan Hsieh
91d0537681 Update to 3.4.2
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2020-05-03 20:52:29 +00:00
Sunpoet Po-Chuan Hsieh
9fd23814a7 Update to 3.4.1
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-10-29 15:13:27 +00:00
Sunpoet Po-Chuan Hsieh
04412ceb76 Update to 3.3.8
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-09-29 10:24:23 +00:00
Sunpoet Po-Chuan Hsieh
c36a410ecc Add LICENSE_FILE 2019-09-04 17:21:13 +00:00
Sunpoet Po-Chuan Hsieh
a2cf59f2fc Update to 3.3.7
Changes:	https://github.com/ruby-gnome/ruby-gnome/blob/master/NEWS
2019-08-19 20:53:58 +00:00
Sunpoet Po-Chuan Hsieh
11ccbb2054 Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:19:04 +00:00
Sunpoet Po-Chuan Hsieh
950e6f2011 Update to 3.3.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-13 18:41:53 +00:00
Sunpoet Po-Chuan Hsieh
6e4e0be889 Update to 3.3.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-12 18:11:53 +00:00
Sunpoet Po-Chuan Hsieh
060b1eca20 Update to 3.3.3
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-10 10:59:34 +00:00
Sunpoet Po-Chuan Hsieh
eb1d35758d Update to 3.3.2
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-02-18 18:21:10 +00:00
Sunpoet Po-Chuan Hsieh
3c66516b4a Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:01 +00:00
Sunpoet Po-Chuan Hsieh
68856ed9ff Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:21:25 +00:00
Sunpoet Po-Chuan Hsieh
d1fc87aa06 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:59 +00:00
Martin Wilke
2dfc67ac92 - Update to 3.2.7
Changes:	https://ruby-gnome2.osdn.jp/?News_20180607_1#Changes

Sponsored by:	iXsystems Inc.
2018-07-08 10:34:36 +00:00
Sunpoet Po-Chuan Hsieh
0c1911af80 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:03 +00:00
Sunpoet Po-Chuan Hsieh
7dc9fe9570 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:11 +00:00
Sunpoet Po-Chuan Hsieh
f332279e1a Update to 3.2.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-11-21 18:15:13 +00:00
Sunpoet Po-Chuan Hsieh
5eb296d3b4 Update to 3.2.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2017-11-09 16:02:58 +00:00