[19577] trunk/dports/sysutils

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 16 11:42:20 PDT 2006


Revision: 19577
Author:   markd at macports.org
Date:     2006-09-16 11:42:11 -0700 (Sat, 16 Sep 2006)

Log Message:
-----------
Closes 10474.  New port.

Added Paths:
-----------
    trunk/dports/sysutils/chkrootkit/
    trunk/dports/sysutils/chkrootkit/Portfile
    trunk/dports/sysutils/chkrootkit/files/
    trunk/dports/sysutils/chkrootkit/files/patch-Makefile

Added: trunk/dports/sysutils/chkrootkit/Portfile
===================================================================
--- trunk/dports/sysutils/chkrootkit/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/chkrootkit/Portfile	2006-09-16 18:42:11 UTC (rev 19577)
@@ -0,0 +1,40 @@
+# $Id: $
+
+PortSystem       1.0
+name		     chkrootkit
+version		     0.46a
+categories	     sysutils
+maintainers	     darwinports at opendarwin.org
+description	     chkrootkit is a tool to locally check for signs of a rootkit
+long_description chkrootkit is a tool to locally check for signs of a rootkit.
+homepage         http://www.chkrootkit.org/
+master_sites     ftp://ftp.pangeia.com.br/pub/seg/pac/
+checksums	     md5 b73fb9e365d2edcd031d65b16e965a18
+distname         ${name}
+worksrcdir       ${name}-${version}
+                    
+patchfiles       patch-Makefile
+
+configure        { }
+
+build.cmd        { make sense }
+
+destroot         {
+                    xinstall -m 755 -c ${worksrcpath}/check_wtmpx ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chkdirs ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chklastlog ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chkproc ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chkrootkit ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chkutmp ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/chkwtmp ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/ifpromisc ${destroot}${prefix}/bin
+                    xinstall -m 755 -c ${worksrcpath}/strings-static ${destroot}${prefix}/bin
+                    
+                    xinstall -m 755 -d ${destroot}${prefix}/share/doc/chkrootkit
+                    
+                    xinstall -m 644 -c ${worksrcpath}/ACKNOWLEDGMENTS ${destroot}${prefix}/share/doc/chkrootkit
+                    xinstall -m 644 -c ${worksrcpath}/COPYRIGHT ${destroot}${prefix}/share/doc/chkrootkit
+                    xinstall -m 644 -c ${worksrcpath}/README ${destroot}${prefix}/share/doc/chkrootkit
+                    xinstall -m 644 -c ${worksrcpath}/README.chklastlog ${destroot}${prefix}/share/doc/chkrootkit
+                    xinstall -m 644 -c ${worksrcpath}/README.chkwtmp ${destroot}${prefix}/share/doc/chkrootkit
+                 }

Added: trunk/dports/sysutils/chkrootkit/files/patch-Makefile
===================================================================
--- trunk/dports/sysutils/chkrootkit/files/patch-Makefile	                        (rev 0)
+++ trunk/dports/sysutils/chkrootkit/files/patch-Makefile	2006-09-16 18:42:11 UTC (rev 19577)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2005-10-19 13:32:15.000000000 -0400
++++ Makefile	2006-08-17 17:28:06.000000000 -0400
+@@ -20,7 +20,7 @@
+ ### Mac OS X
+ ###
+ # If you have Mac OS X, uncomment the next line
+-#STATIC =
++STATIC =
+ 
+ ###
+ ### FreeBSD or OpenBSD 2.x

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


More information about the macports-changes mailing list