aboutsummaryrefslogtreecommitdiff
path: root/misc/rubygem-mime-types
Commit message (Collapse)AuthorAgeFilesLines
* misc/rubygem-mime-types: Update to 3.7.0Po-Chuan Hsieh2025-05-192-5/+5
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md
* misc/rubygem-mime-types: Update to 3.6.2Po-Chuan Hsieh2025-04-182-4/+4
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md
* misc/rubygem-mime-types: Update to 3.6.1Po-Chuan Hsieh2025-04-092-5/+5
| | | | | | - Update LICENSE_FILE Changes: https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md
* misc/rubygem-mime-types: Update to 3.6.0Po-Chuan Hsieh2024-10-142-5/+6
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md
* misc/rubygem-mime-types: Update to 3.5.2Po-Chuan Hsieh2024-02-212-4/+4
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md
* misc/rubygem-mime-types: Update to 3.5.1Po-Chuan Hsieh2023-08-262-4/+4
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md
* misc/rubygem-mime-types: Update to 3.5.0Po-Chuan Hsieh2023-08-212-4/+4
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md
* 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)
* misc: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* misc/rubygem-mime-types: Update to 3.4.1Po-Chuan Hsieh2022-01-112-4/+4
| | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 3.3.1.Matthias Fechner2020-11-282-4/+4
| | | | | | | | | | This fixes a warning with ruby 2.7. Changelog: https://github.com/mime-types/ruby-mime-types/blob/master/History.md Notes: svn path=/head/; revision=556515
* Update version requirement of RUN_DEPENDSSunpoet Po-Chuan Hsieh2019-10-201-3/+4
| | | | Notes: svn path=/head/; revision=515059
* Update to 3.2.2Sunpoet Po-Chuan Hsieh2018-08-152-4/+4
| | | | | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md Notes: svn path=/head/; revision=477273
* Update to 3.2.1Sunpoet Po-Chuan Hsieh2018-08-142-4/+4
| | | | | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md Notes: svn path=/head/; revision=477183
* Update to 3.2Sunpoet Po-Chuan Hsieh2018-08-132-5/+5
| | | | | | | Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md Notes: svn path=/head/; revision=477103
* misc/rubygem-mime-types: 2.99.1 -> 3.1Kurt Jaeger2016-06-012-8/+8
| | | | | | | | | | | | | | | | | | | - Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. - The columnar registry format introduced in 2.6 has been made the primary format - the registry data has been extracted from this library and put into ruby-mime-types-data - Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. - There are a number of other smaller changes described in https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc PR: 209936 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Notes: svn path=/head/; revision=416246
* 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
* - Update to 2.99.1Sunpoet Po-Chuan Hsieh2016-03-132-3/+6
| | | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History.rdoc https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History-Types.rdoc Notes: svn path=/head/; revision=410989
* - Update to 2.99Sunpoet Po-Chuan Hsieh2015-12-043-4/+4
| | | | | | | | | - Update WWW Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc Notes: svn path=/head/; revision=402970
* - Update to 2.6.2Sunpoet Po-Chuan Hsieh2015-09-152-3/+3
| | | | | | | Changes: https://github.com/halostatue/mime-types/blob/master/History.rdoc Notes: svn path=/head/; revision=396984
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-06-131-0/+1
| | | | Notes: svn path=/head/; revision=389421
* www/rubygem-rails4: update to 4.2.1Steve Wills2015-06-102-3/+3
| | | | | | | Differential Revision: https://reviews.freebsd.org/D2710 Notes: svn path=/head/; revision=389119
* - Update to 2.4.3Sunpoet Po-Chuan Hsieh2015-03-053-4/+4
| | | | | | | | | - Update WWW Changes: https://github.com/halostatue/mime-types/blob/master/History.rdoc Notes: svn path=/head/; revision=380532
* misc/rubygem-mime-types: update to 2.4.2Steve Wills2014-10-182-3/+3
| | | | Notes: svn path=/head/; revision=371144
* misc/rubygem-mime-types: update to 2.3Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366025
* many ruby/rubygem ports: death of rubyforge.orgSteve Wills2014-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port) Notes: svn path=/head/; revision=365393
* - Update to 1.25.1Steve Wills2014-01-212-3/+3
| | | | Notes: svn path=/head/; revision=340552
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-311-0/+3
| | | | Notes: svn path=/head/; revision=338236
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332045
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Update to 1.23Steve Wills2013-06-012-3/+3
| | | | Notes: svn path=/head/; revision=319601
* - Update rails to 3.2.12Steve Wills2013-02-162-7/+4
| | | | | | | | | | | - Update dependent ports, including: - Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262 - Update activemodel to 3.2.12 to resolve CVE-2013-0276 Security: forthcoming Notes: svn path=/head/; revision=312384
* - Update rails to 3.2.6 and accompanying dependency updatesSteve Wills2012-07-242-3/+3
| | | | Notes: svn path=/head/; revision=301418
* - Update to 1.18Martin Wilke2012-06-092-3/+3
| | | | | | | | PR: 168881 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=298805
* - Update Rails to 3.1.1 and associated changesSteve Wills2011-10-272-3/+3
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=284409
* - Update to 1.17Cheng-Lung Sung2011-10-252-3/+3
| | | | Notes: svn path=/head/; revision=284282
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* With portmgr hat, reassign these from clsung (who is apparently havingMark Linimon2010-12-071-1/+1
| | | | | | | email troubles) to ruby@. Notes: svn path=/head/; revision=265809
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infoPhilip M. Gollucci2010-10-201-1/+1
| | | | | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=263313
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Update to 1.16Cheng-Lung Sung2009-03-032-4/+4
| | | | Notes: svn path=/head/; revision=229410
* - Fix plist after ruby update by generating it dynamically.Martin Wilke2009-02-142-71/+1
| | | | Notes: svn path=/head/; revision=228249
* - Ruby gem which provides a mailcap-like MIME Content-Type lookupCheng-Lung Sung2008-10-084-0/+96
Notes: svn path=/head/; revision=221320