[40495] trunk/dports/sysutils/xtail/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Fri Oct 3 12:24:03 PDT 2008


Revision: 40495
          http://trac.macports.org/changeset/40495
Author:   macsforever2000 at macports.org
Date:     2008-10-03 12:24:02 -0700 (Fri, 03 Oct 2008)
Log Message:
-----------
Lint appeasement and whitespace fixes. Added homepage.

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

Modified: trunk/dports/sysutils/xtail/Portfile
===================================================================
--- trunk/dports/sysutils/xtail/Portfile	2008-10-03 19:19:57 UTC (rev 40494)
+++ trunk/dports/sysutils/xtail/Portfile	2008-10-03 19:24:02 UTC (rev 40495)
@@ -1,10 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+
 name                xtail
 version             2.1
 categories          sysutils
 maintainers         nomaintainer
+
 description         like 'tail -f' on a bunch of files at once
 long_description    xtail watches the growth of files. It's like running a \
             "tail -f" on a bunch of files at once. My favorite \
@@ -16,10 +18,13 @@
             deleted (and stop watching them). \
             The version 2.1 release fixes a Y2K bug, replaces the fixed-length \
             file list with a dynamically allocated one, and implements package \
-            configuration with GNU autoconf. 
+            configuration with GNU autoconf.
 
-platforms          darwin freebsd
-master_sites           http://www.unicom.com/files/
-checksums          md5 2e4717c591a2cbbd4aeb63d00c87a0cb
-destroot.destdir       prefix=${destroot}${prefix} \
-                       mandir=${destroot}${prefix}/share/man
+platforms           darwin freebsd
+homepage            http://www.unicom.com/sw/xtail
+master_sites        http://www.unicom.com/files/
+
+checksums           md5 2e4717c591a2cbbd4aeb63d00c87a0cb
+
+destroot.destdir    prefix=${destroot}${prefix} \
+                    mandir=${destroot}${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081003/5674f0ea/attachment.html 


More information about the macports-changes mailing list