kaiw 2008-02-21 10:52:32 UTC FreeBSD src repository
Added files: usr.bin/ar Makefile ar.1 ar.c ar.h read.c util.c write.c Log: Import ar(1) front-end. (aka 'BSD' ar) Reviewed by: jkoshy Approved by: jkoshy (mentor) Tested by: erwin (ports build test on pointyhat) Sponsored by: Google Summer of Code 2007 Reviewed by (earlier version): Jaakko Heinonen <jh[AT]saunalahti.fi> Tested by (earlier version): Steve Kargl <sgk[AT]troutmask.apl.washington.edu> Tested by (earlier version): Martin Voros <martin_voros[AT]yahoo.com> Tested by (earlier version): swell.k[AT]gmail.com Tested by (earlier version): joel Tested by (earlier version): Alexey Shuvaev <shuvaev[AT]physik.uni-wuerzburg.de> Tested by (earlier version): Arjan van Leeuwen <avleeuwen[AT]gmail.com> Thanks to gabor@ for building ports for it. Thanks to erwin@ and kris@ for scheduling the ports build test on pointyhat. And thanks to many others for their feedback. Revision Changes Path 1.15 +12 -0 src/usr.bin/ar/Makefile (new) 1.17 +407 -0 src/usr.bin/ar/ar.1 (new) 1.16 +377 -0 src/usr.bin/ar/ar.c (new) 1.1 +119 -0 src/usr.bin/ar/ar.h (new) 1.1 +204 -0 src/usr.bin/ar/read.c (new) 1.1 +86 -0 src/usr.bin/ar/util.c (new) 1.1 +784 -0 src/usr.bin/ar/write.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"