[58237] trunk/dports/sysutils/sleuthkit/Portfile
snc at macports.org
snc at macports.org
Thu Sep 24 11:48:10 PDT 2009
Revision: 58237
http://trac.macports.org/changeset/58237
Author: snc at macports.org
Date: 2009-09-24 11:48:06 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
updated version, ticket #16352. maintainer timeout.
Modified Paths:
--------------
trunk/dports/sysutils/sleuthkit/Portfile
Modified: trunk/dports/sysutils/sleuthkit/Portfile
===================================================================
--- trunk/dports/sysutils/sleuthkit/Portfile 2009-09-24 18:19:49 UTC (rev 58236)
+++ trunk/dports/sysutils/sleuthkit/Portfile 2009-09-24 18:48:06 UTC (rev 58237)
@@ -3,7 +3,7 @@
PortSystem 1.0
name sleuthkit
-version 2.09
+version 3.0.1
categories sysutils
maintainers hudora.de:md
platforms darwin
@@ -21,60 +21,11 @@
extract them so that they can be analyzed with file system analysis tools.
master_sites sourceforge
homepage http://www.sleuthkit.org/sleuthkit/
-checksums sha1 9d2db6868026d887a83b0becb4d95a69527df457 \
- md5 7a7b50e089c1807956146a50621b7441
-use_configure no
+checksums md5 55956dd3bbfa6c9e2ebcc685c2a9569d \
+ sha1 a578d02c026ccb4389fd463445d9e7d329aeeaf9 \
+ rmd160 966613ef87a5523134b2d6482ee834fffb98b1ee
+
depends_build port:file port:perl5
depends_lib port:openssl port:p5-datemanip port:zlib
-patchfiles patch-Makefile patch-check-install patch-src_timeline_config-perl
-post-patch {
- reinplace {s|Darwin\.\[6-8\]|Darwin.[6-9]|g} ${worksrcpath}/src/makedefs
- reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/timeline/config-perl
- reinplace "s|/usr/local/bin/ /usr/bin/ /usr/ccs/bin/ /bin/ /usr/ucb/bin/ /sbin/ /usr/sbin/ /usr/local/sbin/ /usr/pkg/bin/|${prefix}/bin/|g" ${worksrcpath}/src/sorter/install
-
- foreach srcdir { auxtools disktools fstools hashtools imgtools
- mmtools srchtools } {
- # Those are literal tabs after CFLAGS and LIBS, don't retab 'em
- reinplace "s|^CFLAGS\[ \]*=|CFLAGS = -I${prefix}/include |g" \
- ${worksrcpath}/src/${srcdir}/Makefile
- reinplace "s|^LIBS\[ \]*=|LIBS = -L${prefix}/lib |g" \
- ${worksrcpath}/src/${srcdir}/Makefile
- }
-}
-
-destroot {
- reinplace "s|\\\$SK_DIR=\"${worksrcpath}/\"|\\\$SK_DIR=\"${prefix}\"|g" ${worksrcpath}/bin/sorter
- reinplace "s|\\\$SK_DIR/share/sorter/|\\\$SK_DIR/share/${name}/sorter/|g" ${worksrcpath}/bin/sorter
-
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/tct_docs
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/api_docs
-
- eval xinstall [glob ${worksrcpath}/docs/*.txt] \
- ${destroot}${prefix}/share/doc/${name}
-
- eval xinstall [glob ${worksrcpath}/docs/api-doc/*] \
- ${destroot}${prefix}/share/doc/${name}/api_docs
-
- xinstall -m 644 -W ${worksrcpath} CHANGES.txt INSTALL.txt README.txt \
- ${destroot}${prefix}/share/doc/${name}
-
- eval xinstall -m 644 [glob ${worksrcpath}/tct.docs/*] \
- ${destroot}${prefix}/share/doc/${name}/tct_docs
-
- xinstall -m 755 -d ${destroot}${prefix}/bin
- eval xinstall -m 755 [glob ${worksrcpath}/bin/*] \
- ${destroot}${prefix}/bin
-
- xinstall -m 755 -d ${destroot}${prefix}/lib
- xinstall -m 644 ${worksrcpath}/lib/libtsk.a \
- ${destroot}${prefix}/lib
-
- xinstall -m 755 -d ${destroot}${prefix}/man/man1
- eval xinstall -m 644 [glob ${worksrcpath}/man/man1/*] \
- ${destroot}${prefix}/share/man/man1/
-
- xinstall -m 755 -d ${destroot}${prefix}/share/${name}/sorter
- eval xinstall [glob ${worksrcpath}/share/sorter/*] \
- ${destroot}${prefix}/share/${name}/sorter
-}
+configure.args --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090924/31d4f78c/attachment-0001.html>
More information about the macports-changes
mailing list