Ports Search

Results 371380 of 549 for /misc/.(0.003 seconds)
misc/artikulate-4.14.3 (Score: 0.121850066)
Pronunciation trainer for KDE
Artikulate is a pronunciation learning program for KDE.
misc/chmlib-0.40 (Score: 0.121850066)
Library for dealing with Microsoft ITSS/CHM format files
CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
misc/Msgcat-1.03 (Score: 0.121850066)
Perl module for systems to support the XPG4 message catalog functions
This is Msgcat, a small Perl modules for systems which support the XPG4 message catalog functions : catopen(3), catgets(3) and catclose(4). You need perl 5.004 or later to use this library. You install the library by running these commands: perl Makefile.PL make make test make install Please report any bugs/suggestions to Christophe Wolfhugel <wolf@pasteur.fr>. All files contained in this installation are Copyright (C) 1997 C. Wolfhugel unless otherwise specified. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
misc/chord2html-1.3 (Score: 0.121850066)
Convert CHORD input files to HTML
chord2html is a small Perl script to convert CHORD input files (the .chopro files in OLGA) to HTML. The HTML files are similar to the PostScript documents produced by CHORD; chord2html reads a text file containing the lyrics and chords of a song to produce a page with chord names above the words and a graphical representation of the chords at the end of the songs.
misc/cinnamon-translations-2.4.2 (Score: 0.121850066)
Translations for the cinnamon desktop
Translations for cinnamon desktop
misc/cloc-1.64 (Score: 0.121850066)
Counts lines of code
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. cloc contains code from David Wheeler's SLOCCount and Damian Conway and Abigail's Perl module Regexp::Common.
misc/cmatrix-1.2a (Score: 0.121850066)
Show a scrolling 'Matrix' like screen
CMatrix - show a scrolling 'Matrix' like screen (curses based) CMatrix by default operates in 'eye candy' mode. It must be aborted with control-c. If you wish for more of a 'screen saver' effect, you must specify -s on the command line. For usage, use cmatrix -h. If you have any suggestions/flames/patches to send, please feel free to do so. Please do not critique my code, I know I'm a hack ;-) I just got the urge to write this one evening, and decided to see how fast I could do it. It's probably not particularly portable or efficient, but I'm pretty sure it wont hog *too* much CPU time. This software is provided under the GNU GPL. I am in no way affiliated in any way with the movie 'The Matrix', just a big fan.
misc/colortail-0.3.3 (Score: 0.121850066)
tail(1) replacement with color support
Colortail works like the standard tail but it can optionally read a color config file where it's specified expressions that results in colors. It can be used to quickly get an overview of interesting activity by ie. colorize those brightred or some other color of your choose.
misc/colwide-0.01 (Score: 0.121850066)
Utility which outputs a number of characters to the screen
colwide is a Perl script which displays either 80 or specified number of hash (#) characters on the screen. Can be useful to determine terminal width.
misc/Test-Dir-1.014 (Score: 0.121850066)
Test directory attributes
Test::Dir - test directory attributes FUNCTIONS dir_exists_ok Ok if the directory exists, and not ok otherwise. dir_not_exists_ok Ok if the directory does not exist, and not ok otherwise.