Eric Blake <ebb9-PGZyUNKar/[EMAIL PROTECTED]> writes: | According to Jon Allen on 12/1/2005 2:20 PM: | | > I intend to package and maintain BSFlite, starting with | > the most recent 0.80 release. Unless anyone objects I'll | > produce a package and make it available for inclusion | > shortly. | | Per the directions here, | http://sourceware.org/ml/cygwin-apps/2005-11/msg00035.html, could you | please also do the research and post links to at least one Linux distro | that already includes this?
FWIW, I tried the bslite and my impressions: * it's light, very light[1] * simple command line interface [2] * Clean compile, no warnings at all[3] +1 from me. Jari Footnotes: [1] .inst/ .inst/usr .inst/usr/share .inst/usr/share/doc .inst/usr/share/doc/bsflite-0.80 .inst/usr/share/doc/bsflite-0.80/COPYING .inst/usr/share/doc/bsflite-0.80/README .inst/usr/share/doc/bsflite-0.80/README.win32 .inst/usr/share/doc/bsflite-0.80/ChangeLog .inst/usr/share/doc/Cygwin .inst/usr/share/doc/Cygwin/bsflite-0.80.README .inst/usr/share/man .inst/usr/share/man/man1 .inst/usr/share/man/man1/bsflite.1.gz .inst/usr/bin .inst/usr/bin/bsflite.exe [1] :: ? bsflite commands: h : what you see right now w : show buddy list ws : show buddy list, sorted (default) wf : show buddy list, unsorted l<sn> : show last 10 lines from <sn> ll : show last 10 lines from last buddy m<sn> <msg> : send msg to sn r<msg> : reply to the last msg received/sent a<sn> : add buddy d<sn> : delete buddy g<msg> : set away message g : unset away message G : display pre-defined away messages G<num> : set pre-defined away message i<sn> : get profile and away message A<sn> : get away message P<sn> : get profile b : show away messages for all buddies q! : quit [3] ccache gcc -O -c -o misc.o misc.c ccache gcc -O -c -o packet.o packet.c ccache gcc -O -c -o flap.o flap.c ccache gcc -O -c -o bos_signon.o bos_signon.c ccache gcc -O -c -o imcomm.o imcomm.c ccache gcc -O -c -o snac.o snac.c ccache gcc -O -c -o md5.o md5.c ccache gcc -O -c -o test.o test.c
