pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/mikutter
Module Name: pkgsrc
Committed By: tsutsui
Date: Mon Dec 30 20:41:28 UTC 2024
Modified Files:
pkgsrc/net/mikutter: Makefile PLIST distinfo
pkgsrc/net/mikutter/patches: patch-mikutter.rb
Log Message:
miutter: update to 5.1.0.
Upstream changes:
https://mikutter.hatenablog.com/entry/2024/12/31/040801
* add support of Mastodon bookmarks as a data source
* add support to show quoted mixi2 posts
* add sub command support on startup
* improve logs on STDERR
* drop unofficial RT
* implement Blowfish for world info in Ruby
* drop Ruby 3.1 support
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/mikutter/PLIST
cvs rdiff -u -r1.190 -r1.191 pkgsrc/net/mikutter/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/mikutter/patches/patch-mikutter.rb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.225 pkgsrc/net/mikutter/Makefile:1.226
--- pkgsrc/net/mikutter/Makefile:1.225 Fri Dec 27 08:20:29 2024
+++ pkgsrc/net/mikutter/Makefile Mon Dec 30 20:41:28 2024
@@ -1,16 +1,10 @@
-# $NetBSD: Makefile,v 1.225 2024/12/27 08:20:29 wiz Exp $
+# $NetBSD: Makefile,v 1.226 2024/12/30 20:41:28 tsutsui Exp $
-DISTNAME= mikutter-5.0.8
-DIST_SUBDIR= ${DISTNAME} # for a pending patch in upstream Redmine
+DISTNAME= mikutter-5.1.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://mikutter.hachune.net/bin/
-PATCHFILES= 1585-use-own-blowfish-impl.patch
-PATCH_SITES= https://dev.mikutter.hachune.net/attachments/download/813/
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= tsutsui%NetBSD.org@localhost
HOMEPAGE= https://mikutter.hachune.net/
COMMENT= Simple, powerful, and moeful twitter client
Index: pkgsrc/net/mikutter/PLIST
diff -u pkgsrc/net/mikutter/PLIST:1.54 pkgsrc/net/mikutter/PLIST:1.55
--- pkgsrc/net/mikutter/PLIST:1.54 Sat Mar 16 07:01:26 2024
+++ pkgsrc/net/mikutter/PLIST Mon Dec 30 20:41:28 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.54 2024/03/16 07:01:26 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.55 2024/12/30 20:41:28 tsutsui Exp $
bin/mikutter
share/applications/mikutter.desktop
share/doc/mikutter/README
@@ -8,9 +8,10 @@ share/mikutter/core/boot/delayer.rb
share/mikutter/core/boot/load_plugin.rb
share/mikutter/core/boot/mainloop.rb
share/mikutter/core/boot/option.rb
+share/mikutter/core/boot/prelude.rb
+share/mikutter/core/boot/prepare_plugin.rb
share/mikutter/core/boot/shell/generate.rb
share/mikutter/core/boot/shell/makepot.rb
-share/mikutter/core/boot/shell/plugin_depends.rb
share/mikutter/core/boot/shell/spec.rb
share/mikutter/core/config.rb
share/mikutter/core/configloader.rb
@@ -19,7 +20,6 @@ share/mikutter/core/lib/diva_hacks.rb
share/mikutter/core/lib/diva_hacks/entity.rb
share/mikutter/core/lib/diva_hacks/entity/blank_entity.rb
share/mikutter/core/lib/diva_hacks/entity/regexp_entity.rb
-share/mikutter/core/lib/diva_hacks/entity/segment.rb
share/mikutter/core/lib/diva_hacks/entity/url_entity.rb
share/mikutter/core/lib/diva_hacks/mixin.rb
share/mikutter/core/lib/diva_hacks/mixin/message_mixin.rb
@@ -30,6 +30,7 @@ share/mikutter/core/lib/diva_hacks/model
share/mikutter/core/lib/diva_hacks/model/identity.rb
share/mikutter/core/lib/diva_hacks/model/memory.rb
share/mikutter/core/lib/lazy.rb
+share/mikutter/core/lib/log_formatter.rb
share/mikutter/core/lib/piapro.rb
share/mikutter/core/lib/reserver.rb
share/mikutter/core/lib/test_unit_extensions.rb
@@ -54,6 +55,10 @@ share/mikutter/core/miku/primitive.rb
share/mikutter/core/miku/symbol.rb
share/mikutter/core/miku/symboltable.rb
share/mikutter/core/miku/to_ruby.rb
+share/mikutter/core/miku/to_ruby/compiled_code.rb
+share/mikutter/core/miku/to_ruby/generic_proc.rb
+share/mikutter/core/miku/to_ruby/operator.rb
+share/mikutter/core/miku/to_ruby/type.rb
share/mikutter/core/miku/yamlisp.rb
share/mikutter/core/miquire.rb
share/mikutter/core/miquire_plugin.rb
@@ -539,6 +544,9 @@ share/mikutter/plugin/mastodon_sse_strea
share/mikutter/plugin/mastodon_sse_streaming/middleware/server_sent_events_json_parser.rb
share/mikutter/plugin/mastodon_sse_streaming/raw_server_sent_events_stream.rb
share/mikutter/plugin/mastodon_sse_streaming/splitter.rb
+share/mikutter/plugin/mixi2/mixi2.rb
+share/mikutter/plugin/mixi2/model/post.rb
+share/mikutter/plugin/mixi2/model/user.rb
share/mikutter/plugin/modelviewer/.mikutter.yml
share/mikutter/plugin/modelviewer/modelviewer.rb
share/mikutter/plugin/notification/.mikutter.yml
@@ -594,6 +602,9 @@ share/mikutter/plugin/photo/photo.rb
share/mikutter/plugin/photo_support/.mikutter.yml
share/mikutter/plugin/photo_support/Gemfile
share/mikutter/plugin/photo_support/photo_support.rb
+share/mikutter/plugin/plugin_depends/.mikutter.yml
+share/mikutter/plugin/plugin_depends/plugin_depends.rb
+share/mikutter/plugin/plugin_depends/prelude.rb
share/mikutter/plugin/profile/po/ar/profile.po
share/mikutter/plugin/profile/po/de/profile.po
share/mikutter/plugin/profile/po/el/profile.po
Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.190 pkgsrc/net/mikutter/distinfo:1.191
--- pkgsrc/net/mikutter/distinfo:1.190 Sun Dec 15 15:12:01 2024
+++ pkgsrc/net/mikutter/distinfo Mon Dec 30 20:41:28 2024
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.190 2024/12/15 15:12:01 tsutsui Exp $
+$NetBSD: distinfo,v 1.191 2024/12/30 20:41:28 tsutsui Exp $
-BLAKE2s (mikutter-5.0.8/1585-use-own-blowfish-impl.patch) = bee8637c9af366dec49855cc26ac22d3127a29e4a9a53da5113fb30395b30e74
-SHA512 (mikutter-5.0.8/1585-use-own-blowfish-impl.patch) = cddab2449c16b64bc12d272b9302eba01d3e80dfa1d9ade9b125d46508bdc49eb1b4990b25f43c915f76d3e3d4b669a9d5a6b09fbfb6e845690b39d336f120a0
-Size (mikutter-5.0.8/1585-use-own-blowfish-impl.patch) = 41698 bytes
-BLAKE2s (mikutter-5.0.8/mikutter-5.0.8.tar.gz) = 24aa213ef177581664ff0e75d20c67724e008870a17ed0937668d46d2ff55af2
-SHA512 (mikutter-5.0.8/mikutter-5.0.8.tar.gz) = ff2a8084167961c7d48940e4dfc1a46c9b587ec8d16c98900984722366e02fc065c9be64ed0cf8bca9bcb32f99ae9307b2100dd2f5175f2b3b37d70f8514fcbc
-Size (mikutter-5.0.8/mikutter-5.0.8.tar.gz) = 2364548 bytes
+BLAKE2s (mikutter-5.1.0.tar.gz) = 5e87c21382856aecd374c2d8c6d7d864058d99411859f7ae2fb6433fd50d0f87
+SHA512 (mikutter-5.1.0.tar.gz) = 4706b612be848f8ba6b6ba541283c14dc316814d358c765db427a5d4c103f72f6081ba8c39e7593e50ae015a10cc3ed9222a7b4a8d207959fd272ea469f330e6
+Size (mikutter-5.1.0.tar.gz) = 2384616 bytes
SHA1 (patch-core_config.rb) = a3167ba101f840983d9d27ea36252ec5e0b0435d
-SHA1 (patch-mikutter.rb) = e9ce3b1ef7e31fb97f10c55384541343aa138d8a
+SHA1 (patch-mikutter.rb) = 9eaf234bb01f8a429c84d5055537284b7e0450aa
Index: pkgsrc/net/mikutter/patches/patch-mikutter.rb
diff -u pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.11 pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.12
--- pkgsrc/net/mikutter/patches/patch-mikutter.rb:1.11 Sat Mar 16 07:01:26 2024
+++ pkgsrc/net/mikutter/patches/patch-mikutter.rb Mon Dec 30 20:41:28 2024
@@ -1,4 +1,4 @@
-$NetBSD: patch-mikutter.rb,v 1.11 2024/03/16 07:01:26 tsutsui Exp $
+$NetBSD: patch-mikutter.rb,v 1.12 2024/12/30 20:41:28 tsutsui Exp $
- pkgsrc can handle location of ruby binary
https://dev.mikutter.hachune.net/issues/889
@@ -8,7 +8,7 @@ $NetBSD: patch-mikutter.rb,v 1.11 2024/0
@@ -1,7 +1,5 @@
-#!/bin/sh
+#! /usr/bin/ruby
- # -*- coding: utf-8 -*-
+ # -*- coding: utf-8; mode: ruby -*-
-exec ruby -x "$0" "$@"
-#!ruby
=begin rdoc
Home |
Main Index |
Thread Index |
Old Index