Changeset 38e71da


Ignore:
Timestamp:
04/29/2006 08:05:58 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:
70e9a48
Parents:
36f2c9e
Message:

Added a new category 'Integrated Development Environments' to the 'Other Programming Tools' page and added additional components to the page

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

Files:
2 edited

Legend:

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

    r36f2c9e r38e71da  
    251251          <para>Download Location: <ulink
    252252          url="http://www.brics.dk/bigwig/download/"/></para>
    253         </listitem>
    254       </itemizedlist>
    255 
    256     </sect3>
    257 
    258     <sect3 role="package">
    259       <title>Byte Code Engineering Library (BCEL)</title>
    260 
    261       <para><application>BECL</application> is intended to give users a
    262       convenient possibility to analyze, create, and manipulate (binary) Java
    263       class files (those ending with
    264       <filename class='extension'>.class</filename>). Classes are represented
    265       by objects which contain all the symbolic information of the given class:
    266       methods, fields and byte code instructions, in particular. Such objects
    267       can be read from an existing file, be transformed by a program (e.g., a
    268       class loader at run-time) and dumped to a file again. An even more
    269       interesting application is the creation of classes from scratch at
    270       run-time. The Byte Code Engineering Library may be also useful if you
    271       want to learn about the Java Virtual Machine (JVM) and the format of Java
    272       <filename class='extension'>.class</filename> files.
    273       <application>BCEL</application> is already being used successfully in
    274       several projects such as compilers, optimizers, obsfuscators, code
    275       generators and analysis tools.</para>
    276 
    277       <itemizedlist spacing="compact">
    278         <listitem>
    279           <para>Project Home Page: <ulink
    280           url="http://jakarta.apache.org/bcel/index.html"/></para>
    281         </listitem>
    282         <listitem>
    283           <para>Download Location: <ulink
    284           url="http://jakarta.apache.org/site/downloads/downloads_bcel.cgi/"/></para>
    285253        </listitem>
    286254      </itemizedlist>
     
    11951163
    11961164    <sect3 role="package">
    1197       <title>Mozart</title>
    1198 
    1199       <para>The <application>Mozart</application> Programming System is an
    1200       advanced development platform for intelligent, distributed applications.
    1201       <application>Mozart</application> is based on the Oz language, which
    1202       supports declarative programming, object-oriented programming, constraint
    1203       programming, and concurrency as part of a coherent whole. For
    1204       distribution, <application>Mozart</application> provides a true network
    1205       transparent implementation with support for network awareness, openness,
    1206       and fault tolerance. Security is upcoming. It is an ideal platform for
    1207       both general-purpose distributed applications as well as for hard
    1208       problems requiring sophisticated optimization and inferencing
    1209       abilities.</para>
    1210 
    1211       <itemizedlist spacing="compact">
    1212         <listitem>
    1213           <para>Project Home Page: <ulink
    1214           url="http://www.mozart-oz.org/"/></para>
    1215         </listitem>
    1216         <listitem>
    1217           <para>Download Location: <ulink
    1218           url="http://www.mozart-oz.org/download/view.cgi"/></para>
    1219         </listitem>
    1220       </itemizedlist>
    1221 
    1222     </sect3>
    1223 
    1224     <sect3 role="package">
    12251165      <title>MPD</title>
    12261166
     
    18351775
    18361776    <sect3 role="package">
     1777      <title>Byte Code Engineering Library (BCEL)</title>
     1778
     1779      <para><application>BECL</application> is intended to give users a
     1780      convenient possibility to analyze, create, and manipulate (binary) Java
     1781      class files (those ending with
     1782      <filename class='extension'>.class</filename>). Classes are represented
     1783      by objects which contain all the symbolic information of the given class:
     1784      methods, fields and byte code instructions, in particular. Such objects
     1785      can be read from an existing file, be transformed by a program (e.g., a
     1786      class loader at run-time) and dumped to a file again. An even more
     1787      interesting application is the creation of classes from scratch at
     1788      run-time. The Byte Code Engineering Library may be also useful if you
     1789      want to learn about the Java Virtual Machine (JVM) and the format of Java
     1790      <filename class='extension'>.class</filename> files.
     1791      <application>BCEL</application> is already being used successfully in
     1792      several projects such as compilers, optimizers, obsfuscators, code
     1793      generators and analysis tools.</para>
     1794
     1795      <itemizedlist spacing="compact">
     1796        <listitem>
     1797          <para>Project Home Page: <ulink
     1798          url="http://jakarta.apache.org/bcel/index.html"/></para>
     1799        </listitem>
     1800        <listitem>
     1801          <para>Download Location: <ulink
     1802          url="http://jakarta.apache.org/site/downloads/downloads_bcel.cgi/"/></para>
     1803        </listitem>
     1804      </itemizedlist>
     1805
     1806    </sect3>
     1807
     1808    <sect3 role="package">
    18371809      <title>Choco</title>
    18381810
     
    21062078
    21072079  <sect2>
    2108     <title>Other Development Tools</title>
     2080    <title>Integrated Development Environments</title>
    21092081
    21102082    <sect3 role="package">
     
    21302102
    21312103    </sect3>
     2104
     2105    <sect3 role="package">
     2106      <title>Anjuta</title>
     2107
     2108      <para><application>Anujuta</application> is a versatile Integrated
     2109      Development Environment (IDE) for C and C++ on GNU/Linux. It has been
     2110      written for <application>GTK</application>/GNOME and features a number
     2111      of advanced programming facilities. These include project management,
     2112      application wizards, an on-board interactive debugger, and a powerful
     2113      source editor with source browsing and syntax highlighting.</para>
     2114
     2115      <itemizedlist spacing="compact">
     2116        <listitem>
     2117          <para>Project Home Page: <ulink
     2118          url="http://www.anjuta.org/"/></para>
     2119        </listitem>
     2120        <listitem>
     2121          <para>Download Location: <ulink
     2122          url="http://www.anjuta.org/downloads"/></para>
     2123        </listitem>
     2124      </itemizedlist>
     2125
     2126    </sect3>
     2127
     2128    <sect3 role="package">
     2129      <title>Eclipse</title>
     2130
     2131      <para><application>Eclipse</application> is an open source community
     2132      whose projects are focused on providing an extensible development
     2133      platform and application frameworks for building software.
     2134      <application>Eclipse</application> contains many projects, including an
     2135      Integrated Development Environment (IDE) for Java.</para>
     2136
     2137      <itemizedlist spacing="compact">
     2138        <listitem>
     2139          <para>Project Home Page: <ulink
     2140          url="http://www.eclipse.org/"/></para>
     2141        </listitem>
     2142        <listitem>
     2143          <para>Download Location: <ulink
     2144          url="http://www.eclipse.org/downloads/"/></para>
     2145        </listitem>
     2146      </itemizedlist>
     2147
     2148    </sect3>
     2149
     2150    <sect3 role="package">
     2151      <title>Mozart</title>
     2152
     2153      <para>The <application>Mozart</application> Programming System is an
     2154      advanced development platform for intelligent, distributed applications.
     2155      <application>Mozart</application> is based on the Oz language, which
     2156      supports declarative programming, object-oriented programming, constraint
     2157      programming, and concurrency as part of a coherent whole. For
     2158      distribution, <application>Mozart</application> provides a true network
     2159      transparent implementation with support for network awareness, openness,
     2160      and fault tolerance. Security is upcoming. It is an ideal platform for
     2161      both general-purpose distributed applications as well as for hard
     2162      problems requiring sophisticated optimization and inferencing
     2163      abilities.</para>
     2164
     2165      <itemizedlist spacing="compact">
     2166        <listitem>
     2167          <para>Project Home Page: <ulink
     2168          url="http://www.mozart-oz.org/"/></para>
     2169        </listitem>
     2170        <listitem>
     2171          <para>Download Location: <ulink
     2172          url="http://www.mozart-oz.org/download/view.cgi"/></para>
     2173        </listitem>
     2174      </itemizedlist>
     2175
     2176    </sect3>
     2177
     2178  </sect2>
     2179
     2180  <sect2>
     2181    <title>Other Development Tools</title>
    21322182
    21332183    <sect3 role="package">
     
    22782328      </itemizedlist>
    22792329
    2280       <para condition="html" role="usernotes">User Notes:
    2281       <ulink url="&blfs-wiki;/OtherProgrammingTools"/></para>
     2330      <para condition="html" role="usernotes">User Notes and Installation
     2331      Instructions: <ulink url="&blfs-wiki;/OtherProgrammingTools"/></para>
    22822332
    22832333    </sect3>
  • introduction/welcome/changelog.xml

    r36f2c9e r38e71da  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a new category 'Integrated Development
     49          Environments' to the 'Other Programming Tools' page and added
     50          additional components to the page.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Updated Tcl and Tk to 8.4.13. Also modified the build
    4954          commands to not use any user-created environment variables.</para>
Note: See TracChangeset for help on using the changeset viewer.