diff options
author | uebayasi <uebayasi> | 2002-03-15 11:23:16 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-03-15 11:23:16 +0000 |
commit | ae74c5803f20a2e55b40c2eb8c40d1430717fbf4 (patch) | |
tree | 3f899e2ad9bc067cd447b7de7be593da82351104 /x11 | |
parent | 5f314a7c702ee11a902e13321dcfe1e5458c7354 (diff) | |
download | pkgsrc-ae74c5803f20a2e55b40c2eb8c40d1430717fbf4.tar.gz |
Update to 2.3.1.
* Vertical view(both right to left and left to right) is supported.
* Max number of pty windows is increased to 32.
* Most settings of scrollbar(position,type,color etc) can be
dynamically changed .
* Number of extra dots between lines can be specified.
* Brightness of wall picture and transparent background can be
adjustied.
* Mlterm can work as a daemon process , and mlclient which is a front
end of mlt erm server is added.
* Mlterm can handle multiple display connections.
* utmp,wtmp is supported by utemper , login/logout functions , or
directly operating BSD style utmp,wtmp files.
(utemper support is contributed by Mike Fabian , and login/logout
one is by Minami Hirokazu san. Thanks!)
* Transparent background by _XROOTPMAP_ID(on kwin,icewm etc) is
supported.
* and many minor bugs are fixed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 19 | ||||
-rw-r--r-- | x11/mlterm/PLIST | 12 | ||||
-rw-r--r-- | x11/mlterm/distinfo | 9 |
3 files changed, 25 insertions, 15 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 51fd5dab41d..0a5923d96e5 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/01/31 14:34:39 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/15 11:23:16 uebayasi Exp $ -DISTNAME= mlterm-2.2.0 +DISTNAME= mlterm-2.3.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/} @@ -16,9 +16,18 @@ USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/autoconf/ltmain.sh -LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/ltmain.sh -LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/ltmain.sh +LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/autoconf/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | \ + while read f; do \ + ${MV} $$f $${f}.orig; \ + ${SED} -e 's|\(-[ILR]\)/usr/local|\1${LOCALBASE}|g' \ + -e 's|\(-[ILR]\)/usr/X11R6|\1${X11BASE}|g' \ + $${f}.orig > $$f; \ + done .include "../../devel/glib/buildlink.mk" .include "../../x11/gtk/buildlink.mk" diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index 254f55757ba..0ba5afbd720 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,19 +1,22 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/31 14:34:39 agc Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/03/15 11:23:16 uebayasi Exp $ +bin/mlclient bin/mlterm etc/mlterm/aafont etc/mlterm/color etc/mlterm/font etc/mlterm/key etc/mlterm/main +etc/mlterm/taafont etc/mlterm/termcap +etc/mlterm/tfont etc/mlterm/vaafont etc/mlterm/vfont etc/mlterm/xim lib/libkik.a lib/libkik.la lib/libkik.so -lib/libkik.so.3 -lib/libkik.so.3.0 +lib/libkik.so.4 +lib/libkik.so.4.0 lib/libmkf.a lib/libmkf.la lib/libmkf.so @@ -30,5 +33,6 @@ lib/mlterm/libsample2.so lib/mlterm/libsample2.so.0 lib/mlterm/libsample2.so.0.0 libexec/mlconfig -@dirrm etc/mlterm +man/man1/mlterm.1 @dirrm lib/mlterm +@dirrm etc/mlterm diff --git a/x11/mlterm/distinfo b/x11/mlterm/distinfo index 6ec278ab9ad..ae4c38aae20 100644 --- a/x11/mlterm/distinfo +++ b/x11/mlterm/distinfo @@ -1,7 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/01/31 14:34:39 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/03/15 11:23:16 uebayasi Exp $ -SHA1 (mlterm-2.2.0.tar.gz) = d8684e0d1c59ea02ab7306440340378abc8cf1ed -Size (mlterm-2.2.0.tar.gz) = 1512809 bytes -SHA1 (patch-aa) = b5d35c9aafb9165769c896895732f9a878a134f2 -SHA1 (patch-ab) = 7dc4ead9e242042f61d657af2750f32fea01cc38 -SHA1 (patch-ac) = 16926c5cc26b950862d089d16f983747ebb566a9 +SHA1 (mlterm-2.3.1.tar.gz) = fc5545c1fad3a7955b803050030418589798d082 +Size (mlterm-2.3.1.tar.gz) = 1547094 bytes |