pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/howm



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jan 18 15:17:10 UTC 2026

Modified Files:
        pkgsrc/misc/howm: Makefile PLIST distinfo

Log Message:
misc/howm: Update to 1.5.6

* Update HOMEPAGE and MASTER_SITES.

Changelog:
1.5.6:
Minor updates.

1.5.5:

    Changes
        In the summary buffer, "f contents RET" now performs pure filtering (it simply retains only the matched entries). The previous behavior (filter and list matching lines) is available via "G" 
or "f grep RET". Similarly, "f Keyword-in-contents RET" has changed; the previous behavior is now available via "f Grep-keyword RET". Also, "F" and "K" now serve as shortcuts for these pure filtering 
commands. thx
            If you really want to restore the previous behavior, add the following after loading howm:

            ;; Restore the behavior of "f contents RET" etc. in the list view
            ;; to how it was in howm-1.5.4 or earlier
            (setf (alist-get "contents" howm-view-filter-methods nil nil #'equal)
              ;; Use the old name intentionally for safety in older versions
              'howm-view-filter-by-contents)
            (setf (alist-get "Keyword-in-contents" howm-view-filter-methods nil nil #'equal)
              'howm-view-filter-by-keyword-in-contents)
            (define-key howm-view-summary-mode-map "K" 'howm-keyword-to-kill-ring)
            (define-key howm-view-contents-mode-map "K" 'howm-keyword-to-kill-ring)

    Improvements
        List view can now open in a new frame or tab, and pressing "q" closes it (Run "M-x customize-group RET howm-list-bufwin RET", then set "howm-view-window-location" and 
"howm-view-close-frame/tab-on-exit") thx
        Remove mistakenly registered come-from keywords using "M-x howm-keyword-remove" thx
        Extended quick-shift functionality for dates (RET on a date → "[" and "]" keys)
            "." key jumps to today's date
            Also supported in the menu
        The theme functionality (cf. howm-follow-theme) is now customizable via howm-auto-theme-custom-entries thx
        (Removed "cheats" from cheat-font-lock.el)
    Fixes
        Org-related issues thx thx thx thx thx thx
        Fonts could be too large in the summary buffer if howm-follow-theme was enabled thx
        Notes without titles now appear in %recent and %random in the menu thx
        howm-dup now respects howm-prepend settings thx
        Prevented potential infinite loop in howm-view-dired-goto thx
        (Fixed warning "Missing lexical-binding cookie" during "make test")

1.5.4:

    Make getting started convenient (see "Quick start" in README.md)
        Integrate with Markdown and Org thx thx thx
        Apply theme functionality thx
        Improve the menu
            Align items and enhance colors thx thx thx
            Display update timestamps thx
            Configure headers according to settings thx
            Fix bugs and inconsistencies thx
        Update the documentation thx thx
    RET on a date to switch to the previous/next day using "[]" keys thx
    Use the grep command by default on Linux and Mac thx thx
    Exclude backup files from the count of search results thx
    Minor bug fixes

1.5.3:
Minor fixes.

1.5.2:
Improvements:

    Added simulation for the todo list on a specific date (M-x howm-simulate-todo). ref
    Added filter-by-keyword to support aliases. thx
    Added a user-option to exclude certain files from the recent-note lists (howm-recent-excluded-files-regexp). thx
    Improved screenshots and English documents. thx thx thx
    Added a hint to avoid typical misuse of the menu. thx

Fixes:

    The summary/contents buffers now inherit from text-mode. thx
    Removed obsolete C-h binding. thx
    Fixed broken back-scrolling by BS key in terminals. thx
    Fixed unintended "M-x ..." in describe-mode. thx
    Prevented double-splitting windows when display-buffer-base-action is non-nil. thx

1.5.1:

    The incremental search is enabled by default. See M-x customize-group RET howm-iigrep RET. This feature only works if M-x customize-variable RET howm-view-use-grep RET is set to "On".
    Added links. (English & Russian tutorials, introduction video)
    Fixed several minor bugs.

identical to 1.5.1-snapshot6 actually

1.5.0:
just a copy of the last release on 2022-12-27 in the old site for convenience


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/howm/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/howm/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/howm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/howm/Makefile
diff -u pkgsrc/misc/howm/Makefile:1.19 pkgsrc/misc/howm/Makefile:1.20
--- pkgsrc/misc/howm/Makefile:1.19      Wed May 28 09:21:17 2025
+++ pkgsrc/misc/howm/Makefile   Sun Jan 18 15:17:10 2026
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.19 2025/05/28 09:21:17 zafer Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/18 15:17:10 ryoon Exp $
 
-DISTNAME=      howm-1.4.5
-PKGREVISION=   5
+DISTNAME=      howm-1.5.6
 CATEGORIES=    misc
-MASTER_SITES=  #http://howm.osdn.jp/a/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=kaorahi/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://howm.osdn.jp/
+HOMEPAGE=      https://kaorahi.github.io/howm/
 COMMENT=       Write fragmentarily and read collectively
 LICENSE=       gnu-gpl-v2
 

Index: pkgsrc/misc/howm/PLIST
diff -u pkgsrc/misc/howm/PLIST:1.3 pkgsrc/misc/howm/PLIST:1.4
--- pkgsrc/misc/howm/PLIST:1.3  Sat Aug 10 11:28:42 2019
+++ pkgsrc/misc/howm/PLIST      Sun Jan 18 15:17:10 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/08/10 11:28:42 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/01/18 15:17:10 ryoon Exp $
 share/doc/howm/CL-HOWM.ja.rd
 share/doc/howm/OLD.rd
 share/doc/howm/README-j.html
@@ -10,10 +10,7 @@ share/doc/howm/come.png
 share/doc/howm/go.png
 share/doc/howm/index-j.html
 share/doc/howm/index.html
-share/doc/howm/s-cat.png
-share/doc/howm/s-menu.png
-share/doc/howm/s-screen-shot.png
-share/doc/howm/s-search.png
+share/doc/howm/screenshot.png
 share/doc/howm/todo.png
 share/doc/howm/updown.png
 ${EMACS_LISPPREFIX}/howm/action-lock.el
@@ -56,6 +53,8 @@ ${EMACS_LISPPREFIX}/howm/howm-view.el
 ${EMACS_LISPPREFIX}/howm/howm-view.elc
 ${EMACS_LISPPREFIX}/howm/howm.el
 ${EMACS_LISPPREFIX}/howm/howm.elc
+${EMACS_LISPPREFIX}/howm/iigrep.el
+${EMACS_LISPPREFIX}/howm/iigrep.elc
 ${EMACS_LISPPREFIX}/howm/illusion.el
 ${EMACS_LISPPREFIX}/howm/illusion.elc
 ${EMACS_LISPPREFIX}/howm/riffle.el

Index: pkgsrc/misc/howm/distinfo
diff -u pkgsrc/misc/howm/distinfo:1.7 pkgsrc/misc/howm/distinfo:1.8
--- pkgsrc/misc/howm/distinfo:1.7       Tue Oct 26 10:59:06 2021
+++ pkgsrc/misc/howm/distinfo   Sun Jan 18 15:17:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:59:06 nia Exp $
+$NetBSD: distinfo,v 1.8 2026/01/18 15:17:10 ryoon Exp $
 
-BLAKE2s (howm-1.4.5.tar.gz) = 70b813be1457416fda5b9e8a10d3f6953d4ed7545766f1c835432df9d90c0a3a
-SHA512 (howm-1.4.5.tar.gz) = b448bf8caeaf21bf1980862ed12541bd793369494a3e321bc5b77bb99ef63cc5ed2f70c54eaa60b427489e9b3fa9b0037d5cbe06449f87af924f245b7f8f2615
-Size (howm-1.4.5.tar.gz) = 565221 bytes
+BLAKE2s (howm-1.5.6.tar.gz) = c446fa9e7499db7f82c8cbd9f2d385a3dd1f4a3a10e9c3415b0c9a2a99744b9f
+SHA512 (howm-1.5.6.tar.gz) = 6a1cf2074d8d95a90639f8050f3285f456904b0f3952c5d761257ed0001a3f9d6139ba915fce2adddbb344e71262d670e8732ddf5336861d401fe4deffef3b4b
+Size (howm-1.5.6.tar.gz) = 873398 bytes



Home | Main Index | Thread Index | Old Index