From josh@tcbug.org  Mon Sep 12 20:24:50 2005
Return-Path: <josh@tcbug.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E593F16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2005 20:24:50 +0000 (GMT)
	(envelope-from josh@tcbug.org)
Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8A50543D46
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 12 Sep 2005 20:24:50 +0000 (GMT)
	(envelope-from josh@tcbug.org)
Received: from gimpy.tcbug.org (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219])
          by comcast.net (sccrmhc12) with SMTP
          id <20050912202449012002l1ite>; Mon, 12 Sep 2005 20:24:49 +0000
Message-Id: <1126556747.0@gimpy.tcbug.org>
Date: Mon, 12 Sep 2005 15:25:47 -0500
From: "Josh Paetzel" <josh@tcbug.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] Add Ruby to the list of interpreters available with FreeBSD 
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         86028
>Category:       docs
>Synopsis:       [patch] Add Ruby to the list of interpreters available with FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jcamou
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 12 20:30:23 GMT 2005
>Closed-Date:    Wed Nov 09 02:46:16 GMT 2005
>Last-Modified:  Wed Nov 09 02:46:16 GMT 2005
>Originator:     Josh Paetzel
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p6 #6: Fri Aug 12 23:13:52 CDT 2005
    jpaetzel@gimpy.tcbug.org:/usr/obj/usr/src/sys/GIMPY



>Description:


http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/tools-programming.html

2.3.2 Interpreters available with FreeBSD

<quote>Here is a list of interpreters that are available as FreeBSD packages, with a brief discussion of some of the more popular interpreted languages.</quote>


Ruby belongs in this list.


>How-To-Repeat:


Read section 2.3.2 of the developers-handbook


>Fix:


--- chapter.sgml.old    Mon Sep 12 14:45:46 2005
+++ chapter.sgml        Mon Sep 12 15:16:35 2005
@@ -263,7 +263,24 @@
              <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/Latest/python.tgz">here</ulink>.</para>
          </listitem>
        </varlistentry>
-
+
+       <varlistentry>
+         <term>Ruby</term>
+
+         <listitem>
+               <para>Ruby is an interpreted, pure object-oriented
+                 programming language. It has become widely popular because
+                 of its easy to understand syntax, flexibility when
+                 writing code, and the ability to easily develop and maintain
+                 large, complex programs.</para>
+
+          <para>A package of the latest version of Ruby for
+                FreeBSD is available
+                <ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/Latest/ruby18-p4.tbz">here</ulink>.</para>
+         </listitem>
+    </varlistentry>
+
+
        <varlistentry>
          <term>Tcl and Tk</term>



>Release-Note:
>Audit-Trail:

From: David Adam <zanchey@ucc.gu.uwa.edu.au>
To: Josh Paetzel <josh@tcbug.org>
Cc: FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org>,
	freebsd-doc@FreeBSD.org
Subject: Re: docs/86028: [patch] Add Ruby to the list of interpreters available
 with FreeBSD 
Date: Tue, 13 Sep 2005 12:44:19 +0800 (WST)

 I agree with this, but...
 
 > +         <listitem>
 > +               <para>Ruby is an interpreted, pure object-oriented
 > +                 programming language. It has become widely popular because
 > +                 of its easy to understand syntax, flexibility when
 > +                 writing code, and the ability to easily develop and maintain
 > +                 large, complex programs.</para>
 
 Perhaps this would look better as 'easy-to-understand syntax'. (Well, I
 think it would.)
 
 David Adam
 zanchey@ucc.gu.uwa.edu.au
 

From: Josh Paetzel <josh@tcbug.org>
To: David Adam <zanchey@ucc.gu.uwa.edu.au>
Cc: FreeBSD gnats submit <FreeBSD-gnats-submit@freebsd.org>,
 freebsd-doc@freebsd.org
Subject: Re: docs/86028: [patch] Add Ruby to the list of interpreters available with FreeBSD
Date: Tue, 13 Sep 2005 09:07:19 -0500

 On Monday 12 September 2005 23:50, David Adam wrote:
 > The following reply was made to PR docs/86028; it has been noted by
 > GNATS.
 >
 > From: David Adam <zanchey@ucc.gu.uwa.edu.au>
 > To: Josh Paetzel <josh@tcbug.org>
 > Cc: FreeBSD gnats submit <FreeBSD-gnats-submit@FreeBSD.org>,
 > 	freebsd-doc@FreeBSD.org
 > Subject: Re: docs/86028: [patch] Add Ruby to the list of
 > interpreters available with FreeBSD
 > Date: Tue, 13 Sep 2005 12:44:19 +0800 (WST)
 >
 >  I agree with this, but...
 >
 >  > +         <listitem>
 >  > +               <para>Ruby is an interpreted, pure
 >  > object-oriented +                 programming language. It has
 >  > become widely popular because +                 of its easy to
 >  > understand syntax, flexibility when +                 writing
 >  > code, and the ability to easily develop and maintain +          
 >  >       large, complex programs.</para>
 >
 >  Perhaps this would look better as 'easy-to-understand syntax'.
 > (Well, I think it would.)
 >
 >  David Adam
 >  zanchey@ucc.gu.uwa.edu.au
 >
 
 Either way looks good to me...Is there a 'precedent' in other docs 
 that this could conform to?
 
 
 -- 
 Thanks,
 
 Josh Paetzel

