aboutsummaryrefslogtreecommitdiff
path: root/russian/rubygem-russian
Commit message (Collapse)AuthorAgeFilesLines
* russian/rubygem-russian: Update version requirement of RUN_DEPENDSPo-Chuan Hsieh2024-04-181-1/+3
| | | | - Add NO_ARCH
* 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)
* russian: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Alex Kapranoff <kapr@crosswinds.net> * Alexander Logvinov <avl@FreeBSD.org> * Andrey Fesenko <andrey@bsdnir.info> * Anes Mukhametov <anes@anes.su> * Boris Samorodov <bsam@FreeBSD.org> * Dmitry Liakh <dliakh@ukr.net> * Dmitry Morozovsky <marck@rinet.ru> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Igor Pokrovsky <tiamat@comset.net> * Igor Vinokurov <igor@zynaps.ru> * Michael Vasilenko <acid@stu.cn.ua> * Mihail Timofeev <9267096@gmail.com> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Sergey Kandaurov <pluknet@gmail.com> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <thierry@pompo.net> * Vyacheslav Anikin <anikinsl@gmail.com> * ache * mi@aldan.algebra.com With hat: portmgr
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* 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 r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update WWWSunpoet Po-Chuan Hsieh2015-05-241-1/+1
| | | | Notes: svn path=/head/; revision=387268
* - Add LICENSESunpoet Po-Chuan Hsieh2013-12-051-0/+2
| | | | Notes: svn path=/head/; revision=335711
* - Add stage supportSteve Wills2013-10-301-1/+0
| | | | Notes: svn path=/head/; revision=332049
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | russian) Notes: svn path=/head/; revision=327766
* - Update to 0.6.0Alexander Logvinov2011-12-072-3/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286997
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Re-assign all my ruby* ports to ruby@Alexander Logvinov2010-12-081-1/+1
| | | | | | | Discussed with: pgollucci, stas Notes: svn path=/head/; revision=265881
* - github is redirecting all these to https nowPhilip M. Gollucci2010-11-111-1/+1
| | | | Notes: svn path=/head/; revision=264379
* - 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
* - Update to 0.2.7Alexander Logvinov2010-06-032-4/+4
| | | | | | | | PR: ports/147109 Submitted by: pgollucci Notes: svn path=/head/; revision=255615
* - 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 0.2.5Alexander Logvinov2010-01-112-4/+4
| | | | Notes: svn path=/head/; revision=247588
* - Update to 0.2.4Alexander Logvinov2009-11-172-4/+4
| | | | Notes: svn path=/head/; revision=244354
* - Update to 0.2.2Alexander Logvinov2009-09-172-4/+4
| | | | | | | | Approved by: tabthorpe, glarkin (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=241626
* - Update to 0.2.1Alexander Logvinov2009-09-072-4/+4
| | | | | | | Approved by: tabthorpe, glarkin (mentors, implicit) Notes: svn path=/head/; revision=241017
* Russian language support for Ruby and Rails, based on I18n library.Alexander Logvinov2009-06-223-0/+25
WWW: http://rubyforge.org/projects/russian/ Approved by: glarkin (mentor) Notes: svn path=/head/; revision=236488