all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27198: [PATCH] gnu: Add archivemount
@ 2017-06-02  7:24 Rutger Helling
  2017-06-02 16:04 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-06-02  7:24 UTC (permalink / raw)
  To: 27198


[-- Attachment #1.1: Type: text/plain, Size: 29 bytes --]

This patch adds archivemount.

[-- Attachment #1.2: Type: text/html, Size: 233 bytes --]

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

From 98330a52b91a7afd5882481b9f393403fbcb1b86 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 2 Jun 2017 09:20:27 +0200
Subject: [PATCH] gnu: Add archivemount

---
 gnu/packages/linux.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 13e08dcfa..6caeb1e29 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -47,6 +48,7 @@
   #:use-module (gnu packages algebra)
   #:use-module (gnu packages attr)
   #:use-module (gnu packages autotools)
+  #:use-module (gnu packages backup)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages bison)
@@ -1605,6 +1607,31 @@ up: on the server side there's nothing to do; on the client side mounting the
 file system is as easy as logging into the server with an SSH client.")
     (license license:gpl2+)))
 
+(define-public archivemount
+  (package
+    (name "archivemount")
+    (version "0.8.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.cybernoia.de/software/archivemount/archivemount-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1diiw6pnlnrnikn6l5ld92dx59lhrxjlqms8885vwbynsjl5q127"))))
+    (build-system gnu-build-system)
+    (inputs `(("fuse", fuse)
+              ("libarchive", libarchive)))
+    (native-inputs `(("pkg-config", pkg-config)))
+    (home-page "http://www.cybernoia.de/software/archivemount")
+    (synopsis "Tool for mounting archive files with FUSE")
+    (description "archivemount is a FUSE-based file system for Unix variants,
+including Linux.  Its purpose is to mount archives (i.e. tar, tar.gz, etc.) to a
+mount point where it can be read from or written to as with any other file
+system.  This makes accessing the contents of the archive, which may be
+compressed, transparent to other programs, without decompressing them.")
+    (license license:lgpl2.0+)))
+
 (define-public numactl
   (package
     (name "numactl")
-- 
2.13.0


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

* bug#27198: [PATCH] gnu: Add archivemount
  2017-06-02  7:24 bug#27198: [PATCH] gnu: Add archivemount Rutger Helling
@ 2017-06-02 16:04 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-06-02 16:04 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 27198-done

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

On Fri, Jun 02, 2017 at 09:24:34AM +0200, Rutger Helling wrote:
> This patch adds archivemount.

Thanks!

> From 98330a52b91a7afd5882481b9f393403fbcb1b86 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Fri, 2 Jun 2017 09:20:27 +0200
> Subject: [PATCH] gnu: Add archivemount

I filled out the commit message...

> +       (uri (string-append "http://www.cybernoia.de/software/archivemount/archivemount-"

... and made this line shorter than 80 characters (our loose standard) and
pushed as 1eacffb9bc877c5568a3a1640b00e0b2e5b423e2.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-02 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-02  7:24 bug#27198: [PATCH] gnu: Add archivemount Rutger Helling
2017-06-02 16:04 ` Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.