pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt-vid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 29 13:36:05 UTC 2023

Added Files:
        pkgsrc/mail/mutt-vid: DESCR Makefile PLIST distinfo

Log Message:
mail/mutt-vid: import mutt-vid-1.1

Inspired by Virtual Identity for the Thunderbird email client,
mutt-vid is a similar utility for mutt. It is useful for managing
multiple sender accounts, allowing users to automatically associate
an arbitrary sender account with a recipient. It scans sent emails
for the most recent "From" details associated with each recipient,
saving them in a file for mutt to source. The next time you email
this recipient, mutt will automatically invoke a `send-hook` with
the same email address and real name that you used previously.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/mutt-vid/DESCR \
    pkgsrc/mail/mutt-vid/Makefile pkgsrc/mail/mutt-vid/PLIST \
    pkgsrc/mail/mutt-vid/distinfo

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

Added files:

Index: pkgsrc/mail/mutt-vid/DESCR
diff -u /dev/null pkgsrc/mail/mutt-vid/DESCR:1.1
--- /dev/null   Sat Apr 29 13:36:05 2023
+++ pkgsrc/mail/mutt-vid/DESCR  Sat Apr 29 13:36:05 2023
@@ -0,0 +1,8 @@
+Inspired by Virtual Identity for the Thunderbird email client,
+mutt-vid is a similar utility for mutt. It is useful for managing
+multiple sender accounts, allowing users to automatically associate
+an arbitrary sender account with a recipient. It scans sent emails
+for the most recent "From" details associated with each recipient,
+saving them in a file for mutt to source. The next time you email
+this recipient, mutt will automatically invoke a `send-hook` with
+the same email address and real name that you used previously.
Index: pkgsrc/mail/mutt-vid/Makefile
diff -u /dev/null pkgsrc/mail/mutt-vid/Makefile:1.1
--- /dev/null   Sat Apr 29 13:36:05 2023
+++ pkgsrc/mail/mutt-vid/Makefile       Sat Apr 29 13:36:05 2023
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2023/04/29 13:36:05 wiz Exp $
+
+DISTNAME=      mutt-vid-v1.1
+PKGNAME=       ${DISTNAME:S/-v1/-1/}
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=protist/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/protist/mutt-vid
+COMMENT=       Manage multiple sender accounts in mutt
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+USE_TOOLS+=    bash:run
+REPLACE_BASH+= mutt-vid
+
+INSTALLATION_DIRS+=    bin share/doc/mutt-vid
+
+do-build:
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/mutt-vid ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_SCRIPT} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/mutt-vid
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/mutt-vid/PLIST
diff -u /dev/null pkgsrc/mail/mutt-vid/PLIST:1.1
--- /dev/null   Sat Apr 29 13:36:05 2023
+++ pkgsrc/mail/mutt-vid/PLIST  Sat Apr 29 13:36:05 2023
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/29 13:36:05 wiz Exp $
+bin/mutt-vid
+share/doc/mutt-vid/README.md
Index: pkgsrc/mail/mutt-vid/distinfo
diff -u /dev/null pkgsrc/mail/mutt-vid/distinfo:1.1
--- /dev/null   Sat Apr 29 13:36:05 2023
+++ pkgsrc/mail/mutt-vid/distinfo       Sat Apr 29 13:36:05 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/29 13:36:05 wiz Exp $
+
+BLAKE2s (mutt-vid-v1.1.tar.bz2) = 6b2d0faf8dab22ecef738a3675e92cd32ff21962993ecabe031fe49ad99f5a67
+SHA512 (mutt-vid-v1.1.tar.bz2) = e171cc6bfc50b6f3aebac6be124e0af10f4933258b2a8cbbe29038c536fb39b690eab55c37a322b9768a5e4ad274b53e03a4026fd09131ad18a71b5490a4a44a
+Size (mutt-vid-v1.1.tar.bz2) = 14258 bytes



Home | Main Index | Thread Index | Old Index