[31795] trunk/dports/security
ricci at macports.org
ricci at macports.org
Fri Dec 7 11:12:26 PST 2007
Revision: 31795
http://trac.macosforge.org/projects/macports/changeset/31795
Author: ricci at macports.org
Date: 2007-12-07 11:12:12 -0800 (Fri, 07 Dec 2007)
Log Message:
-----------
New ports - afflib (advanced forensics format) and libewf (expert witness compression format library)
Added Paths:
-----------
trunk/dports/security/afflib/
trunk/dports/security/afflib/Portfile
trunk/dports/security/libewf/
trunk/dports/security/libewf/Portfile
Added: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile (rev 0)
+++ trunk/dports/security/afflib/Portfile 2007-12-07 19:12:12 UTC (rev 31795)
@@ -0,0 +1,55 @@
+# $Id$
+
+PortSystem 1.0
+name afflib
+version 3.0.4
+revision 0
+categories net
+maintainers opendarwin.org at darkart.com
+description The Advanced Forensic Format
+homepage http://afflib.org/
+platforms darwin
+
+long_description AFF(R) is an open and extensible file format designed \
+ to store disk images and associated metadata.
+
+master_sites http://www.afflib.org/downloads/
+
+checksums md5 60730870a313056ae85aa489141714e7 \
+ sha1 6b17e3297fb6825e3748a8f4aef6065b77a69291
+## rmd160 dd5a0bb35bf27c2c16794580a6e9861fffe78ccc
+
+
+use_bzip2 no
+
+## depends_lib port:libewf \
+depends_lib \
+ port:openssl \
+ port:readline \
+ port:zlib
+
+configure.args --enable-fuse=no \
+ --enable-s3=no \
+ --with-ssl=${prefix} \
+ --with-zlib=${prefix}
+
+
+variant s3 description { Enable the use of Amazon's S3 service } {
+ configure.args-append --enable-s3=yes \
+ --with-curl=${prefix}/lib
+ configure.args-delete --enable-s3=no
+ depends_lib-append port:curl \
+ port:expat
+}
+
+
+## untested....
+## variant fuse description { Access AFF data through FUSE } {
+## configure.args-append --enable-fuse=yes
+## configure.args-delete --enable-fuse=no
+##
+## }
+##
+
+#
+##EOF
Property changes on: trunk/dports/security/afflib/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Added: trunk/dports/security/libewf/Portfile
===================================================================
--- trunk/dports/security/libewf/Portfile (rev 0)
+++ trunk/dports/security/libewf/Portfile 2007-12-07 19:12:12 UTC (rev 31795)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+name libewf
+version 20070512
+revision 0
+categories net
+maintainers opendarwin.org at darkart.com
+description Libewf is a library for support of the Expert Witness Compression Format
+homepage https://www.uitwisselplatform.nl/projects/libewf/
+platforms darwin
+
+long_description Libewf is a library for support of the Expert Witness \
+ Compression Format (EWF), it support both the SMART \
+ format (EWF-S01) and the EnCase format (EWF-E01). \
+ Libewf allows you to read and write media information within the EWF files.
+
+master_sites http://www.uitwisselplatform.nl/frs/download.php/303/
+
+checksums md5 5c09ed6478eadd020d6de0ea61569a8e \
+ sha1 0fba1160cc42ca6f280fcca7ba2de84b49c86bdc
+
+use_bzip2 no
+
+## master_site uses a self-signed cert and appears to force the use of SSL.
+## libcurl chokes on this, so disable cert. validation
+fetch.ignore_sslcert yes
+
+#
+##EOF
Property changes on: trunk/dports/security/libewf/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071207/b636a0ed/attachment.html
More information about the macports-changes
mailing list