[20018] trunk/dports/sysutils/sleuthkit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 11 23:15:00 PDT 2006


Revision: 20018
          http://trac.macosforge.org/projects/macports/changeset/20018
Author:   markd at macports.org
Date:     2006-10-11 23:14:58 -0700 (Wed, 11 Oct 2006)

Log Message:
-----------
Closes #9494.  Update to 2.04.

Modified Paths:
--------------
    trunk/dports/sysutils/sleuthkit/Portfile

Modified: trunk/dports/sysutils/sleuthkit/Portfile
===================================================================
--- trunk/dports/sysutils/sleuthkit/Portfile	2006-10-12 05:21:18 UTC (rev 20017)
+++ trunk/dports/sysutils/sleuthkit/Portfile	2006-10-12 06:14:58 UTC (rev 20018)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            sleuthkit
-version         1.72
+version         2.04
 categories      sysutils
 maintainers     md at hudora.de
 platforms       darwin
@@ -21,26 +21,39 @@
 	extract them so that they can be analyzed with file system analysis tools.
 master_sites    sourceforge
 homepage        http://www.sleuthkit.org/sleuthkit/
-checksums       md5 152fda4cc80696a9f6be9d7ce619ef31
+checksums       sha1 852c8d9ac1755f22d121e1e830f2bff3520a64da\
+                md5 abb1511e2ec53c6d34d745a348c94b33 
 use_configure   no
 
 destroot   {
-	cd ${worksrcpath}
-	file rename bin/file bin/file_sk
-	file rename man/man1/file.1 man/man1/file_sk.1
+       cd ${worksrcpath}
+       file rename bin/file bin/file_sk
+       file rename man/man1/file.1 man/man1/file_sk.1
+
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/tct_docs
-	xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYING LICENSE TODO.txt \
-		INSTALL.txt README.txt docs/nsrl.txt docs/other.txt docs/ref_fs.txt \
-		docs/ref_timeline.txt docs/skins_fat.txt docs/skins_ntfs.txt \
+
+	eval xinstall [glob ${worksrcpath}/docs/*] \
 		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/tct.docs CHANGES.FROM.TCT \
-		additional-resources help-when-broken-into README bibliography \
-		README.FIRST help-recovering-file \
+
+        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 -W ${worksrcpath}/bin/ dcalc dls file_sk ffind fls hfind \
-		ifind istat md5 sha1 sstrings dcat dstat fsstat icat ils mactime mmls \
-		sorter ${destroot}${prefix}/bin
-	xinstall -m 644 -W ${worksrcpath}/man/man1 dcalc.1 dcat.1 dls.1 dstat.1 \
-		ffind.1 file_sk.1 fls.1 fsstat.1 hfind.1 icat.1 ifind.1 ils.1 istat.1 \
-		mactime.1 mmls.1 sorter.1 ${destroot}${prefix}/share/man/man1/
+
+	xinstall -m 755 -d ${destroot}${prefix}/bin
+	eval xinstall -m 755 [glob ${worksrcpath}/bin/*] \
+		${destroot}${prefix}/bin
+
+	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}/man/man3
+        eval xinstall -m 644 [glob ${worksrcpath}/man/man3/*] \
+                ${destroot}${prefix}/share/man/man3/
+
+	xinstall -m 755 -d ${destroot}${prefix}/man/man4
+        eval xinstall -m 644 [glob ${worksrcpath}/man/man4/*] \
+                ${destroot}${prefix}/share/man/man4/
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061011/06cad76d/attachment.html


More information about the macports-changes mailing list