Blame


1 78e51a8c 2005-01-14 devnull
2 78e51a8c 2005-01-14 devnull <html>
3 78e51a8c 2005-01-14 devnull <!--
4 78e51a8c 2005-01-14 devnull Edit ./^$/,s/<table border=0 cellspacing=0 cellpadding=0 width=100%/<Table/g
5 78e51a8c 2005-01-14 devnull Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g
6 78e51a8c 2005-01-14 devnull -->
7 78e51a8c 2005-01-14 devnull
8 78e51a8c 2005-01-14 devnull <head>
9 a3993885 2017-09-01 rsc <base href="https://9fans.github.io/plan9port/unix/">
10 78e51a8c 2005-01-14 devnull <title>Unix Software from Plan 9</title>
11 78e51a8c 2005-01-14 devnull </head>
12 78e51a8c 2005-01-14 devnull <body bgcolor=#ffffff>
13 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
14 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td><td width=20>
15 78e51a8c 2005-01-14 devnull <tr><td><td>
16 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
17 78e51a8c 2005-01-14 devnull <center>
18 78e51a8c 2005-01-14 devnull <font size=+1><b>Unix Software from Plan 9</b></font>
19 78e51a8c 2005-01-14 devnull </center>
20 78e51a8c 2005-01-14 devnull
21 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
22 92aa0e13 2020-02-23 crossd These are ports of <a href="http://9p.io/plan9">Plan 9</a>'s
23 78e51a8c 2005-01-14 devnull UTF-8, formatted print, buffered I/O, and regular expression
24 78e51a8c 2005-01-14 devnull libraries, along with mk, a simple replacement for make.
25 78e51a8c 2005-01-14 devnull <p>
26 88a87fad 2021-03-24 rsc
27 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
28 78e51a8c 2005-01-14 devnull <b>supported systems</b>
29 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
30 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
31 78e51a8c 2005-01-14 devnull <tr><td><td>
32 78e51a8c 2005-01-14 devnull Digital Unix OSF1 <font size=-1>(Alpha)</font>,
33 78e51a8c 2005-01-14 devnull Linux <font size=-1>(x86 and PowerPC)</font>,
34 78e51a8c 2005-01-14 devnull FreeBSD <font size=-1>(x86)</font>,
35 78e51a8c 2005-01-14 devnull NetBSD <font size=-1>(x86)</font>,
36 78e51a8c 2005-01-14 devnull Mac OS X <font size=-1>(Power PC)</font>,
37 78e51a8c 2005-01-14 devnull OpenBSD <font size=-1>(x86)</font>,
38 78e51a8c 2005-01-14 devnull SunOS <font size=-1>(Sparc)</font>
39 78e51a8c 2005-01-14 devnull </table>
40 78e51a8c 2005-01-14 devnull
41 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
42 78e51a8c 2005-01-14 devnull <b>installation</b>
43 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
44 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
45 78e51a8c 2005-01-14 devnull <tr><td><td>
46 78e51a8c 2005-01-14 devnull Links to source tgzs are below.
47 78e51a8c 2005-01-14 devnull On supported systems, extract and <font size=+1><tt>make install</tt></font>.
48 78e51a8c 2005-01-14 devnull The default installation target is <font size=+1><tt>/usr/local</tt></font>. To install elsewhere,
49 78e51a8c 2005-01-14 devnull <font size=+1><tt>make PREFIX=/usr/elsewhere install</tt></font>.
50 78e51a8c 2005-01-14 devnull
51 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
52 88a87fad 2021-03-24 rsc
53 78e51a8c 2005-01-14 devnull On unsupported systems, you will need to create
54 78e51a8c 2005-01-14 devnull <font size=+1><tt>Make.<i>YourOS</i>-<i>YourArch</i></tt></font>.
55 722c34e3 2005-01-14 devnull See the existing ones for examples. If you write one for a new system,
56 722c34e3 2005-01-14 devnull please send it to us for inclusion in the tar files.
57 78e51a8c 2005-01-14 devnull
58 78e51a8c 2005-01-14 devnull </table>
59 78e51a8c 2005-01-14 devnull
60 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
61 78e51a8c 2005-01-14 devnull <b>libutf</b>
62 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
63 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
64 78e51a8c 2005-01-14 devnull <tr><td><td>
65 88a87fad 2021-03-24 rsc
66 78e51a8c 2005-01-14 devnull Libutf is a port of Plan 9's support library for UTF-8 and Unicode.
67 88a87fad 2021-03-24 rsc
68 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
69 88a87fad 2021-03-24 rsc
70 88a87fad 2021-03-24 rsc <font size=-1>manual:</font>
71 78e51a8c 2005-01-14 devnull <!-- [ 9 man -w `{nm /usr/local/lib/libutf.a | awk '$2=="T" {print $3}'} ]-->
72 78e51a8c 2005-01-14 devnull <a href="man/isalpharune3.html"><i>isalpharune</i>(3)</a>,
73 78e51a8c 2005-01-14 devnull <a href="man/rune3.html"><i>rune</i>(3)</a>,
74 78e51a8c 2005-01-14 devnull <a href="man/runestrcat3.html"><i>runestrcat</i>(3)</a>,
75 78e51a8c 2005-01-14 devnull <a href="man/utf7.html"><i>utf</i>(7)</a>
76 88a87fad 2021-03-24 rsc
77 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
78 78e51a8c 2005-01-14 devnull
79 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="libutf.tgz">libutf.tgz</a>
80 88a87fad 2021-03-24 rsc
81 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
82 78e51a8c 2005-01-14 devnull
83 88a87fad 2021-03-24 rsc <font size=-1>license: MIT</font>
84 88a87fad 2021-03-24 rsc
85 78e51a8c 2005-01-14 devnull </table>
86 78e51a8c 2005-01-14 devnull
87 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
88 78e51a8c 2005-01-14 devnull <b>libfmt</b>
89 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
90 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
91 78e51a8c 2005-01-14 devnull <tr><td><td>
92 88a87fad 2021-03-24 rsc
93 78e51a8c 2005-01-14 devnull Libfmt is a port of Plan 9's formatted print library.
94 78e51a8c 2005-01-14 devnull As a base it provides all the syntax of ANSI C's printf but adds
95 78e51a8c 2005-01-14 devnull the ability for client programs to install new print verbs.
96 78e51a8c 2005-01-14 devnull One such print verb (installed by default) is <font size=+1><tt>%r</tt></font>, which prints
97 78e51a8c 2005-01-14 devnull the system error string.
98 78e51a8c 2005-01-14 devnull Instead of <font size=+1><tt>perror("foo")</tt></font>, you can write
99 78e51a8c 2005-01-14 devnull <font size=+1><tt>fprint(2, "foo: %r\n");</tt></font>.
100 88a87fad 2021-03-24 rsc This is especially nice when you write verbs to format the
101 78e51a8c 2005-01-14 devnull data structures used by your particular programs.
102 78e51a8c 2005-01-14 devnull Needs libutf.
103 88a87fad 2021-03-24 rsc
104 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
105 88a87fad 2021-03-24 rsc
106 88a87fad 2021-03-24 rsc <font size=-1>manual:</font>
107 78e51a8c 2005-01-14 devnull <!-- [ 9 man -w `{nm /usr/local/lib/libfmt.a | awk '$2=="T" {print $3}'} ]-->
108 78e51a8c 2005-01-14 devnull <a href="man/print3.html"><i>print</i>(3)</a>,
109 78e51a8c 2005-01-14 devnull <a href="man/fmtinstall3.html"><i>fmtinstall</i>(3)</a>,
110 78e51a8c 2005-01-14 devnull <a href="man/quote3.html"><i>quote</i>(3)</a>,
111 78e51a8c 2005-01-14 devnull <a href="man/fmtstrtod3.html"><i>fmtstrtod</i>(3)</a>
112 88a87fad 2021-03-24 rsc
113 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
114 88a87fad 2021-03-24 rsc
115 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="libfmt.tgz">libfmt.tgz</a>
116 88a87fad 2021-03-24 rsc
117 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
118 78e51a8c 2005-01-14 devnull
119 88a87fad 2021-03-24 rsc <font size=-1>license: MIT</font>
120 88a87fad 2021-03-24 rsc
121 78e51a8c 2005-01-14 devnull </table>
122 88a87fad 2021-03-24 rsc
123 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
124 78e51a8c 2005-01-14 devnull <b>libbio</b>
125 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
126 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
127 78e51a8c 2005-01-14 devnull <tr><td><td>
128 88a87fad 2021-03-24 rsc
129 78e51a8c 2005-01-14 devnull Libbio is a port of Plan 9's buffered I/O library.
130 78e51a8c 2005-01-14 devnull It provides most of the same functionality as stdio or sfio,
131 78e51a8c 2005-01-14 devnull but with a simpler interface and smaller footprint.
132 78e51a8c 2005-01-14 devnull Needs libutf and libfmt.
133 88a87fad 2021-03-24 rsc
134 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
135 88a87fad 2021-03-24 rsc
136 88a87fad 2021-03-24 rsc <font size=-1>manual:</font>
137 78e51a8c 2005-01-14 devnull <a href="man/bio3.html"><i>bio</i>(3)</a>
138 88a87fad 2021-03-24 rsc
139 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
140 88a87fad 2021-03-24 rsc
141 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="libbio.tgz">libbio.tgz</a>
142 88a87fad 2021-03-24 rsc
143 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
144 88a87fad 2021-03-24 rsc
145 88a87fad 2021-03-24 rsc <font size=-1>license: MIT</font>
146 78e51a8c 2005-01-14 devnull </table>
147 88a87fad 2021-03-24 rsc
148 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
149 78e51a8c 2005-01-14 devnull <b>libregexp9</b>
150 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
151 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
152 78e51a8c 2005-01-14 devnull <tr><td><td>
153 88a87fad 2021-03-24 rsc
154 78e51a8c 2005-01-14 devnull Libregexp9 is a port of Plan 9's Unicode-capable regular expression library.
155 78e51a8c 2005-01-14 devnull It is small and simple and provides the traditional extended regular
156 88a87fad 2021-03-24 rsc expressions (without modern complications like
157 78e51a8c 2005-01-14 devnull <font size=+1><tt>{}</tt></font> and various <font size=+1><tt>\x</tt></font> character classes).
158 78e51a8c 2005-01-14 devnull It supports Unicode via wide character or UTF-8 encoding.
159 78e51a8c 2005-01-14 devnull Needs libutf and libfmt.
160 88a87fad 2021-03-24 rsc
161 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
162 88a87fad 2021-03-24 rsc
163 88a87fad 2021-03-24 rsc <font size=-1>manual:</font>
164 78e51a8c 2005-01-14 devnull <a href="man/regexp93.html"><i>regexp9</i>(3)</a>,
165 78e51a8c 2005-01-14 devnull <a href="man/regexp97.html"><i>regexp9</i>(7)</a>
166 88a87fad 2021-03-24 rsc
167 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
168 88a87fad 2021-03-24 rsc
169 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="libregexp9.tgz">libregexp9.tgz</a>
170 88a87fad 2021-03-24 rsc
171 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
172 78e51a8c 2005-01-14 devnull
173 88a87fad 2021-03-24 rsc <font size=-1>license: MIT</font>
174 88a87fad 2021-03-24 rsc
175 78e51a8c 2005-01-14 devnull </table>
176 88a87fad 2021-03-24 rsc
177 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
178 78e51a8c 2005-01-14 devnull <b>mk</b>
179 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
180 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
181 78e51a8c 2005-01-14 devnull <tr><td><td>
182 88a87fad 2021-03-24 rsc
183 78e51a8c 2005-01-14 devnull Mk is a simple replacement for <i>make</i>.
184 78e51a8c 2005-01-14 devnull Needs libutf, libfmt, libbio, and libregexp9.
185 88a87fad 2021-03-24 rsc
186 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
187 88a87fad 2021-03-24 rsc
188 88a87fad 2021-03-24 rsc <font size=-1>manual:</font>
189 78e51a8c 2005-01-14 devnull <a href="man/mk1.html"><i>mk</i>(1)</a>
190 88a87fad 2021-03-24 rsc
191 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
192 88a87fad 2021-03-24 rsc
193 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="mk.tgz">mk.tgz</a>
194 88a87fad 2021-03-24 rsc
195 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
196 88a87fad 2021-03-24 rsc
197 88a87fad 2021-03-24 rsc <font size=-1>license: MIT</font>
198 78e51a8c 2005-01-14 devnull </table>
199 78e51a8c 2005-01-14 devnull
200 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
201 78e51a8c 2005-01-14 devnull <b>one with everything</b>
202 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
203 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
204 78e51a8c 2005-01-14 devnull <tr><td><td>
205 88a87fad 2021-03-24 rsc
206 78e51a8c 2005-01-14 devnull Includes mk and all the libraries.
207 88a87fad 2021-03-24 rsc
208 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table>
209 88a87fad 2021-03-24 rsc <font size=-1>download:</font> <a href="mk-with-libs.tgz">mk-with-libs.tgz</a>
210 78e51a8c 2005-01-14 devnull </table>
211 78e51a8c 2005-01-14 devnull
212 78e51a8c 2005-01-14 devnull
213 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table>
214 78e51a8c 2005-01-14 devnull <b>contact</b>
215 78e51a8c 2005-01-14 devnull <table border=0 cellspacing=0 cellpadding=0 width=100%>
216 78e51a8c 2005-01-14 devnull <tr height=10><td width=20><td>
217 78e51a8c 2005-01-14 devnull <tr><td><td>
218 78e51a8c 2005-01-14 devnull Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)
219 78e51a8c 2005-01-14 devnull </table>
220 78e51a8c 2005-01-14 devnull <tr height=10><td>
221 bd1c6000 2005-01-14 devnull <tr><td><td><center><a href=".."><img src="../dist/spaceglenda100.png" border=1 alt="Space Glenda"></a></center>
222 78e51a8c 2005-01-14 devnull
223 78e51a8c 2005-01-14 devnull <tr height=10><td>
224 78e51a8c 2005-01-14 devnull </table>
225 78e51a8c 2005-01-14 devnull
226 78e51a8c 2005-01-14 devnull </body>
227 78e51a8c 2005-01-14 devnull </html>