From owner-freebsd-doc@FreeBSD.ORG Wed Jul 27 11:48:00 2005 Return-Path: X-Original-To: freebsd-doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1224116A41F for ; Wed, 27 Jul 2005 11:48:00 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F69843D5C for ; Wed, 27 Jul 2005 11:47:59 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix3-1.free.fr (Postfix) with ESMTP id 310161734EE for ; Wed, 27 Jul 2005 13:47:57 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id D01F0405B; Wed, 27 Jul 2005 13:48:21 +0200 (CEST) Date: Wed, 27 Jul 2005 13:48:21 +0200 From: Jeremie Le Hen To: freebsd-doc@FreeBSD.org Message-ID: <20050727114821.GS1610@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="fdj2RfSjLxBAspz7" Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: jeremie@le-hen.org Subject: developpers-handbook: tools-intro is incorrect X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2005 11:48:00 -0000 --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi all, [ please Cc: me in replies, I'm not subscribed to this list ] While read developpers handbook, I noticed that the tools-intro part still references Perl as being part of the base system. I corrected this is the attached patch, and moved it just after the ports collection mention. I dare to add Python and Ruby as well since they are both popular script langage nowadays. Note that the patch is a little bit fat regarding of what it's supposed to do, because I needed to redo line wrapping. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > --fdj2RfSjLxBAspz7 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="developpers_tools.diff" Index: developers-handbook/tools/chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/developers-handbook/tools/chapter.sgml,v retrieving revision 1.44 diff -u -p -u -r1.44 chapter.sgml --- developers-handbook/tools/chapter.sgml 18 Mar 2005 02:16:39 -0000 1.44 +++ developers-handbook/tools/chapter.sgml 27 Jul 2005 11:42:04 -0000 @@ -36,15 +36,15 @@ FreeBSD offers an excellent development environment. Compilers for C, C++, and Fortran and an assembler come with the - basic system, not to mention a Perl interpreter and classic &unix; - tools such as sed and awk. + basic system, not to mention classic &unix; tools such as + sed and awk. If that is not enough, there are many more compilers and - interpreters in the Ports collection. FreeBSD is very - compatible with standards such as &posix; and - ANSI C, as well with its own BSD heritage, so - it is possible to write applications that will compile and run - with little or no modification on a wide range of - platforms. + interpreters in the Ports collection, like Perl, Python and Ruby. + FreeBSD is very compatible with standards such as + &posix; and ANSI C, as well + with its own BSD heritage, so it is possible to write applications + that will compile and run with little or no modification on a wide + range of platforms. However, all this power can be rather overwhelming at first if you have never written programs on a &unix; platform before. --fdj2RfSjLxBAspz7--