Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.8-rxvt-unicode.patch ncurses-5.8-gfbsd.patch
Date: Tue, 01 Mar 2011 07:53:06
Message-Id: 20110301075256.EB25020054@flycatcher.gentoo.org
1 vapier 11/03/01 07:52:56
2
3 Added: ncurses-5.8-rxvt-unicode.patch
4 ncurses-5.8-gfbsd.patch
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sys-libs/ncurses/files/ncurses-5.8-rxvt-unicode.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.8-rxvt-unicode.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.8-rxvt-unicode.patch?rev=1.1&content-type=text/plain
15
16 Index: ncurses-5.8-rxvt-unicode.patch
17 ===================================================================
18 Add rxvt-unicode terminfo, required by rxvt-unicode to function properly.
19
20 Providing this in ncurses makes it widely available, much better than having to
21 install rxvt-unicode everywhere.
22
23 http://bugs.gentoo.org/show_bug.cgi?id=192083
24
25 This patch uses the updated rxvt-unicode-9.09 terminfo
26 which adds support for 256 colors.
27
28 --- misc/terminfo.src
29 +++ misc/terminfo.src
30 @@ -3965,6 +3965,176 @@
31 rxvt-16color|xterm with 16 colors like aixterm,
32 ncv#32, use=ibm+16color, use=rxvt,
33
34 +# From: Thomas Dickey <dickey@×××××.net> 04 Oct 1997
35 +# Updated: Özgür Kesim <kesim@××××××××××××××.de> 02 Nov 1997
36 +# Updated: Marc Lehmann <pcg@××××.com>, 17 Feb 2005
37 +# Updated: Marc Lehmann <schmorp@×××××××.de>, 04 Nov 2008: change init/reset sequences
38 +rxvt-unicode|rxvt-unicode terminal (X Window System),
39 + am,
40 + bce,
41 + eo,
42 + km,
43 + msgr,
44 + xenl,
45 + hs,
46 + cols#80,
47 + it#8,
48 + lines#24,
49 + acsc=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~-A.B+C\,D0EhFiG,
50 + bel=^G,
51 + blink=\E[5m,
52 + bold=\E[1m,
53 + civis=\E[?25l,
54 + clear=\E[H\E[2J,
55 + cnorm=\E[?25h,
56 + cr=^M,
57 + csr=\E[%i%p1%d;%p2%dr,
58 + cub=\E[%p1%dD,
59 + cub1=^H,
60 + cud=\E[%p1%dB,
61 + cud1=^J,
62 + cuf=\E[%p1%dC,
63 + cuf1=\E[C,
64 + cup=\E[%i%p1%d;%p2%dH,
65 + cuu=\E[%p1%dA,
66 + cuu1=\E[A,
67 + cvvis=\E[?25h,
68 + dch=\E[%p1%dP,
69 + dch1=\E[P,
70 + dl=\E[%p1%dM,
71 + dl1=\E[M,
72 + ed=\E[J,
73 + el=\E[K,
74 + el1=\E[1K,
75 + flash=\E[?5h$<20/>\E[?5l,
76 + home=\E[H,
77 + hpa=\E[%i%p1%dG,
78 + ht=^I,
79 + hts=\EH,
80 + ich=\E[%p1%d@,
81 + ich1=\E[@,
82 + il=\E[%p1%dL,
83 + il1=\E[L,
84 + ind=^J,
85 + is1=\E[\041p,
86 + is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
87 + kDC=\E[3$,
88 + kIC=\E2$,
89 + kEND=\E[8$,
90 + kHOM=\E[7$,
91 + kLFT=\E[d,
92 + kNXT=\E[6$,
93 + kPRV=\E[5$,
94 + kRIT=\E[c,
95 + kbs=\177,
96 + ka1=\EOw,
97 + ka3=\EOy,
98 + kb2=\EOu,
99 + kc1=\EOq,
100 + kc3=\EOs,
101 + kcbt=\E[Z,
102 + kcub1=\E[D,
103 + kcud1=\E[B,
104 + kcuf1=\E[C,
105 + kcuu1=\E[A,
106 + kdch1=\E[3~,
107 + kel=\E[8\^,
108 + kend=\E[8~,
109 + kent=\EOM,
110 + kf1=\E[11~,
111 + kf10=\E[21~,
112 + kf11=\E[23~,
113 + kf12=\E[24~,
114 + kf13=\E[25~,
115 + kf14=\E[26~,
116 + kf15=\E[28~,
117 + kf16=\E[29~,
118 + kf17=\E[31~,
119 + kf18=\E[32~,
120 + kf19=\E[33~,
121 + kf2=\E[12~,
122 + kf20=\E[34~,
123 + kf3=\E[13~,
124 + kf4=\E[14~,
125 + kf5=\E[15~,
126 + kf6=\E[17~,
127 + kf7=\E[18~,
128 + kf8=\E[19~,
129 + kf9=\E[20~,
130 + kfnd=\E[1~,
131 + khome=\E[7~,
132 + kich1=\E[2~,
133 + kmous=\E[M,
134 + knp=\E[6~,
135 + kpp=\E[5~,
136 + kslt=\E[4~,
137 + rc=\E8,
138 + rev=\E[7m,
139 + ri=\EM,
140 + rmso=\E[27m,
141 + rmul=\E[24m,
142 + rs1=\Ec,
143 + rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
144 + sgr0=\E[m\E(B,
145 + enacs=,
146 + smacs=\E(0,
147 + rmacs=\E(B,
148 + smso=\E[7m,
149 + smul=\E[4m,
150 + tbc=\E[3g,
151 + vpa=\E[%i%p1%dd,
152 + colors#88,
153 + pairs#7744,
154 + btns#5,
155 + lm#0,
156 + ccc,
157 + npc,
158 + mc5i,
159 + ncv#0,
160 + mir,
161 + xon,
162 + bw,
163 + ech=\E[%p1%dX,
164 + mc0=\E[i,
165 + mc4=\E[4i,
166 + mc5=\E[5i,
167 + sitm=\E[3m,
168 + ritm=\E[23m,
169 + smam=\E[?7h,
170 + rmam=\E[?7l,
171 + smir=\E[4h,
172 + rmir=\E[4l,
173 + smcup=\E[?1049h,
174 + rmcup=\E[r\E[?1049l,
175 + smkx=\E=,
176 + rmkx=\E>,
177 + indn=\E[%p1%dS,
178 + rin=\E[%p1%dT,
179 + sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;,
180 + op=\E[39;49m,
181 + setaf=\E[38;5;%p1%dm,
182 + setab=\E[48;5;%p1%dm,
183 + setf=%?%p1%{7}%>%t\E[38;5;%p1%dm%e\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
184 + setb=%?%p1%{7}%>%t\E[48;5;%p1%dm%e\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m%;,
185 + initc=\E]4;%p1%d;rgb\:%p2%{65535}%*%{1000}%/%4.4X/%p3%{65535}%*%{1000}%/%4.4X/%p4%{65535}%*%{1000}%/%4.4X\E\\,
186 + sc=\E7,
187 + s0ds=\E(B,
188 + s1ds=\E(0,
189 + s2ds=\E*B,
190 + s3ds=\E+B,
191 + u6=\E[%i%d;%dR,
192 + u7=\E[6n,
193 + u8=\E[?1;2c,
194 + u9=\E[c,
195 + tsl=\E]2;,
196 + fsl=\007,
197 + dsl=\E]2;\007,
198 +
199 +rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System),
200 + colors#256,
201 + pairs#32767,
202 + use=rxvt-unicode,
203 +
204 # mrxvt 0.5.4
205 #
206 # mrxvt is based on rxvt 2.7.11, but has by default XTERM_FKEYS defined, which
207
208
209
210 1.1 sys-libs/ncurses/files/ncurses-5.8-gfbsd.patch
211
212 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.8-gfbsd.patch?rev=1.1&view=markup
213 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.8-gfbsd.patch?rev=1.1&content-type=text/plain
214
215 Index: ncurses-5.8-gfbsd.patch
216 ===================================================================
217 we'll hijack the freebsd* case that comes later
218
219 --- ncurses-5.6/aclocal.m4
220 +++ ncurses-5.6/aclocal.m4
221 @@ -3806,7 +3806,7 @@
222 fi
223 cf_cv_rm_so_locs=yes
224 ;;
225 - linux*|gnu*|k*bsd*-gnu) #(vi
226 + linux*|gnu*|k*bsd*-gnu|freebsd*|dragonfly*) #(vi
227 if test "$DFT_LWR_MODEL" = "shared" ; then
228 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
229 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
230 --- ncurses-5.6/configure
231 +++ ncurses-5.6/configure
232 @@ -3806,7 +3806,7 @@
233 fi
234 cf_cv_rm_so_locs=yes
235 ;;
236 - linux*|gnu*|k*bsd*-gnu) #(vi
237 + linux*|gnu*|k*bsd*-gnu|freebsd*|dragonfly*) #(vi
238 if test "$DFT_LWR_MODEL" = "shared" ; then
239 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)"
240 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"