diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 11:53:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-04-01 11:53:18 +0000 |
commit | 871196f21937088ec8a23aeb03558d9e98dbbb96 (patch) | |
tree | 8e5066172af8126780d9c81c9036cdc7e5e18526 | |
parent | 317a7166fa7ec6d566427aef8542caa0bf83b84c (diff) | |
download | ports-871196f21937088ec8a23aeb03558d9e98dbbb96.tar.gz ports-871196f21937088ec8a23aeb03558d9e98dbbb96.zip |
irc/rbot: Remove expired port
2024-03-31 irc/rbot: Outdated, unmaintained in ports since 2016
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/rbot/Makefile | 51 | ||||
-rw-r--r-- | irc/rbot/distinfo | 3 | ||||
-rw-r--r-- | irc/rbot/files/patch-setup.rb | 19 | ||||
-rw-r--r-- | irc/rbot/files/pkg-message.in | 11 | ||||
-rw-r--r-- | irc/rbot/pkg-descr | 11 | ||||
-rw-r--r-- | irc/rbot/pkg-plist | 144 |
8 files changed, 1 insertions, 240 deletions
@@ -3128,3 +3128,4 @@ irc/evangeline||2024-04-01|Has expired: Abandonware, upstream is gone devel/libght||2024-04-01|Has expired: Depends on expired devel/liblas devel/liblas||2024-04-01|Has expired: Upstream no longer continuing www/get_flash_videos|www/yt-dlp|2024-04-01|Has expired: Abandonware, consider using www/yt-dlp +irc/rbot||2024-04-01|Has expired: Outdated, unmaintained in ports since 2016 diff --git a/irc/Makefile b/irc/Makefile index 881b2fce22cc..343c2d5db7aa 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -79,7 +79,6 @@ SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond - SUBDIR += rbot SUBDIR += riece SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile deleted file mode 100644 index 87899a8a3d1f..000000000000 --- a/irc/rbot/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -PORTNAME= rbot -PORTVERSION= 20160325 -PORTREVISION= 2 -PORTEPOCH= 1 -CATEGORIES= irc ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby IRC bot similar to infobot -WWW= https://github.com/ruby-rbot/rbot - -LICENSE= GPLv2 MIT -LICENSE_COMB= dual -LICENSE_FILE_GPLv2= ${WRKSRC}/GPLv2 -LICENSE_FILE_MIT= ${WRKSRC}/COPYING.rbot - -DEPRECATED= Outdated, unmaintained in ports since 2016 -EXPIRATION_DATE=2024-03-31 - -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/tokyocabinet.so:databases/ruby-tokyocabinet \ - rubygem-gettext>=0:devel/rubygem-gettext \ - rubygem-htmlentities>=0:textproc/rubygem-htmlentities \ - rubygem-hpricot>=0:www/rubygem-hpricot \ - rubygem-mechanize>=0:www/rubygem-mechanize \ - rubygem-tzinfo>=0:devel/rubygem-tzinfo \ - rubygem-oauth>=0:net/rubygem-oauth \ - rubygem-oauth21>=0:net/rubygem-oauth21 -LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet - -USES= cpe ruby:setup - -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -CONFIGURE_ARGS= --prefix=${PREFIX} -NO_ARCH= yes - -USE_GITHUB= yes -GH_ACCOUNT= ruby-${PORTNAME} -GH_TAGNAME= e358601cc521d8aced941eb928fae2d8c53cf0c2 - -SUB_FILES= pkg-message - -PORTDOCS= REQUIREMENTS ChangeLog - -CPE_VENDOR= ruby-rbot - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/irc/rbot/distinfo b/irc/rbot/distinfo deleted file mode 100644 index 70ad48cca173..000000000000 --- a/irc/rbot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1513283166 -SHA256 (ruby-rbot-rbot-20160325-e358601cc521d8aced941eb928fae2d8c53cf0c2_GH0.tar.gz) = ae638f53607ad0f1d365ff3c4408ef3c27c8e0f5e83ae355742185c1076ec96e -SIZE (ruby-rbot-rbot-20160325-e358601cc521d8aced941eb928fae2d8c53cf0c2_GH0.tar.gz) = 762685 diff --git a/irc/rbot/files/patch-setup.rb b/irc/rbot/files/patch-setup.rb deleted file mode 100644 index 45853292e8fe..000000000000 --- a/irc/rbot/files/patch-setup.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- setup.rb.orig 2017-12-14 20:26:49 UTC -+++ setup.rb -@@ -282,7 +282,6 @@ class ConfigTable - 'site-ruby-common' => 'siteruby', # For backward compatibility - 'site-ruby' => 'siterubyver', # For backward compatibility - 'bin-dir' => 'bindir', -- 'bin-dir' => 'bindir', - 'rb-dir' => 'rbdir', - 'so-dir' => 'sodir', - 'data-dir' => 'datadir', -@@ -786,7 +785,7 @@ class ToplevelInstaller - else - require 'rbconfig' - end -- ::Config::CONFIG -+ ::RbConfig::CONFIG - end - - def initialize(ardir_root, config) diff --git a/irc/rbot/files/pkg-message.in b/irc/rbot/files/pkg-message.in deleted file mode 100644 index 4a868bbde846..000000000000 --- a/irc/rbot/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -[ -{ type: install - message: <<EOM - There are many plugins supported by rbot. Each plugin may require specific - libraries. Before these plugins run correctly, you should make sure those - libs required are available. - - For more details, please check %%DOCSDIR%%/REQUIREMENTS. -EOM -} -] diff --git a/irc/rbot/pkg-descr b/irc/rbot/pkg-descr deleted file mode 100644 index 0b3b59bd1036..000000000000 --- a/irc/rbot/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -rbot is a ruby IRC bot. Think of him as a ruby infobot, with more and different -features, and a nicer plugin scheme. His main features include: - - * Runtime configuration via irc chat - * User authentication and access levels for using different bot features - * Built in infobot-style keywords. See example session below. - * Support for underlying fact database (infobot fact files), which can be - overridden or supplemented by runtime keyword controls - * Powerful plugin architecture, comes with plugins for many functions. - * Multi-language support - comes with english definition only so far - - translations welcome diff --git a/irc/rbot/pkg-plist b/irc/rbot/pkg-plist deleted file mode 100644 index dfe970ca87da..000000000000 --- a/irc/rbot/pkg-plist +++ /dev/null @@ -1,144 +0,0 @@ -bin/rbot -bin/rbotdb -%%RUBY_SITELIBDIR%%/rbot/botuser.rb -%%RUBY_SITELIBDIR%%/rbot/config.rb -%%RUBY_SITELIBDIR%%/rbot/core/auth.rb -%%RUBY_SITELIBDIR%%/rbot/core/basics.rb -%%RUBY_SITELIBDIR%%/rbot/core/config.rb -%%RUBY_SITELIBDIR%%/rbot/core/filters_ui.rb -%%RUBY_SITELIBDIR%%/rbot/core/irclog.rb -%%RUBY_SITELIBDIR%%/rbot/core/journal.rb -%%RUBY_SITELIBDIR%%/rbot/core/journal_irclog.rb -%%RUBY_SITELIBDIR%%/rbot/core/unicode.rb -%%RUBY_SITELIBDIR%%/rbot/core/userdata.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/agent.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/extends.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/filters.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/httputil.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/parse_time.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/utils.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/where_is.rb -%%RUBY_SITELIBDIR%%/rbot/core/utils/wordlist.rb -%%RUBY_SITELIBDIR%%/rbot/core/webservice.rb -%%RUBY_SITELIBDIR%%/rbot/core/wordlist_ui.rb -%%RUBY_SITELIBDIR%%/rbot/irc.rb -%%RUBY_SITELIBDIR%%/rbot/ircbot.rb -%%RUBY_SITELIBDIR%%/rbot/ircsocket.rb -%%RUBY_SITELIBDIR%%/rbot/journal.rb -%%RUBY_SITELIBDIR%%/rbot/journal/mongo.rb -%%RUBY_SITELIBDIR%%/rbot/journal/postgres.rb -%%RUBY_SITELIBDIR%%/rbot/language.rb -%%RUBY_SITELIBDIR%%/rbot/load-gettext.rb -%%RUBY_SITELIBDIR%%/rbot/maskdb.rb -%%RUBY_SITELIBDIR%%/rbot/message.rb -%%RUBY_SITELIBDIR%%/rbot/messagemapper.rb -%%RUBY_SITELIBDIR%%/rbot/pkgconfig.rb -%%RUBY_SITELIBDIR%%/rbot/plugins.rb -%%RUBY_SITELIBDIR%%/rbot/rbotconfig.rb -%%RUBY_SITELIBDIR%%/rbot/registry.rb -%%RUBY_SITELIBDIR%%/rbot/registry/daybreak.rb -%%RUBY_SITELIBDIR%%/rbot/registry/dbm.rb -%%RUBY_SITELIBDIR%%/rbot/registry/sqlite.rb -%%RUBY_SITELIBDIR%%/rbot/registry/tc.rb -%%RUBY_SITELIBDIR%%/rbot/rfc2812.rb -%%RUBY_SITELIBDIR%%/rbot/timer.rb -share/man/rbot.xml.gz -%%DATADIR%%/contrib/plugins/stats.rb -%%DATADIR%%/contrib/plugins/vandale.rb -%%DATADIR%%/filters/rss.rb -%%DATADIR%%/languages/dutch.lang -%%DATADIR%%/languages/english.lang -%%DATADIR%%/languages/finnish.lang -%%DATADIR%%/languages/french.lang -%%DATADIR%%/languages/german.lang -%%DATADIR%%/languages/italian.lang -%%DATADIR%%/languages/japanese.lang -%%DATADIR%%/languages/russian.lang -%%DATADIR%%/languages/traditional_chinese.lang -%%DATADIR%%/plugins/alias.rb -%%DATADIR%%/plugins/autoop.rb -%%DATADIR%%/plugins/autorejoin.rb -%%DATADIR%%/plugins/bans.rb -%%DATADIR%%/plugins/bash.rb -%%DATADIR%%/plugins/botsnack.rb -%%DATADIR%%/plugins/cal.rb -%%DATADIR%%/plugins/chanserv.rb -%%DATADIR%%/plugins/chucknorris.rb -%%DATADIR%%/plugins/chucknorris.yml.gz -%%DATADIR%%/plugins/deepthoughts.rb -%%DATADIR%%/plugins/dice.rb -%%DATADIR%%/plugins/eightball.rb -%%DATADIR%%/plugins/excuse.rb -%%DATADIR%%/plugins/factoids.rb -%%DATADIR%%/plugins/figlet.rb -%%DATADIR%%/plugins/fortune.rb -%%DATADIR%%/plugins/games/azgame.rb -%%DATADIR%%/plugins/games/greed.rb -%%DATADIR%%/plugins/games/hangman.rb -%%DATADIR%%/plugins/games/quiz.rb -%%DATADIR%%/plugins/games/roshambo.rb -%%DATADIR%%/plugins/games/roulette.rb -%%DATADIR%%/plugins/games/shiritori.rb -%%DATADIR%%/plugins/games/uno.rb -%%DATADIR%%/plugins/games/wheelfortune.rb -%%DATADIR%%/plugins/geoip.rb -%%DATADIR%%/plugins/googlefight.rb -%%DATADIR%%/plugins/greet.rb -%%DATADIR%%/plugins/hl2.rb -%%DATADIR%%/plugins/host.rb -%%DATADIR%%/plugins/httpd.rb.disabled -%%DATADIR%%/plugins/imdb.rb -%%DATADIR%%/plugins/insult.rb -%%DATADIR%%/plugins/karma.rb -%%DATADIR%%/plugins/keywords.rb -%%DATADIR%%/plugins/lart.rb -%%DATADIR%%/plugins/linkbot.rb -%%DATADIR%%/plugins/markov.rb -%%DATADIR%%/plugins/math.rb -%%DATADIR%%/plugins/modes.rb -%%DATADIR%%/plugins/nickrecover.rb -%%DATADIR%%/plugins/nickserv.rb -%%DATADIR%%/plugins/note.rb -%%DATADIR%%/plugins/nslookup.rb -%%DATADIR%%/plugins/oxford.rb -%%DATADIR%%/plugins/plugin.header -%%DATADIR%%/plugins/poll.rb -%%DATADIR%%/plugins/quakeauth.rb -%%DATADIR%%/plugins/quotes.rb -%%DATADIR%%/plugins/reaction.rb -%%DATADIR%%/plugins/remind.rb -%%DATADIR%%/plugins/ri.rb -%%DATADIR%%/plugins/rot13.rb -%%DATADIR%%/plugins/rss.rb -%%DATADIR%%/plugins/salut.rb -%%DATADIR%%/plugins/script.rb -%%DATADIR%%/plugins/search.rb -%%DATADIR%%/plugins/sed.rb -%%DATADIR%%/plugins/seen.rb -%%DATADIR%%/plugins/shortenurls.rb -%%DATADIR%%/plugins/slashdot.rb -%%DATADIR%%/plugins/spell.rb -%%DATADIR%%/plugins/theyfightcrime.rb -%%DATADIR%%/plugins/time.rb -%%DATADIR%%/plugins/topic.rb -%%DATADIR%%/plugins/translator.rb -%%DATADIR%%/plugins/tumblr.rb -%%DATADIR%%/plugins/twitter.rb -%%DATADIR%%/plugins/urban.rb -%%DATADIR%%/plugins/url.rb -%%DATADIR%%/plugins/usermodes.rb -%%DATADIR%%/plugins/weather.rb -%%DATADIR%%/plugins/wserver.rb -%%DATADIR%%/plugins/youtube.rb -%%DATADIR%%/templates/keywords.rbot -%%DATADIR%%/templates/lart/larts-english -%%DATADIR%%/templates/lart/larts-italian -%%DATADIR%%/templates/lart/larts-japanese -%%DATADIR%%/templates/lart/praises-english -%%DATADIR%%/templates/lart/praises-italian -%%DATADIR%%/templates/lart/praises-japanese -%%DATADIR%%/templates/quiz/win_messages -%%DATADIR%%/templates/salut/salut-english -%%DATADIR%%/templates/salut/salut-french -%%DATADIR%%/templates/salut/salut-italian -%%DATADIR%%/templates/salut/salut-japanese |