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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 11 11:55:12 PST 2007


Revision: 21182
          http://trac.macosforge.org/projects/macports/changeset/21182
Author:   takanori at macports.org
Date:     2007-01-11 11:55:12 -0800 (Thu, 11 Jan 2007)

Log Message:
-----------
Ticket: #11231
Submitted by:	pelopor at nifty.com
Reviewed by:	takanori@
Bump to 8.1

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

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2007-01-11 19:31:06 UTC (rev 21181)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2007-01-11 19:55:12 UTC (rev 21182)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name               rxvt-unicode
-version            7.9
+version            8.1
 categories         x11
 maintainers	   pesco at gmx.de
 description        Unicode-aware rxvt clone.
@@ -13,20 +13,40 @@
                    completely flicker-free \
                    display, support for Xft and core fonts in any \
                    combination, etc.
-homepage           http://software.schmorp.de/#rxvt-unicode
+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 lib:libfreetype.6:freetype \
-                   lib:libXft.2:Xft2 lib:libXrender.1:xrender \
-                   lib:libfontconfig.1:fontconfig lib:libz.1:zlib \
-                   lib:libexpat.0:expat
+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 7a0c73ccf0e31808ad37b61e730cd10e
+checksums          md5 35b40231ea62b9ad4340080d34781927 \
+                   sha1 b7d1d5188a655bcade8fd0708903bc3fc73484a4 \
+                   rmd160 2e0535449267a43222976fd6a3dfeb7fd3201c87
 
 configure.args     --enable-everything --with-codeset=all \
                    --mandir=${prefix}/share/man
 
+destroot.env	   TERMINFO=${destroot}${prefix}/share/terminfo
+pre-destroot {
+	file mkdir ${destroot}${prefix}/share/terminfo
+}
+post-destroot {
+	file mkdir ${destroot}/usr/share/terminfo/72
+	system "cd ${destroot}/usr/share/terminfo/72 && ln -sf ${prefix}/share/terminfo/r/rxvt-unicode ."
+
+	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name}
+}
+
 platform darwin 8 {
 	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
 }

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


More information about the macports-changes mailing list