CyberKnights Logo, click for background info Random banner image

CyberKnights

Modern tools.
Traditional dedication.

Previous page Home | Purpose | Linux | Products | Legality | Special | Downloads | Articles | Contact Next page

Mandriva 2007.0 - Development|Other

autoconf2.1 2.13GPLA 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. Newer version (>= 2.5x) is always executed, unless pre-generated `configure' script exists and is generated by autoconf 2.13. You can also manually select this version (2.13) by setting the environment variable WANT_AUTOCONF_2_1 to `1'. The variable WANT_AUTOCONF_2_5 has no effect now.
autoconf2.5 2.59GPLA 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. This version (>= 2.5x) is always executed, unless pre-generated `configure' script exists and is generated by autoconf 2.13. You can also manually select older version by setting the environment variable WANT_AUTOCONF_2_1 to `1'. The variable WANT_AUTOCONF_2_5 has no effect now.
automake1.8 1.9.6GPLA 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.
binutils 2.16.91.0.7GPLGNU 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.
cdialog 0.9bGPLA 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.
cvs 1.12.13GPLA 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.
dbus-sharp 0.70AFL/GPLD-BUS message bus C# bindings for mono
D-Bus is a system for sending messages between applications. It is used both for the systemwide message bus service, and as a per-user-login-session messaging facility. This package provides the C# bindings for using D-Bus from mono.
diffutils 2.8.7GPLA 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 list diff of two files side by side or merge two files interactively. Install diffutils if you need to compare text files.
elfutils 0.120GPLA 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
expat 1.95.8MPL or GPLExpat 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.
gdb 6.3GPLA 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.
gimp-help-2 0.9GFDLHelp files for Gimp2
This is the new HTML help for Gimp 2.
glib-gettextize 2.12.3LGPLGettextize 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.
gsf-sharp 0.8GPLGSF C# bindings for mono
GSF# bindings for mono. Useful for reading and writing structured files (eg MS OLE and Zip).
guile 1.6.8GPLA 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.
libgcrypt11-devel 1.2.3LGPLDevelopment files for GNU cryptographic library
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 )
libgpg-error0-devel 1.3LGPLDevelopment 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.
libmono-runtime 1.1.17.1GPL/LGPL/BSDLibraries for the Mono runtime
Mono is an implementation of the ECMA Common Language Infrastructure, it contains both a just-in-time compiler for maximum performance, and an interpeter. It can also be used to run programs from the .NET Framework. This package provides the non-versioned libraries for the Mono runtime.
libneon0.26 0.26.1GPLAn HTTP and WebDAV client library, with a C interface
neon is an HTTP and WebDAV client library for Unix systems, with a C language API. It provides high-level interfaces to HTTP/1.1 and WebDAV methods, and a low-level interface to HTTP request/response handling, allowing new methods to be easily implemented.
libopencdk8-devel 0.5.8GPLDevelopment 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.
libopenssl0.9.8-devel 0.9.8bBSD-likeSecure 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/
libphp5_common5 5.1.6PHP LicenseShared library for PHP5
This package provides the common files to run with different implementations of PHP5. You need this package if you install the php standalone package or a webserver with php support (ie: apache-mod_php).
libtool 1.5.20GPLThe 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.
m4 1.4.4GPLThe 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. m4 is most likely needed if you want to compile or develop software.
make 3.81GPLA 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.
mono-data-sqlite 1.1.17.1GPL/LGPL/BSDSQLite database connectivity for mono
Mono is an implementation of the ECMA Common Language Infrastructure, it contains both a just-in-time compiler for maximum performance, and an interpeter. It can also be used to run programs from the .NET Framework. This package provides the connectivity to the sqlite database for Mono.
mono-tools 1.1.11GPL/LGPLMono tools, including the documentation browser
Mono Tools is a collection of development and testing programs and utilities for use with Mono.
monodoc 1.1.17GPLMonoDoc contains the documentation for Mono
MonoDoc contains the documentation for the Mono class libraries as well as tools to produce and edit the documentation.
mono 1.1.17.1GPL/LGPL/BSDMono Runtime
Mono is an implementation of the ECMA Common Language Infrastructure, it contains both a just-in-time compiler for maximum performance, and an interpeter. It can also be used to run programs from the .NET Framework.
multiarch-utils 1.0.9GPLTools to help creation of multiarch binaries and includes
multiarch-utils is a collection of helper utilities to dispatch binaries and include files during RPM package build.
nvu 1.0MPL/LGPL/GPLComplete Web authoring system for linux
Nvu (pronounced N-view, for a "new view") is a complete Web Authoring System that combines web file management and easy-to-use WYSIWYG (What You See Is What You Get) web page editing. Nvu is designed to be extremely easy to use, making it ideal for non-technical computer users who want to create an attractive, professional-looking web site without needing to know HTML or web coding
php-cgi 5.1.6PHP LicensePHP5 CGI interface
PHP5 is an HTML-embeddable scripting language. PHP5 offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled script with PHP5 is fairly simple. The most common use of PHP5 coding is probably as a replacement for CGI scripts. This package contains a standalone (CGI) version of php. You must also install libphp5_common. If you need apache module support, you also need to install the apache-mod_php package.
php-ini 5.1.6PHP LicenseINI files for PHP
The php-ini package contains the ini files required for PHP.
pinfo 0.6.9GPLPrzemek'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.20GPLPkgconfig 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.
rcs 5.7GPLRevision 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.
ruby-actionmailer 1.2.3MITService layer for easy email delivery and testing
Makes it trivial to test and deliver emails sent from a single service layer.
ruby-actionpack 1.12.3MITPart of Rails framework handling controller/view split
Action Pack splits the response to a web request into a controller part (performing the logic) and a view part (rendering a template). This two-step approach is known as an action, which will normally create, read, update, or delete (CRUD for short) some sort of model part (often backed by a database) before choosing either to render a template or redirecting to another action. Action Pack implements these actions as public methods on Action Controllers and uses Action Views to implement the template rendering. Action Controllers are then responsible for handling all the actions relating to a certain part of an application. This grouping usually consists of actions for lists and for CRUDs revolving around a single (or a few) model objects. So ContactController would be responsible for listing contacts, creating, deleting, and updating contacts. A WeblogController could be responsible for both posts and comments. Action View templates are written using embedded Ruby in tags mingled in with the HTML. To avoid cluttering the templates with code, a bunch of helper classes provide common behavior for forms, dates, and strings. And it's easy to add specific helpers to keep the separation as the application evolves. Note: Some of the features, such as scaffolding and form building, are tied to ActiveRecord[http://activerecord.rubyonrails.org] (an object-relational mapping package), but that doesn't mean that Action Pack depends on Active Record. Action Pack is an independent package that can be used with any sort of backend (Instiki[http://www.instiki.org], which is based on an older version of Action Pack, used Madeleine for example). Read more about the role Action Pack can play when used together with Active Record on http://www.rubyonrails.org.
ruby-actionwebservice 1.1.4MITWeb service support for Action Pack
Adds WSDL/SOAP and XML-RPC web service support to Action Pack.
ruby-activerecord 1.14.3MITObject-Relational mapping library for Ruby
Active Record connects business objects and database tables to create a persistable domain model where logic and data is presented in one wrapping. It's an implementation of the object-relational mapping (ORM) pattern.
ruby-activesupport 1.3.1MITSupport and utility classes used by the Rails framework
Utility library which carries commonly used classes and goodies from the Rails framework.
ruby-rake 0.7.1MITSimple ruby build program with capabilities similar to make
This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to sythesize implicit tasks. * Rake is lightweight. It can be distributed with other projects as a single file. Projects that depend upon rake do not require that rake be installed on target systems.
ruby-RubyGems 0.9.0GPLRuby package manager
RubyGems is the Ruby standard for publishing and managing third party libraries.
ruby-sary 1.2.0LGPLRuby Binding of Sary
Ruby Binding of Sary
ruby 1.8.5GPLObject 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.
spec-helper 0.24GPLTools to ease the creation of rpm packages
Tools to ease the creation of rpm packages for the Mandriva Linux distribution. Compress man pages using bzip2, strip executables, convert links...
squirrel 2_0_5GPLThe squirrel language
Squirrel is a light weight programming language featuring higher-order functions,classes/inheritance, delegation,tail recursion,generators,cooperative threads,exception handling, reference counting and garbage collection on demand. C-like syntax.
subversion 1.3.2BSD CC2.0A Concurrent Versioning System
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.
umb-scheme 3.2GPLAn 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.
valgrind 3.2.0GPLan 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 []

Linux, along with Solaris, also came out ahead of Windows in terms of administration costs, despite the fact that it’s less expensive to hire Windows system administrators. The average Windows administrator in the study earned [USD]$68,500 a year, while Linux sys admins took home [USD]$71,400, and those with Solaris skills were paid [USD]$85,844. The Windows technicians, however, only managed an average of 10 machines each, while Linux or Solaris admins can generally handle several times that. — CIO Update, summarising a Robert Frances Group report

Last changed: 24-Dec-2006 19:32:02  Find out who links to this page. Verify for yourself that this page is pure, standard HTML, not Ruby.

[Powered by Google]   Translate into     Linux™ Powered

No software patents! If you would like us to read email for USD$1000 per page, payable in advance, send it here.