Age | Commit message (Collapse) | Author | Files | Lines |
|
Some BUILDLINK_RECOMMENDED bumps done also.
(If I missed any, please let me know -- and let me know a good
way to automate this.)
|
|
From Hiramatsu Yoshifumi in PR 28403.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
implicitly. Bump PKGREVISION.
OK'ed by uebayasi@, the maintainer.
|
|
|
|
dynamically. Noted by Naoki Fukaumi on tech-pkg-ja@jp.NetBSD.org.
While here, replace sed/mv with SUBST_* and make them fix more files.
Bump PKGREVISION.
|
|
author. Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
|
|
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.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
ver 2.7.0
* Supported pty switching in the same window.(see doc/ja/README.ja in detail for
the Japanese.)
* Supported koi8-t,georgian-ps,cp1251 and cp1255.
* Gettextized mlconfig.
* Improved 'apply','cancel' etc buttons in mlconfig.
* Mlconfig now can save configuration changes to ~/.mlterm/main.
* Added mlterm-menu which starts by Ctrl+Right.
* Forbidden 5380 protocol(doc/en/PROTOCOL) for some security issues,
and removed mlcc, mlconf_curses and w3mmlconfig as a result of it.
* Fixed many bugs, cleaned many codes, and updated documentations.
|
|
dependency bumps.
|
|
noted compile problems on 1.6 alpha.
|
|
Along with many bug fixes, the following sequence are newly supported.
* ESC [ x * ESC [ S * ESC [ T
* ESC [ I * ESC [ Z
|
|
|
|
|
|
Changes:
* Window icon is supported and icon_path option is added.(Thanks to Minami
Hirokazu san)
* Fixed critical bugs around bce support.
* Fixed incorrect size hints bug.(Thanks to Sato Seiichi san)
* XDND is supported.(Thanks to Minami Hirokazu san)
* mlconfig improved.(Thanks to Kubota Tomohiro san)
* contrast/gamma options are supported.
* HOME/END keys are supported.
* metakey=[mod1-mod5,meta,alt,super,hyper] option is supported.
* TERM=mlterm is supported and doc/term/mlterm.{ti|tc} are added.
(Thanks to Minami Hirokazu san)
* And many minor bugs are fixed.
|
|
have been converted to USE_BUILDLINK2.
|
|
|
|
* gdk-pixbuf as well as imlib is supported.(Thanks to Minami Hirokazu san)
* mlterm can be built in other directories than the source tree.
(Thanks to Nakada Nobuyoshi san)
* BCE is supported.
* mlterm is separated into vt100 core functions(mlterm/) and x window system
specific functions(xwindow/), and mlterm window can be revived even if
it is destroyed by a window manager.
* UCS4 is used internally even if --enable-ucs4 option is not specified.
* <KEY>=<OUTPUT STRING> format is supported in key config file.
* mlcc is added. (Thanks to Minami Hirokazu san)
* extra scrollbar plugins(athena,motif,mozmodern,next) are added.
(Thanks to Sato Seiichi san)
* 16 color support.
* And many minor bugs are fixed.
|
|
* #RRGGBB format is supported for specifying fg/bg color.
* All color names defined in rgb.txt are available for specifying fg/bg color.
* Bidi processing is improved for practical use.(Thanks to Nadim Shaikli)
* Even if console applications don't support character combining, -J/--dyncomb
option enables them to show combining characters correctly.
* Shortcut keys for scrolling which are not compatible with xterm are disabled
by default. -q/--extkey option enables them.
* And many monor bus are fixed.
Also, enable anti-alias configure option suggested by Rui-Xiang Guo in
pkg/16042.
|
|
|
|
* 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.
|
|
Provided in PR 15436 by Masao Uebayashi (uebayasi@soum.co.jp) - the patch
files were modified by me to apply cleanly.
Changes since 2.0.0:
* variable length column is supported.
* ISCII support codes are imported(but is not still supported
formally).
* fribidi 0.10.0 is supported.
* Full Reset button is added to mlconfig.
* color fading is supported.
* big5 unstandard characters can be converted to and from ucs4.
* cursor form is changed when window is focused or unfocused.
* Background of color-reversed characters is drawn with fg color event
under wall paper or tranparent mode.
* ESC ] 20 ; pt BEL sequence is supported.
* mlterm configuration protocol is decided and implemented.
* w3mmlconfig(w3m local-CGI) is contributed by Sakamoto Hironori san.
* mlconf_curses(perl + curses) is contributed by Minami Hirokazu san.
* etc/{font|vfont|aafont|vaafont} format is changed.
(Dynalab font can be shown correctly by using this extension)
* some characters of CP932 based true type fonts couldn't be shown,
but fixed.
* CP932 gaiji characters (IBM , NEC , NECIBM) <=> UCS conversion is
supported.
* and many minor bugs are fixed.
|
|
Fixes a problem which arose on a 1.5.2 bulk build.
|
|
|
|
mlterm is a Multi Lingual TERMinal emulator for X. It supports
many character sets, many encodings, and many other decorative
functions. Since mlterm retains character tables in memory to
convert characters between UCS and other encodings, it consumes a
lot of memory while running, so it's recommended that you open
multiple ptys in one process.
Provided in PR 15002 by Masao Uebayashi <uebayasi@soum.co.jp>,
modified slightly by myself to use NetBSD's libtool, to correct
slight wording difficulties in the description, and to generalise
the hardcoded paths in Makefile.in files.
|