diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-23 11:00:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-23 11:00:36 +0000 |
commit | 0f6186d0db9dd8c1484e9cc3f5d331a15c59bb7c (patch) | |
tree | 48cd9989d79cdc41415fe4b9715f7da6def18dcd /x11/eterm | |
parent | add adgali (diff) |
Use the "xterm-color" termcap entry rather than "Eterm" (missing from
termcap), and revert the default color scheme to the plain old "white on
black".
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=48118
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 1 | ||||
-rw-r--r-- | x11/eterm/files/patch-Eterm:theme.cfg.in | 20 | ||||
-rw-r--r-- | x11/eterm/files/patch-auto:theme.cfg.in | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 08687c2b581c..182979cd3353 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= eterm PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.eterm.org/download/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/x11/eterm/files/patch-Eterm:theme.cfg.in b/x11/eterm/files/patch-Eterm:theme.cfg.in new file mode 100644 index 000000000000..3a8d97ac0b46 --- /dev/null +++ b/x11/eterm/files/patch-Eterm:theme.cfg.in @@ -0,0 +1,20 @@ +--- themes/Eterm/theme.cfg.in.orig Wed Jul 4 00:53:52 2001 ++++ themes/Eterm/theme.cfg.in Sat Sep 22 16:15:24 2001 +@@ -16,7 +16,7 @@ + begin color + + # Foreground, background, cursor, scrollbar, pointer colors +- foreground #aaaaaa ++ foreground #ffffff + background black + cursor #ffff00 + cursor_text #880000 +@@ -401,7 +401,7 @@ + # line_space 2 + + # Value to use for $TERM +- term_name Eterm ++ term_name xterm-color + + # Program to exec (intended for use with themes) + # exec foo diff --git a/x11/eterm/files/patch-auto:theme.cfg.in b/x11/eterm/files/patch-auto:theme.cfg.in new file mode 100644 index 000000000000..ffff2c0f143e --- /dev/null +++ b/x11/eterm/files/patch-auto:theme.cfg.in @@ -0,0 +1,11 @@ +--- themes/auto/theme.cfg.in.orig Sat Sep 22 16:17:07 2001 ++++ themes/auto/theme.cfg.in Sat Sep 22 16:16:09 2001 +@@ -1,7 +1,7 @@ + <Eterm-0.9.1> + + begin color +- foreground #aaaaaa ++ foreground #ffffff + background black + cursor #ffff00 + cursor_text #880000 |