Changeset 9aa5011


Ignore:
Timestamp:
11/01/2005 10:41:24 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4ffe8c5
Parents:
642723b
Message:

Added A-A-P, Mono, OProfile, OGDL and R to the 'Other Programming Tools' section

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5257 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/other-tools.xml

    r642723b r9aa5011  
    2828    not have been tested by the BLFS team, but their mention here is meant to
    2929    be a convenient source of additional information.</para>
     30
     31    <sect3 role="package">
     32      <title>A-A-P</title>
     33
     34      <para><application>A-A-P</application> makes it easy to locate, download,
     35      build and install software. It also supports browsing source code,
     36      developing programs, managing different versions and distribution of
     37      software and documentation. This means that
     38      <application> A-A-P</application> is useful both for users and for
     39      developers.</para>
     40
     41      <itemizedlist spacing="compact">
     42        <listitem>
     43          <para>Project Home Page: <ulink
     44          url="http://www.a-a-p.org/index.html"/></para>
     45        </listitem>
     46        <listitem>
     47          <para>Download Location: <ulink
     48          url="http://www.a-a-p.org/download.html"/></para>
     49        </listitem>
     50      </itemizedlist>
     51
     52    </sect3>
    3053
    3154    <sect3 role="package">
     
    400423
    401424    <sect3 role="package">
     425      <title>Mono</title>
     426
     427      <para><application>Mono</application> provides the necessary software to
     428      develop and run .NET client and server applications on Linux, Solaris,
     429      Mac OS X, Windows, and Unix. Sponsored by Novell, the
     430      <application>Mono</application> open source project has an active and
     431      enthusiastic contributing community and is positioned to become the
     432      leading choice for development of Linux applications.</para>
     433
     434      <itemizedlist spacing="compact">
     435        <listitem>
     436          <para>Project Home Page: <ulink
     437          url="http://www.mono-project.com/Main_Page"/></para>
     438        </listitem>
     439        <listitem>
     440          <para>Download Location: <ulink
     441          url="http://go-mono.com/sources/"/></para>
     442        </listitem>
     443      </itemizedlist>
     444
     445    </sect3>
     446
     447    <sect3 role="package">
    402448      <title>Numerical Python (Numpy)</title>
    403449
     
    413459          <para>Download Location: <ulink
    414460          url="http://prdownloads.sourceforge.net/numpy/"/></para>
     461        </listitem>
     462      </itemizedlist>
     463
     464    </sect3>
     465
     466    <sect3 role="package">
     467      <title>OProfile</title>
     468
     469      <para><application>OProfile</application> is a system-wide profiler for
     470      Linux systems, capable of profiling all running code at low overhead.
     471      <application>OProfile</application> is released under the GNU GPL. It
     472      consists of a kernel driver and a daemon for collecting sample data, and
     473      several post-profiling tools for turning data into information.
     474      <application>OProfile</application> leverages the hardware performance
     475      counters of the CPU to enable profiling of a wide variety of interesting
     476      statistics, which can also be used for basic time-spent profiling. All
     477      code is profiled: hardware and software interrupt handlers, kernel
     478      modules, the kernel, shared libraries, and applications.
     479      <application>OProfile</application> is currently in alpha status; however
     480      it has proven stable over a large number of differing configurations. It
     481      is being used on machines ranging from laptops to 16-way NUMA-Q
     482      boxes.</para>
     483
     484      <itemizedlist spacing="compact">
     485        <listitem>
     486          <para>Project Home Page: <ulink
     487          url="http://oprofile.sourceforge.net/news/"/></para>
     488        </listitem>
     489        <listitem>
     490          <para>Download Location: <ulink
     491          url="http://oprofile.sourceforge.net/download/"/></para>
     492        </listitem>
     493      </itemizedlist>
     494
     495    </sect3>
     496
     497    <sect3 role="package">
     498      <title>Ordered Graph Data Language (OGDL)</title>
     499
     500      <para><application>OGDL</application> is a structured textual format that
     501      represents information in the form of graphs, where the nodes are strings
     502      and the arcs or edges are spaces or indentation.</para>
     503
     504      <itemizedlist spacing="compact">
     505        <listitem>
     506          <para>Project Home Page: <ulink
     507          url="http://ogdl.sourceforge.net/"/></para>
     508        </listitem>
     509        <listitem>
     510          <para>Download Location: <ulink
     511          url="http://prdownloads.sourceforge.net/ogdl/"/></para>
    415512        </listitem>
    416513      </itemizedlist>
     
    429526          <para>Project Home Page: <ulink
    430527          url="http://cpan.org/"/></para>
     528        </listitem>
     529      </itemizedlist>
     530
     531    </sect3>
     532
     533    <sect3 role="package">
     534      <title>R</title>
     535
     536      <para><application>R</application> is a language and environment for
     537      statistical computing and graphics. It is a GNU project similar to the
     538      <application>S</application> language and environment which was developed
     539      at Bell Laboratories (formerly AT&amp;T, now Lucent Technologies) by
     540      John Chambers and colleagues. <application>R</application> can be
     541      considered as a different implementation of <application>S</application>.
     542      There are some important differences, but much code written for
     543      <application>S</application> runs unaltered under
     544      <application>R</application>. <application>R</application> provides a
     545      wide variety of statistical (linear and nonlinear modelling, classical
     546      statistical tests, time-series analysis, classification, clustering, ...)
     547      and graphical techniques, and is highly extensible. The
     548      <application>S</application> language is often the vehicle of choice for
     549      research in statistical methodology, and <application>R</application>
     550      provides an Open Source route to participation in that activity.</para>
     551
     552      <itemizedlist spacing="compact">
     553        <listitem>
     554          <para>Project Home Page: <ulink
     555          url="http://www.r-project.org/"/></para>
     556        </listitem>
     557        <listitem>
     558          <para>Download Location: <ulink
     559          url="http://cran.r-project.org/mirrors.html"/></para>
    431560        </listitem>
    432561      </itemizedlist>
  • introduction/welcome/changelog.xml

    r642723b r9aa5011  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added A-A-P, Mono, OProfile, OGDL and R to the
     49          'Other Programming Tools' section.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added new package libmpeg2-0.4.0b.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.