Commit Graph

52 Commits

Author SHA1 Message Date
Po-Chuan Hsieh b9a72eb140 misc/rubygem-octicons: Update to 19.14.0
Changes:	https://github.com/primer/octicons/releases
2024-12-26 03:16:34 +08:00
Po-Chuan Hsieh 8c8d5b5deb misc/rubygem-octicons: Update to 19.12.0
Changes:	https://github.com/primer/octicons/releases
2024-10-22 17:49:29 +08:00
Po-Chuan Hsieh 509f9dd71a misc/rubygem-octicons: Update to 19.11.0
Changes:	https://github.com/primer/octicons/releases
2024-07-14 04:18:19 +08:00
Po-Chuan Hsieh 9fbd83ad65 misc/rubygem-octicons: Update to 19.10.0
Changes:	https://github.com/primer/octicons/releases
2024-07-03 12:37:14 +08:00
Po-Chuan Hsieh 3ab87a53f8 misc/rubygem-octicons: Update to 19.9.0
Changes:	https://github.com/primer/octicons/releases
2024-03-31 11:09:08 +08:00
Po-Chuan Hsieh 2367620a1b misc/rubygem-octicons: Update to 19.8.0
Changes:	https://github.com/primer/octicons/releases
2023-09-23 07:31:05 +08:00
Po-Chuan Hsieh 0d66ff22ce misc/rubygem-octicons: Update to 19.7.0
Changes:	https://github.com/primer/octicons/releases
2023-09-05 05:30:30 +08:00
Po-Chuan Hsieh 6ec28cd8c1 misc/rubygem-octicons: Update to 19.6.0
Changes:	https://github.com/primer/octicons/releases
2023-08-22 03:01:32 +08:00
Po-Chuan Hsieh 611294faab misc/rubygem-octicons: Update to 19.5.0
Changes:	https://github.com/primer/octicons/releases
2023-08-17 02:26:15 +08:00
Po-Chuan Hsieh aaa6c32bec misc/rubygem-octicons: Update to 19.4.0
Changes:	https://github.com/primer/octicons/releases
2023-07-09 18:25:40 +08:00
Po-Chuan Hsieh b71564ee56 misc/rubygem-octicons: Update to 19.1.0
Changes:	https://github.com/primer/octicons/releases
2023-05-27 12:12:07 +08:00
Po-Chuan Hsieh 6ffa31aad2 misc/rubygem-octicons: Update to 18.3.0
Changes:	https://github.com/primer/octicons/releases
2023-04-09 21:37:24 +08:00
Po-Chuan Hsieh 25ae9006c8 misc/rubygem-octicons: Update to 18.2.0
Changes:	https://github.com/primer/octicons/releases
2023-04-06 01:31:28 +08:00
Po-Chuan Hsieh 6e7ffe1d1a misc/rubygem-octicons: Update to 17.12.0
Changes:	https://github.com/primer/octicons/releases
2023-03-22 03:22:06 +08:00
Po-Chuan Hsieh 7117eb04db misc/rubygem-octicons: Update to 17.11.1
Changes:	https://github.com/primer/octicons/releases
2023-02-05 23:49:48 +08:00
Po-Chuan Hsieh 660e7661be misc/rubygem-octicons: Update to 17.10.2
Changes:	https://github.com/primer/octicons/releases
2023-01-30 21:01:34 +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 97132e7f7a misc/rubygem-octicons: Update to 17.9.0
Changes:	https://github.com/primer/octicons/releases
2022-12-30 17:05:35 +08:00
Po-Chuan Hsieh 8c9d5624e3 misc/rubygem-octicons: Update to 17.7.0
Changes:	https://github.com/primer/octicons/releases
2022-10-10 03:45:36 +08:00
Po-Chuan Hsieh fd579b5bda misc/rubygem-octicons: Update to 17.6.0
Changes:	https://github.com/primer/octicons/releases
2022-10-04 01:11:03 +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 3327635e1c misc/rubygem-octicons: Update to 17.5.0
Changes:	https://github.com/primer/octicons/releases
2022-09-01 02:49:57 +08:00
Po-Chuan Hsieh c104690d8c misc/rubygem-octicons: Update to 17.4.1
Changes:	https://github.com/primer/octicons/releases
2022-08-31 19:41:36 +08:00
Po-Chuan Hsieh f63699d863 misc/rubygem-octicons: Update to 17.4.0
Changes:	https://github.com/primer/octicons/releases
2022-07-31 03:25:52 +08:00
Tobias C. Berner b832da1849 misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adam@vectors.cx>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan E <alane@FreeBSD.org>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alex Stangl <alex@stangl.us>
  *  Alexander Logvinov <avl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Nusov <alexander.nusov@nfvexpress.com>
  *  Alexander Timoshenko <gonzo@univ.kiev.ua>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Alexey Zelkin <phantom@FreeBSD.org>
  *  Andreas Kohout <shanee@rabbit.augusta.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stuart <elitetek@tekrealm.net>
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Andy Kosela <akosela@andykosela.com>
  *  Andy Pavlo <amp0928@rit.edu>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Attila Nagy <bra@fsn.hu>
  *  Bjorn Lindstrom <bkhl@elektrubadur.se>
  *  Brendan Molloy <brendan+freebsd@bbqsrc.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chris Costello <chris@FreeBSD.org>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Chris Stuart <firewolf@lightningfire.net>
  *  Conrad Sabatier <conrads@home.com>
  *  Dan Moschuk <dan@FreeBSD.org>
  *  Daniel B. Hemmerich <dan@spot.org>
  *  David Johnson <david@usermode.org>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Denis Shaposhnikov <dsh@vlink.ru>
  *  Dereckson <dereckson@gmail.com>
  *  Dima Dorfman <dima@unixfreak.org>
  *  Dima Sivachenko
  *  Dima Sivachenko <dima@chg.ru>
  *  Dmitry Morozovsky <marck@FreeBSD.org>
  *  Dmitry Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Eric Turgeon <ericbsd@FreeBSD.org>
  *  Evaldas Auryla <ea@zaib.as>
  *  Filippo Natali <filippo@widestore.net>
  *  Frank Steinborn <steinex@nognu.de>
  *  Frederic Culot <culot@FreeBSD.org>
  *  G. Adam Stanislav <adam@whizkidtech.net>
  *  Garrett Wollman <wollman@FreeBSD.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Greg Lehey <grog@FreeBSD.org>
  *  Guangyuan Yang <ygy@FreeBSD.org>
  *  Gustau Perez i Querol <gustau.perez@gmail.com>
  *  Harald Schmalzbauer <freebsd@omnilan.de>
  *  Harald Wille <harald.wille@students.jku.at>
  *  Hye-Shik Chang <perky@python.or.kr>
  *  Igor Pokrovsky <ip@unixway.org>
  *  J Han <hjh@best.com>
  *  James Earl <jdearl@telus.net>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Howard <howardj@wam.umd.edu>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Jim Mock <jim@FreeBSD.org>
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  John Marino <marino@FreeBSD.org>
  *  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
  *  Jose Rodriguez <king@v2project.com>
  *  Julian Stacey <jhs@FreeBSD.org>
  *  KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Kelly Yancey <kbyanc@posi.net>
  *  Kim Scarborough <user@unknown.nu>
  *  Kimura Fuyuki <fuyuki@nigredo.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Engels <lars.engels@0x20.net>
  *  Leland Wang <llwang@infor.org>
  *  Machiel Mastenbroek <machiel_mastenbroek@hotmail.com>
  *  Maksym Sobolyev <sobomax@pbxpress.it>
  *  Marc Fonvieille <blackend@FreeBSD.org>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marie Loise Nolden <loise@kde.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Blapp <mb@imp.ch>
  *  Martin Neubauer <m.ne@gmx.net>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Mathieu Arnold <m@absolight.net>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matt Mills <matt_mills@btopenworld.com>
  *  Matthew Seaman
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael A. Kohn <mike@mikekohn.net>
  *  Michael Elbel (me)
  *  Michael Haro <mharo@FreeBSD.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael L. Hostbaek <mich@freebsdcluster.org>
  *  Mikael Urankar <mikael.urankar@gmail.com>
  *  Mike Smith <msmith@FreeBSD.org>
  *  Miklos Niedermayer <mico@bsd.hu>
  *  NECDET COKYAZICI <cokyazici@yahoo.co.uk>
  *  Naito Yuichiro <naito.yuichiro@gmail.com>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Niek Bergboer <niek@bergboer.net>
  *  Oleh Hushchenkov <gor@clogic.com.ua>
  *  Oliver Lehmann <oliver@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pete Fritchman <petef@databits.net>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Philip Paeps <philip@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Ralf S. Engelschall <rse@engelschall.com>
  *  Robert Withrow <witr@rwwa.com>
  *  Roman Bogorodskiy <novel@FreeBSD.org>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sander Vesik <sander@haldjas.folklore.ee>
  *  Scot W. Hetzel
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Sebastien gioria <gioria@FreeBSD.org>
  *  Serge Gagnon <gagnon__s@videotron.ca>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey Skvortsov <skv@protey.ru>
  *  SimaMoto,RyoTa <liangtai.s4@gmail.com>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Slaven Rezic <slaven@rezic.de>
  *  Stefan Walter <swalter@lettermax.de>
  *  Stephen Farrell <steve@farrell.org>
  *  Stephen Hurd <shurd@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Enderle <enderle@mdn.de>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas (<thierry@FreeBSD.org>)
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Timothy Bourke <timbob@bigpond.com>
  *  Ting-Wei Lan <lantw44@gmail.com>
  *  Tobias Roth <ports@fsck.ch>
  *  Tom Rhodes <trhodes@FreeBSD.org>
  *  Tomoyuki Sakurai <cherry@trombik.org>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Vladimir Kondratyev <wulf@FreeBSD.org>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Willem van Engen <wvengen@stack.nl>
  *  Wojciech A. Koszek <wkoszek@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yoichi NAKAYAMA <yoichi@FreeBSD.org>
  *  Yonatan@Xpert.com
  *  Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  Zach Thompson <hideo@lastamericanempire.com>
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  alfred@FreeBSD.org
  *  bmc@WillsCreek.COM
  *  chinsan
  *  cracauer@cons.org "Martin Cracauer"
  *  dbaker
  *  dd
  *  dikshie <dikshie@lapi.itb.ac.id>
  *  djp
  *  globalpanic@gmx.net
  *  gmarco@giovannelli.it
  *  gpalmer
  *  hrs, lesi
  *  igor@zynaps.ru
  *  ijliao
  *  itojun@itojun.org
  *  jmacd
  *  joerg
  *  jsellens
  *  kaz
  *  king@v2project.com
  *  marcus
  *  marcus@FreeBSD.org
  *  markm
  *  milki <milki@rescomp.berkeley.edu>
  *  mnag
  *  moeding
  *  mp39590@gmail.com
  *  mstowe@chicago.us.mensa.org
  *  olgeni@FreeBSD.org
  *  osa
  *  pfg
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  roam@FreeBSD.org
  *  roam@orbitel.bg
  *  sahne
  *  sanpei@FreeBSD.org
  *  sec@42.org
  *  sf
  *  shanee@augusta.de
  *  shipley@dis.org
  *  stolz@i2.informatik.rwth-aachen.de
  *  sumikawa@FreeBSD.org
  *  vanilla
  *  wosch