From: garys@opusnet.com (Gary W. Swearingen)
To: Josh Paetzel <josh@tcbug.org>
Cc: David Adam <zanchey@ucc.gu.uwa.edu.au>, freebsd-doc@freebsd.org,
        FreeBSD gnats submit <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: docs/86028: [patch] Add Ruby to the list of interpreters
 available with FreeBSD
Date: Tue, 13 Sep 2005 12:02:33 -0700

 Josh Paetzel <josh@tcbug.org> writes:
 
 > On Monday 12 September 2005 23:50, David Adam wrote:
 >>
 >>  Perhaps this would look better as 'easy-to-understand syntax'.
 >> (Well, I think it would.)
 >
 > Either way looks good to me...Is there a 'precedent' in other docs 
 > that this could conform to?
 
 /usr/doc/en_US.ISO8859-1/articles/linux-comparison/article.sgml:
     easy-to-use GUI installer for FreeBSD aimed at the desktop
 
 /usr/doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml:
     configuration, using an easy-to-use built-in command set,
 
 /usr/doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml:
     <emphasis>easy-to-port</emphasis> applications are available
 
 /usr/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml:
     <para>A simple, easy-to-handle desktop</para>
 
 
 And many more in "less-easy" adjective phrases:
 
 /usr/doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml:
     <glossterm>Point-to-Point Protocol</glossterm>
 
 /usr/doc/en_US.ISO8859-1/articles/portbuild/article.sgml:
     build.  This will ensure an apples-to-apples comparison
 
 /usr/doc/en_US.ISO8859-1/articles/console-server/article.sgml:
     keeping up-to-date config files 
 
 /usr/doc/en_US.ISO8859-1/articles/contributing/article.sgml:
     do much of the day-to-day work on FreeBSD.  Note that this
 
 
 But as much as I like hyphens, I must admit that they're not really
 needed in such a common phrase as "easy-to-something somethingelse".

From: Josh Paetzel <josh@tcbug.org>
To: "Gary W. Swearingen" <garys@opusnet.com>
Cc: David Adam <zanchey@ucc.gu.uwa.edu.au>,
 freebsd-doc@freebsd.org,
 FreeBSD gnats submit <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: docs/86028: [patch] Add Ruby to the list of interpreters available with FreeBSD
Date: Wed, 14 Sep 2005 13:14:48 -0500

 On Tuesday 13 September 2005 14:02, Gary W. Swearingen wrote:
 > Josh Paetzel <josh@tcbug.org> writes:
 > > On Monday 12 September 2005 23:50, David Adam wrote:
 > >>  Perhaps this would look better as 'easy-to-understand syntax'.
 > >> (Well, I think it would.)
 > >
 > > Either way looks good to me...Is there a 'precedent' in other
 > > docs that this could conform to?
 >
 > /usr/doc/en_US.ISO8859-1/articles/linux-comparison/article.sgml:
 >     easy-to-use GUI installer for FreeBSD aimed at the desktop
 >
 > /usr/doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml:
 >     configuration, using an easy-to-use built-in command set,
 >
 > /usr/doc/en_US.ISO8859-1/books/handbook/introduction/chapter.sgml:
 >     <emphasis>easy-to-port</emphasis> applications are available
 >
 > /usr/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml:
 >     <para>A simple, easy-to-handle desktop</para>
 >
 >
 > And many more in "less-easy" adjective phrases:
 >
 > /usr/doc/en_US.ISO8859-1/share/sgml/glossary/freebsd-glossary.sgml:
 >     <glossterm>Point-to-Point Protocol</glossterm>
 >
 > /usr/doc/en_US.ISO8859-1/articles/portbuild/article.sgml:
 >     build.  This will ensure an apples-to-apples comparison
 >
 > /usr/doc/en_US.ISO8859-1/articles/console-server/article.sgml:
 >     keeping up-to-date config files
 >
 > /usr/doc/en_US.ISO8859-1/articles/contributing/article.sgml:
 >     do much of the day-to-day work on FreeBSD.  Note that this
 >
 >
 > But as much as I like hyphens, I must admit that they're not really
 > needed in such a common phrase as "easy-to-something
 > somethingelse".
 
 I didn't expect you to look that stuffs up....I'm impressed. :)
 
 At any rate this can be committed then, right?
 
 -- 
 Thanks,
 
 Josh Paetzel
Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Tue Nov 8 12:12:47 GMT 2005 
Responsible-Changed-Why:  
Over to me.  

http://www.freebsd.org/cgi/query-pr.cgi?pr=86028 
State-Changed-From-To: open->closed  
State-Changed-By: jcamou 
State-Changed-When: Wed Nov 9 02:45:20 GMT 2005 
State-Changed-Why:  
Ruby has been added to the list of interpreters in a  
previous commit.  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86028 
>Unformatted:
