textproc/rubygem-ferret: Remove expired port

2023-06-30 textproc/rubygem-ferret: Broken with all supported Ruby versions
This commit is contained in:
Rene Ladan 2023-06-30 23:25:26 +02:00
parent 0252dfa721
commit 42c9a7ea29
5 changed files with 1 additions and 35 deletions

1
MOVED
View file

@ -7744,3 +7744,4 @@ devel/electron21||2023-06-30|Has expired: EOLed upstream, switch to newer versio
devel/ccache-memcached||2023-06-30|Has expired: Unmaintained fork that targets a very old version of ccache
devel/ccache-memcached-static||2023-06-30|Has expired: Unmaintained fork that targets a very old version of ccache
devel/libdlna||2023-06-30|Has expired: Abandonware, development discontinued
textproc/rubygem-ferret||2023-06-30|Has expired: Broken with all supported Ruby versions

View file

@ -1740,7 +1740,6 @@
SUBDIR += rubygem-extended-markdown-filter
SUBDIR += rubygem-ezamar
SUBDIR += rubygem-fast_xs
SUBDIR += rubygem-ferret
SUBDIR += rubygem-fog-xml
SUBDIR += rubygem-gemoji
SUBDIR += rubygem-gemoji3

View file

@ -1,26 +0,0 @@
PORTNAME= ferret
PORTVERSION= 0.11.8.7
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby port of Lucene
WWW= https://github.com/jkraemer/ferret
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
DEPRECATED= Broken with all supported Ruby versions
EXPIRATION_DATE= 2023-06-30
BROKEN_aarch64= fails to build: cannot determine target CPU
BROKEN_riscv64= fails to build: cannot determine target CPU
BROKEN_RUBY30= yes
BROKEN_RUBY31= yes
BROKEN_RUBY32= yes
BROKEN_RUBY33= yes
USES= gem
PLIST_FILES= bin/ferret-browser
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1492187321
SHA256 (rubygem/ferret-0.11.8.7.gem) = 9b22927618fbc76579665ea4cc4133edeeff8d31c2b974507f59078042048363
SIZE (rubygem/ferret-0.11.8.7.gem) = 608768

View file

@ -1,5 +0,0 @@
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.