Port details |
- rubygem-ferret Ruby port of Lucene
- 0.11.8.7 textproc
=0 0.11.8.7Version of this port present on the latest quarterly branch.
- BROKEN: does not build with Ruby 3.1
DEPRECATED: Broken with all supported Ruby versions This port expired on: 2023-06-30 IGNORE: is marked as broken: does not build with Ruby 3.1
- Maintainer: ruby@FreeBSD.org
- Port Added: 2006-08-10 09:16:06
- Last Update: 2023-06-30 21:25:26
- Commit Hash: 42c9a7e
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/jkraemer/ferret
- Description:
- Ferret is a high-performance, full-featured text search engine
library written for Ruby. It is a full port of the
Apache Lucene Java project.
There is a pure Ruby version included.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-ferret>0:textproc/rubygem-ferret
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-ferret
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1492187321
SHA256 (rubygem/ferret-0.11.8.7.gem) = 9b22927618fbc76579665ea4cc4133edeeff8d31c2b974507f59078042048363
SIZE (rubygem/ferret-0.11.8.7.gem) = 608768
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-ferret
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.8.7 30 Jun 2023 21:25:26 |
Rene Ladan (rene) |
textproc/rubygem-ferret: Remove expired port
2023-06-30 textproc/rubygem-ferret: Broken with all supported Ruby versions |
0.11.8.7 07 Jun 2023 04:56:36 |
Yasuhiro Kimura (yasu) |
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 |
0.11.8.7 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.11.8.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.11.8.7 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
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 ) |
0.11.8.7 29 Mar 2022 07:29:13 |
Yasuhiro Kimura (yasu) |
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 |
0.11.8.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.11.8.7 03 Dec 2020 16:35:29 |
linimon |
Mark as BROKEN on riscv64.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket) |
0.11.8.7 27 May 2020 15:31:55 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4). |
0.11.8.7 15 Apr 2017 00:47:50 |
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 |
0.11.8.6 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
0.11.8.6 08 Nov 2016 08:20:32 |
linimon |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket) |
0.11.8.6 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.11.8.6 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.11.8.6 27 Apr 2016 16:36:42 |
swills |
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 |
0.11.8.6 21 Feb 2015 11:31:43 |
sunpoet |
- Update to 0.11.8.6
- Add LICENSE
Changes: https://github.com/jkraemer/ferret/commits/master |
0.11.8.5 30 Oct 2013 02:58:22 |
swills |
- Add stage support |
0.11.8.5 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.11.8.5 23 Jun 2013 20:31:51 |
swills |
- Update to 0.11.8.5
- Fix build with Ruby 1.9
- Avoid deprecation |
0.11.6 03 Mar 2013 01:43:03 |
swills |
- Fix EXPIRATION date, we are in 2013, not 2012
Pointyhat to: swills
Reported by: bapt |
0.11.6 02 Mar 2013 21:01:59 |
swills |
- 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@ |
0.11.6 20 Dec 2011 23:03:12 |
pgollucci |
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it
With Hat: ruby@ |
0.11.6 23 Jun 2011 18:03:54 |
pgollucci |
- Removing remaining MD5 from rubygem- ports |
0.11.6 09 Dec 2010 21:46:18 |
pgollucci |
- Mark some ruby* and rubygem* broken with ruby 1.9
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.11.6 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
0.11.6 20 Oct 2010 01:35:47 |
pgollucci |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.11.6 26 May 2010 19:51:35 |
pgollucci |
- 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@ |
0.11.6 09 Apr 2009 00:11:47 |
pgollucci |
- 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 |
0.11.6 06 Apr 2008 08:58:21 |
stas |
- 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@ |
0.11.6 09 Jan 2008 03:00:51 |
clsung |
- Update to 0.11.6
Changes: |
0.11.4 09 Apr 2007 02:05:25 |
clsung |
- Update to 0.11.4 |
0.11.3 05 Mar 2007 15:34:04 |
clsung |
- Update to 0.11.3 |
0.11.0 27 Feb 2007 15:38:31 |
clsung |
- Update to 0.11.0 |
0.10.14 02 Feb 2007 07:40:58 |
clsung |
- Update to 0.10.14 |
0.10.13 02 Nov 2006 13:54:52 |
clsung |
- Update to 0.10.13 |
0.10.9 09 Oct 2006 01:17:35 |
clsung |
- Update to 0.10.9 |
0.10.4 17 Sep 2006 08:46:56 |
clsung |
- Update to 0.10.4 |
0.10.2 12 Sep 2006 07:05:44 |
clsung |
- Update to 0.10.2 |
0.9.5 10 Aug 2006 09:15:42 |
clsung |
- Ferret is a high-performance, full-featured text search engine library written
for Ruby. |