[22574] trunk/dports/sysutils/file/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 5 03:27:02 PST 2007


Revision: 22574
          http://trac.macosforge.org/projects/macports/changeset/22574
Author:   pipping at macports.org
Date:     2007-03-05 03:27:02 -0800 (Mon, 05 Mar 2007)

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

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

Modified: trunk/dports/sysutils/file/Portfile
===================================================================
--- trunk/dports/sysutils/file/Portfile	2007-03-05 10:41:18 UTC (rev 22573)
+++ trunk/dports/sysutils/file/Portfile	2007-03-05 11:27:02 UTC (rev 22574)
@@ -1,30 +1,30 @@
 # $Id$
 
 PortSystem 1.0
-name            file
-version         4.19
-revision        1
-categories      sysutils
-maintainers     nomaintainer at macports.org
-description     File - determine file type
+name                file
+version             4.19
+revision            1
+categories          sysutils
+maintainers         nomaintainer at macports.org
+description         File - determine file type
 long_description \
-    File tests each argument in an attempt to classify it. There are    \
-    three sets of tests, performed in this order: filesystem tests,     \
-    magic number tests, and language tests. The first test that         \
-    succeeds causes the file type to be printed.
+    File tests each argument in an attempt to classify it. There are three  \
+    sets of tests, performed in this order: filesystem tests, magic number  \
+    tests, and language tests. The first test that succeeds causes the file \
+    type to be printed.
 
-homepage        ftp://ftp.astron.com/pub/file/
-platforms       darwin
-master_sites    ftp://ftp.gw.com/mirrors/pub/unix/file/ \
-                  ftp://ftp.fu-berlin.de/unix/tools/file/ \
-                  ftp://ftp.astron.com/pub/file/
-checksums       sha1 035c2ddf46e1a80e8ddec8e74601d9d2ee4f6ce3
-configure.args  --mandir=${prefix}/share/man \
-                --enable-fsect-man5 \
-                --program-prefix=g
-configure.env   CPPFLAGS="-I${prefix}/include" \
-                LDFLAGS="-L${prefix}/lib"
-depends_lib     port:zlib
+homepage            ftp://ftp.astron.com/pub/file/
+platforms           darwin
+master_sites        ftp://ftp.fu-berlin.de/unix/tools/file/ \
+                    ftp://ftp.astron.com/pub/file/ \
+                    ftp://ftp.gw.com/mirrors/pub/unix/file/
+checksums           sha1 035c2ddf46e1a80e8ddec8e74601d9d2ee4f6ce3
+configure.args      --mandir=${prefix}/share/man \
+                    --enable-fsect-man5 \
+                    --program-prefix=g
+configure.env       CPPFLAGS="-I${prefix}/include" \
+                    LDFLAGS="-L${prefix}/lib"
+depends_lib         port:zlib
 
 variant with_default_names {
     post-destroot {

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


More information about the macports-changes mailing list