Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8ef8fb940ce9093fb2f5ecce9eb0ed73db790d57)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8ef8fb940ce9093fb2f5ecce9eb0ed73db790d57)
  • Date: Sun, 18 Feb 2007 10:50:52 -0600

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
disk/libewf/DEPENDS | 2 ++
disk/libewf/DETAILS | 18 ++++++++++++++++++
disk/libewf/DOWNLOAD | 8 ++++++++
disk/libewf/HISTORY | 3 +++
5 files changed, 35 insertions(+)

New commits:
commit 8ef8fb940ce9093fb2f5ecce9eb0ed73db790d57
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

disk/libewf: new spell
Library and tools to support the Expert Witness Compression Format

diff --git a/ChangeLog b/ChangeLog
index 78dd2c4..2591f26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-18 Ladislav Hagara <hgr AT vabo.cz>
+ * disk/libewf: new spell
+ Library and tools to support the Expert Witness Compression Format
+
2007-02-18 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* utils/qemulaunch: added, qemu gtk2/perl frontend

diff --git a/disk/libewf/DEPENDS b/disk/libewf/DEPENDS
new file mode 100755
index 0000000..9418a0d
--- /dev/null
+++ b/disk/libewf/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl &&
+depends zlib
diff --git a/disk/libewf/DETAILS b/disk/libewf/DETAILS
new file mode 100755
index 0000000..442d167
--- /dev/null
+++ b/disk/libewf/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libewf
+ VERSION=beta-20070210
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-20070210
+ SOURCE_URL[0]=http://www.uitwisselplatform.nl/frs/download.php/238/$SOURCE
+
SOURCE_HASH=sha512:99c095506f974178767ad8bf37b2e2dd57301eeb030739ea913060dcd09b53f626c01213fbc3351a45a75eb03e3c83127ba68adc9e2c1f980d84f2e4978e56e8
+ WEB_SITE=http://www.uitwisselplatform.nl/projects/libewf/
+ LICENSE[0]=BSD
+ ENTERED=20070218
+ KEYWORDS="disk"
+ SHORT="Library and tools to support the Expert Witness
Compression Format"
+cat << EOF
+Library and tools to support the Expert Witness Compression Format (EWF).
+Libewf allows you to read media information of EWF files in the SMART
(EWF-S01)
+format and the EnCase (EWF-E01) format. Libewf allows to read files created
by
+EnCase 1 to 5, linen and FTK Imager.
+Several tools for reading and writing EWF files are included in this package.
+EOF
diff --git a/disk/libewf/DOWNLOAD b/disk/libewf/DOWNLOAD
new file mode 100755
index 0000000..5964ef1
--- /dev/null
+++ b/disk/libewf/DOWNLOAD
@@ -0,0 +1,8 @@
+if [[ -e ${SOURCE_CACHE}/${SOURCE} ]] ; then
+ message "${MESSAGE_COLOR}Found source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}"
+else
+ message "${MESSAGE_COLOR}Downloading source file" \
+ "${FILE_COLOR}${SOURCE}${DEFAULT_COLOR}" &&
+ wget --no-check-certificate ${SOURCE_URL} -O ${SOURCE_CACHE}/${SOURCE}
+fi
diff --git a/disk/libewf/HISTORY b/disk/libewf/HISTORY
new file mode 100644
index 0000000..8a5e097
--- /dev/null
+++ b/disk/libewf/HISTORY
@@ -0,0 +1,3 @@
+2007-02-18 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version beta-20070210
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8ef8fb940ce9093fb2f5ecce9eb0ed73db790d57), Ladislav Hagara, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page