unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add yapet.
@ 2015-10-26 21:41 Aljosha Papsch
  2015-10-26 22:47 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Aljosha Papsch @ 2015-10-26 21:41 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Hi,

this is a text based password manager which stores password entries in 
an encrypted file.

Aljosha

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-yapet.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-yapet.patch", Size: 2736 bytes --]

From 9488a87c2b85d5c9b7e7715475afb14f9af0ca6d Mon Sep 17 00:00:00 2001
From: Aljosha Papsch <misc@rpapsch.de>
Date: Mon, 26 Oct 2015 22:27:05 +0100
Subject: [PATCH] gnu: Add yapet.

* gnu/packages/password-utils.scm (yapet): New variable.
---
 gnu/packages/password-utils.scm | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 921ade1..c6484ec 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Steve Sprang <scs@stevesprang.com>
 ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015 Aljosha Papsch <misc@rpapsch.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -24,8 +25,12 @@
   #:use-module (guix download)
   #:use-module (guix packages)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages gettext)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages guile)
+  #:use-module (gnu packages ncurses)
+  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages tls)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
@@ -104,3 +109,32 @@ For copying and pasting secrets into web browsers and other graphical
 applications, there is xclip integration." )
     (home-page "http://dthompson.us/pages/software/shroud.html")
     (license license:gpl3+)))
+
+(define-public yapet
+  (package
+    (name "yapet")
+    (version "1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.guengel.ch/myapps/yapet/downloads/yapet-"
+                                  version
+                                  ".tar.bz2"))
+              (sha256
+               (base32
+                "0ydbnqw6icdh07pnv2w6dhvq501bdfvrklv4xmyr8znca9d753if"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("ncurses" ,ncurses)
+       ("openssl" ,openssl)))
+    (native-inputs
+     `(("gettext" ,gnu-gettext)
+       ("pkg-config" ,pkg-config)))
+    (synopsis "Yet Another Password Encryption Tool")
+    (description "YAPET is a text based password manager using the Blowfish
+encryption algorithm.  Because of its small footprint and very few library
+dependencies, it is suited for installing on desktop and server systems alike.
+The text based user interface allows to run YAPET easy and painlessly in a
+Secure Shell session.  Two companion utilities enable users to convert
+CSV files to YAPET and vice versa.")
+    (home-page "http://www.guengel.ch/myapps/yapet/")
+    (license license:gpl3+)))
-- 
2.6.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: Add yapet.
  2015-10-26 21:41 [PATCH] gnu: Add yapet Aljosha Papsch
@ 2015-10-26 22:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-10-26 22:47 UTC (permalink / raw)
  To: Aljosha Papsch; +Cc: guix-devel

Aljosha Papsch <lists@rpapsch.de> skribis:

> From 9488a87c2b85d5c9b7e7715475afb14f9af0ca6d Mon Sep 17 00:00:00 2001
> From: Aljosha Papsch <misc@rpapsch.de>
> Date: Mon, 26 Oct 2015 22:27:05 +0100
> Subject: [PATCH] gnu: Add yapet.
>
> * gnu/packages/password-utils.scm (yapet): New variable.

Applied.

> +    (native-inputs
> +     `(("gettext" ,gnu-gettext)

I removed Gettext from here since it’s unnecessary.

> +The text based user interface allows to run YAPET easy and painlessly in a
> +Secure Shell session.  Two companion utilities enable users to convert

And I took the liberty to remove “painlessly” here for the same reason.
:-)

Thank you!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-26 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-26 21:41 [PATCH] gnu: Add yapet Aljosha Papsch
2015-10-26 22:47 ` Ludovic Courtès

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).