Modern tools.
Traditional dedication.
Home
| Purpose
| Linux
| Products
| Legality
| Special
| Downloads
| Articles
| Contact
![]()
| a2ps-devel | 4.13b | GPL | Include files for a2ps | The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias. This package holds include files. |
| a2ps-static-devel | 4.13b | GPL | Static libraries for a2ps | The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide number of programming languages, encodings (ISO Latins, Cyrillic, etc.), and medias. This package holds static libraries. |
| alleyoop | 0.8.0 | GPL | Graphical frontend to Valgrind memory checker | Alleyoop is a graphical frontend to the Valgrind memory checker for GNOME. |
| anjuta | 1.2.1 | GPL | Integrated development environment for C and C++ (Linux) | Anjuta is a versatile IDE for C and C++, written for GTK/GNOME. Features include project management, application wizards, an onboard interactive debugger, and a powerful source editor with browsing and syntax highlighting. This version of anjuta is the GNOME 2 port of anjuta 1.0, which was for GNOME 1.x originally. The one written from scratch and for GNOME 2 from the start has been renamed "Scaffold". |
| asp2php | 0.76.19 | GPL | Program for converting .asp files to .php files | asp2php is a program which can help you convert Micro$oft (tm) Active Server Pages (tm) to PHP files. Install this if you intend to migrate from Microsuck, umm, I mean Micro$oft (tm) Internet Information Server (tm) to PHP. |
| atlas | 3.4.2 | BSD like | Automatically Tuned Linear Algebra Software (ATLAS) | The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing research effort focusing on applying empirical techniques in order to provide portable performance. At present, it provides C and Fortran77 interfaces to a portably efficient BLAS implementation, as well as a few routines from LAPACK. |
| autoconf | 2.13 | GPL | A GNU tool for automatically configuring source code. | GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. -- PLEASE NOTICE ---> this version is meant to coexist with autoconf-2.5x; to that end, the various binaries are actually linked to a script which decides which version to execute. It tries to be clever and will execute 2.5x if `configure.ac' is present, or if `configure.in' contains AC_PREREQ and the value's 3 first letters are stringwise greater than '2.1'. If anything fails, you can manually select 2.13 by providing the environment variable WANT_AUTOCONF_2_1 set to `1' (use WANT_AUTOCONF_2_5 if you want the 2.5x version). |
| autoconf2.5 | 2.59 | GPL | A GNU tool for automatically configuring source code. | GNU's Autoconf is a tool for configuring source code and Makefiles. Using Autoconf, programmers can create portable and configurable packages, since the person building the package is allowed to specify various configuration options. You should install Autoconf if you are developing software and you'd like to use it to create shell scripts which will configure your source code packages. If you are installing Autoconf, you will also need to install the GNU m4 package. Note that the Autoconf package is not required for the end user who may be configuring software with an Autoconf-generated script; Autoconf is only required for the generation of the scripts, not their use. -- PLEASE NOTICE ---> this version is meant to coexist with autoconf-2.13 (for backwards compatibility); to that end, the various binaries are actually linked to a script which decides which version to execute. It tries to be clever and will execute 2.5x if `configure.ac' is present, or if `configure.in' contains AC_PREREQ and the value's 3 first letters are stringwise greater than '2.1'. You can also manually select it by providing the environment variable WANT_AUTOCONF_2_5 set to `1' (use WANT_AUTOCONF_2_1 if you want the 2.13 version). |
| automake | 1.4 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.6 | 1.6.3 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.7 | 1.7.9 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| automake1.8 | 1.8.2 | GPL | A GNU tool for automatically creating Makefiles. | Automake is a tool for automatically generating Makefiles compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its capabilities of automatically generating GNU standard Makefiles. If you install Automake, you will also need to install GNU's Autoconf package. |
| barcode-devel | 0.98 | GPL | GNU barcode files for development | This is GNU-barcode. The package is meant to solve most needs in barcode creation with a conventional printer. It can create printouts for the conventional product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well as a few other formats. Ouput is generated as either Postscript or Encapsulated Postscript (other back-ends may be added if needed). This package contain the C header, the static library and man page for development. |
| bigforth | 2.0.9 | GPL | bigForth language | bigforth is a portable implementation of the ANS Forth language. Its greatest advantage is the portable widget toolkit MINOS which builds on top of it. There are a lot of similarites with GForth btw. |
| binutils | 2.14.90.0.7 | GPL | GNU Binary Utility Development Utilities | Binutils is a collection of binary utilities, including: * ar: creating modifying and extracting from archives * nm: for listing symbols from object files * objcopy: for copying and translating object files * objdump: for displaying information from object files * ranlib: for generating an index for the contents of an archive * size: for listing the section sizes of an object or archive file * strings: for listing printable strings from files * strip: for discarding symbols (a filter for demangling encoded C++ symbols * addr2line: for converting addresses to file and line * nlmconv: for converting object code into an NLM Install binutils if you need to perform any of these types of actions on binary files. Most programmers will want to install binutils. |
| bison++ | 1.21.8 | GPL | A GNU general-purpose parser generator for C++. | Bison is a general purpose parser generator which converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Bison++ is built on top of Bison; it takes advantage of the C++ language. |
| bison | 1.875 | GPL | A GNU general-purpose parser generator. | Bison is a general purpose parser generator which converts a grammar description for an LALR context-free grammar into a C program to parse that grammar. Bison can be used to develop a wide range of language parsers, from ones used in simple desk calculators to complex programming languages. Bison is upwardly compatible with Yacc, so any correctly written Yacc grammar should work with Bison without any changes. If you know Yacc, you shouldn't have any trouble using Bison (but you do need to be very proficient in C programming to be able to use Bison). Many programs use Bison as part of their build process. Bison is only needed on systems that are used for development. If your system will be used for C development, you should install Bison since it is used to build many C programs. |
| blacsmpi-devel | 1.1 | GPL | Blacsmpi Basic Linear Algebra Communication Subprograms | The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms. |
| boost-jam | 3.1.9 | GPL | Build tool for Boost libraries | Boost Jam is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam. Authors: Perforce Jam : Cristopher Seiwald FT Jam : David Turner Boost Jam : David Abrahams |
| byacc | 1.9 | Public Domain | A public domain Yacc parser generator. | Byacc (Berkeley Yacc) is a public domain LALR parser generator which is used by many programs during their build process. If you are going to do development on your system, you will want to install this package. |
| calculate | 1.00 | GPL | A simple command line calculator for the console. | A very simple console command line calculater. |
| camlp4 | 3.07.2 | QPL & LGPL | Preprocessor for OCaml | Preprocessor for OCaml |
| cdialog | 0.9b | GPL | A utility for creating TTY dialog boxes. | Dialog is a utility that allows you to show dialog boxes (containing questions or messages) in TTY (text mode) interfaces. Dialog is called from within a shell script. The following dialog boxes are implemented: yes/no, menu, input, message, text, info, checklist, radiolist, and gauge. Install dialog if you would like to create TTY dialog boxes. |
| chrpath | 0.12 | GPL | Dynamic library load path (rpath) alterer | Chrpath allows you to modify the dynamic library load path (rpath) of compiled programs. Currently, only removing and modifying the rpath is supported. |
| cim | 3.36 | GPL | Simula to C translator. Mother of all OO-languages. | Cim compiles Simula code to C and uses a C compiler like gcc to compile it further to machine-code. Simula was the first language with object-oriented features. The Simula language has features for quasi-parallel execution and a framework for doing simulations. |
| clips | 6.21 | BSD style | Clips language for expert systems | This is the Clips expert systems language. |
| clips-X11 | 6.21 | BSD style | X interface to Clips | X interface to Clips. |
| clisp | 2.30 | GPL | Common Lisp (ANSI CL) implementation | Common Lisp is a high-level, all-purpose programming language. CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany. It mostly supports Common Lisp as described in the ANSI CL standard. It runs on microcomputers (DOS, OS/2, Windows NT, Windows 95, Amiga 500-4000, Acorn RISC PC) as well as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, NeXTstep, SGI, AIX, Sun3 and others) and needs only 2 MB of RAM. It is free software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial applications compiled with CLISP. The user interface comes in German, English, French and Spanish. CLISP includes an interpreter, a compiler, a large subset of CLOS, a foreign language interface and a socket interface. An X11 interface is available through CLX and Garnet. |
| cmake | 1.6.7 | BSD | Cross-platform, open-source make system | CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. |
| code2html | 0.9.1 | GPL | Converts a program source code to syntax highlighted HTML | code2html is a perlscript which converts a program source code to syntax highlighted HTML. It may be called from the command line or as a CGI script. It can also handle include commands in HTML files. Currently supports: Ada 95, C, C++, HTML, Java, JavaScript, Makefile, Pascal, Perl, SQL, AWK, M4, and Groff. |
| colordiff | 1.0.4 | GPL | A wrapper for 'diff' and produces the output with 'syntax' highlighting. | The Perl script colordiff is a wrapper for 'diff'. It produces the same output but with 'syntax' highlighting. Colour schemes can be customized. |
| cscope | 15.5 | BSD | C source file browser | cscope is an interactive, screen-oriented tool that allows the user to browse through C source files for specified elements of code. |
| cvs | 1.11.11 | GPL | A version control system | CVS means Concurrent Version System; it is a version control system which can record the history of your files (usually, but not always, source code). CVS only stores the differences between versions, instead of every version of every file you've ever created. CVS also keeps a log of who, when and why changes occurred, among other aspects. CVS is very helpful for managing releases and controlling the concurrent editing of source files among multiple authors. Instead of providing version control for a collection of files in a single directory, CVS provides version control for a hierarchical collection of directories consisting of revision controlled files. These directories and files can then be combined together to form a software release. Install the cvs package if you need to use a version control system. |
| cvs2cl | 2.51 | GPL | Generator of ChangeLog(s) from `cvs log` output | CVS2CL attempt to product a nice ChangeLog from cvs log output, some say nicer than rcs2log. He included with the OpenSouce cvs book : http://cvsbook.red-bean.com/ |
| cvsadmin | 1.0.3 | GPL | Tool to administer users of a CVS repository | cvsadmin is a simple program to administrate users of a CVS repository. It currently allows you to easily - add users - remove users - change users passwords - show existing users - rename users - change system users |
| cvsutils | 0.2.0 | GPL | Collection of useful CVS scripts | CVS Utilities is a collection of scripts, mostly in the Perl language, that allow you to manage the files in the CVS working directory. You can tell which files are under version control and which are not without even being online. You can erase or move away all derived files in seconds. |
| cxmon | 3.0 | GPL | Command-line file manipulation tool and disassembler | cxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor" by Timo Rossi. It has commands and features similar to a machine code monitor/debugger, but it lacks any functions for running/tracing code. There are, however, built-in PowerPC, 680x0, 80x86, AMD64, 6502 and Z80 disassemblers and special support for disassembling MacOS code (LowMem globals, named A-Traps). |
| cyrus-imapd-devel | 2.1.16 | OSI Approved | Cyrus IMAPd development files. | This package contains header files and libraries necessary for developing applications which use the imclient library. The main package is cyrus-imapd. |
| ddd | 3.3.8 | GPL | A GUI for several command-line debuggers. | The Data Display Debugger (DDD) is a popular GUI for command-line debuggers like GDB, DBX, JDB, WDB, XDB, the Perl debugger, and the Python debugger. DDD allows you to view source texts and provides an interactive graphical data display, in which data structures are displayed as graphs. You can use your mouse to dereference pointers or view structure contents, which are updated every time the program stops. DDD can debug programs written in Ada, C, C++, Chill, Fortran, Java, Modula, Pascal, Perl, and Python. DDD provides machine-level debugging; hypertext source navigation and lookup; breakpoint, watchpoint, backtrace, and history editors; array plots; undo and redo; preferences and settings editors; program execution in the terminal emulation window, debugging on a remote host, an on-line manual, extensive help on the Motif user interface, and a command-line interface with full editing, history and completion capabilities. |
| dejagnu | 1.4.3 | GPL | A front end for testing other programs. | DejaGnu is an Expect/Tcl based framework for testing other programs. DejaGnu has several purposes: to make it easy to write tests for any program; to allow you to write tests which will be portable to any host or target where a program must be tested; and to standardize the output format of all tests (making it easier to integrate the testing into software development). |
| dev86 | 0.16.3 | GPL | A real mode 80x86 assembler and linker. | The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. You should install dev86 if you intend to build programs that run in real mode from their source code. |
| dev86-devel | 0.16.3 | GPL | A development files for dev86 | The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. The dev86-devel package provides C headers need to use bcc, the C compiler for real mode x86. You should install dev86 if you intend to build programs that run in real mode from their source code. Note that you don't need dev86-devel package in order to build a kernel. |
| devhelp | 0.8.1 | GPL | API documentation browser for developers | Devhelp is an API documentation browser for GNOME 2. It works natively with Gtk-doc (System used in GTK+ and GNOME for documentating APIs) and it is possible to create books for other documentation as well. |
| devtodo | 0.1.17 | GPL | Todo displays and manages heirarchical lists of prioritized tasks. | Todo is a program to display and manage a hierarchical, prioritized list of outstanding work, or just reminders. The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. For much more complete information please refer to the man page (devtodo(1)). |
| dhcp-devel | 3.0 | Distributable | Development headers and libraries for the dhcpctl API | DHCP devel contains all of the libraries and headers for developing with th Internet Software Consortium (ISC) dhcpctl API. |
| diffstat | 1.34 | GPL-like | A utility which provides statistics based on the output of diff. | The diff command compares files line by line. Diffstat reads the output of the diff command and displays a histogram of the insertions, deletions and modifications in each file. Diffstat is commonly used to provide a summary of the changes in large, complex patch files. Install diffstat if you need a program which provides a summary of the diff command's output. You'll need to also install diffutils. |
| diffutils | 2.8.4 | GPL | A GNU collection of diff utilities | Diffutils includes four utilities: diff, cmp, diff3 and sdiff. * Diff compares two files and shows the differences, line by line. * The cmp command shows the offset and line numbers where two files differ, or cmp can show the characters that differ between the two files. * The diff3 command shows the differences between three files. Diff3 can be used when two people have made independent changes to a common original; diff3 can produce a merged file that contains both persons' changes and warnings about conflicts. * The sdiff command can be used to merge two files interactively. Install diffutils if you need to compare text files. |
| dmalloc | 5.2.1 | distributable | Debugging MALLOC | The debug memory allocation or "dmalloc" library has been designed as a drop in replacement for the system's `malloc', `realloc', `calloc', `free' and other memory management routines while providing powerful debugging facilities configurable at runtime. These facilities include such things as memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. |
| dmalloc-devel | 5.2.1 | distributable | Debugging malloc devellopment files | Devellopment files from the Debugging malloc library. |
| doxygen | 1.3.5 | GPL | Doxygen is THE documentation system for C/C++ | Doxygen is a documentation system for C, C++ and IDL. It can generate an on-line class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating man lpages and for converting the generated output into Postscript, hyperlinked PDF or compressed HTML. The documentation is extracted directly from the sources. Doxygen can also be configured to extract the code-structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. |
| ElectricFence | 2.2.2 | GPL | A debugger which detects memory allocation violations | If you know what malloc() violations are, you'll be interested in ElectricFence. ElectricFence is a tool which can be used for C programming and debugging. It uses the virtual memory hardware of your system to detect when software overruns malloc() buffer boundaries, and/or to detect any accesses of memory released by free(). ElectricFence will then stop the program on the first instruction that caused a bounds violation and you can use your favorite debugger to display the offending statement. This package will install ElectricFence, which you can use if you're searching for a debugger to find malloc() violations. |
| elfutils | 0.89 | GPL | A collection of utilities and DSOs to handle compiled objects. | Elfutils is a collection of utilities, including: * eu-nm: for listing symbols from object files * eu-size: for listing the section sizes of an object or archive file * eu-strip: for discarding symbols * eu-readelf: the see the raw ELF file structures * eu-elflint: to check for well-formed ELF files |
| Eterm-devel | 0.9.2 | GPL | Devel files for Eterm | Eterm is a color vt102 terminal emulator intended as a replacement for Xterm. It is designed with a Freedom of Choice philosophy, leaving as much power, flexibility, and freedom as possible in the hands of the user. It is designed to look good and work well, but takes a feature-rich approach rather than one of minimalism while still maintaining speed and efficiency. It works on any windowmanager/desktop environment, including AfterStep, BlackBox, 4DWM, CDE, KDE, GNOME, fvwm, and even twm, although it is designed to work and integrate best with Enlightenment. This package provides the necessary development libraries and include files to allow you to develop programs using Wine environment. |
| expat | 1.95.6 | MPL or GPL | Expat is an XML parser written in C | Expat is an XML 1.0 parser written in C by James Clark. It aims to be fully conforming. It is currently not a validating XML parser. |
| f2c | 20001107 | Distributable | The f2c Fortran to C/C++ conversion program and static libraries. | F2c converts Fortran 77 source code to C or C++ source files. If no Fortran files are named on the command line, f2c can read Fortran from standard input and write C to standard output. F2c can also be used (with the -P option) to generate ANSI C header files for calling Fortran routines from C. |
| fget-devel | 1.2.9 | GPL | Development library for fget | Development library for fget |
| findlib | 0.9 | MIT-style | A module packaging tool for OCaml | The findlib library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages. |
| flex | 2.5.4a | GPL | A tool for creating scanners (text pattern recognizers) | The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development. |
| fpc | 1.0.10 | GPL | Free Pascal Compiler | The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings. |
| fpc-docs | 1.0.10 | GPL | Free Pascal Compiler - Documentation | The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit Pascal Compiler. It comes with fully TP 7.0 compatible run-time library. Some extensions are added to the language, like function overloading. Shared libraries can be linked. Basic Delphi support is already implemented (classes, exceptions,ansistrings,RTTI). This package contains commandline compiler and utils. Provided units are the runtime library (RTL), free component library (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings. This package contains the documentation in PDF format |
| ftnchek | 3.2.1 | MIT | Fortran 77 program checker | Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors. Its purpose is to assist the user in finding semantic errors. Semantic errors are legal in the Fortran language but are wasteful or may cause incorrect operation. |
| gcc3.4-doc | 3.4.0 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler documentation in INFO pages. |
| gcc3.4-doc-pdf | 3.4.0 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler printable documentation in PDF. |
| gcc-colorgcc | 3.3.2 | GPL | GCC output colorizer | ColorGCC is a Perl wrapper to colorize the output of compilers with warning and error messages matching the GCC output format. This package is configured to run with the associated system compiler, that is GCC version 3.3.2. If you want to use it for another compiler (e.g. gcc 2.96), you may have to define gccVersion: 2.96 and uncomment the respective compiler paths in /etc/colorgccrc for a system-wide effect, or in ~/.colorgccrc for your user only. |
| gcc-doc | 3.3.2 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler documentation in INFO pages. |
| gcc-doc-pdf | 3.3.2 | GPL | GCC documentation | GCC is a compiler suite aimed at integrating all the optimizations and features necessary for a high-performance and stable development environment. This package contains the compiler printable documentation in PDF. |
| gcc-g77 | 3.3.2 | GPL | Fortran 77 support for gcc | This package adds support for compiling Fortran 77 programs with the GNU compiler. If you have multiple versions of GCC installed on your system, it is preferred to type "g77-$(gcc3.3-version)" (without double quotes) in order to use the GNU Fortran 77 compiler version 3.3.2. |
| gcc-gnat | 3.3.2 | GPL | Ada 95 support for gcc | This package contains an Ada95 compiler and associated development tools based on the GNU gcc technology. Ada95 is the object oriented successor of the Ada83 language. To build this package from sources you must have installed a binary version to bootstrap the compiler. |
| gcc-gpc | 3.3.2 | GPL | Pascal support for gcc | The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family. The compiler supports the following language standards and quasi-standards: * ISO 7185 Pascal (see Resources), * most of ISO 10206 Extended Pascal, * Borland Pascal 7.0, * parts of Borland Delphi, Mac Pascal and Pascal-SC (PXSC). If you have multiple versions of GCC installed on your system, it is preferred to type "gpc-$(gcc3.3-version)" (without double quotes) in order to use the GNU Fortran 77 compiler version 3.3.2. |
| gcc-objc | 3.3.2 | GPL | Objective C support for gcc | This package adds Objective C support to the GNU C compiler. Objective C is an object oriented derivative of the C language, mainly used on systems running NeXTSTEP. This package does not include the standard Objective C object library. |
| gcl | 2.5.3 | LGPL | GNU Common Lisp | GCL is a Common Lisp currently compliant with the CLtL1 standard. Lisp compilation produces native code through the intermediary of the system's C compiler, from which GCL derives efficient performance and facile portability. Currently uses TCL/Tk as GUI. |
| gcvs | 1.0 | GPL | GTK+ interface for CVS | The gcvs package contains an interface for cvs written in C++ using gtk+. It contains a version of cvs modified for communication purposes with gcvs. gcvs is part of a bigger project named CvsGui which provides several graphical clients on Mac and Windows as well. |
| gdb | 6.0 | GPL | A GNU source-level debugger for C, C++ and Fortran | Gdb is a full featured, command driven debugger. Gdb allows you to trace the execution of programs and examine their internal state at any time. Gdb works for C and C++ compiled with the GNU C compiler gcc. If you are going to develop C and/or C++ programs and use the GNU gcc compiler, you may want to install gdb to help you debug your programs. |
| gdl | 0.4.0 | GPL | Gnome Devtool Libraries (GDL) | GDL contains components and libraries that are intended to be shared between GNOME development tools, including gnome-debug, gnome-build, and scaffold. Currently GDL include: o A symbol browser bonobo component (symbol-browser-control). o A docking widget (gdl). o A utility library that also contains the stubs and skels for the symbol browser and text editor components (gdl, idl). |
| gforth | 0.6.2 | GPL | GNU Forth | Gforth is a fast and portable implementation of the ANS Forth language. |
| ggz-client-libs-devel | 0.0.8 | GPL | Development files for GGZ game clients library | The GGZ client libraries are necessary for running and/or developing GGZ Gaming Zone clients and games. This package contains headers and other development files used for building GGZ Gaming Zone clients or game modules. |
| gimp-help-2 | 0.2 | GFDL | Help files for Gimp2 | This is the new HTML help for Gimp 2. |
| gkrellm-devel | 2.1.25 | GPL | Include files for gkrellm | gkrellm header files for gkrellm development and plugin support. |
| glibc-doc | 2.3.3 | LGPL | GNU C library documentation | The glibc-doc package contains documentation for the GNU C library in info format. |
| glibc-doc-pdf | 2.3.3 | LGPL | GNU C library documentation | The glibc-doc-pdf package contains the printable documentation for the GNU C library in PDF format. |
| glibc-utils | 2.3.3 | LGPL | Development utilities from GNU C library | The glibc-utils package contains memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program debugging. If unsure if you need this, don't install this package. |
| glib-gettextize | 2.2.3 | LGPL | Gettextize replacement | glib2.0 package is designed to replace gettextize completely. Various gettext related files are modified in glib and gtk+ to allow better and more flexible i18n; however gettextize overwrites them with its own copy of files, thus nullifying the changes. If this replacement of gettextize is run instead, then all gnome packages can potentially benefict from the changes. |
| glimmer | 1.99.0 | GPL | Glimmer is a bonobo editor component for GNOME | Glimmer is a bonobo editor component based on GtkSourceView for displaying syntax-highlighted documents. |
| gmetadom-ocaml | 0.1.8 | LGPL | Ocaml bindings for gmetadom | GMetaDOM is a collection of libraries, each library providing a DOM implementation. Each DOM implementation is generated automatically by means of XSLT stylesheets. This are the Ocaml bindings of GMetaDOM. |
| gnustep-base | 1.6.0 | LGPL | GNUstep Base package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| gnustep-make | 1.6.0 | GPL | GNUstep Makefile package | This package contains the basic scripts, makefiles and directory layout needed to run and compile any GNUstep software. This package was configured for library combo gnu-gnu-gnu. |
| gperf | 3.0.1 | GPL | A perfect hash function generator | Gperf is a perfect hash function generator written in C++. Simply stated, a perfect hash function is a hash function and a data structure that allows recognition of a key word in a set of words using exactly one probe into the data structure. Install gperf if you need a program that generates perfect hash functions. |
| gprolog | 1.2.16 | GPL | GNU Prolog is a free implementation of Prolog | GNU Prolog is a native Prolog compiler with constraint solving over finite domains (FD) developed by Daniel Diaz. Latest information about GNU Prolog can be found at http://www.gnu.org/software/prolog. A lot of work has been devoted to the ISO compatibility. GNU Prolog is very close to the ISO standard (http://www.logic-programming.org/prolog_std.html). |
| grace-devel | 5.1.14 | LGPL | Library and header files for Grace-linked apps development | This package includes header and library files needed to develop programs which will use grace as a subprocess. This feature is currently (grace-5.1.14) available for C and Fortran77 languages. |
| gtkasp2php | 0.76.19 | GPL | Graphical front-end for asp2php | gtkasp2php is the gtk-based graphical front-end for asp2php. Install this if you want a graphical front-end for asp2php. |
| guikachu | 1.2.3 | GPL | Guikachu is a resource editor for PalmOS systems. | Guikachu is a resource editor for PalmOSTM systems. It allows you to visually create dialog boxes, menu bars and windows for your Palm application in the GNOME desktop environment. It allow to export to PilRC .rcp files. |
| guile | 1.6.4 | GPL | A GNU implementation of Scheme for application extensibility | GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs. Install the guile package if you'd like to add extensibility to programs that you are developing. You'll also need to install the guile-devel package. |
| guile-gtk-1.2 | 0.31 | GPL | Makes the GTK+ toolkit accesible from Guile | Guile-gtk is glue code to make the GTK+ toolkit accesible from Guile. It provides a interface for Scheme programmers to develop visual applications. It can optionally integrate with gnome via the Gnome-guile module |
| hugs98 | 20021120 | Artistic | Hugs 98: The Nottingham and Yale Haskell system | A Haskell interpreter and programming environment for developing cool Haskell programs. This release is largely conformant with Haskell 98, including monad and record syntax, newtypes, strictness annotations, and modules. In addition, it comes packaged with the libraries defined in the most recent version of the Haskell Library Report and with extension libraries which are compatible with GHC 3.0. |
| jam | 2.5 | BSD-like | A replacement for make | This is the Jam/MR program as published by Perforce. A powerful and highly customizable utility to build programs and other things, that can run on Un*x, Nt, VMS, OS/2 and Macintosh MPW, using portable Jamfiles. It can build large projects spread across many directories in one pass. It takes some time to fully apprehend, especially when one's already accustomed to make(1), but there's no comparison in power when comparing these 2 tools. Standard rules: - can automatically extract header dependencies for C/C++ (you can customize for you own language) - provide for automatic "clean", "install", "uninstall" rules, so that an automake-like tool is not needed |
| jay | 0.30.1 | GPL/LGPL/BSD | Jay is a LALR(1) parser generator for Java and C#. | Jay is a LALR(1) parser generator for Java and C#. This is a port of Jay to C#, the original Jay can be found here: http://www.informatik.uni-osnabrueck.de/bernd/jay/ |
| js | 1.5 | MPL | JavaScript engine | JavaScript is the Netscape-developed object scripting languages. This package has been created for purposes of Sablotron and is suitable for embedding in applications. See http://www.mozilla.org/js for details and sources. |
| junkie | 0.3.1 | BSD | GTK2 ftp client. | junkie is a GTK 2 GUI FTP client with a raw FTP library and a configuration library. It currently supports pre-caching of FTP sites and basic upload and download functions. Support for hammering and FXP is in development. |
| kakasi-devel | 2.3.4 | GPL | Header file and libraries of KAKASI | Header file and Libraries of KAKASI. |
| kdbg | 1.2.9 | GPL | A Graphical Debugger Interface | KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. |
| kdiff3 | 0.9.82 | GPL | Utility for comparing/merging up to three text files or directories | KDiff3 is a file and directory diff and merge tool which: * compares and merges two or three text input files or directories * shows the differences line by line and character by character(!) * provides an automatic merge-facility * has an editor for comfortable solving of merge-conflicts * provides networktransparency via KIO * has options to highlight or hide changes in white-space or comments |
| kdoc | 3.0.0 | GPL | Documentation for the K Desktop Environment (KDE) | Documentation tools for the K Desktop Environment. |
| kscope | 0.5 | GPL | KDE frontend to Cscope | KScope is a source-editing environment for KDE based on Cscope. |
| ksi | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| lam-devel | 7.0.4 | BSD | Development binaries for lam environment | LAM development binaries for compiling parallel programs. |
| lam-doc | 7.0.4 | BSD | Documentation for developing programs that will use lam-mpi | LAM (Local Area Multicomputer) is an Message-Passing Interface (MPI) programming environment and development system for heterogeneous computers on a network. With LAM/MPI, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer to solve one problem. LAM/MPI is considered to be "cluster friendly" because it offers daemon-based process startup/control as well as fast client-to-client message passing protocols. LAM/MPI can use TCP/IP and/or shared memory for message passing (different RPMs are supplied for this -- see the main LAM website at http://www.mpi.nd.edu/lam/ for details).< LAM features a full implementation of MPI version 1 (with the exception that LAM does not support cancelling of sends), and much of version 2. Compliant applications are source code portable between LAM and any other implementation of MPI. In addition to meeting the standard, LAM/MPI offers extensive monitoring capabilities to support debugging. Monitoring happens on two levels: On one level, LAM/MPI has the hooks to allow a snapshot of a process and message status to be taken at any time during an application run. The status includes all aspects of synchronization plus datatype map/signature, communicator group membership and message contents (see the XMPI application on the main LAM website). On the second level, the MPI library can produce a cumulative record of communication, which can be visualized either at runtime or post-mortem. This package provides the documentation needed to develop applications using the lam libraries. |
| lam-runtime | 7.0.4 | BSD | LAM runtime environment for executing parallel programs. | LAM runtime environment for executing parallel programs. LAM is an implementation of the Message Passing Interface (MPI) protocol commonly used in parallel processing applications. |
| libamanda0-devel | 2.4.4 | BSD | Libraries and documentation of the AMANDA tape backup system. | The libamanda-devel package should be installed on any machine that will be used to develop amanda applications. |
| libaspell15-devel | 0.50.4.1 | LGPL | Development files for aspell | Development headers, and files for development from the aspell package. |
| libauthd0-devel | 0.2.1 | GPL | Devel Package for authd | authd is a software package for obtaining and verifying user credentials which contain cryptographic signatures based on RSA public key cryptography. Provide file auth.h and libauth.a . |
| libavlmap0-devel | 0.10.2 | LGPL | Development library and header files for the avlmap library | The avlmap library implements a data mapping abstraction in function calls, along with an underlying AVL balanced binary search tree implementation. |
| libblt2-devel | 2.4z | MIT | Headers of BLT | BLT is an extension to the Tk toolkiy. BLT's most useful feature is the provision of more widgets for Tk, but it also provides more geometry managers and miscellaneous other commands. Note that you won't need to any patching of the Tcl or Tk source file to use BLT, but you will need to have Tcl/Tk installed in order to use BLT. This package provides headers needed to build packages based on BLT. |
| libchm0-devel | 0.31 | GPL | A library for dealing with Microsoft ITSS/CHM format files | CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. |
| libcim3 | 3.36 | GPL | Gnu Cim libraries packages | This package contains the libraries needed to run programs dynamically linked with cim (the Gnu Simula Compiler) |
| libcim3-devel | 3.36 | GPL | Headers for developing programs that will use cim | This package contains the headers that programmers will need to develop applications which will use cim. |
| libclient1-devel | 1.0.1 | GPL | Development libraries from silc-client | Development libraries from silc-client |
| libconsole0-devel | 0.2.3 | GPL | Include and .so files for console tools | This package contains include and .so files for console tools |
| libconsole0-static-devel | 0.2.3 | GPL | Static libraries for console tools | This package contains static libraries for console tools. |
| libcryptopp-progs | 5.1 | Public Domain | Programs for manipulating libcryptopp routines. | Crypto++ Library is a free C++ class library of cryptographic schemes. This package contains programs for manipulating libcryptopp routines. |
| libdbh-1.0_1-devel | 1.0.15 | LGPL | Libraries and headerfiles for development with dbh. | Libraries and headerfiles for development with dbh. |
| libdevhelp-1_0 | 0.8.1 | GPL | Dynamic libraries for devhelp | this package contains dynamic libraries for devhelp. |
| libdia-newcanvas0-devel | 0.6.10 | GPL | New canvas dor Dia - Devel files | It differs from the GNOME canvas in that it has a different approach. First the primitives used are the classicals like point, line, rectangle... and groups, but it also has three other non classical primitives that are connection point, attract point and attracted point. They are used to connect groups and set the snap system. More over, dia-newcanvas has a model/view split. One DiaCanvas can have multiple DiaCanvasViews. The API for using DiaCanvas is quite similar to that of GnomeCanvas, as can be seen in the simple test-diacanvas.c example program. |
| libdxr3_0-devel | 0.13.0 | GPL | Development Libraries & includes for DXR3 device | This contains the development libraries used when building an application that will make use of the shared objects in the em8300 package. |
| libebg1-devel | 0.0.1 | BSD | Enlightenment background headers. | Ebg development headers |
| libebits1 | 0.0.2 | BSD | Enlightened Image Bits Canvas Library | The Ebits library provides layout functionality for graphical elements like window borders and is based on Evas. It defines the behavior of GUI elements when they are resized, callbacks to call when elements are activated and more. The GUI elements are stored in Edb databases. |
| libebits1-devel | 0.0.2 | BSD | Enlightened Image Bits Canvas Library headers and development libraries. | Ebits development files. |
| libecasound-devel | 2.3.2 | GPL | Ecasound - development files | The ecasound-devel package contains the header files and static libraries necessary for building apps like ecawave and ecamegapedal that directly link against ecasound libraries. |
| libecore0-devel | 0.0.2 | BSD | Ecore headers and development libraries. | Ecore development files. |
| libedb1-devel | 1.0.3 | BSD | Enlightenment Database Access Library headers and development libraries. | Edb development headers and libraries. |
| libe-devel | 0.2.2 | GPL | C library contains various functions which deal with data structures | libe is a C library which contains various functions which deal with data structures (hash tables, bitmasks, trees of IP addresses, etc.), networking, I/O, barriers, and other useful things. It is currently used in the implementation of authd (RSA authentication daemon), pcp (a parallel, pipelined file transfer system), and gexec (a fast, hierarchical cluster remote execution system). |
| libeet0-devel | 0.0.2 | BSD | Eet headers, static libraries, documentation and test programs | Headers, static libraries, test programs and documentation for Eet |
| libefsd0-devel | 0.0.1 | BSD | Enlightenment File System Daemon headers. | Efsd development headers and library. |
| libelfutils1-devel | 0.89 | GPL | Development libraries to handle compiled objects. | This package contains the headers and dynamic libraries to create applications for handling compiled objects. * libelf allows you to access the internals of the ELF object file format, so you can see the different sections of an ELF file. * libebl provides some higher-level ELF access functionality. * libdwarf provides access to the DWARF debugging information. * libasm provides a programmable assembler interface. |
| libelfutils1-static-devel | 0.89 | GPL | Static libraries for development with libelfutils. | This package contains the static libraries to create applications for handling compiled objects. |
| libextractor0 | 0.2.6 | BSD | Libextractor library used to extract meta-data from files | libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. The goal is to provide developers of file-sharing networks or WWW-indexing bots with a universal library to obtain simple keywords to match against queries. libextractor contains a shell-command "extract" that, similar to the well-known "file" command, can extract meta-data from a file and print the results to stdout. Currently, it supports the formats HTML, PDF, PS, MP3, OGG, JPEG, GIF, PNG, RPM, ZIP, Real, QT and ASF. Also, various additional MIME types are detected. |
| libextractor0-devel | 0.2.6 | BSD | Libextractor library headers and development libraries. | libextractor devel files |
| libffcall0-devel | 1.8d | GPL | Libraries that can be used to build foreign function call interfaces. | This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) This version B includes some minor configuration changes so that files are installed in the proper place. Also it compiles on cygwin and mingw32. |
| libfidoconf1.4-devel | 1.4.0 | GPL | Library to access the fidoconfig, development files | The design goal of fidoconfig was to provide one config-file for several different fido software packages like editor, tosser etc. An additional aim was to have one library (fidoconfig) which can be used by all programs. The advantage is you only have to edit one config-file, so changing your system is much easier than with common software packages. Also bugs can only creep in one library and not in thousands over thousands libraries. This Package contains the Development Files. Only needed if you want to compile the Husky-Programs yourself |
| libfusionsound-devel | 0.9.19 | GPL | An audio sub system | FusionSound is a very powerful audio sub system in the manner of DirectFB and a technical demonstration of Fusion. FusionSound supports multiple applications using Fusion IPC. It provides streams, static sound buffers and control over any number of concurrent playbacks. Sample data is always stored in shared memory, starting a playback simply adds an entry to the playlist of the mixer thread in the master application. |
| libfwbuilder5-devel | 1.0.2 | GPL | Firewall Builder API Libraries and Header Files | This package contains the libraries and header files that programmer would need to develop applications using Firewall Builder API. |
| libganglia-monitor1 | 2.5.4 | BSD | Ganglia Cluster Toolkit Library | The Ganglia Monitoring Core library provides a set of functions that programmers can use to build scalable cluster or grid applications. |
| libganglia-monitor1-devel | 2.5.4 | BSD | Ganglia Cluster Toolkit Library | The Ganglia Monitoring Core library provides a set of functions that programmers can use to build scalable cluster or grid applications. |
| libgb0-devel | 0.0.20 | GPL | Gnome Basic is aimed to develop Visual Basic apps, in particular VBA. | Gnome Basic is a tool aimed to support Visual Basic Applications. In particular work is under way to cooperate with Gnumeric to provide Microsoft Excel VBA support. |
| libgcrypt7-devel | 1.1.91 | LGPL | Development files for the libgcrypt package. | Libgcrypt is a general purpose cryptographic library based on the code from GNU Privacy Guard. This package contains files needed to develop applications using libgcrypt. ( For example Ägypten project ) |
| libgeda19-devel | 20030901 | LGPL | Development libraries for the gEDA project | This package contains libgeda19 development libraries needed by gEDA applications) and the necessary header files for development. The gEDA project is working on producing a full GPL'd suite of Electronic Design Automation tools. These tools are used for electrical circuit design, simulation, prototyping, and production. |
| libgexec0-devel | 0.3.5 | GPL | Gexec scalable cluster remote execution devel package | gexec devel package. |
| libggi2-devel | 2.0.4 | GPL | Headers for developing programs that will use libggi | This package contains the headers that programmers will need to develop applications which will use libggi. |
| libggi2-static-devel | 2.0.4 | GPL | Static Library for developing programs that will use libggi | This package contains the static library that programmers will need to develop applications which will use libggi. |
| libggimisc2-devel | 2.0.2 | BSD | Headers for developing programs that will use libggimisc | This package contains the headers that programmers will need to develop applications which will use libggimisc. |
| libggz1-devel | 0.0.8 | GPL | Development files used to build GGZ Gaming Zone applications | The GGZ Gaming Zone server allows other computers to connect to yours via the Internet and play network games. This package contains the libraries required for building both clients and the server. |
| libgii0-devel | 0.8.4 | GPL | Headers for developing programs that will use libgii | This package contains the headers that programmers will need to develop applications which will use libgii. |
| libgii0-static-devel | 0.8.4 | GPL | Static libraries for developing programs that will use libgii | This package contains the static libraries that programmers will need to develop applications which will use libgii. |
| libGlasses1 | 0.1a | GPL | View the class structure of a GTK program | Glasses is a small program to view the class structure of a GTK program at runtime. It is probably only useful for developers |
| libGlasses1-devel | 0.1a | GPL | View the class structure of a GTK program | Glasses is a small program to view the class structure of a GTK program at runtime. It is probably only useful for developers. |
| libgnustep-base1 | 1.6.0 | LGPL | GNUstep Base library package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| libgnustep-base1-devel | 1.6.0 | LGPL | GNUstep Base library package | The GNUstep Base Library is a powerful fast library of general-purpose, non-graphical Objective C classes, inspired by the superb OpenStep API but implementing Apple and GNU additions to the API as well. It includes for example classes for unicode strings, arrays, dictionaries, sets, byte streams, typed coders, invocations, notifications, notification dispatchers, scanners, tasks, files, networking, threading, remote object messaging support (distributed objects), event loops, loadable bundles, attributed unicode strings, xml, mime, user defaults. This package includes development headers too. |
| libgpg-error0-devel | 0.6 | LGPL | Development related files of libgpg-error | libgpg-error is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. This package contains headers and other necessary files to develop or compile applications that use libgpg-error. |
| libgtk+extra0-devel | 0.99.17 | LGPL | A library of gtk+ widgets | The gtk+extra-devel package includes the static libraries, header files, and documentation for compiling programs that use gtk+extra widgets. |
| libGtkScintilla0-devel | 0.8.2 | GPL | GtkScintilla - A wrapper for Scintilla editing component | This is GtkScintilla, a wrapper for the Scintilla (www.scintilla.org) editing component wich adds some facility to this powerful component written by Neil Hodgson (and may others). |
| libguide-devel | 2.3.2 | Distributable | Run-time libraries and development header files for DevGuide | runtime libraries needed to compile and run applications generated by SUN's Interface Builder DevGuide |
| libheartbeat0-devel | 1.2.0 | GPL | Development files from heartbeat | Development files from heartbeat heartbeat is a basic heartbeat subsystem for Linux-HA. It will run scripts at initialization, and when machines go up or down. This version will also perform IP address takeover using gratuitious ARPs. It works correctly for a 2-node configuration, and is extensible to larger configurations. It implements the following kinds of heartbeats: - Bidirectional Serial Rings ("raw" serial ports) - UDP/IP braodcast (ethernet, etc) - Bidirectional Serial PPP/UDP Rings (using PPP) |
| libheartbeat-pils0-devel | 1.2.0 | GPL | Provides a general plugin and interface loading library | PILS is an generalized and portable open source Plugin and Interface Loading System. PILS was developed as part of the Open Cluster Framework reference implementation, and is designed to be directly usable by a wide variety of other applications. PILS manages both plugins (loadable objects), and the interfaces these plugins implement. PILS is designed to support any number of plugins implementing any number of interfaces. |
| libheartbeat-stonith0-devel | 1.2.0 | GPL | Development files from heartbeat | The STONITH module (a.k.a. STOMITH) provides an extensible interface for remotely powering down a node in the cluster. The idea is quite simple: When the software running on one machine wants to make sure another machine in the cluster is not using a resource, pull the plug on the other machine. It's simple and reliable, albeit admittedly brutal. |
| libhfsplusutils0-devel | 1.0.4 | GPL | User-space HFS+ utilities development files | A portable, free implementation of routines for accessing HFS+ volumes. Currently only reading is supported. |
| libicu28-devel | 2.8.d01 | BSD | Tools required to embed the International Components for Unicode. | The International Components for Unicode (ICU) libraries provide robust and full-featured Unicode services on a wide variety of platforms. ICU supports the most current version of the Unicode standard, and they provide support for supplementary Unicode characters (needed for GB 18030 repertoire support). As computing environments become more heterogeneous, software portability becomes more important. ICU lets you produce the same results across all the various platforms you support, without sacrificing performance. It offers great flexibility to extend and customize the supplied services, which include: * Text: Unicode text handling, full character properties and character set conversions (500+ codepages) * Analysis: Unicode regular expressions; full Unicode sets; character, word and line boundaries * Comparison: Language sensitive collation and searching * Transformations: normalization, upper/lowercase, script transliterations (50+ pairs) * Locales: Comprehensive locale data (230+) and resource bundle architecture * Complex Text Layout: Arabic, Hebrew, Indic and Thai * Time: Multi-calendar and time zone * Formatting and Parsing: dates, times, numbers, currencies, messages and rule based |
| libjs1-devel | 1.5 | MPL | The header files for libjs1 | These are the header files for libjs1 |
| libk3b1-devel | 0.11.1 | GPL | Libraries for k3b | Development libraries from k3b |
| libkarchiver2-devel | 3.0.10 | GPL | Shared library requires by Karchiver | This package contains the shared library part of the KDE archiving program karchiver. |
| libkphone3-devel | 3.14 | GPL | Development files for kphone libs | Development libraries and headers for kphone. |
| libkrb51-devel | 1.3 | MIT | Development files needed for compiling Kerberos 5 programs. | Kerberos is a network authentication system. The krb5-devel package contains the header files and libraries needed for compiling Kerberos 5 programs. If you want to develop Kerberos-aware programs, you'll need to install this package. |
| libksba8-devel | 0.9.1 | GPL | Development files for libksba package | KSBA is a library designed to build software based on the X.509 and CMS protocols. This package contains files needed to develop applications using libksba (For example Ägypten project). |
| libksi1 | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| libksi1-devel | 3.4.1 | BSD | Implementation of the Scheme programming language | KSI Scheme is an implementation of the Scheme programming language written in C. It can be used as both a stand-alone interpreter and an extension library. However, the documentation is in Russian. |
| libksplashml0-devel | 0.95.3 | GPL | Libraries from Ksplashml | The libraries from Ksplashml package |
| libkxmleditor1-devel | 1.0.0 | GPL | Development libraries from kxmleditor | Development libraries from kxmleditor |
| liblabplot1-devel | 1.2.3 | GPL | LabPlot is a plotting and data analysis application | KDE Application for plotting and analysis of 2D and /3D functions and data. |
| liblam7-devel | 7.0.4 | BSD | Headers for developing programs that will use lam-mpi | LAM (Local Area Multicomputer) is an Message-Passing Interface (MPI) programming environment and development system for heterogeneous computers on a network. With LAM/MPI, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer to solve one problem. LAM/MPI is considered to be "cluster friendly" because it offers daemon-based process startup/control as well as fast client-to-client message passing protocols. LAM/MPI can use TCP/IP and/or shared memory for message passing (different RPMs are supplied for this -- see the main LAM website at http://www.mpi.nd.edu/lam/ for details).< LAM features a full implementation of MPI version 1 (with the exception that LAM does not support cancelling of sends), and much of version 2. Compliant applications are source code portable between LAM and any other implementation of MPI. In addition to meeting the standard, LAM/MPI offers extensive monitoring capabilities to support debugging. Monitoring happens on two levels: On one level, LAM/MPI has the hooks to allow a snapshot of a process and message status to be taken at any time during an application run. The status includes all aspects of synchronization plus datatype map/signature, communicator group membership and message contents (see the XMPI application on the main LAM website). On the second level, the MPI library can produce a cumulative record of communication, which can be visualized either at runtime or post-mortem. This package provides the static libraries and header files needed to compile applications using the lam libraries. |
| liblapack3-devel | 3.0 | Redistributable | The Fortran 77 LAPACK and BLAS libraries for linear algebra. | LAPACK (Linear Algebra PACKage) is a standard library for numerical linear algebra. LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. Associated matrix factorizations (LU, Cholesky, QR, SVD, Schur, and generalized Schur) and related computations (i.e., reordering of Schur factorizations and estimating condition numbers) are also included. LAPACK can handle dense and banded matrices, but not general sparse matrices. Similar functionality is provided for real and complex matrices in both single and double precision. LAPACK is coded in Fortran77. This package contains the headers and development libraries necessary to develop applications. |
| liblcrzo4-devel | 4.17.0 | LGPL | Development library and header files for the lcrzo library | Lcrzo is a network library, for network administrators and network hackers. Its objective is to easily create network programs. This library provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and server creation. Furthermore, lcrzo contains high level functions dealing with data storage and handling. Using all these functions, you can quickly create a network test program. |
| liblcrzo4-static-devel | 4.17.0 | LGPL | Static development library for the lcrzo library | Lcrzo is a network library, for network administrators and network hackers. Its objective is to easily create network programs. This library provides network functionnalities for Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols. It supports spoofing, sniffing, client and server creation. Furthermore, lcrzo contains high level functions dealing with data storage and handling. Using all these functions, you can quickly create a network test program. |
| liblexed4-devel | 4.3.3 | GPL | Headers for developing programs that will use lexed | This package contains the headers that programmers will need to develop applications which will use lexed. |
| liblirc0-devel | 0.6.6 | GPL | Header and library files for LIRC development | This package provides the files necessary to develop LIRC-based programs. |
| liblua5-devel | 5.0 | Distributable | Lua is a powerful, light-weight programming language | Lua is a programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. This package contains the headers and development files for lua. |
| liblwp2 | 1.9 | LGPL | LWP thread library development files | The LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote procedure call library) |
| liblwp2-devel | 1.9 | LGPL | LWP thread library development files | Headers and static libraries for developing programs using the LWP userspace threads library. The LWP threads library is used by the Coda distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (a remote procedure call library) |
| libmono0-devel | 0.30.1 | GPL/LGPL/BSD | Tools required to embed the Mono runtime. | Header files and libraries used to embed the Mono runtime in an application. |
| libmpatrol1-devel | 1.4.8 | LGPL | A library for controlling and tracing dynamic memory allocations. | The mpatrol library is yet another link library that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and profile calls to malloc() and free() too. |
| libmpich1 | 1.2.5.2 | BSD-style | Shared Librairies for MPICH | Shared Librairies for MPICH |
| libmpich1-devel | 1.2.5.2 | BSD-style | Headers for developing programs that will use MPICH | MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. MPICH-A Portable Implementation of MPI is a MPI Standard conforming library that was developed by the Argonne National Laboratory. It allows different processes across a network of workstations to communicate using specific message passing functions. It includes librairies, parallel debuging tools and docs. This package provides the static libraries and header files needed to compile applications using the MPICH libraries. |
| libmusicbrainz2-devel | 2.0.2 | LGPL | Headers for developing programs that will use libmusicbrainz | This package contains the headers that programmers will need to develop applications which will use libmusicbrainz. |
| libmustux0-devel | 0.18.0 | GPL | The development files from libmustux | The development files need to build applications which used libmustux |
| libmysql12-devel | 4.0.18 | GPL | MySQL - Development header files and libraries | This package contains the development header files and libraries necessary to develop MySQL client applications. For a description of MySQL see the base MySQL RPM or http://www.mysql.com |
| libnetwib54-devel | 5.4.0 | LGPL | A network library | Netwib is a network library for network administrator and hackers. She provides: + address translation + client/server udp/tcp + paquets creation and annalyze + etc. With Netwib, you can easily create a network application. |
| libnids1-devel | 1.17 | GPL | Library that provides function of Network Intrusion Detection System | Libnids is a library that provides a functionality of one of NIDS (Network Intrusion Detection System) components, namely E-component. It means that libnids code watches all local network traffic, cooks received datagrams a bit (quite a bit ;)), and provides convenient information on them to analyzing modules of NIDS. |
| libol0 | 0.2.23 | GPL | Nonblocking I/O and OO library. This package contains the libraries. | Nonblocking I/O and OO library. It is needed to build syslog-ng, the new generation syslog. |
| libol0-devel | 0.2.23 | GPL | Nonblocking I/O and OO library. Devel files. | Nonblockin I/O and OO library. It is needed to build syslog-ng, the new generation syslog. |
| libole20-devel | 0.2.4 | LGPL | Libraries, includes, etc to develop libole2 applications | Libraries, include files, etc you can use to develop libole2 applications. |
| libopenbox1-devel | 3.1 | BSD | Development files from openbox | Openbox is a window manager for the X11 windowing system. It currently runs on a large list of platforms. It was originally based on blackbox and currently remains very similar, even using blackbox styles (with available extensions) for its themeing. Openbox is the spawn of a number of previous blackbox users/hackers. Being overall pleased with the window manager, but feeling left unable to contribute, this project was born.The Openbox project is developed, maintained, and contributed to by these individuals. |
| libopencdk8-devel | 0.5.3 | GPL | Development files for opencdk | opencdk library provides basic parts of the OpenPGP message format. You will need to install this package if you want to develop or compile any applications/libraries that use opencdk. |
| libopengroupware-core4-devel | 4.2 | LGPL | The header files for the core OpenGroupware.org libraries. | The devel package contains the header files for the OpenGroupware.org core libraries. |
| libopengroupware-pda0-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org Palm(tm) libraries. | The devel package contains the header files for the OpenGroupware.org Palm(tm) libraries. |
| libopengroupware-xml0-devel | 4.2 | LGPL | The header files for the OpenGroupware.org XML libraries. | This package contains the header files for the OpenGroupware.org XML libraries. |
| libopenssl0.9.7-devel | 0.9.7c | BSD-like | Secure Sockets Layer communications static libs & headers & utils | The static libraries and include files needed to compile apps with support for various cryptographic algorithms and protocols, including DES, RC4, RSA and SSL. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Patches for many networking apps can be found at: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ |
| libopenssl0.9.7-static-devel | 0.9.7c | BSD-like | Secure Sockets Layer communications static libs & headers & utils | The static libraries and include files needed to compile apps with support for various cryptographic algorithms and protocols, including DES, RC4, RSA and SSL. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). Patches for many networking apps can be found at: ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/ |
| liborsa0-devel | 0.4.1 | GPL | Development files from orsa | Development files from orsa. You need this package to build application using the orsa library. |
| libpam0-devel | 0.77 | GPL or BSD | Development headers and libraries for pam | PAM (Pluggable Authentication Modules) is a system security tool which allows system administrators to set authentication policy without having to recompile programs which do authentication. This is the devlopement librairies for pam |
| libpcp0-devel | 0.3.2 | GPL | Pcp devel package | pcp devel package. |
| libpetsc2 | 2.1.3 | BSD style | PETSC libraries (Libraries and headers) | PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. This version uses the MPI (mpich) library. |
| libpetsc2-devel | 2.1.3 | BSD style | PETSC development files (Libraries and headers) | PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. This version uses the MPI (mpich) library. |
| libphp_common432 | 4.3.4 | PHP License | Shared library for php | This package provides the common files to run with different implementations of PHP. You need this package if you install the php standalone package or a webserver with php support (ie: mod_php). |
| libpiave0-devel | 0.2.3 | GPL | Libraries from piave | Static library and header files from piave |
| libplotutils2-devel | 2.4.1 | GPL | Headers for developing programs that will use plotutils | This package contains the headers that programmers will need to develop applications which will use plotutils. |
| libpnetlib0 | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| libpnetlib0-devel | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| libproj0-devel | 4.4.7 | MIT | Cartographic projection software - Development files | Cartographic projection development files. |
| libproj0-static-devel | 4.4.7 | MIT | Cartographic projection software - Development files | Cartographic projection development files (static). |
| libproxychains1-devel | 1.8.2 | GPL | Forces any tcp connection to follow through proxy (or proxy chain) | This program forces any tcp connection made by any given tcp client to follow through proxy (or proxy chain). It is a kind of proxifier. It acts like sockscap / permeo / eborder driver ( intercepts TCP calls ) It is FREE. This version (1.8.x) supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers. Auth-types: socks - "user/pass" , http - "basic" |
| libpvm-devel | 3.4.4 | GPL | PVM header files and static libraries | This package contains PVM header files and static libraries. |
| libredland0-devel | 0.9.15 | LGPL | Header files and static libraries from redland | Libraries and includes files for developing programs based on redland. |
| librep9-devel | 0.17 | GPL | Librep include files and link libraries | Link libraries and C header files for librep development. |
| librpc23 | 1.14 | LGPL | RPC2 library development files | The RPC2 library. |
| librpc23-devel | 1.14 | LGPL | RPC2 library development files | Headers and static libraries for developing programs using the RPC2 library. |
| librrdtool0-devel | 1.0.46 | GPL | RRDtool - round robin database static libraries and headers | RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). This package allow you to use directly this library. |
| librvm1 | 1.8 | LGPL | RVM tools | The RVM persistent recoverable memory library. The RVM library is used by the Coda distributed filesystem. |
| librvm1-devel | 1.8 | LGPL | RVM library development files | Headers and static libraries for developing programs using the RVM library. The RVM library is used by the Coda distributed filesystem. |
| libscalapack0-devel | 1.7 | GPL | Scalapak | The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. It is currently written in a Single-Program-Multiple-Data style using explicit message passing for interprocessor communication. It assumes matrices are laid out in a two-dimensional block cyclic decomposition. |
| libshout3-devel | 2.0 | LGPL | Headers for developing programs that will use libshout | This package contains the headers that programmers will need to develop applications which will use libshout. |
| libsilc-client1-devel | 1.0.1 | GPL | Development libraries from silc | Development libraries from silc |
| libsmapi2.4-devel | 2.4.0 | GPL | MsgAPI for the Husky-Packages, development files | smapi is a modified message api for *.MSG, SQUISH (C) and JAM-Messagebase formats. It is required for all other Husky-Software. This Package holds the Development files. Only needed if you want to compile other Husky-Packages. |
| libsmi2-devel | 0.4.1 | BSD-like | Development tools for LibSMI | This package contails the include files and static library needed to develop applications based on the SMI Library |
| libsqlguimysql0-devel | 0.1.1 | BSD | SqlGui is a graphical database-frontend for KDE. | MySQL-plugin for SqlGui This package contain develpment files. |
| libsqlguipart0-devel | 0.5.1 | BSD | Development files from sqlguipart | Development files from sqlguipart. You need it to build application which use it. |
| libsqlguipgsql0-devel | 0.1.1 | BSD | SqlGui is a graphical database-frontend for KDE. | PostgresSQL-plugin for SqlGui This package contain development files |
| libstatgrab1-devel | 0.8.1 | GPL | The development files from libstatgrab libraries | Libstatgrab is a library that provides cross platform access to statistics about the system on which it's run. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more. The current list of platforms is Solaris 2.x, Linux 2.4, and FreeBSD 4.x/5.x. The aim is to extend this to include as many operating systems as possible. The package also includes a couple of useful tools. The first, saidar, provides a curses-based interface to viewing the current state of the system. The second, statgrab, gives a sysctl-style interface to the statistics gathered by libstatgrab. This extends the use of libstatgrab to people writing scripts or anything else that can't easily make C function calls. Included with statgrab is a script to generate an MRTG configuration file to use statgrab. |
| libsubversion1_0-devel | 1.0.1 | BSD | Subversion Headers/Libraries for Development | This package contains the header files and linker scripts for subversion libraries. |
| libsubversion1_0-static-devel | 1.0.1 | BSD | Static Subversion Libraries for Development | This package contains the static files for subversion libraries. |
| libtasn1_2-devel | 0.2.6 | LGPL | Development related files for libtasn1 | libtasn1 library offers ASN.1 (Abstract Syntax Notation One) parsing capabilities, and is used by GnuTLS for the X.509 certificate parsing functions. This package contains all the necessary files to develop or compile other applications or libraries that use libtasn1. |
| libtclink3-devel | 3.4 | LGPL | Headers for developping programs with TCLink | This package contains the header file you need to develop applications which will use TCLink (Trust Commerce Payment Gateway). |
| libtcron0-devel | 0.4.5 | GPL | The development files from tcron | Tcron integrates 'cron' with the ATX power-up capability. It can invoke multiple cron jobs and switch the computer on and off any number of times per day. This package contains files need to create applications using tcron library. |
| libticables3-devel | 3.7.7 | LGPL | Development related files for libticables | This package contains headers and other necessary files to develop or compile applications that use libticables. |
| libticalcs-4_0-devel | 4.5.1 | LGPL | Development related files for libticalcs | This package contains headers and other necessary files to develop or compile applications that use libticalcs. |
| libtidy0.99-devel | 0.99 | W3C license | Headers for developing programs that will use tidy | This package contains the headers that programmers will need to develop applications which will use tidy. |
| libtifiles0-devel | 0.5.7 | LGPL | Development related files for libtifiles | This package contains headers and other necessary files to develop or compile applications that use libtifiles. |
| libtool | 1.4.3 | GPL | The GNU libtool, which simplifies the use of shared libraries | The libtool package contains the GNU libtool, a set of shell scripts which automatically configure UNIX and UNIX-like architectures to generically build shared libraries. Libtool provides a consistent, portable interface which simplifies the process of using shared libraries. If you are developing programs which will use shared libraries, you should install libtool. |
| libtorque1-devel | 1.0.1 | PBS | The Portable Batch System (PBS) devel | The Portable Batch System (PBS) function prototype. "This product includes software developed by NASA Ames Research Center, Lawrence Livermore National Laboratory, and Veridian Information Solutions, Inc. Visit www.OpenPBS.org for OpenPBS software support,products, and information." |
| libtwin0-devel | 0.4.6 | GPL | Devellopment files from twin | Twin is a text-mode windowing environment. You need this package to build twin applications |
| libunicode0-devel | 0.4.gnome | LGPL | A unicode manipulation library | This package package includes the static libraries and header files for the libunicode package. |
| libunixODBC2-devel | 2.2.7 | LGPL | Includes and static libraries for ODBC development | unixODBC aims to provide a complete ODBC solution for the Linux platform. This package contains the include files and static libraries for development. |
| libuptimed0-devel | 0.3.1 | GPL | Generic libraries need by uptimed | Development files from uptimed |
| libvrb0-devel | 0.4.0 | LGPL | The Virtual Ring Buffer (VRB) development files | The Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer. It provides direct access to the buffer so the calling program can construct output data in place, or parse input data in place, without the extra step of copying data to or from a calling program provided buffer area. |
| libwpd-1_7-devel | 0.7.1 | LGPL | Headers and development files for libwpd. | Headers and development files for libwpd. |
| libwx_base2.4_0-devel | 2.4.1 | wxWindows Licence | The wxBase headers needed for developing with wxBase | Header files and dynamic library for wxBase. You need them to develop programs using wxBase. |
| libwx_base2.4_0-static-devel | 2.4.1 | wxWindows Licence | The wxBase static library for wxBase | Static library for wxBase. You need them to develop programs using wxBase which don't require the wxBase runtime library. |
| libwxGTK2ud1-devel | 2.5 | LGPL | The GTK+ 2 port of the wxWindows library | Header files for wxGTK, the GTK+ 2 port of the wxWindows library. |
| libwxGTK2ud-stc1-devel | 2.5 | LGPL | Styled text control. | Styled text control based on the Scintillia project http://www.scintilla.org/. |
| libwxGTK2ud-xrc1-devel | 2.5 | LGPL | The XML-based resource system for the wxWindows library. | The XML-based resource system, known as XRC, allows user interface elements such as dialogs, menu bars and toolbars, to be stored in text files and loaded into the application at run-time. |
| libxalan-c14 | 1.4 | Apache License | Library for an XSLT Transformation Engine in C++ | Library for xalan-c |
| libXbae4-devel | 4.9.11 | BSD | Development tools for programs which will use the Xbae library. | The Xbae-devel package includes the header files and static libraries necessary for developing programs using the Xbae library. If you are going to develop programs which will use this library you should install Xbae-devel. You'll also need to have the Xbae package installed. |
| libxbase2-devel | 2.0.0 | LGPL | Xbase development package | Headers and such for compiling programs that use the Xbase library. |
| libxerces-c21 | 2.1.0 | Apache License | Libraris for XML parser for developer | Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents |
| libxerces-c21-devel | 2.1.0 | Apache License | XML parser for developer | Xerces-C is a validating XML parser written in a portable subset of C++. Xerces-C makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents |
| libxfce4mcs1 | 4.0.3 | LGPL | Multi-channel settings management support for XFce. | Multi-channel settings management support for XFce. |
| libxfce4mcs1-devel | 4.0.3 | LGPL | Libraries and header files for the libxfce4mcs library. | Libraries and header files for the libxfce4mcs library. |
| libxfce4util1 | 4.0.3 | BSD | Utility library for the XFce4 desktop environment. | Utility library for the XFce4 desktop environment. |
| libxfce4util1-devel | 4.0.3 | BSD | Libraries and header files for the libxfce4util library. | Libraries and header files for the libxfce4util library. |
| libxfcegui4_1 | 4.0.3 | LGPL | Gui libraries for XFce. | Gui libraries for XFce. |
| libxfcegui4_1-devel | 4.0.3 | LGPL | Libraries and header files for the libxfcegui library. | Libraries and header files for the libxfcegui library. |
| libxffm0-devel | 4.0.3 | GPL | Libraries and headers for development with xffm. | Libraries and headers for development with the xffm filemanager. |
| libxfprint0 | 4.0.3 | BSD | Lbraries for xfprint. | This package provides libraries for xfprint. |
| libxfprint0-devel | 4.0.3 | BSD | Development libraries for xfprint. | Library files needed for developing and linking with xfprint. |
| libxorsa0-devel | 0.4.1 | GPL | Development files from xorsa | Development files from xorsa. You need this package to build application using the xorsa library. |
| libyacas0 | 1.0.55 | GPL | Yacas libraries | Library need by Yacas Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. It supports arbitrary precision arithmetic. |
| libZThread1-doc | 2.3.1 | LGPL | HTML formatted API documention for ZThread | This package contains HTML formatted API documention generated by the popular doxygen documentation generation tool. |
| lincvs | 1.2.0 | GPL | LinCVS is a graphical interface for the cvs client commandline tool. | LinCVS is a graphical interface for the cvs client commandline tool. In contrast to other programs this one is really easy to use ;-) . |
| linuxconf-devel | 1.32r1 | GPL | The tools needed for developing linuxconf modules | Linuxconf is an extremely capable system configuration tool. It provides a variety of interfaces through which you can configure your Linux system and manage a large proportion of the system's operations. This package provides the components necessary for developing Linuxconf modules outside of the linuxconf source tree and/or developing stand-alone utilities using the linuxconf interface toolkit. Install linuxconf-devel if you want to develop Linuxconf modules. You must also have linuxconf installed. |
| linuxconf-lib | 1.32r1 | GPL | Shared librairy providing the linuxconf UI toolkit | This provides the dll and support files for standalone utilities other than Linuxconf which are using the Linuxconf user interface toolkit. |
| ltrace | 0.3.31 | GPL | Track runtime library calls from dynamically linked executables | Ltrace is a debugging program which runs a specified command until the command exits. While the command is executing, ltrace intercepts and records both the dynamic library calls called by the executed process and the signals received by the executed process. Ltrace can also intercept and print system calls executed by the process. You should install ltrace if you need a sysadmin tool for tracking the execution of processes. |
| lush | 0.98 | GPL | The Lisp Universal Shell | Lush is an object-oriented Lisp interpreter and compiler with a seamless interface to C, a vector, matrix, and tensor engine, a huge numerical library, a GUI toolkit, and bindings to GSL, SDL, OpenGL, V4l, and others. It is an alternative to Matlab, Python, and Scheme, and allows Lisp and C to be mixed within a single function, providing a unique combination of flexibility and efficiency. Lush is an ideal programming language for researchers in AI, computer vision, audio, image, and video processing, machine learning, statistics, bio-informatics, as well as for interactive graphics and multimedia applications. Lush includes a huge numerical library including full interfaces to GSL, LAPACK and BLAS, a object-oriented GUI toolkit and interfaces to extensive graphics and multimedia libraries such as OpenGL and SDL. |
| m4 | 1.4ppre2 | GPL | The GNU macro processor. | A GNU implementation of the traditional UNIX macro processor. M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process. M4 has built-in functions for including files, running shell commands, doing arithmetic, etc. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts. Install m4 if you need a macro processor. |
| make | 3.80 | GPL | A GNU tool which simplifies the build process for users | A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile. The GNU make tool should be installed on your system because it is commonly used to simplify the process of installing programs. |
| marst | 2.4 | GPL | Algol-to-C translator | MARST is an Algol-to-C translator. It automatically translates programs written in the algorithmic language Algol 60 to the C programming language. |
| mawk | 1.3.3 | GPL | An interpreter for the awk programming language | Mawk is a version of the awk programming language. Awk interprets a special-purpose programming language to do quick text pattern matching and reformatting. Mawk improves on awk in certain ways and can sometimes outperform gawk, the standard awk program for Linux. Mawk conforms to the POSIX 1003.2 (draft 11.3) definition of awk. You should install mawk if you use awk. |
| memprof | 0.5.1 | GPL | Tool for memory profiling and leak detection | MemProf is a tool for profiling memory usage and detecting memory leaks. It can be used with existing binaries without need for recompilation. |
| ml-pnet | 0.6.0 | GPL | Mono Libraries for Portable.NET | This distribution contains a number of build scripts for building some of the Mono class libraries and utility programs with Portable.NET's C# compiler, so that they can be installed and used with Portable.NET's runtime engine. |
| mlterm-devel | 2.7.0 | Modified BSD-style license | Devel files for mlterm | Devel files for mlterm |
| motor | 3.2.4 | GPL | Text mode based programming IDE for Linux | Motor is a text mode based programming environment for Linux. It consists of a powerful editor with syntax highlight feature, project manager, makefile generator, gdb front-end, etc. Deep CVS integration is also provided. |
| mozilla-devel | 1.6 | MPL | Mozilla development files | Mozilla development files |
| mozilla-firefox-devel | 0.8 | MPL/GPL/LGPL | MozillaFirefox development files | MozillaFirefox development files. |
| mozilla-thunderbird-devel | 0.5 | MPL/GPL/LGPL | MozillaThunderbird development files | MozillaThunderbird development files. |
| mpich-doc | 1.2.5.2 | BSD-style | Documentation for developing programs that will use MPICH | MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. MPICH-A Portable Implementation of MPI is a MPI Standard conforming library that was developed by the Argonne National Laboratory. It allows different processes across a network of workstations to communicate using specific message passing functions. It includes librairies, parallel debuging tools and docs. This package provides the documentation needed to develop applications using the MPICH libraries. |
| mpif77 | 1.2.5.2 | BSD-style | The MPICH wrapper over the Fortran 77 compiler | MPICH is a freely available, portable implementation of MPI, the Standard for message-passing libraries. MPICH-A Portable Implementation of MPI is a MPI Standard conforming library that was developed by the Argonne National Laboratory. It allows different processes across a network of workstations to communicate using specific message passing functions. It includes librairies, parallel debuging tools and docs. This package provides the shell script mpif77, with headers, which allows to compile Fortran 77 (NOT Fortran 90!) programs using the MPICH libraries. |
| naat-backend-devel | 0.8 | GPL | Development package of the backend-end in NAAT project | A set of development tools of the Network Appliance Administration Tool on Mandrake Linux Server. |
| naat-frontend-www-devel | 0.8 | GPL | Development package of the front-end in NAAT project | A set of development tools of the Network Appliance Administration Tool on Mandrake Linux Server. This project use xslt-proc for pre-processing pages |
| nasm | 0.98.38 | LGPL | The Netwide Assembler, a portable x86 assembler with Intel-like syntax | NASM is the Netwide Assembler, a free portable assembler for the Intel 80x86 microprocessor series, using primarily the traditional Intel instruction mnemonics and syntax. |
| nasm-rdoff | 0.98.38 | LGPL | Tools for the RDOFF binary format, sometimes used with NASM | Tools for the operating-system independent RDOFF binary format, which is sometimes used with the Netwide Assembler (NASM). These tools include linker, library manager, loader, and information dump. |
| netatalk-devel | 1.6.4 | BSD | Appletalk and Appleshare/IP services for Linux development files | netatalk is an implementation of the AppleTalk Protocol Suite for Unix/Linux systems. The current release contains support for Ethertalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. It provides Appletalk file printing and routing services on Solaris 2.5, Linux, FreeBSD, SunOS 4.1 and Ultrix 4. It also supports AFP 2.1 and 2.2 (Appleshare IP). This package is required for developing appletalk-based applications. |
| ocaml | 3.07.2 | QPL & LGPL | The Objective Caml compiler and programming environment | Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. This package comprises two batch compilers (a fast bytecode compiler and an optimizing native-code compiler), an interactive toplevel system, Lex&Yacc tools, a replay debugger, and a comprehensive library. |
| ocaml-camlimages | 2.11 | LGPL | Image processing library for Objective Caml | CamlImages is an image processing library for Objective Caml |
| ocamlfind-mini | 0.9 | MIT-style | Minimal findlib script to be distributed with user libraries | ocamlfind-mini is an OCaml script that implements a subset of the full functionality of ocamlfind. It consists only of one file, so it is easy to distribute it with any software. The subset is normally sufficient to compile a library and to install the library; but it is insufficient to link the library into an executable. |
| ocaml-lablgtk | 1.2.6 | LGPL | OCaml interface to the GIMP Tool Kit | OCaml interface to the GIMP Tool Kit |
| ocamltk | 3.07.2 | QPL & LGPL | Tk toolkit binding for OCaml | Tk toolkit binding for OCaml |
| opengroupware-core-tools | 4.2 | LGPL | Some basic tools based on the core OpenGroupware.org libraries. | The tools package contains some basic tools available with the OpenGroupware.org libraries, like ldapls and ldap2dsml. |
| opengroupware-docapi-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org document API. | The devel package contains the header files for the OpenGroupware.org document API. |
| opengroupware-gstep-db-devel | 4.2 | LGPL | The header files for the GDL library. | The devel package contains the header files for the GDL library. |
| opengroupware-gstep-db-postgresql72 | 4.2 | LGPL | PostgreSQL 7.2 adaptor for GDL | This package contains a PostgreSQL 7.2 adaptor for GDL. This can be used for PostgreSQL servers starting with version 7.2. It does *not* work with PostgreSQL 6.x ! |
| opengroupware-gstep-make-devel | 4.2 | GPL | The Makefiles for the OpenGroupware.org GNUstep environment | The devel package contains the actual makefiles of the GNUstep makefile package. |
| opengroupware-gstep-objc-devel | 2.95.3 | LGPL | The header files for the Objective-C runtime library. | The devel package contains the header files for the Objective-C runtime library. |
| opengroupware-js-devel | 1.5.5 | MPL | The header files for the JavaScript library. | The devel package contains the header files for the JavaScript library. |
| opengroupware-libfoundation-devel | 1.0.36 | BSD | The header files for the libFoundation library. | The devel package contains the header files for the libFoundation library. |
| opengroupware-libical-devel | 0.23.0 | LGPL | The header files for the libical library. | The devel package contains the header files for the libical library. |
| opengroupware-logic-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org logic libraries. | The devel package contains the header files for the OpenGroupware.org logic libraries. |
| opengroupware-pilot-link-devel | 0.11.8 | GPL | The header files for the libpisock library. | The devel package contains the header files for the libpisock library. |
| opengroupware-sope-devel | 4.2 | GPL | The header files for the OpenGroupware.org 4.2 application server libraries. | The devel package contains the header files for the OpenGroupware.org 4.2 object publishing environment. |
| opengroupware-webui-forms-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org WebUI part 'Forms'. | The devel package contains the header files for the OpenGroupware.org WebUI (Forms). |
| opengroupware-webui-libs-devel | 5.0.0 | GPL | The header files for the OpenGroupware.org WebUI part 'Libs'. | The devel package contains the header files for the OpenGroupware.org WebUI (Libs). |
| opengroupware-xml-icalsaxdriver | 4.2 | LGPL | A SaxObjC driver to access iCalendar files in an XML manner | This package contain a SAX driver based on libical. It parses iCalendar files using libical and converts the iCalendar structure into SAX events which are supposed to match the xCal draft (iCalendar 3.0) |
| opengroupware-xml-libxmlsaxdriver | 4.2 | LGPL | Some SaxObjC drivers which are based on libxml | This package contains SAX drivers based on libxml2, more exactly: - a validating SAX driver based on libxml doc structures - a non-validating SAX driver based on the libxml SAX interface - a validating HTML SAX driver based on the libxml HTML driver |
| opengroupware-zidestore-devel | 1.2.66 | GPL | The header files for the OpenGroupware.org zidestore interface | The devel package contains the header files for the OpenGroupware.org zidestore interface |
| p2c | 1.22 | GPL | A Pascal to C translator. | P2c is a system for translating Pascal programs into the C language. P2c accepts input source files in certain Pascal dialects: HP Pascal, Turbo/UCSD Pascal, DEC VAX Pascal, Oregon Software Pascal/2, Macintosh Programmer's Workshop Pascal and Sun/Berkeley Pascal. P2c outputs a set of .c and .h files which make up a C program equivalent to the original Pascal program. The C program can then be compiled using a standard C compiler, such as gcc. Install the p2c package if you need a program for translating Pascal code into C code. |
| p2c-devel | 1.22 | GPL | Files for p2c Pascal to C translator development. | The p2c-devel package contains the files necessary for development of the p2c Pascal to C translation system. Install the p2c-devel package if you want to do p2c development. |
| pccts | 1.33mr33 | Public domain | Purdue Compiler Construction Tool | PCCTS is a set of public domain software tools designed to facilate the implementation of compilers and other translation systems. |
| pccts-devel | 1.33mr33 | Public domain | Purdue Compiler Construction Tool Headers files | PCCTS is a set of public domain software tools designed to facilate the implementation of compilers and other translation systems. |
| pcsc-lite-devel | 1.1.2 | GPL | Muscle PCSC Framework for Linux development files | The purpose of PCSC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and readers. PCSC Lite uses the same winscard api as used under Windows(R). The pcsc-lite-devel package contains the header files and libraries needed for compiling PCSC Lite programs. If you want to develop PCSC Lite-aware programs, you'll need to install this package. This package was tested to work with A.E.T. Europe B.V. SafeSign. This package is suported by A.E.T. Europe B.V. when used in combination with SafeSign. |
| perl-Params-Validate | 0.65 | GPL or Artistic | Perl modules for validation method/function call parameters | The Params::Validate module provides a flexible system for validation method/function call parameters. The validation can be as simple as checking for the presence of required parameters or as complex as validating object classes (via isa) or capabilities (via can), checking parameter types, and using customized callbacks to ensure data integrity. |
| perl-patchreader | 0.9.2 | GPL | Perl utility to process patch files | PatchReader is a set of utilities for reading in, transforming, and doing various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML). |
| perl-SVN-devel | 1.0.1 | BSD | Perl Bindings for Subversion Development Files | This package contains the .so files for the perl bindings for subversion. It's likely nobody will ever need these. |
| petsc-doc | 2.1.3 | BSD style | PETSC documentation | PETSC development files (Libraries and headers) Documentation |
| pfe-call | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - --with-call-threading variant |
| pfe-calls | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - --with-sbr-threading variant |
| pfe-fast | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - --with-sbrx-threading variant |
| pfe-fig | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - fig=1 variant. |
| pfe-forth | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - without-modules variant. |
| pfe-regs | 0.32.94 | LGPL | PFE Documentation | The Portable Forth Environment - regs=all variant. |
| photopc-devel | 3.05 | Distributable | Digital camera image downloader, devel files | This is a library and a command-line frontend to manipulate digital still cameras based on Fujitsu chipset and Sierra Imaging firmware. The program is known to work with Agfa, Epson, Olympus, Sanyo and Nikon (at least CoolPix 900, but not CoolPix 600!) cameras. The cameras typically come with software for Windows and for Mac, and no description of the protocol. With this tool, they are manageable from a UNIX box. Bruce D. Lightner <lightner@lightner.net> has added support for Win32 and DOS platforms. Note that the program does not have any GUI, it is plain command-line even on Windows. |
| php-cgi | 4.3.4 | PHP License | CGI interface to PHP | PHP4 is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. This package contains a standalone (CGI) version of php. You must also install libphp_common. If you need apache module support, you also need to install the mod_php package. |
| php-cli | 4.3.4 | PHP License | Command-line interface to PHP | PHP4 is an HTML-embeddable scripting language. PHP offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. This package contains a command-line (CLI) version of php. You must also install libphp_common. If you need apache module support, you also need to install the mod_php package. |
| php-gtk | 4.3.4_1.0.0 | LGPL | GTK+ toolkit for php | PHP-GTK is an extension for PHP programming language that implements language bindings for GTK+ toolkit. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client side cross-platform GUI applications. |
| php-ini | 4.3.4 | PHP License | INI files for PHP | The php-ini package contains the ini files required for PHP. |
| php-pear | 4.3.4 | PHP License | The PHP PEAR files | PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. The purpose of PEAR is to provide: * A structured library of open-sourced code for PHP users * A system for code distribution and package maintenance * A standard style for code written in PHP, specified here * The PHP Foundation Classes (PFC), see more below * The PHP Extension Code Library (PECL), see more below * A web site, mailing lists and download mirrors to support the PHP/PEAR community |
| php-pear-Date | 1.4 | PHP License | Date and Time Zone Classes | Generic classes for representation and manipulation of dates, times and time zones without the need of timestamps, which is a huge limitation for php programs. Includes time zone data, time zone conversions and many date/time conversions. It does not rely on 32-bit system date stamps, so you can display calendars and compare dates that date pre 1970 and post 2038. This package also provides a class to convert date strings between Gregorian and Human calendar formats. |
| php-pear-HTML_Common | 1.2.1 | PHP License | PEAR::HTML_Common is a base class for other HTML classes. | The PEAR::HTML_Common package provides methods for html code display and attributes handling. * Methods to set, remove, update html attributes. * Handles comments in HTML code. * Handles layout, tabs, line endings for nicer HTML code. |
| php-pear-HTML_Select | 1.2 | PHP License | HTML_Select is a class for generating HTML form select elements. | HTML_Select provides an OOP way of generating HTML form select elements. |
| pilrc | 2.9p10 | GPL | Takes a resource script file and generates one or more binary resource | PilRC is an application that takes a resource script file and generates one or more binary resource files that are to be used when developing for the Palm Computing Platform. PilRCUI gives you a preview of your resource file. |
| pinfo | 0.6.8 | GPL | Przemek's Info Viewer - a (much) better info | Hypertext info file viewer. User interface similar to lynx. It is based on ncurses. It can handle now as well info pages as man pages. Regexp searching included. |
| pkgconfig | 0.15.0 | GPL | Pkgconfig helps make building packages easier. | pkgconfig is a program which helps you gather information to make life easier when you are compiling a program for those programs which support it. In fact, it's required to build certain packages. |
| plt-drscheme | 205 | LGPL | PLT graphical development environment | DrScheme is the graphical development environment for creating MzScheme and MrEd applications. |
| plt-mred | 205 | LGPL | PLT graphical Scheme implementation | MrEd is the PLT's graphical Scheme implementation. It embeds and extends MzScheme with a graphical user interface (GUI) toolbox. |
| plt-mzscheme | 205 | LGPL | PLT Scheme implementation | MzScheme is the PLT Scheme implementation. It implements the language as described in the Revised^5 Report on the Algorithmic Language Scheme and adds numerous extensions. |
| pmake | 1.45 | BSD | The BSD 4.4 version of make | Make is a GNU tool which allows users to build and install programs without any significant knowledge of the build process. Details about how the program should be built are included in the program's Makefile. Pmake is a particular version (BSD 4.4) of make. Pmake supports some additional syntax which is not in the standard make program. Some Berkeley programs have Makefiles written for pmake. Pmake should be installed on your system so that you will be able to build programs which require using pmake instead of make. |
| pnet | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| pnetC | 0.6.2 | GPL | ANSI compatible C libray for Portable.NET | This is the "pnetC" project. The goal of the project is to create an ANSI-compatible C library, that can be compiled down to IL using Portable.NET's "cscc" compiler. |
| pnetlib | 0.6.2 | GPL | A portable interpreter for .NET plateform binaries | The primary goal of this project is to build a stable and portable interpreter for .NET platform binaries, together with a suite of open source tools to build .NET applications. The initial target platform is Linux, with other platforms to follow in the future. |
| pv | 0.6.0 | Artistic | Monitor the progress of data through a pipe. | PV ("Pipe Viewer") is a tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. |
| pvmgmake | 0.7 | GPL | Distributed GNU make | Distributed GNU make: - Spawn a task for each command - Use the -j <nn> option to now how many host will be used. - Option -j force -l 0 (--load-average=0) to disable local run - PVM_ARCH is defined as internal make variable. - PVM_ARCH can be redefined in the makefile to force spawn to an other architecture |
| pvm-xpvm | 3.4.4 | GPL | A graphical interface for pvm | XPVM is a graphical console and monitor for PVM. It provides a graphical interface to the PVM console commands and information, along with several animated views to monitor the execution of PVM programs. These views provide information about the interactions among tasks in a parallel PVM program, to assist in debugging and performance tuning. |
| python-svn | 1.0.1 | BSD | Python Bindings for Subversion | This package contains the files necessary to use the subversion library functions within python scripts. |
| python-svn-devel | 1.0.1 | BSD | Python Bindings for Subversion Development Files | This package contains the .la files for the python bindings for subversion. It's likely nobody will ever need these. |
| python-svn-static-devel | 1.0.1 | BSD | Python Bindings for Subversion Static Libraries | This package contains the static libraries for the python bindings for subversion. It's likely nobody will ever need these. |
| rapidsvn | 0.5.0 | Apache License | A cross-platform GUI for the Subversion concurrent versioning system. | RapidSVN is a platform independent GUI client for the Subversion revision system written in C++ using the wxWindows framework. |
| raptor | 1.2.0 | LGPL | Raptor RDF Parser Toolkit for Redland | Raptor is the RDF Parser Toolkit for Redland that provides a set of standalone RDF parsers, generating triples from RDF/XML or N-Triples. |
| rats | 2.1 | GPL | Rough Auditing Tool for Security | RATS scans through code, finding potentially dangerous function calls. The goal of this tool is not to definitively find bugs (yet). The current goal is to provide a reasonable starting point for performing manual security audits. The initial vulnerability database is taken directly from things that could be easily found when starting with the forthcoming book, "Building Secure Software" by Viega and McGraw. RATS is released under version 2 of the GNU Public License (GPL). |
| rcs | 5.7 | GPL | Revision Control System (RCS) file version management tools. | The Revision Control System (RCS) is a system for managing multiple versions of files. RCS automates the storage, retrieval, logging, identification and merging of file revisions. RCS is useful for text files that are revised frequently (for example, programs, documentation, graphics, papers and form letters). The rcs package should be installed if you need a system for managing different versions of files. |
| recode-devel | 3.6 | GPL | Header files for GNU recode | The GNU recode utility converts files between various character sets. This package contains hearder files. |
| recode-static-devel | 3.6 | GPL | Static libraries for GNU recode | The GNU recode utility converts files between various character sets. This package contains static libraries |
| redland | 0.9.15 | LGPL | Redland RDF Application Framework | Redland is a library that provides a high-level interface for RDF (Resource Description Framework) implemented in an object-based API. It is modular and supports different RDF/XML parsers, storage mechanisms and other elements. Redland is designed for applications developers to provide RDF support in their applications as well as for RDF developers to experiment with the technology. |
| redland-php | 0.9.15 | LGPL | PHP modules for the Redland RDF system | The redland-PHP package contains the PHP bindings for Redland. |
| redland-ruby | 0.9.15 | LGPL | Ruby module for the Redland RDF system | The redland-ruby package contrians the ruby binding for Redland. |
| redland-tcl | 0.9.15 | LGPL | TCL modules for the Redland RDF system | The redland-tcl package contains the TCL bindings for Redland. |
| rio500-devel | 0.8.1 | GPL | Header files and static libraries needed for rio500 development | This package includes the header files and libraries needed for developing programs accesing a rio500. |
| rpc2 | 1.14 | LGPL | RPC2 library | The RPC2 library. |
| rpmlint | 0.58 | GPL | Rpm correctness checker | Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. |
| rpmmon | 0.6.3 | GPL | Helps you build better RPMs | In order to produce a quality Gnu/Linux distribution based on RPM, you need some tools which will facilitate the maintenance of the RPM packages you are maintainer of. This is the aim of `rpmmon'. For that purpose, the first task performed by rpmmon is to monitor what has been announced on Freshmeat, and try to guess if the package in the distro you're developing is older. Later on, this tool has grown to support additional features: - get the list of packages you're responsible for, either in a static oriented way (a local file) or more dynamically (an URL, for example the results of a CGI script from the QA of your distro's company) - hence, provide an easy (e.g. command-line) interface to quickly know who's maintainer of a given package - reversely, provide an easy interface to know what packages a given person is responsible for - try to find automatically on Freshmeat the good project page going along a given RPM package - runs rpmlint on your packages (rpmlint is a rpm correctness checker) |
| rpmproc | 2.1.4 | GPL | Perl script to help manage and build RPM packages | rpmproc is a simple Perl program to help manage and build RPM packages for those who want an easy wrapper to build RPMs. rpmproc supports announcing changelogs to a mailing list using either qmail or sendmail, signing RPMs, uploading to a user-defined "contribs" site as well as uploading to a local directory (ie. for systems that also make their RPMs available via FTP). |
| ruby | 1.8.1 | GPL | Object Oriented Script Language | Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. |
| ruby-atk | 0.9.0 | LGPL | Set of Ruby language bindings for the ATK | set of Ruby language bindings for the ATK |
| ruby-devel | 1.8.1 | GPL | Development file for the powerful language Ruby | Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. This package contains the Ruby's devel files. |
| ruby-doc | 1.8.1 | GPL | Documentation for the powerful language Ruby | Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. This package contains the Ruby's documentation |
| ruby-gconf2 | 0.9.0 | LGPL | Set of Ruby language bindings for the GConf | set of Ruby language bindings for the GConf |
| ruby-gettext | 0.5.3 | GPL | Native Language Support Library and Tools for Ruby | Ruby GetText Package is Native Language Support Library and Tools whichi modeled after GNU gettext package, but is not a wrapper of GNU GetText. |
| ruby-glib2 | 0.9.0 | LGPL | Set of Ruby language bindings for the GLib | set of Ruby language bindings for the GLib |
| ruby-gnome2 | 0.9.0 | LGPL | Set of Ruby language bindings for the GNOME 2.0. | set of Ruby language bindings for the GNOME 2.0 development environment. This is the next generation of Ruby-GNOME. |
| ruby-gnome2-devel | 0.9.0 | LGPL | Headers for developing with Ruby/Gnome2, Ruby/Gtk2, ... | Ruby bindings for Gnome2. This package contains header files needed for developing Ruby extensions depending on Ruby/Gnome2, Ruby/Glib2, Ruby/Pango, ... |
| ruby-gnomecanvas2 | 0.9.0 | LGPL | Set of Ruby language bindings for the GnomeCanvas | set of Ruby language bindings for the GnomeCanvas |
| ruby-gnomevfs2 | 0.9.0 | LGPL | Set of Ruby language bindings for gnome-vfs | set of Ruby language bindings for gnome-vfs |
| ruby-gst | 0.9.0 | LGPL | Set of Ruby language bindings for gstreamer | set of Ruby language bindings for gstreamer |
| ruby-gtk | 0.34 | GPL | Ruby extension library to use Gtk+. | Ruby extension library to use Gtk+. |
| ruby-gtk2 | 0.9.0 | LGPL | Set of Ruby language bindings for the GTK | set of Ruby language bindings for the GTK |
| ruby-gtkglext | 0.9.0 | LGPL | Set of Ruby language bindings for GtkGLExt | set of Ruby language bindings for GtkGLExt |
| ruby-gtkhtml2 | 0.9.0 | LGPL | Set of Ruby language bindings for GtkHtml | set of Ruby language bindings for GtkHtml |
| ruby-libart2 | 0.9.0 | LGPL | Set of Ruby language bindings for the Libart | set of Ruby language bindings for the Libart |
| ruby-libgda2 | 0.9.0 | LGPL | Set of Ruby language bindings for libgda2 | set of Ruby language bindings for libgda2 |
| ruby-libglade2 | 0.9.0 | LGPL | Set of Ruby language bindings for the Libglade | set of Ruby language bindings for the Libglade |
| ruby-pango | 0.9.0 | LGPL | Set of Ruby language bindings for Pango | set of Ruby language bindings for the Pango |
| ruby-racc | 1.4.4 | LGPL | LALR(1) Parser Generator | Racc is Ruby yACC. It is written in Ruby and generates ruby code. Now almost all functions of yacc are implemented. |
| ruby-rbbr | 0.5.1 | GPL | RuBy BRowser | rbbr is a ruby application to browse modules/classes hierarchy and their constants and methods. |
| ruby-rbogl | 0.32c | GPL | Ruby extension library to use OpenGL | Ruby extension library to use OpenGL. |
| ruby-SDL | 0.8.3 | LGPL | Wrapper around the cross platform Simple DirectMedia Layer game library. | Ruby-SDL is a wrapper around the cross platform Simple Direct Layer game library. Essentially it allows you to write cross platform games in Ruby, using 2d (SDL), or 3d (OpenGL), or a combination of both if you wish. |
| ruby-tk | 1.8.1 | GPL | Tk extension for the powerful language Ruby | Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. This package contains the Tk extension for Ruby. |
| rvm-tools | 1.8 | LGPL | RVM tools | Userspace tools to initialize and manipulate RVM log and data segments. The RVM library is used by the Coda distributed filesystem. |
| rxp | 1.4.0 | GPL | XML parser | RXP is a validating XML parser written in C. It is used by the LT XML toolkit, and the Festival speech synthesis system. |
| sablotron | 0.98 | MPL/GPL | XSLT processor | Sablotron is a fast, compact and portable XML toolkit implementing XSLT, DOM and XPath. The goal of this project is to create a lightweight, reliable and fast XML library processor conforming to the W3C specification, which is available for public and can be used as a base for multi-platform XML applications. |
| scons | 0.94 | MIT | Open Source software construction tool | SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. SCons is based on the design which won the Software Carpentry build tool design competition in August 2000. SCons "configuration files" are Python scripts, eliminating the need to learn a new build tool syntax. SCons maintains a global view of all dependencies in a tree, and can scan source (or other) files for implicit dependencies, such as files specified on #include lines. SCons uses MD5 signatures to rebuild only when the contents of a file have really changed, not just when the timestamp has been touched. SCons supports side-by-side variant builds, and is easily extended with user- defined Builder and/or Scanner objects. |
| scotty | 3.0.0 | Freely redistributable and modifiable | A Tcl extension to build network management applications | Scotty is a Tcl extension to build network management applications using Tcl (and Tk). The scotty extension provides new Tcl commands to - send and receive ICMP packets - query the Domain Name System (DNS) - access UDP sockets from Tcl - probe and use some selected SUN RPCs - retrieve and serve documents via HTTP - send and reveice SNMP messages (SNMPv1, SNMPv2C, SNMPv3) - write special purpose SNMP agents in Tcl - parse and access SNMP MIB definitions - schedule jobs that are to be done regularly - realize event driven programming on network maps This scotty distributions also includes the sources for Tkined. Tkined is a network editor which allows to draw maps showing your network configuration. The most important feature of Tkined is its programming interface which allows network management applications to extend the capabilities of Tkined. Most applications for Tkined are written using the Tnm Tcl extension. |
| scotty-suid | 3.0.0 | Freely redistributable and modifiable | Two Scotty SUID root utilities (for pinging, and receiving SNMP traps) | These two small utilities are used by Scotty to send ICMP packets (pings and such) and for receiving SNMP traps (which requires listening to a priviledged port). Since they are SUID root, they are packaged separately from the main distribution so the user has the option not to install them. |
| scotty-tkined | 3.0.0 | Freely redistributable and modifiable | An interactive network editor for network management applications | Tkined is a network editor which allows to draw maps showing your network configuration. The most important feature of Tkined is its programming interface which allows network management applications to extend the capabilities of Tkined. Most applications for Tkined are written using scotty. |
| sendmail-devel | 8.12.11 | BSD | Sendmail static libraries and headers file | This package includes the static libraries and header files |
| skey-devel | 1.1.5 | BSD | Header files for S/Key | This package contains header files for the S/Key library. |
| skey-static-devel | 1.1.5 | BSD | Static libraries for S/Key | This package contains the S/Key static library. |
| sloccount | 2.22 | GPL | Measures source lines of code (SLOC) in programs | SLOCCount (pronounced "sloc-count") is a suite of programs for counting physical source lines of code (SLOC) in potentially large software systems (thus, SLOCCount is a "software metrics tool" or "software measurement tool"). SLOCCount can count physical SLOC for a wide number of languages; listed alphabetically, they are: Ada, Assembly, awk, Bourne shell, C, C++, C shell, COBOL, Expect, Fortran, Java, lex/flex, LISP (including Scheme), Modula-3, Objective-C, Pascal, Perl, PHP, Python, sed, TCL, and Yacc. SLOCCount can automatically determine if a file is a source code file or not, and if so, which language it's written in. As a result, you can analyze large systems completely automatically; it's been used to examine entire GNU/Linux distributions, for example. SLOCCount also includes some report-generating tools to collect the data generated and present it in several different formats. Normally you can just run "sloccount DIRECTORY" and all the source code in the directory and its descendants will be counted. |
| smalltalk | 2.1.7 | GPL | Smalltalk free language implementation | GNU Smalltalk is a Free (or Open Source) implementation that closely follows the Smalltalk-80 language as described in the book Smalltalk-80: the Language and its Implementation by Adele Goldberg and David Robson. GNUSmalltalk runs on most versions of Unix or Unix like systems (GNU/Linux, FreeBSD, etc...). There is even a version for commercial operating systems like MS-NT. |
| smlnj | 110.0.7 | BSD-like | Standard ML of New Jersey | Standard ML of New Jersey is most popular implementation of Standard Meta Language (SML). It is compilant with SML'97 specification. SML is functional language from ML family (like CAML). |
| source-highlight | 1.8 | GPL | Produces a document with syntax highlighting | This program, given a source file, produces a document with syntax highlighting. At the moment this package can handle : * Java * C/C++ * Prolog * Perl * Php3 new as source languages, and HTML as output format. NOTICE: now the name of the program is source-highlight: there are no two separate programs, namely java2html and cpp2html, anymore. However there are two shell scripts with the same name in order to facilitate the migration (however their use is not advised). |
| spec-helper | 0.10.1 | GPL | Tools to ease the creation of rpm packages | Tools to ease the creation of rpm packages for the Mandrake Linux distribution. Compress man pages using bzip2, strip executables, convert links... |
| sspkg | 2.1 | Distributable | Slingshot extensions | These are extensions for XView programming; it contains static and dynamic libraries in elf-format. |
| sspkg-devel | 2.1 | Distributable | Slingshot Header files and static libraries | All the files needed to develop applications using extensions for XView Also include files and the documentation. |
| sspkg-devel-examples | 2.1 | Distributable | Slingshot examples | A little collection of Slingshot examples. You can see the use and the advantage of the Slingshot extension package. |
| subversion | 1.0.1 | BSD | A Concurrent Versioning system similar to but better than CVS. | Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. Subversion only stores the differences between versions, instead of every complete file. Subversion also keeps a log of who, when, and why changes occured. As such it basically does the same thing CVS does (Concurrent Versioning System) but has major enhancements compared to CVS and fixes a lot of the annoyances that CVS users face. This package contains the client, if you're looking for the server end of things you want subversion-repos. You'll want to install libsvn_ra_dav1_0 or libsvn_ra_local1_0 or libsvn_ra_svn1_0 to access HTTP/DAV or local or svnserve respositories, respectively. You can build subversion with some conditional build swithes; (ie. use with rpm --rebuild): --with debug Compile with debugging code NOTE: Make sure to read: /usr/share/doc/subversion-repos-1.0.1/repos_upgrade_HOWTO |
| subversion-client-tools | 1.0.1 | BSD | Subversion Client Tools | This package contains a myriad tools for subversion client users: * server-vsn.py which tells the version of a subversion server * showchange.pl which shows the log and diff for a revision. * search-svnlog.pl which searches a svn log. * svn_all_diffs.pl * svn_load_dirs.pl which helps in loading vendor drops. * svn-log.pl which prints out a different * bash_completion support * vim syntax hilighting for commit files. * vc-svn.el an emacs interface to subversion. * psvn.el another emacs interface to subversion. |
| subversion-doc | 1.0.1 | BSD | Subversion Documenation | Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. Subversion only stores the differences between versions, instead of every complete file. Subversion also keeps a log of who, when, and why changes occured. As such it basically does the same thing CVS does (Concurrent Versioning System) but has major enhancements compared to CVS and fixes a lot of the annoyances that CVS users face. This package contains the subversion book and design info files. |
| subversion-repos | 1.0.1 | BSD | Local Repository Access for Subversion | This package contains the libraries required to allow subversion to access local repositories. In addition, subversion-client-local is required for the subversion client (`svn') to utilize these repositories directly. This package also includes the `svnadmin' and `svnlook' programs. NOTE: Make sure to read: /usr/share/doc/subversion-repos-1.0.1/repos_upgrade_HOWTO |
| subversion-repo-tools | 1.0.1 | BSD | Subversion Repo/Server Tools | This package contains a myriad of tools for subversion server and repository admins: * hot-backup makes a backup of a svn repo without stopping * mirror_dir_through_svn.cgi * various hook scripts * xslt example Note that cvs2svn has moved out of subversion and is a separate project. It has not released its own package yet, but you can find it at http://cvs2svn.tigris.org/ |
| sylpheed-claws-devel | 0.9.9claws | GPL | Enhanced version of the Sylpheed e-mail client | Pkg contains the header files needed for developing with sylpheed-claws. |
| tcllib | 8.4.5 | BSD | Library of utility modules for tcl. | Tcllib is a collection of utility modules for tcl. These modules provide a wide variety of functionality, from implementation of standard data structures to implementation of common networking protocols. the intent is to collect commoly used function into a single library, which users can rely on to be available and stable. |
| teyjus | 1.0_b33 | GPL | Lambda Prolog - a higher-order logic programming language | Teyjus is an efficient implementation of the higher-order logic programming language Lambda Prolog. One of the main strengths of Lambda Prolog, a language originally developed by Dale Miller and Gopalan Nadathur, is the support it offers for higher-order abstract syntax, a new and increasingly popular way to view the structure of objects such as formulas and programs. Lambda Prolog realizes this facility by employing data structures based on lambda terms to represent the notion of binding and by including primitives for probing such terms in logically meaningful ways. The new features present in the language pose several implementation challenges that have been addressed in the work of Nadathur and his colleagues. The Teyjus system is a compiler and abstract machine based realization of Lambda Prolog that incorporates the ideas that have resulted from this research. |
| tkcvs | 7.2 | GPL | Tk interface for CVS | tkCVS is a Tk based graphical interface to the CVS configuration management system. It includes facilities for providing "user friendly" names to modules and directories within the repository, and provides a facility to interactively browse the repository looking for modules and directories. |
| tla | 1.2 | GPL | Tla revision control system | Also known as gnu-arch. A modern replacement for CVS, specifically designed for the distributed development needs of open source projects. It has uniquely good support for development on branches (especially good merging tools), distributed repositories (every developer can have branches in their own repository), changeset-oriented project management (arch commits changes to multiple files at once), and, of course, file and directory renaming. |
| tmake | 1.10 | Distributable (see LICENSE file) | Easy-to-use tool for creating and maintaining portable makefiles | Tmake is an easy-to-use tool for creating and maintaining makefiles across many platforms and compilers. This is a command-line tool based on project files. The idea is that you should spend your time writing code, not makefiles. |
| umb-scheme | 3.2 | GPL | An implementation of the Scheme programming language | UMB Scheme is a public domain implementation of the Scheme programming language. Scheme is a statically scoped and properly tail-recursive dialect of the Lisp programming language, designed with clear and simple semantics and a minimal number of ways to form expressions. Install the umb-scheme package if you need an implementation of the Scheme programming language. |
| unicon-devel | 3.0.3 | GPL | UNICON ImmModule devel | UNICON ImmModule devel, for Chinput, etc. |
| valgrind | 2.1.0 | GPL | Valgrind, an open-source memory debugger for x86-linux | When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect problems such as: * Use of uninitialised memory * Reading/writing memory after it has been free'd * Reading/writing off the end of malloc'd blocks * Reading/writing inappropriate areas on the stack * Memory leaks -- where pointers to malloc'd blocks are lost forever * Passing of uninitialised and/or unaddressible memory to system calls * Mismatched use of malloc/new/new [] vs free/delete/delete [] |
| vrflash | 0.24 | GPL | Flash utility for the Agenda VR3 Linux PDA. | The purpose of this utility is to provide an easy way to flash kernels and romdisks to the Agenda VR3. For an overview of the flashing progress, please read /usr/share/doc/agenda-flashing-overview.txt |
| vtk-examples | 4.2.2 | BSD | C++, Tcl and Python example programs/scripts for VTK. | This package contains all the examples from the VTK source. To compile the C++ examples you will need to install the vtk-devel package as well. The Python and Tcl examples can be run with the corresponding packages (vtk-python, vtk-tcl). |
| vtk-test-suite | 4.2.2 | BSD | Tests programs for VTK. | This package contains all testing programs from the VTK source. The source code of these programs can be found in the vtk-examples package. |
| w3c-libwww-devel | 5.4.0 | W3C License | Libraries and header files for programs that use libwww. | Static libraries and header files for libwww, which are available as public libraries. |
| webgrep | 2.11 | GPL | Web page search utilities | webgrep is a set of search utilities for web-masters. This package includes 7 utilities: srcgrep is a utility to search for the IMG/SRC-tag or the BODY/BACKGROUND-tag in web-pages and display the path to the referenced images in a nice readable way. hrefgrep is a search utility for the <... href=...> tag. webfgrep is a poor man's web search engine. A script (e.g perl) must still be written to do the cgi-bin. webfgrep is good for website up to 1 Mb of html. A small cgi-bin called websearch comes with this package. It is written in perl and you can adapt it to your web-site. webfgrep is basically just an exteremly fast fgrep program that leaves out the html tags. blnkcheck is a program to check for broken links on the server. This is probably the most powerful program in this toolkit. httpcheck is a post processor for blnkcheck and is written in perl. It can be used to check also absolute http links in web-pages. lshtmlref is a program to build tar archives from a given list of web-pages. It helps you to include all GIFs, text files, etc.. in the archives. taggrep is a program to grep for html tags. E.g search for meta tags or list the title of a number of web pages. |
| wedit | 0.9.8 | GPL | User-friendly IDE | User-friendly IDE with many advanced features like real-time code parsing, auto-complete and more Project wizard, automatic generation of GNU makefiles and Automake/Autoconf skeletons Powerful search and grep capabilities, change-tracking and visual diff Drag & drop Fully supports GNU C and LCC compilers, customizable makefile generation and build. Fast run-time source parsing supports syntax coloring and autoformating of C, Fortran, and Eiffel sources. Complete analysis of source code and object files, many charts and plots Intergated debugger that allows local or remote debugging |
| wxGlade | 0.3.1 | MIT | A GUI builder for wxWindows/wxPython | wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWindows/wxPython user interfaces. At the moment it can generate Python, C++ and XRC (wxWindows' XML resources) code. As you can guess by the name, its model is Glade, the famous GTK+/GNOME GUI builder, with which wxGlade shares the philosophy and the look & feel (but not a line of code). It is not (and will never be) a full featured IDE, but simply a "designer": the generated code does nothing apart from displaying the created widgets. If you are looking for a complete IDE, maybe Boa Constructor or PythonCard is the right tool. |
| xalan-c | 1.4 | Apache License | An XSLT Transformation Engine in C++ | Xalan is an XSL processor for transforming XML documents into HTML, text, or other XML document types. Xalan-C++ represents an almost complete and a robust C++ reference implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language (XPath). |
| xalan-c-doc | 1.4 | Apache License | Online manual for Xalan-C, XSLT Transformation Engine | Documentation for Xalan-C, viewable through your web server, too! |
| xbase | 2.0.0 | LGPL | Xbase dBase database file library | Library for accessing dBase .dbf, .ndx, .dbt, and Clipper .ntx files. |
| Xdialog | 2.1.1 | GPL | A replacement for the cdialog program | Xdialog is designed to be a drop in replacement for the cdialog program. It converts any terminal based program into a program with an X-windows interface. The dialogs are easier to see and use and the treeview adds an extra dimension to the way menus can be displayed. |
| xerces-c-manual | 2.1.0 | Apache License | Online manual for Xerces-C | Documentation for Xerces-C, viewable through your web server, too! |
| xfce-mcs-manager-devel | 4.0.3 | LGPL | Header file to build xfce-mcs-manager plugins. | Header file to be able to build xfce-mcs-manager plugins. |
| xfce-panel-devel | 4.0.3 | GPL | Header files for development with XFce-panel. | Header files for development with XFce-panel. |
| xmake | 1.05 | GPL | XMAKE allows you to easily construct multiple complex dependencies | XMAKE is similar to other make's out there, but is specifically designed to allow you to easily construct multiple complex dependencies without getting screwed by default rulesets. XMake contains a number of features specifically designed to trivialize the construction of compilation rules. |
| xmpi | 2.2.3b6 | Distribuable | A graphical user interface for MPI program development | XMPI is an X/Motif based graphical user interface for running, debugging and visualizing MPI programs. Extensive MPI information is extracted from a running application on demand, or from a cummulative log of communication. Both sources are tightly integrated with an application overview window and any number of single process focus windows. XMPI can acquire and display extensive detail on an application's MPI communication, including the following: o process synchronization status: running, system or blocked o message queue contents o source, destination, root ranks o MPI function name o communicator o datatype o message count o tag The above information is acquired from on-demand snapshots of application status using debugging hooks in the MPI implementation or from a trace log of communication activity. XMPI is a great tool for teaching MPI in a hands-on setting. Students run example code and can see and verify each MPI operation. XMPI has an application "wizard" to help assemble programs and assign processors to MIMD and SPMD applications. Furthermore, it is not tedious to generate, acquire and display information. A typical development cycle begins by assembling an application and continues in the following manner. o press the snapshot button to see what's going on now o popup focus windows for a few interesting processes o press the snapshot button a few (or a few dozen!) more times o see the application completed, hung, deadlocked, etc... o press the trace button once and the timeline window is displayed o review the previous execution with trace log snapshots o make application changes and press the rerun button No recompiles or special libraries are required to snapshot the application or obtain a trace log. Authors: -------- LAM Team <llamas@mpi.nd.edu> |
| xview-devel | 3.2p1.4 | Distributable | Header files and static libraries for XView development | All the files needed to develop applications that, using the XView libraries, meet the Open Look interface specifications. |
| xview-devel-examples | 3.2p1.4 | Distributable | A number of example programs and tutorials for the XView libraries. | Sample programs - with source code - that cover the basics of XView programming are included in this package. Also includes documents on the XView API (Application Programming Interface). |
| xxgdb | 1.12 | MIT | An X Window System graphical interface for the GNU gdb debugger | Xxgdb is an X Window System graphical interface to the GNU gdb debugger. Xxgdb provides visual feedback and supports a mouse interface for the user who wants to perform debugging tasks like the following: controlling program execution through breakpoints, examining and traversing the function call stack, displaying values of variables and data structures, and browsing source files and functions. Install the xxgdb package if you'd like to use a graphical interface with the GNU gdb debugger. You'll also need to have the gdb package installed. |
| yabasic | 2.722 | Artistic | Small basic interpreter with printing and graphics | Yabasic implements the most common and simple elements of the basic language; It comes with for-loops and goto with while-loops and procedures. Yabasic does monochrome line grafics, printing comes with no extra effort. Yabasic runs under Unix and Windows; it is small (less than 200KB) and free. |
| yacas | 1.0.55 | GPL | Yacas, a computer algebra language | Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. It supports arbitrary precision arithmetic. |
| zziplib0-devel | 0.12.82 | LGPL | ZZipLib - Development Files | zziplib provides read access to zipped files in a zip-archive, using compression based solely on free algorithms provided by zlib. these are the header files needed to develop programs using zziplib. there are test binaries to hint usage of the library in user programs. |
| zziplib0-static-devel | 0.12.82 | LGPL | Static development libraries for zziplib0 | Static development libraries for zziplib0 |
“A disgruntled ex-employee who was in charge of making sure we were
Microsoft compliant turned us in to the Business Software Alliance,”
[Ernie] Ball says. [...] “We were raided by armed Federal Marshals
and completely shut down for a day. Then you have to swear you won't
touch any data other than what is minimally necessary to run your
business,” he says. “I don’t believe you should treat a customer
that way.” [...] The company ended up paying a [USD]$90,000
settlement.
Ball [...] decided at that moment his company would become
“Microsoft free.” According to Ball, “Everyone said we couldn’t do
it. It took us about one year” [to convert to] a Linux-based network
and UNIX mainframe.
“I haven’t had to buy XP, and I haven’t had to buy new computers.”
Last changed: 20-Jun-2004 13:24:57 Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.
If you would like us to read email for
USD$1000 per page, payable in advance, send it here.