[32338] trunk/dports/x11/xterm/Portfile

simon at macports.org simon at macports.org
Tue Dec 25 15:59:20 PST 2007


Revision: 32338
          http://trac.macosforge.org/projects/macports/changeset/32338
Author:   simon at macports.org
Date:     2007-12-25 15:59:19 -0800 (Tue, 25 Dec 2007)

Log Message:
-----------
x11/xterm: Whitespace only change.

Modified Paths:
--------------
    trunk/dports/x11/xterm/Portfile

Modified: trunk/dports/x11/xterm/Portfile
===================================================================
--- trunk/dports/x11/xterm/Portfile	2007-12-25 23:16:02 UTC (rev 32337)
+++ trunk/dports/x11/xterm/Portfile	2007-12-25 23:59:19 UTC (rev 32338)
@@ -1,32 +1,35 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name				xterm
-version				229
-categories			x11
-platforms			darwin
-maintainers			nomaintainer
-description			the ubiquitous X terminal emulator, stand-alone
-long_description	The xterm program is a terminal emulator for the X Window \
-					System. It supports a plethora of features, including \
-					colors, Unicode, etc.
-homepage			http://invisible-island.net/xterm/
-master_sites		ftp://invisible-island.net/xterm/
-extract.suffix		.tgz
-checksums			md5 f7b04a66dc401dc22f5ddb7f345be229 \
-					sha1 483fef795ebee83c513f9a72373d9d16366163d0 \
-					rmd160 9ff9bd32536817cbb2498a172459428d417f1fa3
-depends_lib			lib:libX11.6:XFree86 port:ncurses
-configure.args		--mandir=${prefix}/share/man \
+name                xterm
+version             229
+categories          x11
+platforms           darwin
+maintainers         nomaintainer
+description         the ubiquitous X terminal emulator, stand-alone
+long_description    The xterm program is a terminal emulator for the X \
+                    Window System. It supports a plethora of features, \
+                    including colors, Unicode, etc.
 
+homepage            http://invisible-island.net/xterm/
+master_sites        ftp://invisible-island.net/xterm/
+checksums           md5 f7b04a66dc401dc22f5ddb7f345be229 \
+                    sha1 483fef795ebee83c513f9a72373d9d16366163d0 \
+                    rmd160 9ff9bd32536817cbb2498a172459428d417f1fa3
+extract.suffix      .tgz
+
+depends_lib         lib:libX11.6:XFree86 \
+                    port:ncurses
+
+configure.args      --mandir=${prefix}/share/man
+
 # If -ltermcap stays in the LDFLAGS, xterm is linked against both
 # /usr/lib's and ${prefix}/lib's libncurses.
-
 post-configure {
     reinplace "s|-ltermcap|-lncurses|" ${worksrcpath}/Makefile
 }
 
-livecheck.check regex
-livecheck.url   ${master_sites}
-livecheck.regex "${name}\\.tar\\.gz -> ${name}-(\\d+)\\.tgz"
+livecheck.check     regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${name}\\.tar\\.gz -> ${name}-(\\d+)\\.tgz"

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


More information about the macports-changes mailing list