[Lunar-commits] <moonbase> dirsplit: new module This app was extracted from cdrkit which I'm going to remove because cdrkit conflicts with cdrtools and looks to be inferior. Next cdrtools module update will add compatibility symlinks so all apps looking for cdrkit will still find it.
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat May 15 13:43:39 CEST 2010
commit 3850d0007c027b30fb7905024beb7b28554454a3
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat May 15 13:43:39 2010 +0200
dirsplit: new module
This app was extracted from cdrkit which I'm going to remove
because cdrkit conflicts with cdrtools and looks to be inferior.
Next cdrtools module update will add compatibility symlinks so
all apps looking for cdrkit will still find it.
---
cd/dirsplit/BUILD | 8 ++++++++
cd/dirsplit/DETAILS | 24 ++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/cd/dirsplit/BUILD b/cd/dirsplit/BUILD
new file mode 100644
index 0000000..c4f20ed
--- /dev/null
+++ b/cd/dirsplit/BUILD
@@ -0,0 +1,8 @@
+(
+
+ gzip -9 dirsplit.1 &&
+ prepare_install &&
+ install -m755 dirsplit /usr/bin &&
+ install -m644 dirsplit.1.gz /usr/share/man/man1
+
+) > $C_FIFO 2>&1
diff --git a/cd/dirsplit/DETAILS b/cd/dirsplit/DETAILS
new file mode 100644
index 0000000..c0ab110
--- /dev/null
+++ b/cd/dirsplit/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=dirsplit
+ VERSION=0.3.3
+# If you are module maintainer read packaging.txt inside
+# archive to learn how to update it.
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$PATCH_URL
+ SOURCE_VFY=sha1:de6e722ff48fa6c2b80e73462a8c4297ebf43f45
+ ENTERED=20100515
+ UPDATED=20100515
+ SHORT="splits directory into multiple with equal size"
+
+cat << EOF
+displit is designed to for a simple purpose: convert a directory
+with many multiple files (which are all smaller than a certain
+medium, eg. DVD) and "splits" it into "volumes", looking for
+the optimal order to get the best space/medium-number efficiency.
+
+The actual action is either adding the files to mkisofs catalogs
+or real moving of files into new directories (or creating links
+or symlinks). The method is not limited to files,
+whole directories can also be handled this way (see various
+filesystem exploration modes).
+
+EOF
More information about the Lunar-commits
mailing list