[95830] trunk/dports/x11/mlterm

ryandesign at macports.org ryandesign at macports.org
Tue Jul 24 03:32:53 PDT 2012


Revision: 95830
          https://trac.macports.org/changeset/95830
Author:   ryandesign at macports.org
Date:     2012-07-24 03:32:53 -0700 (Tue, 24 Jul 2012)
Log Message:
-----------
mlterm:

 * update to 3.1.2
 * license BSD
 * rewrite master_sites to avoid redirects
 * no longer need to run autoconf
 * remove antialias variant (antialiasing is now always on)
 * remove gtk2 variant (gtk2 support is now always on)
 * remove bgImages variant (imlib is no longer supported; now always use gdk-pixbuf)
 * enable universal variant
 * fix livecheck

See #35290

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

Removed Paths:
-------------
    trunk/dports/x11/mlterm/files/

Modified: trunk/dports/x11/mlterm/Portfile
===================================================================
--- trunk/dports/x11/mlterm/Portfile	2012-07-24 10:20:04 UTC (rev 95829)
+++ trunk/dports/x11/mlterm/Portfile	2012-07-24 10:32:53 UTC (rev 95830)
@@ -4,10 +4,11 @@
 PortSystem			1.0
 
 name				mlterm
-version				2.9.4
-revision                        1
+version             3.1.2
 categories			x11
 maintainers			nomaintainer
+license             BSD
+
 description			Multi-lingual X11 terminal emulator
 long_description \
 	mlterm is a multi-lingual terminal emulator written from scratch, which \
@@ -22,53 +23,28 @@
 platforms			darwin
 
 homepage			http://mlterm.sourceforge.net/
-master_sites		sourceforge
+master_sites        sourceforge:project/mlterm/01release/mlterm-${version}
 
-checksums			md5     67fc33f09da045f86b0d4ceebed76aac \
-					sha1    cb2ac8ea34609e387e87bac8198a3256c6cc215f \
-                    rmd160  7267ab5f413571611c6b568b5bac5cea41123d92
+checksums           rmd160  74465aef938ef04b203cda5fc10688c0abfd6f40 \
+                    sha256  f04cb8cb2439020a5ab3c5afd5f1e12bbafa2d94e49014bf03d0a86cbf8a78f0
 
-universal_variant no
-
-depends_lib \
+depends_lib         port:gtk2 \
 	port:xorg-libsm \
 	port:Xft2
 
-patchfiles			patch-kik_pty_streams.c.diff
+configure.args      --with-gtk=2.0 \
+                    --with-imagelib=gdk-pixbuf \
+                    --with-type-engines=xft
 
-use_autoconf		yes
-
-pre-configure {
-	system "cd ${worksrcpath}/kiklib && autoconf"
-	system "cd ${worksrcpath}/mkf && autoconf"
-}
-configure.cppflags-append -D_DARWIN_C_SOURCE=1
-configure.args		--mandir=${prefix}/share/man
-
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	eval file copy [glob ${worksrcpath}/doc/*] \
 		${destroot}${prefix}/share/doc/${name}
 }
 
-variant antialias description {Enable antialiasing support} {
-	depends_lib-append		port:freetype
-	configure.args-append	--enable-anti-alias
-}
-
 variant bidi description {Enable bidirectional support} {
 	depends_lib-append		port:fribidi
 	configure.args-append	--enable-fribidi
 }
 
-variant bgImages description {Enable background image support} {
-	depends_lib-append		port:imlib
-	configure.args-append	--with-imagelib=imlib
-}
-
-# auto-detected, so no configure.args changes
-# this really needs to be disabled by default in case gtk2 happens to be
-# installed when the variant is not selected
-variant gtk2 description {Enable building of mlconfig and mlterm-menu} {
-	depends_lib-append		port:gtk2
-}
+livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120724/7ee9a8e6/attachment.html>


More information about the macports-changes mailing list