summaryrefslogtreecommitdiff
path: root/x11/mlterm
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-14Bump PKGREVISION for last change (use PKG_SYSCONFDIR framework).hira1-1/+2
2005-06-11Use PKG_SYSCONFDIR framework. Reviewed by wiz@.hira5-17/+73
2005-06-06Backout part of previous commit (because CONF_FILES handling ishira2-10/+15
wrong). Pointed out by wiz@.
2005-06-06- Use PKG_SYSCONFDIR framework.hira2-18/+15
- Use ${PKGLOCALEDIR}/locale instead of share/locale.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-07Correct the filename in distinfo.hira1-3/+3
2005-03-06Update mlterm to 2.9.2.hira6-44/+181
Patch submitted by FUKAUMI Naoki (PR pkg/29061). - fix for new ptm(4) handling (submitted in PR) - even if pty doesn't exist, try to open next pty (submitted by minskim@). - add myself to MAINTAINER Changes from 2.9.1 are: * [SECURITY] Fixed possible integer overflow. * Improvement for mouse tracking feature. [minami] * New "--iconpath" option and "icon_path" key for per-window icon setting. [minami] * New "--kill" option for mlclient. [minami] * Revived termcap file. [seiichi] * Xterm-like color scheme for cursor and selection. [minami] * SCIM input method plugin (Experimental) [seiichi] * Updated documentations. (#1110868) [mfabian, minami, seiichi] * IIIMF X aux object handling. [seiichi] * Implemented some xterm private esc sequences (1047/1048/1049). [minami] * Fixed a shortcut key bug [minami] (Thanks to Yusuke Sakai) * Bug fixes for input method plugins [Kenichi Handa, Etsushi Kato] * Other bug fixes including #1081111 and #1048321 [mfabian, minami, seiichi] Changes from 2.9.0 are: * Fixed a segfault caused by broken hash table. (#1061470) [seiichi] * Fixed a segfault when mlclient has bool option. (#1069725) [minami, seiichi] * Workaround for a segfault of uim-prime. [seiichi] * Some improvements for m17n-lib support. [seiichi] * Updated w3mmlconfig. [seiichi] * A couple of fixes in configure scripts. [minami, seiichi] * Minor improvement to allow signal handling to be old POSIX compliant. [minami] * Horizontal candidate window for input methods. [seiichi] * Non-interactive mode of mlcc. [minami] * man-page of mlcc. [minami] * A lot of cleanups for mlconfig to get rid of compiler warnings. [minami] * Fixes for missing locale files in mlterm.spec. (#1072304) [seiichi] Changes from 2.8.0p1 are: * Improvement of borderless mode using _MOTIF_WM_HINTS [minami] * Fixed a selection bug with KDE klipper. [minami] * GTK+2 migration in mlconfig/mlterm-menu [minami] * New option "--type" to select the rendering engine for drawing fonts [karaki] * Fixed a bug when moving cursor to out of the screen. [minami] * Fixed a bug in mod_meta_mode = 8bit. [minami] * Fixed a bug that crashed mlterm by changing font size [minami] * Fixed a bug in stream pty on 64bit arch. (Debian BTS #226654) [minami] * Fixed a bug of "mlclient -e" [MURANO Naoki <nao@fu...>] * mlconfig lists scrollbars in user"s configuration directory and system directory. [kubota] * New external tool "mlterm-zoom" [kzys] * Update man [kubota, mfabian, minami, seiichi] * Fixed a bug that crashed mlterm when invalid value was specified with --fsrange option [mfabian] * Fixed a bug that crashed mlterm when resizing a window over and over. [seiichi] * Verbose message for devpts problem of Linux (Debian BTS #257765) [seiichi] * Fixed a bug with DEC special character in using xft. [minami] * Fixed a bug in selecting ISCII text. [karaki] * Support uim. (Experimental) [seiichi] * Support IIIMF. (Experimental) [seiichi] * Support input method of m17n-lib. (Experimental) [seiichi] * Support INCR type transfer of ICCM selection protocol. (Debian BTS #248087) [minami] * Fixed incorrect mapping for KOI8-U <-> UCS4. (Debian BTS #267631) [Eugeniy Meshcheryakov <eugen@un...>] * A lot of improvements for terminfo [minami] * Fixes for strange behavior of VT emulation [minami, seiichi] * Fixed a bug that XIM could not be used with multiple displays. [seiichi] * Fixed a bug that the preedit area of XIM became invisible in the maximized window. [seiichi] * Cleanups and refactorings for ml_* APIs [karaki]
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+3
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-11-23Make NOT_FOR_PLATFORM match comment.wiz1-3/+2
From Hiramatsu Yoshifumi in PR 28403.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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.
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant1-3/+3
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-21/+1
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".
2004-05-08Include Xft2/buildlink3.mk instead of depending on builtin Xft2minskim1-4/+3
implicitly. Bump PKGREVISION. OK'ed by uebayasi@, the maintainer.
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw1-2/+3
2004-02-29Add -R option in linking, so that scrollbar modules can be loadedminskim1-12/+14
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.
2004-02-29Correct a subdirectory name in Makefile. The patch was sent to theminskim2-1/+15
author. Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
2004-02-25Update mlterm to 2.8.0pl1. Patch provided by Kouichirou Hiratsuka inminskim3-15/+24
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.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-29Update to 2.7.0.uebayasi3-25/+18
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.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-02-05only enable antialiasing if Xft exists on this system. Fixes recentlydmcmahill1-1/+4
noted compile problems on 1.6 alpha.
2002-12-31Update mlterm to 2.6.2.uebayasi2-5/+5
Along with many bug fixes, the following sequence are newly supported. * ESC [ x * ESC [ S * ESC [ T * ESC [ I * ESC [ Z
2002-09-15Configure arg --enable-imlib is no longer valid; use --with-imagelib=imlib.toshii1-2/+2
2002-09-15Updated to 2.6.1. Fix an ugly, backscrolling bug.uebayasi2-5/+5
2002-09-15Mlterm 2.6.0.uebayasi3-8/+8
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.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-13/+13
have been converted to USE_BUILDLINK2.
2002-06-20Several missing files.uebayasi1-1/+5
2002-06-19Update to 2.5.0.uebayasi3-10/+27
* 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.
2002-05-04Update to 2.4.0.uebayasi2-7/+13
* #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.
2002-03-15Replaced by sed(1) script in Makefile.uebayasi3-47/+0
2002-03-15Update to 2.3.1.uebayasi3-15/+25
* 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.
2002-01-31Upgrade mlterm package from 2.0.0 to 2.2.0.agc6-28/+29
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.
2001-12-30Mark this package as only available on NetBSD with 1.5T or later.agc1-1/+4
Fixes a problem which arose on a 1.5.2 bulk build.
2001-12-21sync PLIST with realityagc1-1/+3
2001-12-21Initial import of mlterm-2.0.0 into the NetBSD Packages Collection.agc7-0/+114
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.