summaryrefslogtreecommitdiff
path: root/x11/eterm/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-05-08Honour PKG_SYSCONFDIR. Bump PKGREVISION to 3.jmmv1-0/+15
2003-02-14Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution onsalo1-0/+12
hosts with broken /bin/sh (such as Solaris). Patch from Jonathan Perkin via PR pkg/20239.
2002-12-26Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393.wiz6-134/+89
The ReleaseNotes say: Changes in 0.9: --------------- You're kidding, right? There have been so many changes here it's not funny. If you really want to know what they all are, you can read the ChangeLog. But I'd settle for this: - All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam4-50/+1
have been converted to USE_BUILDLINK2.
2002-06-17Add patches from Rui-Xiang Guo <rxg@ms25.url.com.tw> on netbsd-help mailingagc1-0/+76
list which allow Eterm to compile on -current (utmpx changes).
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam3-0/+49
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-04-28Update Eterm to 0.8.10zuntum4-43/+14
This release is simply a bugfix release of 0.8.9. The 0.8.x series has become the "stable" branch of Eterm and will only involve bugfixes, no new features. All the feature development is occuring in the 0.9 series. Fixes pkg/12105 by myself
2001-03-05Fix build problem by using functionality in new libtool rather than askrll1-0/+13
hack for the old libtool.
1999-10-28Add missing patches.jlam2-0/+52
1999-10-28* Update to eterm-0.8.9jlam2-40/+30
* make COMMENT and DESCR a bit more descriptive * change MAINTAINER to packages@netbsd.org * Install Eterm as setuid root so that utmp logging functions correctly. This fixes PR#7365. Changes in 0.8.9: ----------------- - Support for scrolling with mouse wheels. - New --version switch to display compile-time configuration. - Tinting and shading have been sped up by about 30% thanks to Michael Pearson <alcaron@ozemail.com.au>. - Scrollbar type and width is now customizeable at compile-time *and* run-time. Support for NeXT-style scrollbars has also been added. - Three *major* bugs have been fixed. Tiled desktop images no longer cause crashes when tinting or shading. The resize crash bug has also been squished. The secure system() call replacement which was accidentally removed has been added back. - Ctrl-Button1 now grabs input focus. Ctrl-Button2 toggles the scrollbar on and off. Ctrl-Button3 toggles the menubar on and off. NOTE: If you used to disable the menubar by commenting out the loading of the menubar file, or loading a fake one (e.g., '-Mx' or '-M /dev/null'), don't. Simply add "off" to the end of the menu line (e.g., 'menu Eterm.menu off'), or use the new boolean command-line option --menubar (e.g., '--menubar off'). Then you can toggle the menubar using Ctrl-Button3 like you would expect. - Popup scrollbar support has been added. - New -D (--desktop) option for choosing a desktop to start on. Your window manager must be GNOME-compliant for this to work. See the documentation at http://www.gnome.org/devel/gnomewm/ for info on the _WIN_WORKSPACE property. - The Eterm Technical Reference has been completely rewritten. It is now an HTML document located in the doc/ directory. - Lots and lots and lots of new escape sequences. See the Technical Reference for details on them. - Oodles of small bug fixes, as always. :-) - Debugging output is now runtime configurable. Use the --debug option and supply a number. 0 (the default) gives no debugging output. 1-5 give increasingly more output, up to 5 (which I don't recommend using) which synchronizes X events (and slows things down bigtime). - You can now save your current Eterm settings from the menu. - New --app-keypad and --app-cursor options to set the startup mode for application/normal mode for the keypad and cursor keys. - Three new utilities in addition to Esetroot, all of which are located in the utils/ directory. Etbg is a tool for manipulating Eterm's background image on the fly. Etcolors.sh demonstrates all the different combinations of your current color settings. Etmenu.sh lets you send menu commands to Eterm's menubar subsystem without having to type the escape codes yourself. - Borderless Eterms now attempt to use the Window Manager to become borderless instead of bypassing it altogether.
1999-04-06Make this package use NetBSD's own pkglibtool.agc1-0/+23
Remove two redundant definitions in the package Makefile.
1999-03-30New pkg for eterm 0.8.8. A fancy xterm with colors and transparentgarbled1-0/+20
backgrounds. Part of enlightenment.