diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2013-03-11 19:29:52 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:37 -0400 |
commit | 704984a2f1f06674606848b1c24e6b388cc09b0b (patch) | |
tree | 96d40ce849e31d062406f342acd8e7ec3e200d6a | |
parent | 9422de2c8d1dd99df3cfff8813721e3cfbf7346c (diff) | |
download | slackbuilds-704984a2f1f06674606848b1c24e6b388cc09b0b.tar.gz |
libraries/libewf: Updated for version 20130303.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | libraries/libewf/README | 21 | ||||
-rw-r--r-- | libraries/libewf/libewf.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libewf/libewf.info | 8 | ||||
-rw-r--r-- | libraries/libewf/slack-desc | 14 |
4 files changed, 35 insertions, 15 deletions
diff --git a/libraries/libewf/README b/libraries/libewf/README index 06c3529661..f25fa533e6 100644 --- a/libraries/libewf/README +++ b/libraries/libewf/README @@ -3,3 +3,24 @@ 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 reading files created by EnCase 1 to 6, linen and FTK Imager. + +Read or write supported EWF formats: + + - SMART .s01 (EWF-S01) + - EnCase .E01 (EWF-E01) + + +Not supported: + + - .Ex01 (EWF2-Ex01) bzip2 compression (work in progress) + - .Ex01 (EWF2-Ex01) encryption + +Read-only supported EWF formats: + + Logical Evidence File (LEF) .L01 (EWF-L01) and .Lx01 (EWF2-Lx01) + +Other features: + + - empty-block compression + - read/write access using delta (or shadow) files + - write resume diff --git a/libraries/libewf/libewf.SlackBuild b/libraries/libewf/libewf.SlackBuild index e710d2ab1a..5406c77036 100644 --- a/libraries/libewf/libewf.SlackBuild +++ b/libraries/libewf/libewf.SlackBuild @@ -22,10 +22,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Updated v20100226 July 2010 Barry J. Grundy <bgrundy(at)linuxleo.com +# Updated v20130303 March 2013 Barry J. Grundy <bgrundy(at)linuxleo.com PRGNAM=libewf -VERSION=20100226 +VERSION=20130303 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,10 +85,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README \ +cp -ar ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS README* documents/ \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/libewf/libewf.info b/libraries/libewf/libewf.info index c83d63bc05..35ba29ef58 100644 --- a/libraries/libewf/libewf.info +++ b/libraries/libewf/libewf.info @@ -1,8 +1,8 @@ PRGNAM="libewf" -VERSION="20100226" -HOMEPAGE="http://sourceforge.net/projects/libewf/" -DOWNLOAD="http://downloads.sourceforge.net/project/libewf/libewf/libewf-20100226/libewf-20100226.tar.gz" -MD5SUM="a697d629bb74df1fa68f22658634fdb9" +VERSION="20130303" +HOMEPAGE="http://code.google.com/p/libewf/" +DOWNLOAD="http://libewf.googlecode.com/files/libewf-20130303.tar.gz" +MD5SUM="adbdffca0edc7f8d30748a9009a5a2ce" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/libewf/slack-desc b/libraries/libewf/slack-desc index 7b15916cbc..fc065bec0c 100644 --- a/libraries/libewf/slack-desc +++ b/libraries/libewf/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| libewf: libewf (Expert Witness Compression Format support library) @@ -11,9 +11,9 @@ libewf: libewf: libewf is library for support of the Expert Witness Compression libewf: Format (EWF). libewf allows you to read media information of EWF libewf: files in the SMART (EWF-S01) format and the EnCase (EWF-E01) format. -libewf: libewf allows reading of files created by EnCase 1 to 6, linen and +libewf: libewf allows reading of files created by EnCase 1 to 6, linen and libewf: FTK Imager. libewf: -libewf: Homepage: http://sourceforge.net/projects/libewf/ +libewf: Homepage: http://code.google.com/p/libewf/ libewf: libewf: |