[22462] trunk/dports/sysutils/srm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 06:02:21 PST 2007


Revision: 22462
          http://trac.macosforge.org/projects/macports/changeset/22462
Author:   pipping at macports.org
Date:     2007-03-01 06:02:20 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
 * cleanup

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

Modified: trunk/dports/sysutils/srm/Portfile
===================================================================
--- trunk/dports/sysutils/srm/Portfile	2007-03-01 11:54:21 UTC (rev 22461)
+++ trunk/dports/sysutils/srm/Portfile	2007-03-01 14:02:20 UTC (rev 22462)
@@ -1,21 +1,23 @@
 # $Id$
 PortSystem 1.0
-name		srm
-version		1.2.8
-description	srm is a secure replacement for rm(1).
-long_description	srm is a secure replacement for rm(1). Unlike the \
-			standard rm, it overwrites the data in the target files \
-			before unlinking them. This prevents command-line recovery \
-			of the data by examining the raw block device. It may also \
-			help frustrate physical examination of the disk, although \
-			it's unlikely that it can completely prevent that type of \
-			recovery. It is, essentially, a paper shredder for sensitive files.
-maintainers	nomaintainer at macports.org
-categories	sysutils
-platforms	darwin 
-homepage	${name}.sf.net
-master_sites	sourceforge
-checksums	md5 66ba49b1864a7c69763210dbc3efee33
-configure.args	--mandir=${prefix}/share/man 
+name            srm
+version         1.2.8
+description     srm is a secure replacement for rm(1).
+long_description \
+    srm is a secure replacement for rm(1). Unlike the standard rm, it   \
+    overwrites the data in the target files before unlinking them. This \
+    prevents command-line recovery of the data by examining the raw     \
+    block device. It may also help frustrate physical examination of the\
+    disk, although it's unlikely that it can completely prevent that    \
+    type of recovery. It is, essentially, a paper shredder for sensitive\
+    files.
+
+maintainers     nomaintainer at macports.org
+categories      sysutils
+platforms       darwin 
+homepage        ${name}.sf.net
+master_sites    sourceforge
+checksums       md5 66ba49b1864a7c69763210dbc3efee33
+configure.args  --mandir=${prefix}/share/man 
 configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
                 CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" 

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


More information about the macports-changes mailing list