Main > Free Download Search >

Free berkeley software for linux

berkeley

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 73
Berkeley Yacc

Berkeley Yacc


Berkeley Yacc is a high-quality yacc variant. more>>
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available. In contrast to bison, it is written to avoid dependencies upon a particular compiler.
Byacc was written around 1990 by Robert Corbett who is the original author of bison. Originally written in K&R C, I have modified it to conform to ANSI C, and made other improvements.
Enhancements:
- configure.in: add AC_ARG_PROGRAM to make --program-prefix, etc., work.
- makefile.in: first cut of script to support --program-prefix
- configure.in: reorder AC_INIT/AC_CONFIG_HEADER to make this "work" with autoconf 2.52
- makefile.in: modify so DESTDIR works
- makefile.in: use EXEEXT and OBJEXT
- configure.in: use CF_PROG_EXT generate a config.h
- defs.h: make this use the generated config.h
- skeleton.c: add a forward-reference for yyparse()
- aclocal.m4: add CF_CHECK_CACHE, needed for CF_PROG_EXT
- yacc.1: remove the discussion of TMPDIR since it is obsolete
- skeleton.c: fix a couple of minor compiler-warnings in the skeleton
- defs.h: remove action_file_name, etc., since we use tmpfile() now.
- main.c: use tmpfile() for opening the working files. This quiets an idiot-warning advertising the use of mkstemp().
- output.c: Do not close temporary-files here, since they are opened with tmpfile(). Just rewind them, and theyre ready to read back the data stored in them.
- test/grammar.output, test/grammar.tab.c, test/grammar.tab.h: RCS_BASE
- makefile.in: turn on "make check" rule
- test/calc.output, test/run_test.sh, test/calc.tab.h: RCS_BASE
- test/ftp.tab.c: yyparse() is now yyparse(void)
- test/calc.tab.c: RCS_BASE
- test/error.tab.c: yyparse() is now yyparse(void)
- test/README: RCS_BASE
- yacc.1: various typography fixes prompted by Debian #100947
- aclocal.m4, makefile.in, configure.in: RCS_BASE
- README: updated to note that this is not the original
<<less
Download (0.12MB)
Added: 2005-04-13 License: Freely Distributable Price:
1679 downloads
Berkeley DB 4.6.18

Berkeley DB 4.6.18


Berkeley DB, the most widely-used developer database in the world. more>>
Berkeley DB (libdb) is a programmatic toolkit that provides embedded database support for both traditional and client/server applications. Berkeley DB includes b+tree, queue, extended linear hashing, fixed, and variable-length record access methods, transactions, locking, logging, shared memory caching, database recovery, and replication for highly available systems.
Berkeley DB delivers the core data management functionality, power, scalability and flexibility of enterprise relational databases but without the overhead of a query processing layer. Combined with the stability and lower support cost of open source code, Berkeley DB offers many advantages
DB supports C, C++, Java, PHP, and Perl APIs. It is available for a wide variety of UNIX platforms as well as Windows XP, Windows NT, and Windows 95 (MSVC 6 and 7).
Sleepycat Software makes Berkeley DB, the most widely used open source developer database in the world with over 200 million deployments. Customers such as Amazon.com, AOL, British Telecom, Cisco Systems, EMC, Google, Hitachi, HP, Motorola, RSA Security, Sun Microsystems, TIBCO and VERITAS also rely on Berkeley DB for fast, scalable, reliable and cost-effective data management for their mission-critical applications. Profitable since it was founded in 1996, Sleepycat is a privately held company with offices in California, Massachusetts and the United Kingdom.
Here are the advantajes of "Berkeley DB":
- Zero administration cost ? eliminates the need for a DBA;
- Smaller footprint (less than 500Kb);
- Simplicity of integration into an application;
- More speed and higher performance;
- Less complexity and more reliability.
Berkeley DB is distributed under an open source license that permits its use in open source applications at no charge. Proprietary vendors can purchase a proprietary license for Berkeley DB from Sleepycat Software.
Other important key features of "Berkeley DB":
- Includes complete source code.
- Small footprint ? less than 500 kilobytes.
- Extremely configurable: application controls the memory, disk, and other resource requirements of the database library.
- Easy-to-use APIs for applications written in C, C++, Java, Perl, Python, Tcl, PHP.
- Supports full transaction semantics, so that multiple changes can be applied or rolled back atomically.
- Survives software and hardware failures without losing data.
- Fine-grained locking allows thousands of users to work with a database at the same time.
- Replication for high availability keeps copies of the database synchronized across multiple servers. If the master or any replica goes down, one of the remaining replicas can take over.
<<less
Download (11.5MB)
Added: 2007-07-31 License: Open Software License Price:
839 downloads
Berkeley DB Java Edition 3.1.0

Berkeley DB Java Edition 3.1.0


Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. more>> <<less
Download (4.5MB)
Added: 2006-10-02 License: Open Software License Price:
1119 downloads
Berkeley Unified Parallel C 2.4.0

Berkeley Unified Parallel C 2.4.0


Berkeley Unified Parallel C (UPC) is an extension of the C programming language. more>>
Unified Parallel C, in short UPC, is an extension of the C programming language designed for high performance computing on large-scale parallel machines.

The language provides a uniform programming model for both shared and distributed memory hardware.

The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor.

UPC uses a Single Program Multiple Data (SPMD) model of computation in which the amount of parallelism is fixed at program startup time, typically with a single thread of execution per processor.

Whats New in This Release:

