Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fbb800edcb6022606a7df6bfcc837d0e9f4537d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fbb800edcb6022606a7df6bfcc837d0e9f4537d1)
  • Date: Wed, 29 Jun 2016 20:29:16 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
disk/duperemove/BUILD | 1 +
disk/duperemove/DEPENDS | 3 +++
disk/duperemove/DETAILS | 18 ++++++++++++++++++
disk/duperemove/HISTORY | 3 +++
disk/duperemove/PRE_BUILD | 3 +++
6 files changed, 31 insertions(+)

New commits:
commit fbb800edcb6022606a7df6bfcc837d0e9f4537d1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

duperemove: Added a simple tool for deduplicating btrfs extents

diff --git a/ChangeLog b/ChangeLog
index e29b884..5a1a922 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-06-29 Eric Sandall <sandalle AT sourcemage.org>
+ * disk/duperemove: Added a simple tool for deduplicating btrfs extents
+
2016-06-29 Thomas Orgis <sobukus AT sourcemage.org>
* http/firefox-esr: separate spell for ESR version of firefox

diff --git a/disk/duperemove/BUILD b/disk/duperemove/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/disk/duperemove/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/disk/duperemove/DEPENDS b/disk/duperemove/DEPENDS
new file mode 100755
index 0000000..1a79124
--- /dev/null
+++ b/disk/duperemove/DEPENDS
@@ -0,0 +1,3 @@
+depends btrfs-progs &&
+depends glib2 &&
+depends sqlite
diff --git a/disk/duperemove/DETAILS b/disk/duperemove/DETAILS
new file mode 100755
index 0000000..70bb04a
--- /dev/null
+++ b/disk/duperemove/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=duperemove
+ VERSION=0.10
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/markfasheh/duperemove/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:11bb1a9937b9ca7969b9176bb4cfc8fff91c257a8645baa0ca0ec6b634ae3c464712414f856d5a75ed16c6d13f0ae85ac3584df1f474575a975cb20ae0d7a9f1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/markfasheh/duperemove";
+ LICENSE[0]=GPLv2
+ ENTERED=20160629
+ SHORT="a simple tool for deduplicating btrfs extents"
+cat << EOF
+Duperemove is a simple tool for finding duplicated extents and submitting
them
+for deduplication. When given a list of files it will hash their contents on
a
+block by block basis and compare those hashes to each other, finding and
+categorizing extents that match each other. When given the -d option,
+duperemove will submit those extents for deduplication using the
+btrfs-extent-same ioctl.
+EOF
diff --git a/disk/duperemove/HISTORY b/disk/duperemove/HISTORY
new file mode 100644
index 0000000..344f144
--- /dev/null
+++ b/disk/duperemove/HISTORY
@@ -0,0 +1,3 @@
+2016-06-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD, BUILD: Created
+
diff --git a/disk/duperemove/PRE_BUILD b/disk/duperemove/PRE_BUILD
new file mode 100755
index 0000000..c1839f0
--- /dev/null
+++ b/disk/duperemove/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+sedit "s:^DESTIR = /:DESTDIR = /${INSTALL_ROOT}:"
"${SOURCE_DIRECTORY}"/Makefile &&
+sedit 's:^PREFIX = /usr/local:PREFIX = $(DESTDIR)/usr:'
"${SOURCE_DIRECTORY}"/Makefile



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fbb800edcb6022606a7df6bfcc837d0e9f4537d1), Eric Sandall, 06/29/2016

Archive powered by MHonArc 2.6.24.

Top of Page