pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/mlterm Update mlterm to 2.8.0pl1. Patch provided ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e5a77e4b1ab8
branches: trunk
changeset: 469592:e5a77e4b1ab8
user: minskim <minskim%pkgsrc.org@localhost>
date: Wed Feb 25 17:15:42 2004 +0000
description:
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:
x11/mlterm/Makefile | 27 ++++++++++++++++-----------
x11/mlterm/PLIST | 4 +++-
x11/mlterm/distinfo | 8 +++++---
3 files changed, 24 insertions(+), 15 deletions(-)
diffs (85 lines):
diff -r e5b237909d43 -r e5a77e4b1ab8 x11/mlterm/Makefile
--- a/x11/mlterm/Makefile Wed Feb 25 16:11:31 2004 +0000
+++ b/x11/mlterm/Makefile Wed Feb 25 17:15:42 2004 +0000
@@ -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@localhost
HOMEPAGE= http://mlterm.sourceforge.net/
COMMENT= Multilingual terminal emulator
@@ -12,13 +15,14 @@
# 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
-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 @@
$${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 -r e5b237909d43 -r e5a77e4b1ab8 x11/mlterm/PLIST
--- a/x11/mlterm/PLIST Wed Feb 25 16:11:31 2004 +0000
+++ b/x11/mlterm/PLIST Wed Feb 25 17:15:42 2004 +0000
@@ -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/font
etc/mlterm/key
etc/mlterm/main
+etc/mlterm/menu
etc/mlterm/taafont
etc/mlterm/termcap
etc/mlterm/tfont
diff -r e5b237909d43 -r e5a77e4b1ab8 x11/mlterm/distinfo
--- a/x11/mlterm/distinfo Wed Feb 25 16:11:31 2004 +0000
+++ b/x11/mlterm/distinfo Wed Feb 25 17:15:42 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index