unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 59402@debbugs.gnu.org
Subject: [bug#59402] [PATCH v2 1/5] gnu: Add emacs-bbdb-vcard.
Date: Sun, 20 Nov 2022 14:04:44 +0800	[thread overview]
Message-ID: <y76wn7qnoub.wl-hako@ultrarare.space> (raw)
In-Reply-To: <y76y1s6nov0.wl-hako@ultrarare.space>

* gnu/packages/emacs-xyz.scm (emacs-bbdb-vcard): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5c1138e954..7479376018 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2841,6 +2841,34 @@ (define-public emacs-bbdb
 mode, Rmail, Gnus, MH-E, and VM).  BBDB is fully customizable.")
     (license license:gpl3+)))
 
+(define-public emacs-bbdb-vcard
+  ;; No release since Dec 1, 2013.
+  (let ((version "0.4.1") ;3d79fdb4200a64a043e203a3baac95c936095b52, not tagged
+        (revision "88")
+        (commit "113c66115ce68316e209f51ebce56de8dded3606"))
+    (package
+      (name "emacs-bbdb-vcard")
+      (version (git-version version revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/tohojo/bbdb-vcard")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1sr5kd2gvw1b4hl147yb60cgx6j730vdnpyr09p7vmpw65hzwlwm"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-bbdb))
+      (home-page "https://github.com/tohojo/bbdb-vcard")
+      (synopsis
+       "vCard Import and Export for The Insidious Big Brother Database (BBDB)")
+      (description
+       "@code{bbdb-vcard.el} imports and exports vCards (version 3.0) as
+defined in RFC 2425 and RFC 2426 to/from The Insidious Big Brother Database
+(BBDB).  Version 2.1 vCards are converted into version 3.0 on import.")
+      (license license:gpl2+))))
+
 (define-public emacs-beacon
   (package
     (name "emacs-beacon")
-- 
2.38.1





  reply	other threads:[~2022-11-20  6:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20  5:42 [bug#59402] [PATCH 0/5] gnu: Add emacs-wanderlust Hilton Chain via Guix-patches via
     [not found] ` <handler.59402.B.166892302626552.ack@debbugs.gnu.org>
2022-11-20  5:44   ` [bug#59402] [PATCH 1/5] gnu: Add emacs-bbdb-vcard Hilton Chain via Guix-patches via
2022-11-20  5:45     ` [bug#59402] [PATCH 2/5] gnu: Add emacs-apel-lb Hilton Chain via Guix-patches via
2022-11-20  5:45       ` [bug#59402] [PATCH 3/5] gnu: Add emacs-flim-lb Hilton Chain via Guix-patches via
2022-11-20  5:46         ` [bug#59402] [PATCH 4/5] gnu: Add emacs-semi-epg Hilton Chain via Guix-patches via
2022-11-20  5:46           ` [bug#59402] [PATCH 5/5] gnu: Add emacs-wanderlust Hilton Chain via Guix-patches via
2022-11-20  6:04 ` [bug#59402] [PATCH v2 0/5] " Hilton Chain via Guix-patches via
2022-11-20  6:04   ` Hilton Chain via Guix-patches via [this message]
2022-11-20  6:05     ` [bug#59402] [PATCH v2 2/5] gnu: Add emacs-apel-lb Hilton Chain via Guix-patches via
2022-11-20  6:05       ` [bug#59402] [PATCH v2 3/5] gnu: Add emacs-flim-lb Hilton Chain via Guix-patches via
2022-11-20  6:05         ` [bug#59402] [PATCH v2 4/5] gnu: Add emacs-semi-epg Hilton Chain via Guix-patches via
2022-11-20  6:06           ` [bug#59402] [PATCH v2 5/5] gnu: Add emacs-wanderlust Hilton Chain via Guix-patches via
2022-11-21 14:39   ` bug#59402: [PATCH v2 0/5] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=y76wn7qnoub.wl-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=59402@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).