non port: textproc/rubygem-ferret/Makefile |
SVNWeb
|
Number of commits found: 35 |
Wed, 7 Jun 2023
|
[ 04:56 Yasuhiro Kimura (yasu) ] a5f7a0c
textproc/rubygem-ferret: Mark DEPRECATED and set EXPIRATION_DATE
It is broken with all supported Ruby versions after the removal of
lang/ruby27.
While here, also mark BROKEN with Ruby 3.2 and 3.3.
PR: 271445
Approved by: Maintainer timeout
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 29 Mar 2022
|
[ 07:29 Yasuhiro Kimura (yasu) ] 3094d70
textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x
compiling compound_io.c
In file included from compound_io.c:1:
./index.h:595:25: error: width of bit-field 'is_compressed' (2 bits) exceeds
width of its type (1 bit)
bool is_compressed : 2; /* set to 2 after all data is loaded
*/
^
1 error generated.
*** Error code 1
PR: 262520
Approved by: maintainer timeout
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 3 Dec 2020
|
[ 16:35 linimon ]
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
|
Wed, 27 May 2020
|
[ 15:31 danfe ] (Only the first 10 of 23 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
|
Sat, 15 Apr 2017
|
[ 00:47 sunpoet ]
Update to 0.11.8.7
- Add LICENSE_FILE
- Update BROKEN: use lowercase for leading character
- Update WWW
Changes: https://github.com/jkraemer/ferret/commits/master
|
Tue, 8 Nov 2016
|
[ 19:29 linimon ] (Only the first 10 of 45 ports in this commit are shown above. )
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
|
[ 08:20 linimon ]
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket)
|
Wed, 27 Apr 2016
|
[ 21:57 swills ] (Only the first 10 of 1194 ports in this commit are shown above. )
Convert USES=gem:autoplist to USES=gem since autoplist is default
|
[ 16:36 swills ] (Only the first 10 of 1196 ports in this commit are shown above. )
create USES=gem and update rubygem- ports to use it
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
|
Sat, 21 Feb 2015
|
[ 11:31 sunpoet ]
- Update to 0.11.8.6
- Add LICENSE
Changes: https://github.com/jkraemer/ferret/commits/master
|
Wed, 30 Oct 2013
|
[ 02:58 swills ] (Only the first 10 of 19 ports in this commit are shown above. )
- Add stage support
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Sun, 23 Jun 2013
|
[ 20:31 swills ]
- Update to 0.11.8.5
- Fix build with Ruby 1.9
- Avoid deprecation
|
Sun, 3 Mar 2013
|
[ 01:43 swills ] (Only the first 10 of 55 ports in this commit are shown above. )
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt
|
Sat, 2 Mar 2013
|
[ 21:01 swills ] (Only the first 10 of 55 ports in this commit are shown above. )
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
may be interested (patching rubygem- ports is possible now)
- Trim headers while here
With Hat: ruby@
|
Tue, 20 Dec 2011
|
[ 23:03 pgollucci ] (Only the first 10 of 12 ports in this commit are shown above. )
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
With Hat: ruby@
|
Thu, 9 Dec 2010
|
[ 21:46 pgollucci ] (Only the first 10 of 12 ports in this commit are shown above. )
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Tue, 7 Dec 2010
|
[ 19:19 linimon ] (Only the first 10 of 24 ports in this commit are shown above. )
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@.
|
Wed, 26 May 2010
|
[ 19:51 pgollucci ] (Only the first 10 of 121 ports in this commit are shown above. )
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@
|
Thu, 9 Apr 2009
|
[ 00:11 pgollucci ] (Only the first 10 of 144 ports in this commit are shown above. )
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas
|
Sun, 6 Apr 2008
|
[ 08:58 stas ] (Only the first 10 of 124 ports in this commit are shown above. )
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
|
Wed, 9 Jan 2008
|
[ 03:00 clsung ]
- Update to 0.11.6
Changes:
|
Mon, 9 Apr 2007
|
[ 02:05 clsung ]
- Update to 0.11.4
|
Mon, 5 Mar 2007
|
[ 15:34 clsung ]
- Update to 0.11.3
|
Tue, 27 Feb 2007
|
[ 15:38 clsung ]
- Update to 0.11.0
|
Fri, 2 Feb 2007
|
[ 07:40 clsung ]
- Update to 0.10.14
|
Thu, 2 Nov 2006
|
[ 13:54 clsung ]
- Update to 0.10.13
|
Mon, 9 Oct 2006
|
[ 01:17 clsung ]
- Update to 0.10.9
|
Sun, 17 Sep 2006
|
[ 08:46 clsung ]
- Update to 0.10.4
|
Tue, 12 Sep 2006
|
[ 07:05 clsung ]
- Update to 0.10.2
|
Thu, 10 Aug 2006
|
[ 09:15 clsung ]
- Ferret is a high-performance, full-featured text search engine library written
for Ruby.
|
Number of commits found: 35 |