Projects tagged ‘ksh’ and ‘unix’


[7 total ]

8 Users

mksh is the MirBSD enhanced version of the Public Domain Korn shell which is largely similar to the original AT&T ksh. It includes bug fixes and improvements in order to produce a modern, robust shell ... [More] good for interactive and especially script use. It has UTF-8 support and extended compatibility to other modern shells. It builds via an ūber-portable script. mksh compiles on: MirOS gcc3+pcc+SUNWcc, MidnightBSD gcc3+pcc; BSD/OS gcc1+2; DragonFly,FreeBSD,NetBSD,OpenBSD gcc3; AIX gcc4+xlC9; DEC OSF/1,ULTRIX 4.5 MIPS, Tru64 4/5.1 CompaqC+gcc2; HP-UX PA-RISC/IA64 gcc3+aCC; IRIX gcc3+MIPSpro; MacOSX,iPhone gcc3/4+llvm-gcc; QNX; Solaris 8/10 gcc3+SUNWcc; Interix gcc+msc; Cygwin gcc; UWIN-NT dmc+msc+Borland; GNU/Linux/kFreeBSD/HURD dietlibc+libc5+µClibc gcc2/3/4+icc+llvm-gcc+nwcc+tcc+TenDRA; … [Less]
Created about 1 year ago.

4 Users

MidnightBSD is a desktop operating system for ia32 and amd64/emt64 computers. It uses GNUstep and related software to provide an easy to use environment.
Created over 3 years ago.

1 Users
 

MirOS BSD is a secure operating system from the BSD family for 32-bit i386 and sparc systems. It is based on 4.4BSD-Lite (mostly OpenBSD, some NetBSD®). The MirPorts Framework is a portable ports ... [More] tree to facilitate the installation of additional software. The project also releases some portable software: mksh, a pdksh-based shell; PaxMirabilis, an archiver for various formats; MirMake, a framework for building software; MirNroff, an AT&T nroff based man page (and text document) formatter; MirCksum, a flexible checksumming and hash generation tool; and some more. [Less]
Created about 1 year ago.

0 Users

-- The CLIMAX Candy Suite BETA -- CLIMAX. The pinnacle of achievement. The top of its game. True Hackers everywhere have known that you find the most power available at your fingertips in a pure ... [More] , uncluttered command line interface. The most fun a True Hacker will have on a computer is found in issuing direct commands to the machine, and having it listen. Unfortunately, most software released today can neither be said to be uncluttered, nor can it rightly be called fun. So we write our own. Countless little scripts and utilities that do something useful. Or not useful. (Not every command line utility has to have a purpose; there are many that we write simply to amuse ourselves when things get dull). The problem is that, with all the attention given to commercial, GUI-based solutions, the CLI is often overlooked as a source of productivity and entertainment. That has SO got to change. The CLIMAX Frameworks bring the CLI back to its proper place as the first and most convenient tool we reach for every day, encouraging coders to easily develop for the CLI when writing a new tool. And then there's Candy.. Candy isn't good for a main meal, but is nice in little bits here and there. Some of the programs in the Candy Suite are really useful though! (Check out the included program called gcode for an example). Together in this suite of software you will find productivity and entertainment married into a seriously lighthearted set of tools and frameworks. You sort of get twins when you download The CLIMAX Candy Suite: - The CLIMAX Frameworks, enabling you to quickly author new CLI tools in your favorite language. - The Candy Suite, making the CLI more safe, more efficient, and more fun! I hope that you will deeply enjoy CLIMAX, and mind you don't eat all the candy at once! PROJECT NEWS: Both the SVN repo and the downloads page have the latest BETA release available, currently including only programs from the Candy Suite. I am working on the CLIMAX Frameworks further before posting them, so just enjoy the Candy Suite for now. ;] The first framework I'll be finishing is for writing CLI programs in PHP. If you are writing a CLI utility in PHP5, you have to handle arguments and stuff by hand, right? Include and extend the PHP CLIMAX Framework, which handles things such as reading in command-line arguments, echoing ascii-art chrome, etc. Basic tasks such as database read/write, apache management, and XBOS management are also included. I'm just wrapping up development on the PHP5 version. Look for that, and initial progress on the C version, coming soon. new ( For a preview of all the languages for which there will be a framework, peek at the empty folders inside /trunk/climax/ ) With Climax, you will be able to quickly develop command-line utilities, database utilities, web server utilities, and OS-level utilities without having to start from scratch every time! [Less]
Created about 1 year ago.

0 Users

Command-Line Interface to the KDE Wallet (currently for KDE 3, but it might work with KDE 4 as well). Includes supplementary tools: • CLI for pinentry (Aegypten protocol client) • ... [More] pinentry-kwallet (Aegypten protocol server, for use with GnuPG 2 gpg-agent) • kwalletaskpass (ssh-askpass(1) replacement) This tool can be used to defer password storage for a lot of applications to the KDE Wallet, if you trust it to store them securely “enough” for you then. Patches for gajim, pidgin, etc. to use kwalletcli are in preparation. This work has been sponsored by tarent GmbH. [Less]
Created 5 months ago.

0 Users

Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac ... [More] OS X, etc.). Most shell scripts use getopt for flags processing, but the different versions of getopt on various OSes make writing portable shell scripts difficult. shFlags instead provides an API that doesn't change across shell and OS versions so the script writer can be confident that the script will work. shFlags is a port of the google-gflags C++/Python library. [Less]
Created about 1 year ago.

0 Users

shUnit2 is a xUnit unit test framework for Bourne based shell scripts, and it is designed to work in a similar manner to JUnit, PyUnit, etc. If you have ever had the desire to write a unit test for a shell script, shUnit2 can do the job.
Created about 1 year ago.