[25260] trunk/dports/x11/rxvt-unicode/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed May 16 17:55:59 PDT 2007


Revision: 25260
          http://trac.macosforge.org/projects/macports/changeset/25260
Author:   takanori at macports.org
Date:     2007-05-16 17:55:59 -0700 (Wed, 16 May 2007)

Log Message:
-----------
Untabify.

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2007-05-17 00:53:05 UTC (rev 25259)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2007-05-17 00:55:59 UTC (rev 25260)
@@ -1,48 +1,49 @@
 # $Id$
 
-PortSystem 1.0
-name               rxvt-unicode
-version            8.2
-categories         x11
-maintainers	   pesco at gmx.de
-description        Unicode-aware rxvt clone.
-long_description   rxvt-unicode is a clone of the well-known terminal \
-                   emulator rxvt. Some of it's main features over rxvt are \
-                   use of UCS-2 or UCS-4 to store text internally, \
-                   locale-correct in- and output, stability, \
-                   completely flicker-free \
-                   display, support for Xft and core fonts in any \
-                   combination, etc.
-homepage           http://software.schmorp.de/pkg/rxvt-unicode.html
+PortSystem      1.0
+name            rxvt-unicode
+version         8.2
+categories      x11
+maintainers     pesco at gmx.de
+description     Unicode-aware rxvt clone.
+long_description \
+                rxvt-unicode is a clone of the well-known terminal \
+                emulator rxvt. Some of it's main features over rxvt are \
+                use of UCS-2 or UCS-4 to store text internally, \
+                locale-correct in- and output, stability, \
+                completely flicker-free \
+                display, support for Xft and core fonts in any \
+                combination, etc.
+homepage        http://software.schmorp.de/pkg/rxvt-unicode.html
 
-master_sites       http://dist.schmorp.de/rxvt-unicode/ \
-                   http://dist.schmorp.de/rxvt-unicode/Attic/
-depends_lib        lib:libX11.6:XFree86 \
-                   port:expat \
-                   port:fontconfig \
-                   port:freetype \
-                   port:ncursesw \
-                   port:perl5.8 \
-                   port:pkgconfig \
-                   port:Xft2 \
-                   port:xrender \
-                   port:zlib
-use_bzip2          yes
-checksums          md5 7876a1e2a82794c5ebbea8791561daba \
-                   sha1 75c2834ae8506faa514713ad70e2276f4eb7d555 \
-                   rmd160 e7afb9f80be63585852806f86517c9ceed19611b
+master_sites    http://dist.schmorp.de/rxvt-unicode/ \
+                http://dist.schmorp.de/rxvt-unicode/Attic/
+depends_lib     lib:libX11.6:XFree86 \
+                port:expat \
+                port:fontconfig \
+                port:freetype \
+                port:ncursesw \
+                port:perl5.8 \
+                port:pkgconfig \
+                port:Xft2 \
+                port:xrender \
+                port:zlib
+use_bzip2       yes
+checksums       md5 7876a1e2a82794c5ebbea8791561daba \
+                sha1 75c2834ae8506faa514713ad70e2276f4eb7d555 \
+                rmd160 e7afb9f80be63585852806f86517c9ceed19611b
 
-configure.args     --enable-everything --with-codeset=all \
-                   --mandir=${prefix}/share/man
+configure.args  --enable-everything --with-codeset=all \
+                --mandir=${prefix}/share/man
 
-destroot.env	   TERMINFO=${destroot}${prefix}/share/terminfo
+destroot.env    TERMINFO=${destroot}${prefix}/share/terminfo
 pre-destroot {
-	file mkdir ${destroot}${prefix}/share/terminfo
+    file mkdir ${destroot}${prefix}/share/terminfo
 }
 post-destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/etc
-	xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/etc
+    xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc
 }
 
 platform darwin {

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


More information about the macports-changes mailing list