- Add initial native support for the Cray XT3 via new portals network
- Implement the GASP 1.5 performance instrumentation interface, supporting the
Parallel Performance Wizard (PPW) and other third-party profiling tools.
- Add bupc_ticks_to_ns() - finer granularity timer query
- Add the Berkeley implementations of the UPC collectives and UPC-IO to GCCUPC+UPCR
- Add most of the Berkeley UPC library extensions to GCCUPC+UPCR
- Add upcdecl command-line tool (also online at: http://upc.lbl.gov/upcdecl)
- Add support for alloca() and stdarg.h
- Performance improvements to the BUPC semaphore library for signalling store
- Add bupc_thread_distance() - runtime thread layout query for hierarchical systems
- Add a remote fetch-and-add UPC library extension (initially just for 64-bit ints)
- Allow configure-time tuning of bit distribution in packed pointer-to-shared rep
- Fix the following notable bugs in 2.2.2 (see http://upc-bugs.lbl.gov for details):
- bug525: optimizer crashes on Tru64/CompaqC for libgasnet
- bug1229: More robust preprocessing on Compaq C
- bug1389: ansi-aliasing violations on small local put/get copies
- bug1531: improved lock fairness to remote lock requests
- bug1594: timer inaccuracies on Cray X1E
- bug1645: preprocess-time failure Backslash found where operator expected
- bug1657: PACKAGE_* symbols exposed to UPC code on GCCUPC+UPCR
- bug1683: improve upcrun handling of -shared-heap-max
- bug 1743: More robust behavior when backend C compiler changes
- Improved SRV-based DNS failover for upcc HTTP translation
- Add gzip compression to HTTP netcompile, for faster compiles over slow links
- Improved robustness for SSH netcompile to handle stray output from dotfiles
- Numerous misc minor bug fixes
<<less
Download (MB)
Added: 2006-11-18 License: BSD License Price:
1072 downloads
EZelect 0.1.0

EZelect 0.1.0


EZelect is a PHP script useful for conducting Web-based elections for small organizations. more>>
EZelect is a PHP script useful for conducting Web-based elections for small organizations. EZelect is very simple and easy to use.
The script is originally written for and used in the 2005/2006 presidential election of Berkeley Chinese Students and Scholars Association (BCSSA).
Main features:
- No database needed. All information is stored in plain-text files
- Works on Unix servers like Linux, Solaris
- Authenticating voters by their email. Can be configured to allow votes from users with emails like @organization.org. One email address casts at most one vote.
- Supports two types of elections, one letting each voter votes for one of multiple candidates, another letting each voter approve or dis-approve a single candidate. It should be easy to add more types of elections.
- Outputs all votes in plain text file. Use of grep to process the results should be enough in most cases.
Usage:
- Customize the beginning part of ezelect.php to suit your needs.
- Make sure the data dir ($datadir) exists and is writable by the web server process.
- Make sure the local host has an MTA running on port 25.
- Access index.html from your webserver to test the election.
- Do some further customization and run the election!
- Collect results in $datadir. Each file, named with the users email address, records votes from the users. The only thing useful is the 1st line, which contains the *confirmed* vote from the user. A user can have at most one confirm vote. If the 1st line is _ _, then the user didnt confirm any vote and should not be counted. A simple command to collect all results:
find . -type f -exec head -1 {} ;
<<less
Download (0.006MB)
Added: 2006-01-19 License: Freeware Price:
1373 downloads
Debmarshal

Debmarshal


Debmarshal is a Debian repository management system. more>>
Debmarshal is a Debian repository management system. The project is designed to manage a set of local release tracks of modified and additional packages on top of a full public repository (eg. Ubuntu/dapper, Debian/sid ...).

The local database is Berkeley DB for speed. Packaged file overlaps and undeclared dependency problems can be detected. Multiple labels and permanent numbered snapshots are a feature of debmarshal managed repositories.

<<less
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
808 downloads
FreeBSD 6.2

FreeBSD 6.2


FreeBSD is an advanced operating system for Intel ia32 compatible, DEC Alpha, and PC-98 architectures. more>>
FreeBSD is an advanced operating system for x86 compatible (including Pentium and Athlon), amd64 compatible (including Opteron, Athlon 64, and EM64T), IA-64, PC-98, Alpha/AXP and UltraSPARC architectures.
It is derived from BSD, the version of UNIX developed at the University of California, Berkeley. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development.
FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.
FreeBSD makes an ideal Internet or Intranet server. It provides robust network services under the heaviest loads and uses memory efficiently to maintain good response times for thousands of simultaneous user processes.
The quality of FreeBSD combined with todays low-cost, high-speed PC hardware makes FreeBSD a very economical alternative to commercial UNIX workstations. It is well-suited for a great number of both desktop and server applications.
FreeBSD can be installed from a variety of media including CD-ROM, DVD-ROM, floppy disk, magnetic tape, an MS-DOS partition, or if you have a network connection, you can install it directly over anonymous FTP or NFS.
While you might expect an operating system with these features to sell for a high price, FreeBSD is available free of charge and comes with full source code.
It is easy to contribute to FreeBSD. All you need to do is find a part of FreeBSD which you think could be improved and make those changes (carefully and cleanly) and submit that back to the Project by means of send-pr or a committer, if you know one. This could be anything from documentation to artwork to source code.
Even if you are not a programmer, there are other ways to contribute to FreeBSD. The FreeBSD Foundation is a non-profit organization for which direct contributions are fully tax deductible.
Main features:
- A merged virtual memory and filesystem buffer cache continuously tunes the amount of memory used for programs and the disk cache. As a result, programs receive both excellent memory management and high performance disk access, and the system administrator is freed from the task of tuning cache sizes.
- Compatibility modules enable programs for other operating systems to run on FreeBSD, including programs for Linux, SCO UNIX, and System V Release 4.
- Soft Updates allows improved filesystem performance without sacrificing safety and reliability. It analyzes meta-data filesystem operations to avoid having to perform all of those operations synchronously. Instead, it maintains internal state about pending meta-data operations and uses this information to cache meta-data, rewrite meta-data operations to combine subsequent operations on the same files, and reorder meta-data operations so that they may be processed more efficiently. Features such as background filesystem checking and file system snapshots are built on the consistency and performance foundations of soft updates.
- File system snapshots, permitting administrators to take atomic file system snapshots for backup purposes using the free space in the file system, as well as facilitating background fsck, which allows the system to reach multiuser mode without waiting on file system cleanup operations following power outages.
- Support for IP Security (IPsec) allows improved security in networks, and support for the next-generation Internet Protocol, IPv6. The FreeBSD IPSEC implementation includes support for a broad range of accelerated crypto hardware.
- Out of the box support for IPv6 via the KAME IPv6 stack allows FreeBSD to be seamlessly integrated into next generation networking environments. FreeBSD even ships with many applications extended to support IPv6!
- Multi-threaded SMP architecture capable of executing the kernel in parallel on multiple processors, and with kernel preemption, allowing high priority kernel tasks to preempt other kernel activity, reducing latency. This includes a multi-threaded network stack and a multi-threaded virtual memory subsystem. With FreeBSD 6.x, support for a fully parallel VFS allows the UFS file system to run on multiple processors simultaneously, permitting load sharing of CPU-intensive I/O optimization.
- M:N application threading via pthreads permitting threads to execute on multiple CPUs in a scaleable manner, mapping many user threads onto a small number of Kernel Schedulable Entities. By adopting the Scheduler Activation model, the threading approach can be adapted to the specific requirements of a broad range of applications.
- Netgraph pluggable network stack allows developers to dynamically and easily extend the network stack through clean layered network abstractions. Netgraph nodes can implement a broad range of new network services, including encapsulation, tunneling, encryption, and performance adaptation. As a result, rapid prototyping and production deployment of enhanced network services can be performed far more easily and with fewer bugs.
- TrustedBSD MAC Framework extensible kernel security, which allows developers to customize the operating system security model for specific environments, from creating hardening policies to deploying mandatory labeled confidentiality of integrity policies. Sample seucrity policies include Multi-Level Security (MLS), and Biba Integrity Protection. Third party modules include SEBSD, a FLASK-based implementation of Type Enforcement.
- GEOM pluggable storage layer, which permits new storage services to be quickly developed and cleanly integrated into the FreeBSD storage subsystem. GEOM provides a consistent and coherrent model for discovering and layering storage services, making it possible to layer services such as RAID and volume management easily.
- FreeBSDs GEOM-Based Disk Encryption (GBDE), provides strong cryptographic protection using the GEOM Framework, and can protect file systems, swap devices, and other use of storage media.
- Kernel Queues allow programs to respond more efficiently to a variety of asynchronous events including file and socket IO, improving application and system performance.
- Accept Filters allow connection-intensive applications, such as web servers, to cleanly push part of their functionality into the operating system kernel, improving performance.
<<less
Download (616.3MB)
Added: 2007-01-15 License: BSD License Price:
1071 downloads
 
Other version of FreeBSD
FreeBSD 5.5, the version of UNIX developed at the University of California, Berkeley. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development
License:BSD License
Download (511.4MB)
1255 downloads
Added: 2006-05-25
DB_File 1.815

DB_File 1.815


DB_File is a Perl5 access to Berkeley DB version 1.x. more>>
DB_File is a Perl5 access to Berkeley DB version 1.x.

SYNOPSIS

use DB_File;

[$X =] tie %hash, DB_File, [$filename, $flags, $mode, $DB_HASH] ;
[$X =] tie %hash, DB_File, $filename, $flags, $mode, $DB_BTREE ;
[$X =] tie @array, DB_File, $filename, $flags, $mode, $DB_RECNO ;

$status = $X->del($key [, $flags]) ;
$status = $X->put($key, $value [, $flags]) ;
$status = $X->get($key, $value [, $flags]) ;
$status = $X->seq($key, $value, $flags) ;
$status = $X->sync([$flags]) ;
$status = $X->fd ;

# BTREE only
$count = $X->get_dup($key) ;
@list = $X->get_dup($key) ;
%list = $X->get_dup($key, 1) ;
$status = $X->find_dup($key, $value) ;
$status = $X->del_dup($key, $value) ;

# RECNO only
$a = $X->length;
$a = $X->pop ;
$X->push(list);
$a = $X->shift;
$X->unshift(list);
@r = $X->splice(offset, length, elements);

# DBM Filters
$old_filter = $db->filter_store_key ( sub { ... } ) ;
$old_filter = $db->filter_store_value( sub { ... } ) ;
$old_filter = $db->filter_fetch_key ( sub { ... } ) ;
$old_filter = $db->filter_fetch_value( sub { ... } ) ;

untie %hash ;
untie @array ;

DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the Berkeley DB manual pages at hand when reading this documentation. The interface defined here mirrors the Berkeley DB interface closely.

Berkeley DB is a C library which provides a consistent interface to a number of database formats. DB_File provides an interface to all three of the database types currently supported by Berkeley DB.

<<less
Download (0.085MB)
Added: 2007-08-02 License: Perl Artistic License Price:
498 downloads
Video::TeletextDB 0.02

Video::TeletextDB 0.02


Video::TeletextDB is Perl extension to manage a telextext database. more>>
Video::TeletextDB is Perl extension to manage a telextext database.

SYNOPSIS

use Video::TeletextDB;

$tele_db = Video::TeletextDB->new(%options);
# Possible options are:
# cache_dir => $directory
# mkpath => $boolean
# umask => $mask
# creat => $boolean
# RW => $boolean
# page_versions => $number
# channel => $string
# stale_period => $seconds
# expire_period => $seconds

$access = $tele_db->access(%options);
# Possible options are:
# umask => $mask
# creat => $boolean
# RW => $boolean
# page_versions => $number
# channel => $string
# stale_period => $seconds
# expire_period => $seconds

$cache_dir = $tele_db->cache_dir;
$channel = $tele_db->channel;
$old_channel = $tele_db->channel($new_channel);
@channels = $tele_db->channels;
$nr_channels = $tele_db->channels;
$boolean = $tele_db->has_channel(?$channel?);
$db_file = $tele_db->db_file;
$lock_file = $tele_db->lock_file;
$tele_db->lock;
$page_versions= $tele_db->page_versions;
$umask = $tele_db->umask;
$old_umask = $tele_db->umask($new_umask);
$RW = $tele_db->RW;
$old_RW = $tele_db->RW($new_RW);
$stale_period = $tele_db->stale_period;
$old_stale_period = $tele_db->stale_period($new_stale_period);
$expire_period = $tele_db->expire_period;
$old_expire_period = $tele_db->expire_period($new_expire_period);
$user_data = $tele_db->user_data;
$old_user_data= $tele_db->user_data($new_user_data);

$tele_db->delete(%options);

The idea behind a teletext database is to separate the process of collecting teletext pages from the process of presentation. This makes programs both shorter (you dont have to implement the side yourre not interested in) and more flexible (you can read teletext pages long after the collector stopped running and you dont have to be tuned in to the channel you want to read).

In fact, the simple script TeleCollect coming with this package will be good enough for most teletext collection purposes, so that you can concentrate on the page processing.

This modules provides you with methods to both store and retrieve pages into a database and some rudimentary support to manage a set of databases (typically one for each channel). The pages will be stored in raw form so that a client can decide for itself how to handle things like transmission errors (there are of suggested methods provided in the module though, so you dont have to reinvent the wheel every time).

It (currently) use a Berkeley DB with an external lockfile for the actual storage. It only uses the version 1.85 features, so it should work almost everywhere. There will be one database and lockfile for each channel and all channel databases and locks will normally be collected in one directory.

<<less
Download (0.063MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1193 downloads
PostgreSQL 8.2.4

PostgreSQL 8.2.4


PostgreSQL is The Worlds Most Advanced Open Source Database. more>>
PostgreSQL is a highly-scalable, SQL compliant, open source object-relational database management system. With more than 15 years of development history, it is quickly becoming the de facto database for enterprise level open source solutions.
PostgreSQL is an object-relational database management system (ORDBMS) based on POSTGRES, Version 4.2, developed at the University of California at Berkeley Computer Science Department. POSTGRES pioneered many concepts that only became available in some commercial database systems much later.
PostgreSQL is an open-source descendant of this original Berkeley code. PostgreSQL supports SQL92 and SQL99.
Main features:
- complex queries
- foreign keys
- triggers
- views
- transactional integrity
- multiversion concurrency control
Additionally, PostgreSQL can be extended by the user in many ways, for example by adding new:
- data types
- functions
- operators
- aggregate functions
- index methods
- procedural languages
And because of the liberal license, PostgreSQL can be used, modified, and distributed by everyone free of charge for any purpose, be it private, commercial, or academic.
<<less
Download (11.9MB)
Added: 2007-04-20 License: BSD License Price:
627 downloads
Featherweight Linux 1.3

Featherweight Linux 1.3


Featherweight Linux is a Live-CD installable Linux distribution that is remastered from Feather Linux. more>>
Featherweight Linux is my Live-CD installable Linux distribution that I remastered from Feather Linux, which is built on knoppix technology. Youll find some great people over at Feather and you can find some good documentation there.
Their goal is to make a light and fast Linux with a very small footprint that can be installed on USB pen drives and such. My goal is a bit different. I want a full featured Linux that isnt bloated with a kazillion gigs of crap that Ill never use. I want a small footprint that is light and fast, even on older machines, but still carries a knockout punch.
So I took Feather and stripped out a bunch of apps that I never even thought of using. I wanted to make an easy to understand desktop that was compatible and easily configurable with the latest apps being developed, so I removed all of the window managers and installed a minimal KDE 3.3 desktop.
I included the most popular internet apps like the Mozilla Suite complete with plugins, Gaim, Gftp etc... I added full printer support and wifi support. In my test environment, it automatically detects and configures both my network printer (HP PSC 1210)and my linksys wireless card. Hopefully, itll do the same for you. It is debian based so I installed Synaptic for easy upgrading and totally FREE software management. Customizing your own system with the software that you want is only a few clicks away.
In its current state, the ISO is about 240mb and the HDD install is about 700mb, which is about 1/4 of all the other overweight distros out there. Once you install it, you can install OpenOffice and a bunch of other stuff if you need it, but I just wanted to make a good solid functional base so you can build your own system if you want.
Featherweight is intended for novice users with "some" linux experience, intermediate users, and experienced linux users alike. It has a pretty straight forward install but you should know linux and HDD partitioning basics before trying to install it.
Packages included are:
- aalib1 1.4p5-22 ascii art library
- abcde 2.2.3-1 A Better CD Encoder
- acpi 0.07-1 displays information on ACPI devices
- adduser 3.52 Add and remove users and groups
- alsa-base 1.0.8-6 ALSA driver configuration files
- alsa-headers 1.0.4-3 ALSA sound driver header files
- alsa-oss 1.0.8-1 ALSA wrapper for OSS applications
- alsa-utils 1.0.8-3 ALSA utilities
- amap 4.5-2 Network protocol probing tool
- antiword 0.35-1 Converts MS Word files to text and ps
- apmd 3.2.2-1 Utilities for Advanced Power Management (APM
- apt 0.5.24 Advanced front-end for dpkg
- apt-utils 0.5.28.4 APT utility programs
- ash-knoppix 0.2-4 A smaller version of the Bourne shell enhanc
- aterm 0.4.2-3 Afterstep XVT - a VT102 emulator for the X w
- autofs 3.9.99-4.0.0pr A kernel-based automounter for Linux
- automount-knop 0.5-4 Auto-generate autofs(5) lines on demand
- base-files 3.0.15 Debian base system miscellaneous files
- base-passwd 3.5.7 Debian base system master password and group
- bash 2.05b-14 The GNU Bourne Again SHell
- bc 1.06-17 The GNU bc arbitrary precision calculator la
- bcrypt 1.1-2 Cross platform file encryption utility
- binutils 2.15-5 The GNU assembler, linker and binary utiliti
- bridge-utils 0.9.6-5 Utilities for configuring the Linux 2.4 brid
- bsdutils 2.12-7 Basic utilities from 4.4BSD-Lite
- bvi 1.3.1-2 binary file editor
- bzip2 1.0.2-1 A high-quality block-sorting file compressor
- catdoc 0.93.4-1 MS-Word to TeX or plain text converter
- cd-discid 0.9-1 CDDB DiscID utility
- cdparanoia 3a9.8-11 An audio extraction tool for sampling CDs.
- cdrdao 1.1.9-3 Disk-At-Once (DAO) recording of audio and da
- cdrecord 2.0+a27-1 command line CD writing tool
- checkmem 0.5-2 Simple script to check if enough memory is a
- cloop-module 2.01-3 The compressed loopback block device kernel hi cloop-utils 2.01-3 Tools for handling with cloop compressed vol
- console-common 0.7.41 Basic infrastructure for text console config
- console-data 2002.12.04dbs- Keymaps, fonts, charset maps, fallback table
- console-tools 0.2.3dbs-52 Linux console and font utilities
- coreutils 5.0.91-2 The GNU core utilities
- cpio 2.5-1.1 GNU cpio -- a program to manage archives of
- cpp 3.3.3-3 The GNU C preprocessor (cpp)
- cpp-3.3 3.3.5-4 The GNU C preprocessor
- cron 3.0pl1-86 management of regular background processing
- csh 20020413-1 Shell with C-like syntax, standard login she
- cupsys 1.1.23-7 Common UNIX Printing System(tm) - server
- cupsys-client 1.1.23-7 Common UNIX Printing System(tm) - client pro
- curl 7.9.5-1 Get a file from an FTP, GOPHER, HTTP or HTTP
- dd-rescue 1.02-1 error-tolerant version of dd for rescuing da
- debconf 1.4.25 Debian configuration management system
- debconf-i18n 1.4.25 full internationalization support for debcon
- debconf-utils 1.4.41 debconf utilities
- debhelper 4.2.28 helper programs for debian/rules
- debianutils 2.13.0 Miscellaneous utilities specific to Debian
- deborphan 1.7.1 Find orphaned libraries
- defoma 0.11.8 Debian Font Manager -- automatic font config
- dhcp3-common 3.0+3.0.1rc13- Common files used by all the dhcp3* packages
- dialog 0.9b-20040421- Displays user-friendly dialog boxes from she
- dictionaries-c 0.24.5 Common utilities for spelling dictionary too
- diff 2.8.1-6 File comparison utilities
- dillo 0.8.3-1 GTK-based web browser
- dnsmasq 2.13-1 A small caching DNS proxy and DHCP server.
- docbook-xml 4.3-1.1 standard XML documentation system, for softw
- dosfstools 2.10-1 Utilities to create and check MS-DOS FAT fil
- dpkg 1.10.21 Package maintenance system for Debian
- dpkg-dev 1.10.25 Package building tools for Debian
- dselect 1.10.21 a user tool to manage Debian packages
- dsniff 2.4b1-8 Various tools to sniff network traffic for c
- e2fslibs 1.35-6 The EXT2 filesystem libraries
- e2fsprogs 1.35-6 The EXT2 file system utilities and libraries
- eject 2.0.13deb-3 ejects CDs and operates CD-Changers under Li
- enscript 1.6.4-7 Converts ASCII text to Postscript, HTML, RTF
- esound-common 0.2.29-1 Enlightened Sound Daemon - Common files
- etcskel-knoppi 0.6-28 Skeleton files for all user
- ethereal 0.10.8-1 Network traffic analyzer
- ethereal-commo 0.10.8-1 Network traffic analyser (common files)
- ethtool 1.8-2 Display or change ethernet card settings
- ettercap 0.7.0-1 Multipurpose sniffer/interceptor/logger for
- ettercap-commo 0.7.0-1 Common support files and plugins for etterca
- expect 5.42.1-1.2 A program that "talks" to other programs
- fbset 2.1-14 framebuffer device maintenance program
- fdflush 1.0.1-11 Flush out-of-date disk buffers
- fdisk-udeb 2.11u-3 Partition a hard drive (manual, cfdisk)
- fdutils 5.4-20030718-3 Linux floppy utilities
- feather-captiv 1-2 Converted Slackware tgz package
- feather-lprng 3.8.22 Feather Linux-specific lprng package.
- feather-x 0.5 Standard Feather Linux Kdrive X servers pack
- fetchmail 6.2.5-7 SSL enabled POP3, APOP, IMAP mail gatherer/f
- file 4.07-2 Determines file type using "magic" numbers
- findutils 4.1.20-3 utilities for finding files--find, xargs, an
- flashplayer-mo 7.0.25-woody0. Macromedia Flash Player
- flashplugin-no 7.0.25-5 Macromedia Flash Player plugin installer
- fontconfig 2.2.2-2 generic font configuration library
- foomatic-db 20050218-1 linuxprinting.org printer support - database
- foomatic-db-en 3.0.2-20050218 linuxprinting.org printer support - programs
- foomatic-db-hp 1.5-20050118-1 linuxprinting.org printer support - database
- foomatic-filte 3.0.2-20050114 linuxprinting.org printer support - filters
- freenx 0.2.7-1 FreeNX application/thin-client server based
- gaim 1.1.0-1 multi-protocol instant messaging client
- gcc-3.3-base 3.3.5-4 The GNU Compiler Collection (base package)
- gcombust 0.1.55-1.1 GTK+ based CD mastering and burning program
- gdk-imlib1 1.9.14-2 Gdk-Imlib is an imaging library for use with
- genliloconf 0.1-3 simple utility for auto-generating of lilo.c
- gettext 0.14.1-6 GNU Internationalization utilities
- gettext-base 0.14.1-6 GNU Internationalization utilities for the b
- gftp 2.0.18-3 X/GTK+ FTP client
- gftp-common 2.0.18-3 shared files for other gFTP packages
- gftp-gtk 2.0.18-3 X/GTK+ FTP client
- gftp-text 2.0.18-3 colored FTP client using GLib
- giftcurs 0.6.2-2 text-based interface to the giFT file-sharin
- gkrellm 2.2.4-1 Multiple stacked system monitors: 1 process
- gkrellm-common 2.2.4-1 Multiple stacked system monitors: 1 process
- gksu 1.2.4-1 graphical frontend to su
- gnupod-tools 0.94rc1-1 A collection of Perl-scripts for iPod
- gpart 0.1h-4 Guess PC disk partition table, find lost par
- grep 2.5.1.ds1-2 GNU grep, egrep and fgrep
- grep-dctrl 2.1.3 Grep Debian package information
- grub 0.95+cvs200406 GRand Unified Bootloader
- grun 0.9.2-9 GTK based Run dialog
- gs-common 0.3.6-0.1 Common files for different Ghostscript relea
- gs-gpl 8.01-5 The GPL Ghostscript PostScript interpreter
- gscanbus 0.7.1-4 scan IEEE1394 (firewire/i.link) bus
- gsfonts 8.14+v8.11-0.1 Fonts for the Ghostscript interpreter(s)
- gtkrecover 0.3-9 GUI for recover
- gzip 1.3.5-7 The GNU compression utility
- hdparm 5.5-2 Tune hard disk parameters for high performan
- hfsplus 1.0.4-6 tools to access HFS+ formatted volumes
- hicolor-icon-t 0.7-1 default fallback theme for FreeDesktop.org i
- hostap-utils 0.1.3-1 Utility programs for Host AP driver for Inte
- hostname 2.13 A utility to set/show the host name or domai
- hotplug 0.0.20040329-8 Linux Hotplug Scripts
- hotplug-knoppi 0.5-7 hotplug handler for KNOPPIX
- hotplug-utils 0.0.20020401-4 Linux Hotplug utility programs
- hpijs 2.0.1+0.8.7-4 HP Linux Printing and Imaging - gs IJS drive
- hping2 2.rc2-5 Active Network Smashing Tool
- html2text 1.3.2a-1 An advanced HTML to text converter
- hwdata-knoppix 0.107-8 hardware identification / configuration data
- hwsetup 1.0-14 Automatic hardware setup using the kudzu lib
- iftop 0.16-1 Display bandwidth usage on an interface
- ifupdown 0.6.4-4.8 High level tools to configure network interf
- imlib-base 1.9.14-16 Common files needed by the Imlib/Gdk-Imlib p
- intltool-debia 0.30+20040213 Help i18n of RFC822 compliant config files
- iproute 20010824-13 Professional tools to control the networking
- iptables 1.2.11-10 Linux kernel 2.4+ iptables administration to
- ipw2100-nonfre 0.1-1 IPW2100 wireless device firmware files from
- isapnptools 1.26-2 ISA Plug-And-Play configuration utilities.
- john 1.6-33 An active password cracking tool
- k3b 0.11.20-2 A sophisticated KDE cd burning application
- k3blibs 0.11.20-2 The KDE cd burning application library - run
- kappfinder 3.3.2-1 KDE Application Finder
- kate 3.3.2-1 KDE Advanced Text Editor
- kbdconfig 0.5-3 Lightweight keyboard configuration tool for
- kcontrol 3.3.2-1 KDE Control Center
- kdebase 3.3.2-1 KDE Base metapackage
- kdebase-bin 3.3.2-1 KDE Base (binaries)
- kdebase-data 3.3.2-1 KDE Base (shared data)
- kdebase-kio-pl 3.3.2-1 KDE I/O Slaves
- kdelibs-bin 3.3.2-3 KDE core binaries
- kdelibs-data 3.3.2-3 KDE core shared data
- kdelibs4 3.3.2-3 KDE core libraries
- kdenetwork-fil 3.3.2-1 KDE Network Filesharing Configuration
- kdepasswd 3.3.2-1 KDE password changer
- kdeprint 3.3.2-1 KDE Print
- kdesktop 3.3.2-1 KDE Desktop
- kdm 3.3.2-1 KDE Display Manager
- kernel-image-2 10.00.Custom Linux kernel binary image for version 2.4.27
- kfind 3.3.2-1 KDE File Find Utility
- khelpcenter 3.3.2-1 KDE Help Center
- kicker 3.3.2-1 KDE Desktop Panel
- kismet 2004.04.R1-5 Wireless 802.11b monitoring tool
- klipper 3.3.2-1 KDE Clipboard
- klogd 1.4.1-14 Kernel Logging Daemon
- kmenuedit 3.3.2-1 KDE Menu Editor
- knoppix-remoun 0.5-3 Minimalistic script for r/w remount of parti
- konqueror 3.3.2-1 KDEs advanced File Manager, Web Browser and
- konqueror-nspl 3.3.2-1 Netscape plugin support for Konqueror
- konsole 3.3.2-1 KDE X terminal emulator
- kpager 3.3.2-1 KDE Desktop Pager
- kpersonalizer 3.3.2-1 KDE Personalizer
- ksmserver 3.3.2-1 KDE Session Manager
- ksplash 3.3.2-1 KDE Splash Screen
- ksysguard 3.3.2-1 KDE System Guard
- ksysguardd 3.3.2-1 KDE System Guard Daemon
- ktip 3.3.2-1 Kandalfs Useful Tips
- kwifimanager 3.3.2-1 KDE Wireless Lan Manager
- kwin 3.3.2-1 KDE Window Manager
- less 381-3 Pager program similar to more
- liba52-0.7.4 0.7.4-1 Library for decoding ATSC A/52 streams.
- libacl1 2.2.23-1 Access control list shared library
- libadns1 1.0-8.2 Asynchronous-capable DNS client library and
- libao2 0.8.5-1 Cross Platform Audio Output Library
- libapm1 3.2.2-1 Library for interacting with APM driver in k
- libart-2.0-2 2.3.17-1 Library of functions for 2D graphics - runti
- libarts1 1.3.2-2 aRts Sound system
- libartsc0 1.3.2-1 aRts Sound system C support library
- libasound2 1.0.8-2 ALSA library
- libaspell15 0.60.2+2005012 The GNU Aspell spell-checker runtime toolkit
- libatk1.0-0 1.8.0-4 The ATK accessibility toolkit
- libatm1 2.4.1-15 shared library for ATM (Asynchronous Transfe
- libattr1 2.4.16-1 Extended attribute shared library
- libaudio2 1.6c-3 The Network Audio System (NAS). (shared libr
- libaudiofile0 0.2.6-3 Open-source version of SGIs audiofile libra
- libavcodeccvs 20050222-0.0 library to encode decode multimedia streams
- libblkid1 1.35-6 Block device id library
- libbz2-1.0 1.0.2-1 A high-quality block-sorting file compressor
- libc6 2.3.2.ds1-20 GNU C Library: Shared libraries and Timezone
- libcap1 1.10-14 support for getting/setting POSIX.1e capabil
- libcdparanoia0 3a9.8-11 Shared libraries for cdparanoia (runtime lib
- libcomerr2 1.35-6 The Common Error Description library
- libcompfaceg1 1989.11.11-24 Compress/decompress images for mailheaders,
- libconsole 0.2.3dbs-52 Shared libraries for Linux console and font
- libcupsimage2 1.1.23-7 Common UNIX Printing System(tm) - image libs
- libcupsys2-gnu 1.1.23-7 Common UNIX Printing System(tm) - libs
- libcurl2 7.11.2-1 Multi-protocol file transfer library, now wi
- libdb1-compat 2.1.3-7 The Berkeley database routines [glibc 2.0/2.
- libdb2 2.7.7.0-8.1 The Berkeley database routines (run-time fil
- libdb3 3.2.9-19.1 Berkeley v3 Database Libraries [runtime]
- libdb4.2 4.2.52-16 Berkeley v4.2 Database Libraries [runtime]
- libdevmapper1. 1.00.17-1 The Linux Kernel Device Mapper userspace lib
- libdevmapper1. 1.01.00-1 The Linux Kernel Device Mapper userspace lib
- libdirectfb-0. 0.9.20-4 frame buffer graphics library
- libdivxdecore0 5.0.1-1 DivX MPEG-4 Codec - decoder library
- libdockapp1 0.4.0-8 Window Maker Dock App support (shared librar
- libdps1 4.3.0.dfsg.1-1 Display PostScript (DPS) client library
- libdv2 0.99-1 A software library for DV format digital vid
- libdv4 0.103-2 software library for DV format digital video
- libdvdcss2 1.2.8-0.0 Simple foundation for reading DVDs - runtime
- libdvdread3 0.9.4-4 Simple foundation for reading DVDs
- libenchant1 1.1.4+cvs.2004 a wrapper library for various spell checker
- libesd0 0.2.29-1 Enlightened Sound Daemon - Shared libraries
- libexif10 0.6.9-4 The EXIF library allows you to parse an EXIF
- libexpat1 1.95.8-1 XML parsing C library - runtime library
- libfaac0 1.24-0.3 an AAC audio encoder - library files
- libfaad2-0 2.0.0-0.2 Freeware Advanced Audio Decoder - runtime fi
- libfam0c102 2.7.0-5 client library to control the FAM daemon
- libflac++4 1.1.1-5 Free Lossless Audio Codec - C++ runtime libr
- libflac4 1.1.0-11 Free Lossless Audio Codec - runtime C librar
- libflac6 1.1.1-5 Free Lossless Audio Codec - runtime C librar
- libfontconfig1 2.2.2-2 generic font configuration library (shared l
- libfreetype6 2.1.7-2 FreeType 2 font engine, shared library files
- libfribidi0 0.10.4-6 Free Implementation of the Unicode BiDi algo
- libgcc1 3.4.3-5 GCC support library
- libgcrypt1 1.1.12-4 LGPL Crypto library - runtime library
- libgcrypt11 1.2.0-11 LGPL Crypto library - runtime library
- libgdbm3 1.8.3-2 GNU dbm database routines (runtime version)
- libgdk-pixbuf2 0.22.0-7 The GdkPixBuf image library, gtk+ 1.2 versio
- libggi2 2.0.5-1 General Graphics Interface runtime libraries
- libgii0-target 0.8.5-2 General Input Interface X input target
- libgimpprint1 4.2.7-5 The Gimp-Print printer driver library
- libgksu1.2-0 1.2.5a-1 library providing su and sudo functionality
- libgksuui1.0-0 1.0.3-2 a graphical fronted to su library
- libglade2-0 2.4.2-2 library to load .glade files at runtime
- libglib-perl 1.062-1 Perl interface to the GLib and GObject libra
- libglib1.2 1.2.10-9 The GLib library of C routines
- libglib2.0-0 2.6.2-1 The GLib library of C routines
- libgmp3 4.1.4-5 Multiprecision arithmetic library
- libgnutls11 1.0.16-13 GNU TLS library - runtime library
- libgnutls7 0.8.12-5 GNU TLS library - runtime library
- libgpg-error0 1.0-1 library for common error values and messages
- libgpmg1 1.19.6-19 General Purpose Mouse - shared library
- libgtk1.2 1.2.10-16 The GIMP Toolkit set of widgets for X
- libgtk1.2-comm 1.2.10-16 Common files for the GTK+ library
- libgtk2-perl 1.062-1 Perl interface to the 2.x series of the Gimp
- libgtk2.0-0 2.6.2-4 The GTK+ graphical user interface library
- libgtk2.0-bin 2.6.2-4 The programs for the GTK+ graphical user int
- libgtk2.0-comm 2.6.2-4 Common files for the GTK+ graphical user int
- libgtkspell0 2.0.8-1 a spell-checking addon for GTKs TextView wi
- libgucharmap4 1.4.0-1 Unicode browser widget library (shared libra
- libhfsp0 1.0.4-6 shared library to access HFS+ formatted volu
- libhtml-parser 3.45-1 A collection of modules that parse HTML text
- libhtml-tagset 3.04-1 Data tables pertaining to HTML
- libhtml-tree-p 3.18-1 represent and create HTML syntax trees
- libice6 4.3.0.dfsg.1-1 Inter-Client Exchange library
- libid3-3.8.3 3.8.3-4.1 Library for manipulating ID3v1 and ID3v2 tag
- libid3tag0 0.15.0b-3.1 ID3 tag reading library from the MAD project
- libidl0 0.8.3-1 library for parsing CORBA IDL files
- libidn11 0.5.13-0.1 GNU libidn library, implementation of IETF I
- libimlib2 1.1.2-1 powerful image loading and rendering library
- libiw27 27-2 Wireless tools - library
- libjack0.80.0- 0.99.0-6 JACK Audio Connection Kit (libraries)
- libjasper-1.70 1.701.0-2 The JasPer JPEG-2000 runtime library
- libjpeg62 6b-9 The Independent JPEG Groups JPEG runtime li
- libkonq4 3.3.2-1 Core libraries for KDEs file manager
- libkrb53 1.3.5-1 MIT Kerberos runtime libraries
- liblame0 3.96.1-1 LAME Aint an MP3 Encoder
- liblcms1 1.13-1 Color management library
- libldap2 2.1.30-3 OpenLDAP libraries
- liblircclient0 0.6.6-12 LIRC client library
- liblocale-gett 1.01-17 Using libc functions for internationalizatio
- libltdl3 1.5.6-2 A system independent dlopen wrapper for GNU
- liblua50 5.0.2-5 Main interpreter library for the Lua 5.0 pro
- liblualib50 5.0.2-5 Extension library for the Lua 5.0 programmin
- liblzo1 1.08-1 A real-time data compression library
- libmad0 0.15.1b-1 MPEG audio decoder library
- libmagic1 4.07-2 File type determination library using "magic
- libmagick6 6.0.6.2-1.6 Image manipulation library
- libmng1 1.0.8-1 Multiple-image Network Graphics library
- libmp3-info-pe 1.02-1 Perl MP3::Info - Manipulate / fetch info fro
- libmp4-0 2.0.0-0.2 freeware Advanced Audio Decoder - runtime fi
- libmyspell3 3.1-10 MySpell spellchecking library
- libncurses5 5.4-3 Shared libraries for terminal handling
- libncursesw5 5.4-3 Shared libraries for terminal handling (wide
- libnet0 1.0.2a-7 library for the construction and handling of
- libnet1 1.1.2.1-1 Library for the construction and handling of
- libnetpbm10 10.0-8 Shared libraries for netpbm
- libnewt-utf8-0 0.50.17-13 newt - text mode windowing with slang, with
- libnewt0.51 0.51.6-3 Not Eriks Windowing Toolkit - text mode win
- libnids1 1.19-1 IP defragmentation TCP segment reassembly li
- libnspr4 1.7.5-1 Netscape Portable Runtime Library
- libnss3 1.7.5-1 Network Security Service Libraries - runtime
- libntfs5 1.9.0-1 Library that provides common NTFS access fun
- libnxcomp0 1.4.0-m1-1 NoMachine NX - NX compression library
- libnxcompext0 1.4.0-m1-1 NoMachine NX - NX compression library
- libogg0 1.1.0-1 Ogg Bitstream Library
- liboggflac1 1.1.0-11 Free Lossless Audio Codec - runtime C librar
- libopencdk8 0.5.5-10 Open Crypto Development Kit (OpenCDK) (runti
- libopenexr2 1.2.1-3 runtime files for the OpenEXR image library
- libpam-modules 0.76-21 Pluggable Authentication Modules for PAM
- libpam-runtime 0.76-21 Runtime support for the PAM library
- libpam0g 0.76-21 Pluggable Authentication Modules library
- libpango1.0-0 1.8.0-3 Layout and rendering of internationalized te
- libpango1.0-co 1.8.0-3 Modules and configuration files for the Pang
- libpaper1 1.1.14-3 Library for handling paper characteristics
- libparted1.6-0 1.6.9-2 The GNU Parted disk partitioning shared libr
- pi libpcap0.7 0.7.2-5 System interface for user-level packet captu
- libpcap0.8 0.8.3-4 System interface for user-level packet captu
- libpcre3 4.5-1.1 Perl 5 Compatible Regular Expression Library
- libperl5.8 5.8.4-5 Shared Perl library
- libpisock8 0.11.8-10 Library for communicating with a PalmOS PDA
- libpng10-0 1.0.18-1 PNG library, older version - runtime
- libpng12-0 1.2.8rel-1 PNG library - runtime
- libpng2 1.0.15-5 PNG library, older version - runtime
- libpopt0 1.7-4 lib for parsing cmdline parameters
- libpostproc0 1.0-pre1.1 Mplayer postproc shared libraries
- libqt3c102-mt 3.3.3-8 Qt GUI Library (Threaded runtime version), V
- libraw1394-5 0.10.1-1 library for direct access to IEEE 1394 bus (
- libreadline4 4.3-10 GNU readline and history libraries, run-time
- libreiserfs0.3 0.3.0.4-3 ReiserFS filesystem access and manipulation
- libruby 1.8.2-1 Libraries necessary to run Ruby 1.8.x
- libruby1.8 1.8.2-2 Libraries necessary to run the Ruby 1.8
- libsasl2 2.1.18-4 Authentication abstraction library
- libscrollkeepe 0.3.14-9.1 Library to load .omf files (runtime files)
- libsdl1.2debia 1.2.7+1.2.8cvs Simple DirectMedia Layer
- libsdl1.2debia 1.2.7+1.2.8cvs Simple DirectMedia Layer (with X11 and OSS o
- libsensors3 2.9.0-8 library to read temperature/voltage/fan sens
- libslp1 1.0.11a-1 OpenSLP libraries
- libsm6 4.3.0.dfsg.1-1 X Window System Session Management library
- libsmbclient 3.0.9-1 shared library that allows applications to t
- libsnmp-base 5.1.2-6 NET SNMP (Simple Network Management Protocol
- libsnmp5 5.1.2-6 NET SNMP (Simple Network Management Protocol
- libspeex1 1.0.rel.3-1 The Speex Speech Codec
- libss2 1.35-6 Command-line interface parsing library
- libssl0.9.7 0.9.7d-1 SSL shared libraries
- libstartup-not 0.7-1 library for program launch feedback (shared
- libstdc++2.10- 2.95.4-22 The GNU stdc++ library
- libstdc++5 3.3.5-4 The GNU Standard C++ Library v3
- libsvga1 1.4.3-18 console SVGA display libraries
- libtasn1-0 0.1.2-1 Manage ASN.1 structures (runtime)
- libtasn1-2 0.2.10-4 Manage ASN.1 structures (runtime)
- libtext-charwi 0.04-1 get display widths of characters on the term
- libtext-iconv- 1.2-3 Convert between character sets in Perl
- libtext-wrapi1 0.06-1 internationalized substitute of Text::Wrap
- libtheora0 0.0.0.alpha3-1 The Theora Video Compression Codec
- libtiff3g 3.6.1-1 Tag Image File Format library
- libtiff4 3.6.1-3 Tag Image File Format library
- libungif4g 4.1.3-1 shared library for GIF images (runtime lib)
- libunicode-str 2.07-1 Perl modules for Unicode strings
- liburi-perl 1.30-1 Manipulates and accesses URI strings
- libusb-0.1-4 0.1.8-11 Userspace USB programming library
- libuuid1 1.35-6 Universally unique id library
- libvorbis0a 1.0.1-1 The Vorbis General Audio Compression Codec
- libvorbisenc2 1.0.1-1 The Vorbis General Audio Compression Codec
- libvorbisfile3 1.0.1-1 The Vorbis General Audio Compression Codec
- libvte-common 0.11.11-5 Terminal emulator widget for GTK+ 2.0 - comm
- libvte4 0.11.11-5 Terminal emulator widget for GTK+ 2.0 - runt
- libwmf0.2-7 0.2.8-1.1 Windows metafile conversion library
- libwrap0 7.6.dbs-3 Wietse Venemas TCP wrappers library
- libwvstreams3- 3.75.0-1 C++ network libraries for rapid application
- libwww-perl 5.803-4 WWW client/server library for Perl (aka LWP)
- libx11-6 4.3.0.dfsg.1-1 X Window System protocol client library
- libxaw7 4.3.0.dfsg.1-1 X Athena widget set library
- libxcursor1 1.1.3-1 X cursor management library
- libxext6 4.3.0.dfsg.1-1 X Window System miscellaneous extension libr
- libxft1 4.3.0.dfsg.1-1 FreeType-based font drawing library for X (v
- libxft2 2.1.1-2 advanced font drawing library for X
- libxi6 4.3.0.dfsg.1-1 X Window System Input extension library
- libxml-dom-per 1.43-4 Perl module for building DOM Level 1 complia
- libxml-libxml- 0.13-5 Perl module for common routines & constants
- libxml-libxml- 1.58-0.3 Perl module for using the GNOME libxml2 libr
- libxml-namespa 1.08-3 Perl module for supporting simple generic na
- libxml-parser- 2.34-4 Perl module for parsing XML files
- libxml-perl 0.08-1 Perl modules for working with XML
- libxml-regexp- 0.03-7 Perl module for regular expressions for XML
- libxml-sax-per 0.12-5 Perl module for using and building Perl SAX2
- libxml-simple- 2.14-1 Perl module for reading and writing XML
- libxml2 2.6.16-3 GNOME XML library
- libxmu6 4.3.0.dfsg.1-1 X Window System miscellaneous utility librar
- libxmuu1 4.3.0.dfsg.1-1 lightweight X Window System miscellaneous ut
- libxp6 4.3.0.dfsg.1-1 X Window System printing extension library
- libxpm4 4.3.0.dfsg.1-1 X pixmap library
- libxrandr2 4.3.0.dfsg.1-1 X Window System Resize, Rotate and Reflectio
- libxrender1 0.8.3-7 X Rendering Extension client library
- libxslt1.1 1.1.12-5 XSLT processing library - runtime library
- libxt6 4.3.0.dfsg.1-1 X Toolkit Intrinsics
- libxtrap6 4.3.0.dfsg.1-1 X Window System protocol-trapping extension
- libxtst6 4.3.0.dfsg.1-1 X Window System event recording and testing
- libxv1 4.3.0.dfsg.1-1 X Window System video extension library
- libxvidcore4 1.0.2-0.0 High quality ISO MPEG4 codec library
- libzvbi-common 0.2.9-2 Video Blank Interval decoder - common files
- libzvbi0 0.2.9-2 Video Blank Interval decoder - runtime files
- lilo 22.6.1-5 LInux LOader - The Classic OS loader can loa
- linux-kernel-h 0.5-1 Symlinks to unpackaged Kernel header files f
- linux-wlan-ng 0.2.0+0.2.1pre utilities for wireless prism2 cards
- linux-wlan-ng- +0.2.1pre21-1 drivers for wireless prism2 cards
- login 4.0.3-28 System login tools
- logrotate 3.7-2 Log rotation utility
- loop-aes 2.0g-1 AES (Advanced Encryption Standard) Kernel mo
- lsof 4.74-1 List open files.
- lua50 5.0.2-1 Small embeddable language with simple proced
- luasocket 2.0-alpha-2 TCP/UDP socket library for Lua 5.0
- macchanger 1.5.0-1 utility for manipulating the MAC address of
- madwifi 20030910-1 Setup to use atheros wireless cards
- make 3.80-9 The GNU version of the "make" utility.
- makedev 2.3.1-69 Creates device files in /dev
- mawk 1.3.3-11 a pattern scanning and text processing langu
- menu-xdg 0.2 freedesktop.org menu compliant window manage
- mkbootfloppy-k 0.5-1 Shell(X)dialog GUI for creating a set of KNO
- mkdesktophdico 0.5-2 Automatic KDE/GNOME Desktop harddisk icon cr
- mkdosswapfile- 0.5-11 Shell GUI for generation of Swapfiles on DOS
- mkisofs 2.0+a27-1 Creates ISO-9660 CD-ROM filesystem images
- modconf 0.2.45.1 Device Driver Configuration
- modemlink-knop 0.5-5 Lightweight setup for /dev/modem
- modutils 2.4.26-1.2 Linux module utilities
- mount-aes 2.11x-1 Tools for mounting and manipulating filesyst
- mountapp 3.0-5 Tool to (un)mount devices, dockable in WM-li
- mouseconfig 0.5-2 Lightweight mouse configuration tool for Kno
- mozilla 1.7.5-1 The Mozilla Internet application suite - met
- mozilla-browse 1.7.5-1 The Mozilla Internet application suite - cor
- mozilla-mailne 1.7.5-1 The Mozilla Internet application suite - mai
- mozilla-mplaye 2.70-1 MPlayer-Plugin for Mozilla, Konqueror and Op
- mozilla-psm 1.7.5-1 The Mozilla Internet application suite - Per
- mpg321 0.2.10.3 A Free command-line mp3 player, compatible w
- mplayer-586 1.0-pre6-0.2 The Ultimate Movie Player For Linux
- mtools 3.9.9-2 Tools for manipulating MSDOS files
- mtr-tiny 0.54-1 Full screen ncurses traceroute tool
- myspell-en-us 20030813-3 English (US) dictionary for myspell
- nano-tiny 1.2.3-1 free Pico clone with some new features - tin
- nas 1.7-1 The Network Audio System (NAS). (local serve
- nas-bin 1.7-1 The Network Audio System (NAS). (client bina
- ncurses-base 5.4-3 Descriptions of common terminal types
- ncurses-bin 5.4-3 Terminal-related programs and man pages
- ndiswrapper-mo 1.1rc1@050206- Linux kernel module for NdisWrapper for 2.4.
- ndiswrapper-ut 1.1rc1@050206- User space tools for ndiswrapper
- net-tools 1.60-10 The NET-3 networking toolkit
- netbase 4.16 Basic TCP/IP networking system
- netcardconfig- 0.5-20 Minimalistic ncurses/dialog-based network co
- netcat 1.10-27 TCP/IP swiss army knife
- netkit-inetd 0.10-9 The Internet Superserver
- netkit-ping 0.10-9 The ping utility from netkit
- netpbm 10.0-8 Graphics conversion tools
- networkconfig- 0.5-2 KDE/GNOME Menus for network configuration in
- nfs-common 1.0.6-3 NFS support files common to client and serve
- ngrep 1.40.1-3 grep for network traffic
- nmap 3.75-1 The Network Mapper
- nmapfe 3.50-1 The Network Mapper Front End
- ntfstools 1.9.0-1 Tools for doing neat things in NTFS partitio
- nxagent 1.4.0-m1-1 NoMachine NX - nesting X server with roundtr
- nxclient 1.4.0-91.1 NoMachine NX - NX Client.
- nxlibs 1.4.0-m1-1 NoMachine NX - common agent libraries
- nxproxy 1.4.0-m1-1 NoMachine NX - X protocol compression proxy
- openssl 0.9.7e-3 Secure Socket Layer (SSL) binary and related
- openvpn 1.6.0-5 Virtual Private Network daemon
- orinoco 0.13e-1 Orinoco and Prism 2 wireless card driver wit
- paketto 1.10-4 Unusual TCP/IP testing tools
- parted-bf 1.6.9-2 The GNU Parted disk partition resizing progr
- partimage 0.6.4-5 Linux/UNIX utility to save partitions in a c
- passwd 4.0.3-28 Change and administer password and group dat
- patch 2.5.9-2 Apply a diff file to an original
- pciutils 2.1.11-11 Linux PCI Utilities (for 2.*.* kernels)
- pcmcia-cs 3.2.5-3 PCMCIA Card Services for Linux
- pencam 0.67-1 Download images from STV0680B-001 chip based
- perl 5.8.4-5 Larry Walls Practical Extraction and Report
- perl-base 5.8.4-5 The Pathologically Eclectic Rubbish Lister
- perl-modules 5.8.4-5 Core Perl modules
- perlmagick 6.0.6.2-1.6 A perl interface to the libMagick graphics r
- playmidi 2.4debian-2 MIDI player
- po-debconf 0.8.15 Manage translated Debconf templates files wi
- portmap 5-3 The RPC portmapper
- poster 20020830-2 Create large posters out of PostScript pages
- powermgmt-base 1.20 Common utils and configs for power managemen
- ppp 2.4.2+20040202 Point-to-Point Protocol (PPP) daemon
- ppp-scripts-kn 0.5-3 PPP connection scripts for various providers
- pppconfig 2.1 A text menu based utility for configuring pp
- pppoe 3.5-3 PPP over Ethernet driver
- pppoeconf 1.0.16 configures PPPoE/ADSL connections
- pppstatus 0.4.2-6 console-based PPP status monitor
- procps 3.2.1-2 The /proc file system utilities
- prozilla 1.3.6-7 Multi-threaded download accelerator
- psmisc 21.4-1 Utilities that use the proc filesystem
- psutils 1.17-17 A collection of PostScript document handling
- pump 0.8.19-3 Simple DHCP/BOOTP client.
- python 2.3.5-1 An interactive high-level object-oriented la
- python2.3 2.3.5-1 An interactive high-level object-oriented la
- quagga 0.98.0-3 unoff. successor of the Zebra BGP/OSPF/RIP r
- rebuildfstab-k 0.5-6 fstab-rebuilder for KNOPPIX
- recover 1.3c-8 Undelete files on ext2 partitions
- rootshell-knop 0.5-2 Menu entry for starting a Root Shell
- ruby 1.8.2-1 An interpreter of object-oriented scripting
- ruby1.8 1.8.2-2 Interpreter of object-oriented scripting lan
- samba-common 3.0.10-1 Samba common files used by both the server a
- saveconfig-kno 0.5-13 Shell GUI for generation of a KNOPPIX config
- scanpartitions 0.5-9 fstab-helper for KNOPPIX
- screen 4.0.2-4.1 a terminal multiplexor with VT100/ANSI termi
- scrollkeeper 0.3.14-9.1 A free electronic cataloging system for docu
- sed 4.1.2-8 The GNU sed stream editor
- sendfile 2.1-26 Simple Asynchronous File Transfer
- setserial 2.17-36 Controls configuration of serial ports
- sgml-base 1.26 SGML infrastructure and SGML catalog file su
- sgml-data 2.0.2 common SGML and XML data
- shared-mime-in 0.15-1 FreeDesktop.org shared MIME database and spe
- shellutils 5.0.91-2 The GNU shell programming utilities (transit
- slang1 1.4.9dbs-8 The S-Lang programming library - runtime ver
- slang1a-utf8 1.4.9-2 The S-Lang programming library with utf8 sup
- smbclient 3.0.10-1 a LanManager-like simple client for Unix
- smbfs 3.0.10-1 mount and umount commands for the smbfs (for
- sndconfig-knop 0.57-7 Easy soundcard configuration
- socat 1.3.2.2-1 multipurpose relay for bidirectional data tr
- soundcardconfi 0.5-2 Starts sndconfig as root
- speedtouch 1.2-rel-1 userspace driver for the Alcatel Speedtouch
- splitvt 1.6.5-6 run two programs in a split screen
- ssh 3.8p1-3 Secure rlogin/rsh/rcp replacement (OpenSSH)
- sshstart-knopp 0.5-2 Starts SSH and sets a password for the knopp
- startsyslog-kn 0.5-1 Starts syslog server and traces content of /
- sudo 1.6.7p5-1 Provide limited super user privileges to spe
- sudoers-knoppi 0.5-1 /etc/sudoers for the knoppix user
- synaptic 0.55+cvs200503 Graphical package manager
- sysklogd 1.4.1-14 System Logging Daemon
- syslinux-knopp 2.04-1 Bootloader for Linux/i386 using MS-DOS flopp
- sysutils 1.3.8.5.1 Miscellaneous small system utilities.
- sysvinit 2.84-186 System-V like init with KNOPPIX scripts.
- tar 1.13.93-4 GNU tar
- tcc 0.9.20-2 The smallest ANSI C compiler
- tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8.4 - run-t
- tcpd 7.6.dbs-3 Wietse Venemas TCP wrapper utilities
- tcpdump 3.8.3-3 A powerful tool for network monitoring and d
- telnet-ssl 0.17.17+0.1-2 The telnet client with SSL encryption suppor
- textutils 5.0.91-2 The GNU text file processing utilities (tran
- torsmo 0.18-2 system monitor that sits in the corner of yo
- traceroute 1.4a12-14 Traces the route taken by packets over a TCP
- ttf-bitstream- 1.10-3 The Bitstream Vera family of free TrueType f
- ucf 1.06 Update Configuration File: preserves user ch
- unzip 5.50-3 De-archiver for .zip files
- usbutils 0.70-1 USB console utilities
- usbview 1.0-5 USB device viewer
- user-profile-k 0.6-28 Skeleton files for the KNOPPIX default user
- usleep-knoppix 0.5-1 sleeps for a number of microseconds, see man
- util-linux 2.12-7 Miscellaneous system utilities
- vorbis-tools 1.0.1-1 Several Ogg Vorbis Tools
- wamerican 5-4 American English dictionary words for /usr/s
- wenglish 5-4 American English dictionary words for /usr/s
- wget 1.9.1-4 retrieves files from the web
- whiptail 0.51.6-3 Displays user-friendly dialog boxes from she
- wireless-tools 27-2 Tools for manipulating Linux Wireless Extens
- wlcardconfig-k 0.5-6 Minimalistic ncurses/dialog-based WLAN confi
- wvdial 1.54.0-1 PPP dialer with built-in intelligence
- xbase-clients 4.3.0.dfsg.1-1 miscellaneous X clients
- xdialog 2.0.6-3 X11 replacement for the text util dialog
- xfonts-75dpi 4.3.0.dfsg.1-1 75 dpi fonts for X
- xfonts-base 4.3.0.dfsg.1-1 standard fonts for X
- xfree86-common 4.3.0.dfsg.1-1 X Window System (XFree86) infrastructure
- xfs 4.3.0.dfsg.1-1 X font server
- xfsprogs 2.6.20-1 Utilities for managing the XFS filesystem
- xkbset 0.5-2 Small utility to change the AccessX settings
- xlibmesa-gl 4.3.0.dfsg.1-1 Mesa 3D graphics library [XFree86]
- xlibmesa-glu 4.3.0.dfsg.1-1 Mesa OpenGL utility library [XFree86]
- xlibs 4.3.0.dfsg.1-1 X Window System client libraries metapackage
- xlibs-data 4.3.0.dfsg.1-1 X Window System client data
- xml-core 0.09 XML infrastructure and XML catalog file supp
- xmms 1.2.10-1.4 Versatile X audio player that looks like Win
- xmms-cdread 0.14a-11 Input plugin for XMMS that reads audio data
- xmms-volnorm 0.8.1-3 XMMS plugin that gives all songs the same vo
- xpaint 2.7.3-1 simple paint program for X
- xpdf-common 3.00-12 Portable Document Format (PDF) suite -- comm
- xpdf-utils 3.00-12 Portable Document Format (PDF) suite -- util
- xserver-common 4.3.0.dfsg.1-1 files and utilities common to all X servers
- xterm 4.3.0.dfsg.1-1 X terminal emulator
- xutils 4.3.0.dfsg.1-1 X Window System utility programs
- xzgv 0.8-1 Picture viewer for X with a thumbnail-based
- zlib1g 1.2.1.1-1 compression library - runtime
Enhancements:
- Ive upgraded e2fsprogs and e2fslibs as well as some other critical core files.
- I updated the apt sources and added abiword and acroread, as well as the acroread mozilla plugin, and I added kppp.
- I upgraded samba and switched the quick start konqueror and kde help buttons with a mozilla button and a konsole button.
- I fixed the install script where some folks were getting a blank screen after installation and added a grub install script for easy installation of grub after the initial install.
- The total installed size is now about 800mb.
<<less
Download (272MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
854 downloads
Bogofilter 1.1.5

Bogofilter 1.1.5


Bogofilter is a mail filter that classifies mail as spam or ham. more>>
Bogofilter is a Bayesian spam filter. In its normal mode of operation, it takes an email message or other text on standard input, does a statistical check against lists of `good` and `bad` words, and returns a status code indicating whether or not the message is spam.

Bogofilter is designed with fast algorithms, uses the Berkeley DB for fast startup and lookups, coded directly in C, and tuned for speed, so it can be used for production by sites that process a lot of mail.

Bogofilter is run by an MDA script to classify an incoming message as spam or ham (using wordlists stored by BerkeleyDB). Bogofilter provides processing for plain text and html.

Bogofilter supports multi-part mime message with decoding of base64, quoted-printable, and uuencoded text and ignores attachments, such as images.

Bogofilter is written in C. Supported platforms: Linux, FreeBSD, Solaris, OS X, HP-UX, AIX, RISC OS, SunOS, OS/2 …

<<less
Download (0.55MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1014 downloads
ferrisfuse 0.1.0

ferrisfuse 0.1.0


ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel. more>>
ferrisfuse is a FUSE module for mounting libferris filesystems through the Linux kernel.
About libferris
In non technical terms libferris makes the file system and other hierarchical storage systems easier to use. For the geeks out there, libferris is a virtual file system (VFS) that runs in the user address space. The FAQ contains entries related to installation, configuration and the usage of libferris.
As of July 2005 libferris can mount many interesting things ranging from a filesystem from your local Linux kernel through to LDAP, Evolution, PostgreSQL, dbXML, and RDF. To get an impression of the current capabilities of libferris mounting see the plugins/context directory of the lastest release. New things to mount are always being added.
Other than mounting things as a filesystem, the other core concept of libferris is extraction of interesting metadata from your libferris filesystems. This means that simple things like width and height of an image file become first class metadata citizens along with a files size and modification time. The limits on what metadata is available extend far beyond image metadata to include XMP, EXIF, music ID tags, geospatial tags, rpm metadata, SELinux integration, partially ordered emblem categories and arbitrary personal RDF stores of metadata.
Though some consider the last point of purely academic interest the end result is that you can add metadata to *all* libferris objects even those you only have read access too, for example, you can attach emblems to this website just as you would a normal file. The metadata interface gives all metadata from file size to digital signature status information equal standing. As such you can sort a directory by any metadata just as easily as you would ls -Sh to sort by file size. Sorting on multiple metadata values is also supported in libferris, you can easily sort your files by mimetype, then image width, then modification time with all three pieces of metadata contributing to the final directory ordering.
Late in 2004 extensive support for both fulltext and metadata indexing was added to libferris. This means you can supply queries against the contents or metadata of any libferris accessable object and have the results returned as a virtual filesystem. With the above mentioned metadata available for searching, finding your files can be done in many different ways instead of being forced to generate fixed directory trees using part of a file collections semantics as directory names. The metadata and virtual filesystem play together here allowing you to geospatially tag both your digital pictures, trip plans, and relevent websites and recall these objects in a single virtual directory no matter what their path or URL may be.
There is also a Samba VFS module which allows you to expose a libferris filesystem as a Samba share. Kfsmd uses the inotify kernel interface to allow libferris to watch changes made to your kernel filesystem by non libferris applications and update its indexes appropriately. Ferriscreate provides a command line and GTK+2 application for creating "new files" with libferris. With this you can create a new db4 database, dbXML database or fulltext index just as easily as you can make a regular file.
The ego filemanager is a GTK+2 interface built on top of libferris. It provides GTK treeview , gevas/edje and gecko based interfaces and makes extensive use of libferris clients to provide its functionality.
If you have a project you wish to use libferris with and want extensions made dont hesitate to contact one of the developers to arrange consulting.
For the geeks out there, libferris is a virtual file system (VFS) that runs in the user address space. At the moment libferris is a shared object that each application can dynamically link to in order to see the file system through a nicer abstraction.
New additions to the XML module allow for data to be converted from one format to another by the VFS for you. To copy data to an XML file:
fcreate --create-type=xml --rdn=2.xml root-element=fred /tmp
gfcp -av Makefile.am --dst-is-dir /tmp/2.xml/fred
To copy data to a db4 file
fcreate --create-type=db4 --rdn=2.db /tmp
gfcp -av Makefile.am --dst-is-dir /tmp/2.db
Ferris presents a C++ interface that makes heavy use of the STL and IOStreams. Currently ferris has two main internal abstractions: Context and Attribute. A context is much like a traditional file or directory in a file system, the major differences being that a context can have both byte content (like a file) and subcontexts (like a directory). An attribute is a chunk of metadata about a context. Contexts can have many attributes.
Some attributes may be large, for example a base 64 encoded version of the contexts content (133% context size). On the other hand an attribute can be small, for example the file size is exposed as an attribute.
Access to all contexts and attributes is performed by first requesting either an IStream or IOStream for that context or attribute. In this way the same context/attribute can be open many times at the same time, just like normal kernel based IO.
Ferris uses Loki from "Modern C++ Design" by Alexandrescu. Most objects use automatic garbage collection based on the SmartPtr template class from Loki. Where possible objects in ferris use a FerrisRefCounted policy to provide COM like intrusive reference counting. This style is used for Context, Attribute and special wrappers of IOStreams that are provided. IOStreams are wrapped to provide a more flexible API than could be offered using references to IOStreams.
There are also new stream classes provided, for example NullStream and LimitingStream. Templates are provided to make SmartPtrs to standard IOStreams act just like the underlying stream would, for example, one can have SmartPtr ss; ss >> stringObj; and does not have to dereference the SmartPtr to use standard IOStreams extractors or inserters.
Ferris uses GModule from glib2 to dynamically load both context and attribute classes at run-time. This way resources are conserved until they are needed. The native file system context is statically linked to ferris at present. When loading either contexts or attribute classes ferris uses a double dispatch factory method. Put simply this means that for each plugin there are two libraries, one that tells ferris if the main one really needs to be loaded or not. Using this scheme ferris can load all the meta factory classes at any time and use these very small meta factories to check if the main factory can create objects that are going to be useful.
This scheme is of great use for attribute classes. Attribute classes take a context and can "generate" attributes from the context. An example of this sort of class would be a MD5 or Base64 attribute. Both can be generated from the base context. More interesting attributes are PCM audio and RGBA-32bpp image data. By using the double dispatch factory ferris can handle a great deal of attribute generators and load them on demand.
Ferris currently can decode mp3, read id3 tags, decode many image formats and break some animation formats into frames. This makes ferris a solid starting point for multimedia applications.
Ferris will automatically mount sub file systems for you. Examples of a sub file system include a Berkeley database or XML file. For example it is possible to read a context such as /tmp/myxml.xml/mynode. Using this automatic mounting the differences between storage formats effectively disappear. To a ferris enabled application loading data from a native disk file, a Berkeley database, and XML file, or mbox file appear to be the same. This allows the user of the application to choose the correct storage for the data at hand.
It is planned to move to a microkernel architecture in Version 2.1 of ferris. I choose 2.1 so that ferris does not fall into version 2 syndrome.
Enhancements:
- Many changes were made to better support rsync(1).
- Extended Attribute support was greatly improved.
- write() now also updates mtime.
<<less
Download (0.27MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
866 downloads
Redland RDF library 1.0.6

Redland RDF library 1.0.6


Redland RDF library is an RDF (Resource Description Framework) library. more>>
Redland RDF library is a set of free software packages that provide support for the Resource Description Framework (RDF).
Main features:
- Modular, object based libraries written in C.
- APIs for manipulating the RDF graph, triples, URIs and Literals.
- Triple sequences for efficient streaming.
- Parsers and Serializers for reading and writing RDF as RDF/XML, N-Triples and Turtle Terse RDF Triple Language syntaxes via the Raptor RDF Parser Toolkit.
- Storage for graphs in memory, with Sleepycat/Berkeley DB, MySQL 3/4, AKT Triplestore, SQLite, files or URIs.
- Querying with RDQL and SPARQL using the Rasqal RDF Query Library.
- Redland contexts for managing data aggregation and recording provenance.
- Language Bindings in C#, Java, Obj-C, Perl, PHP, Python, Ruby and Tcl via the Redland Bindings package.
- Command line utility programs rdfproc (RDF), rapper (parsing) and roqet (query).
- Portable, fast and with no known memory leaks.
Enhancements:
- The code was updated to use Rasqal RDF query library 0.9.14 and Raptor RDF parser/serializer library 1.4.15.
- A new transaction API was added, implemented with MySQL for consistent changes to the graph.
- A new query results formatter class was added.
- Many other bugs were fixed.
<<less
Download (0.43MB)
Added: 2007-05-06 License: GPL (GNU General Public License) Price:
902 downloads
byacc 1.9.1

byacc 1.9.1


Berkeley Yacc is an LALR(1) parser generator. more>>
Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation. Specifications that take advantage of undocumented features of AT&T Yacc will probably be rejected.

Berkeley Yacc is distributed with no warranty whatever. The code is certain to contain errors. Neither the author nor any contributor takes responsibility for any consequences of its use.

Berkeley Yacc is in the public domain. The data structures and algorithms used in Berkeley Yacc are all either taken from documents available to the general public or are inventions of the author. Anyone may freely distribute
source or binary forms of Berkeley Yacc whether unchanged or modified. Distributers may charge whatever fees they can obtain for Berkeley Yacc. Programs generated by Berkeley Yacc may be distributed freely.
<<less
Download (0.063MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
986 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5