summaryrefslogtreecommitdiff
path: root/x11/mlterm
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-25 17:15:42 +0000
committerminskim <minskim>2004-02-25 17:15:42 +0000
commit9326188935ea96b2e5bd89da8708433bab03c6e1 (patch)
tree8b28d523da97632ece9d35ddb78763a3b146dd9b /x11/mlterm
parenta31591f6328d8b05aadc709d7e3ee07120f7e31c (diff)
downloadpkgsrc-9326188935ea96b2e5bd89da8708433bab03c6e1.tar.gz
Update mlterm to 2.8.0pl1. Patch provided by Kouichirou Hiratsuka in
PR pkg/24534. Changes: * Added contrib/scrollbar/pixmap_engine, which eases adding your original scrollbars to mlterm. * Shrunk used memory if many font names specified in ~/.mlterm/*font files. * Added tool/viewsfml. * Garbage multi-byte characters were often left in a screen. Fixed. * Partially ported kiklib to MS Windows. * Added -%,--logseq,logging_vt_seq option. * Revivied mlterm configuration protocol 5380, added mlcc and w3mmlconfig again. * Supported window grouping. * ml_char_t is 64bit in LP64, not 96bit. * Fixed many bugs, cleaned many codes, and updated documentations.
Diffstat (limited to 'x11/mlterm')
-rw-r--r--x11/mlterm/Makefile27
-rw-r--r--x11/mlterm/PLIST4
-rw-r--r--x11/mlterm/distinfo8
3 files changed, 24 insertions, 15 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 9a774adb00a..8f5b84ff64c 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile,v 1.20 2004/02/14 17:21:56 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/25 17:15:42 minskim Exp $
-DISTNAME= mlterm-2.7.0
-PKGREVISION= 2
+DISTNAME= mlterm-2.8.0
+PKGNAME= ${DISTNAME}pl1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
+PATCHFILES= ${PKGNAME}.tar.gz
+PATCH_SITES= ${MASTER_SITES}
+
MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://mlterm.sourceforge.net/
COMMENT= Multilingual terminal emulator
@@ -12,13 +15,14 @@ COMMENT= Multilingual terminal emulator
# CODESET is only supported on NetBSD in 1.5T and later - see <langinfo.h>
ONLY_FOR_PLATFORM= NetBSD-1.5[T-Z]-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11= yes
-
USE_LIBTOOL= yes
USE_GNU_TOOLS+= make
-
GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
CONFIGURE_ARGS+= --with-imagelib=imlib
.if exists(${X11BASE}/lib/libXft.a)
CONFIGURE_ARGS+= --enable-anti-alias
@@ -36,9 +40,10 @@ post-patch:
$${f}.orig > $$f; \
done
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/glib/buildlink2.mk"
-.include "../../fonts/fontconfig/buildlink2.mk"
-.include "../../graphics/imlib/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/glib/buildlink3.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/imlib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST
index b944a29d24d..16e1dc89ce5 100644
--- a/x11/mlterm/PLIST
+++ b/x11/mlterm/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2003/06/29 07:59:15 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.10 2004/02/25 17:15:42 minskim Exp $
+bin/mlcc
bin/mlclient
bin/mlterm
etc/mlterm/aafont
@@ -6,6 +7,7 @@ etc/mlterm/color
etc/mlterm/font
etc/mlterm/key
etc/mlterm/main
+etc/mlterm/menu
etc/mlterm/taafont
etc/mlterm/termcap
etc/mlterm/tfont
diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo
index e5f3be31c98..fb6eac2bde5 100644
--- a/x11/mlterm/distinfo
+++ b/x11/mlterm/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.10 2003/06/29 07:59:15 uebayasi Exp $
+$NetBSD: distinfo,v 1.11 2004/02/25 17:15:42 minskim Exp $
-SHA1 (mlterm-2.7.0.tar.gz) = 0f54473b4b791fdf1b29eb63d5540306bd73d547
-Size (mlterm-2.7.0.tar.gz) = 1743950 bytes
+SHA1 (mlterm-2.8.0.tar.gz) = d32ef91e35ccf31f61332250076ad3e4a555d83f
+Size (mlterm-2.8.0.tar.gz) = 1819417 bytes
+SHA1 (mlterm-2.8.0pl1.tar.gz) = 889b5f0747e895276589414cf26d3ef1df7c31c0
+Size (mlterm-2.8.0pl1.tar.gz) = 700 bytes