With hat:	portmgr
2022-07-20 16:22:28 +02:00
Po-Chuan Hsieh babf89d7bd misc/rubygem-octicons: Update to 17.3.0
Changes:	https://github.com/primer/octicons/releases
2022-06-09 19:00:05 +08:00
Po-Chuan Hsieh b7814a5f7c misc/rubygem-octicons: Update to 17.2.0
Changes:	https://github.com/primer/octicons/releases
2022-05-14 18:24:35 +08:00
Po-Chuan Hsieh 1ca4326f25 misc/rubygem-octicons: Update to 17.1.0
Changes:	https://github.com/primer/octicons/releases
2022-05-13 19:39:48 +08:00
Po-Chuan Hsieh 83e3ec264b misc/rubygem-octicons: Update to 17.0.0
Changes:	https://github.com/primer/octicons/releases
2022-03-25 21:37:38 +08:00
Po-Chuan Hsieh aa0df6da3b misc/rubygem-octicons: Update to 16.3.1
Changes:	https://github.com/primer/octicons/releases
2022-03-08 02:13:01 +08:00
Po-Chuan Hsieh b3f87c8c5e misc/rubygem-octicons: Update to 16.3.0
Changes:	https://github.com/primer/octicons/releases
2022-01-29 07:27:00 +08:00
Po-Chuan Hsieh 4e24d4a3cf misc/rubygem-octicons: Update to 16.2.0
Changes:	https://github.com/primer/octicons/releases
2022-01-12 02:46:54 +08:00
Po-Chuan Hsieh 0b3a28a27f misc/rubygem-octicons: Update to 16.1.1
Changes:	https://github.com/primer/octicons/releases
2021-11-01 21:42:19 +08:00
Po-Chuan Hsieh 0c21177d10 misc/rubygem-octicons: Update to 16.0.0
Changes:	https://github.com/primer/octicons/releases
2021-10-13 13:38:45 +08:00
Po-Chuan Hsieh 0b956c29de misc/rubygem-octicons: Update to 15.2.0
Changes:	https://github.com/primer/octicons/releases
2021-09-27 23:56:12 +08:00
Po-Chuan Hsieh a7e12c2293 misc/rubygem-octicons: Update to 15.1.0
Changes:	https://github.com/primer/octicons/releases
2021-09-21 11:47:05 +08:00
Po-Chuan Hsieh 455cc229f9 misc/rubygem-octicons: Update to 15.0.0
Changes:	https://github.com/primer/octicons/releases
2021-08-08 22:55:22 +08:00
Po-Chuan Hsieh ff565825e2 misc/rubygem-octicons: Update to 14.2.2
Changes:	https://github.com/primer/octicons/releases
2021-06-20 19:38:36 +08:00
Po-Chuan Hsieh 1183b8a0e6 misc/rubygem-octicons: Update to 14.2.1
Changes:	https://github.com/primer/octicons/releases
2021-06-10 22:46:20 +08:00
Po-Chuan Hsieh 4b42388acf misc/rubygem-octicons: Update to 14.1.0
Changes:	https://github.com/primer/octicons/releases
2021-05-19 03:29:02 +08:00
Po-Chuan Hsieh d309ae870b misc/rubygem-octicons: Update to 13.0.0
Changes:	https://github.com/primer/octicons/releases
2021-04-26 04:36:18 +08:00
Mathieu Arnold 305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh a48d3fd689 Update to 12.1.0
Changes:	https://github.com/primer/octicons/releases
2021-03-07 22:30:29 +00:00
Sunpoet Po-Chuan Hsieh 34082c6858 Update to 12.0.0
Changes:	https://github.com/primer/octicons/releases
2021-02-17 18:22:40 +00:00
Sunpoet Po-Chuan Hsieh 3d7a433643 Update to 11.3.0
Changes:	https://github.com/primer/octicons/releases
2021-02-06 21:23:43 +00:00
Sunpoet Po-Chuan Hsieh a71a58aa0a Update to 11.2.0
Changes:	https://github.com/primer/octicons/releases
2020-12-13 14:48:29 +00:00
Sunpoet Po-Chuan Hsieh 686e895f30 Update to 11.1.0
Changes:	https://github.com/primer/octicons/releases
2020-11-21 09:43:36 +00:00
Sunpoet Po-Chuan Hsieh d0c52fb653 Update to 11.0.0
Changes:	https://github.com/primer/octicons/releases
2020-09-09 20:39:37 +00:00
Sunpoet Po-Chuan Hsieh 9abea9123a Update to 10.1.0
Changes:	https://github.com/primer/octicons/releases
2020-08-27 19:07:30 +00:00