diff options
author | flathill <flathill@FreeBSD.org> | 1999-02-12 05:56:21 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-02-12 05:56:21 +0000 |
commit | c1a8f9cbe637fd9f1de5f1bce1f201dbfae68c0b (patch) | |
tree | c61eb5d2a282c2986dfe9167be14cefefc0b8cd9 /japanese/rxvt/files | |
parent | ed949871cfb389aa3ab8db6282ec62a4ec82095e (diff) | |
download | FreeBSD-ports-c1a8f9cbe637fd9f1de5f1bce1f201dbfae68c0b.zip FreeBSD-ports-c1a8f9cbe637fd9f1de5f1bce1f201dbfae68c0b.tar.gz |
Update to 2.6pre2.
PR: ports/10041
Submitted-by: honda@kashio.info.mie-u.ac.jp
Diffstat (limited to 'japanese/rxvt/files')
-rw-r--r-- | japanese/rxvt/files/ja.menu | 29 | ||||
-rw-r--r-- | japanese/rxvt/files/patch-aa | 8 | ||||
-rw-r--r-- | japanese/rxvt/files/patch-ab | 77 | ||||
-rw-r--r-- | japanese/rxvt/files/patch-ad | 4 | ||||
-rw-r--r-- | japanese/rxvt/files/patch-aj | 38 | ||||
-rw-r--r-- | japanese/rxvt/files/terminal.menu | 60 |
6 files changed, 190 insertions, 26 deletions
diff --git a/japanese/rxvt/files/ja.menu b/japanese/rxvt/files/ja.menu new file mode 100644 index 0000000..ee93971 --- /dev/null +++ b/japanese/rxvt/files/ja.menu @@ -0,0 +1,29 @@ +#------------------------------------------------------------------------- +[menu:shell] +[clear] +[title:shell] +# [pixmap:name] + +# not necessarily useful, but an example of using the rxvt menuBar + +# assuming we have ksh with Emacs bindings +<u>^P<d>^N<r>^F<l>^B + +/Commands/* +{manual} man +{manual apropos} man -k +{manual whatis} man -f +{-} +{Exit Shell} exit\r + +/Programs/* +{Mule} mule &\r +{Mule(no X)} mule -nw\r +{Mail} Mail\r +{WWW} lynx\r + +[read:terminal] +[show] +[done:shell] + +#--------------------------------------------------------------------- eof diff --git a/japanese/rxvt/files/patch-aa b/japanese/rxvt/files/patch-aa index 4a27f9b..d64920b 100644 --- a/japanese/rxvt/files/patch-aa +++ b/japanese/rxvt/files/patch-aa @@ -1,7 +1,7 @@ -*** Makefile.in.orig Sun Sep 20 17:48:18 1998 ---- Makefile.in Thu Nov 19 00:19:50 1998 +*** Makefile.in.orig Fri Jan 29 22:10:45 1999 +--- Makefile.in Fri Jan 29 22:11:13 1999 *************** -*** 8,14 **** +*** 9,15 **** first_rule: all dummy: @@ -9,7 +9,7 @@ DIST = INSTALL README.configure configure Makefile Makefile.in ---- 8,14 ---- +--- 9,15 ---- first_rule: all dummy: diff --git a/japanese/rxvt/files/patch-ab b/japanese/rxvt/files/patch-ab index 678e168..04db377 100644 --- a/japanese/rxvt/files/patch-ab +++ b/japanese/rxvt/files/patch-ab @@ -1,54 +1,91 @@ -*** doc/Makefile.in.orig Wed Nov 18 16:20:14 1998 ---- doc/Makefile.in Thu Nov 19 00:22:01 1998 +*** doc/Makefile.in.orig Sun Jan 10 18:46:43 1999 +--- doc/Makefile.in Fri Jan 29 23:49:25 1999 *************** -*** 37,43 **** +*** 38,44 **** #------------------------------------------------------------------------- ! all: + @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ ---- 37,43 ---- +--- 38,44 ---- #------------------------------------------------------------------------- ! all: alldoc + @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ *************** -*** 55,61 **** +*** 54,60 **** tags allbin: ! alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt - $(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h - $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@ ---- 55,61 ---- + yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in + $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ +--- 54,60 ---- tags allbin: ! alldoc: rxvt.1 - $(basedir)/$(VERNAME).lsm: LSM.in $(srcdir)/../autoconf/Make.common.in $(srcdir)/../src/version.h - $(SED) $(SEDREPLACE) < $(srcdir)/LSM.in > $@ + yodl/versioninfo.yo: yodl/versioninfo.yo.in ../autoconf/Make.common.in + $(SED) $(SEDREPLACE) < $(srcdir)/yodl/versioninfo.yo.in > $@ *************** -*** 63,70 **** +*** 65,81 **** rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo yodl2man -orxvt.tbl yodl/rxvt.yo -! rxvt.1: rxvt.tbl -! tbl rxvt.tbl > $@ +! rxvt.1: rxvt.tbl Makefile +! @if test x$(TBL) = x; then : ; else echo "Making rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl > rxvt.1 ; fi - rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo - yodl2html -o$@ yodl/rxvt.yo ---- 63,69 ---- +! rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo +! yodl2html -o$@ yodl/rxvt.yo + +! rxvtRef.html: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo +! yodl2html -o$@ yodl/rxvtRef.yo + +! rxvtRef.txt: $(YODL_RREF) yodl/rxvtRef.yo yodl/masonyodl.yo +! yodl2txt -o$@ yodl/rxvtRef.yo + + clean: + $(RMF) rxvt.man *~ yodl/*~ +--- 65,77 ---- rxvt.tbl: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo yodl2man -orxvt.tbl yodl/rxvt.yo ! rxvt.1: - rxvt.html: yodl/rxvt.yo $(YODL_RXVT) yodl/versioninfo.yo yodl/masonyodl.yo - yodl2html -o$@ yodl/rxvt.yo +! rxvt.html: + +! rxvtRef.html: + +! rxvtRef.txt: + + clean: + $(RMF) rxvt.man *~ yodl/*~ +*************** +*** 85,92 **** + + distclean: + +! install: rxvt.1 +! $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext) + + uninstall: + -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext) +--- 81,91 ---- + + distclean: + +! install: rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt +! $(INSTALL_DATA) rxvt.1 $(mandir)/$(manprefix)rxvt.$(manext) +! $(INSTALL_DATA) rxvt.html $(prefix)/share/doc/ja/rxvt/rxvt.html +! $(INSTALL_DATA) rxvtRef.html $(prefix)/share/doc/ja/rxvt/rxvtRef.html +! $(INSTALL_DATA) rxvtRef.txt $(prefix)/share/doc/ja/rxvt/rxvtRef.txt + + uninstall: + -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext) diff --git a/japanese/rxvt/files/patch-ad b/japanese/rxvt/files/patch-ad index b7d8944..f75c0c7 100644 --- a/japanese/rxvt/files/patch-ad +++ b/japanese/rxvt/files/patch-ad @@ -1,5 +1,5 @@ -*** src/command.c.orig Wed Dec 9 18:26:44 1998 ---- src/command.c Wed Dec 9 18:27:31 1998 +*** src/command.c.orig Sun Jan 24 14:39:54 1999 +--- src/command.c Fri Jan 29 22:57:48 1999 *************** *** 289,295 **** ttydev = tty_name; diff --git a/japanese/rxvt/files/patch-aj b/japanese/rxvt/files/patch-aj new file mode 100644 index 0000000..c110e52 --- /dev/null +++ b/japanese/rxvt/files/patch-aj @@ -0,0 +1,38 @@ +*** src/feature.h.orig Fri Jan 22 21:25:16 1999 +--- src/feature.h Sat Jan 30 00:48:14 1999 +*************** +*** 153,159 **** + * This has been superceded and is only for you older users + */ + /* #define HOTKEY_CTRL */ +! /* #define HOTKEY_META */ + + /* + * To use +--- 153,159 ---- + * This has been superceded and is only for you older users + */ + /* #define HOTKEY_CTRL */ +! #define HOTKEY_META + + /* + * To use +*************** +*** 351,358 **** + #ifdef KANJI + # define NFONTS 5 + # define FONT0_IDX 2 +! # define MFONT_LIST "k14", "jiskan16", "jiskan18", "jiskan24", "jiskan26" +! # define NFONT_LIST "7x14", "8x16", "9x18", "12x24", "13x26" + #else + # ifdef ZH + # define NFONTS 5 +--- 351,358 ---- + #ifdef KANJI + # define NFONTS 5 + # define FONT0_IDX 2 +! # define MFONT_LIST "k14", "k10", "k12", "kanji16", "kanji24" +! # define NFONT_LIST "7x14", "a10", "r12", "8x16", "12x24" + #else + # ifdef ZH + # define NFONTS 5 diff --git a/japanese/rxvt/files/terminal.menu b/japanese/rxvt/files/terminal.menu new file mode 100644 index 0000000..72160df --- /dev/null +++ b/japanese/rxvt/files/terminal.menu @@ -0,0 +1,60 @@ +# standard settings for a `terminal' control menu +# only attach to an existing menubar +[menu] + +/Terminal/* +./Font/* +{Normal} ^@\E]50;# +{Larger}{(M->)} ^@\E]50;#+ +{Smaller}{(M-<)}^@\E]50;#- +{-} +{Font 1} ^@\E]50;#1 +{Font 2} ^@\E]50;#2 +{Font 3} ^@\E]50;#3 +{Font 4} ^@\E]50;#4 +../Screen/* +{ReverseVideo} ^@\E[?5t +{Toggle Width} ^@\E[?3t +{Cursor} ^@\E[?25t +{Switch} ^@\E[?47t +{-} +{menuBar} ^@\E[?10t +{refresh menu} ^@\E[?10h +{scrollBar} ^@\E[?30t +{-} +{Toggle scroll-on-TTY} ^@\E[?1010t +{Toggle scroll-on-Key} ^@\E[?1011t +../Keys/* +{XTerm} ^@\E[?35t +{Backspace} ^@\E[?67t +{Cursor} ^@\E[?1t +{KeyPad} ^@\E[?66t +../ +{-} +./Pixmap/* +{None} ^@\E[m\E]20;\a +#{-} +# load .xpm files (assuming Rxvt*path: has been properly set) +# notice there are 2 ways to do this task +#{background5} ^@\E]20;background5 +#{Mona} ^@\E]10;[pixmap:monalisa;100] +#{world} ^@\E]20;world +{-} +./Attrib/* +{Full} ^@\E]20;;100x100+50+50;? +{Tiled} ^@\E]20;;0 +{Centre} ^@\E]20;;=+50+50;? +{-} +# set `quick arrow' keys +{Zoom}{200/50%} ^@\E]10;[:<b>\^@\\E]20;;<r>200x0<l>50x0<u>0x200<d>0x50<e>;?:] +{Pos}{5%} ^@\E]10;[:<b>\^@\\E]20;;<r>+5+0<l>-5+0<u>+0-5<d>+0+5<e>;?:] +../ +../ +{-} +{Version} ^@\E[8n +/ + +# make sure the change gets updated +[show] +[done] +#--------------------------------------------------------------------- eof |