Difference between revisions of "Misctools"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Misctools |Short description=Collection of utilities for 'ping' |Full description=The 'misctools' package includes the following: <br /> bat- binary dump program; ...")
 
(Changed URLs license added version description)
 
Line 4: Line 4:
 
|Full description=The 'misctools' package includes the following:
 
|Full description=The 'misctools' package includes the following:
 
<br />
 
<br />
bat- binary dump program; similar to the UNIX 'od' command
+
basecvt- A simple program for converting numeric values from one base to another.
pmod- copies file permissions.
+
bat- A binary dump program; similar to the UNIX od command, but produces output in a much more useful format.
dirstack- curses-based directory browser/selector
+
cpmod- A program to copy file permissions.
dirtree- generates hierarchical list of filenames for a given
+
dirstack- A curses-based directory browser/selector.
directory tree
+
dirtree- A program that generates a hierarchical list of filenames for a given directory tree.
ftrunc- truncates files to specified lengths
+
djinn- A wrapper program that allows a Java program to run as a true UNIX daemon.
pascii- reads characters from keyboard and displays their ASCII code
+
ftrunc- A program that truncates files to specified lengths.
pfortune prints out random fortunes
+
man2pdf- A script that converts manpages into PDF files.
ranline- reads a line at random from a file
+
man2ps- A script that converts manpages into PostScript files.
stat- prints out information about a file
+
pascii- A program that reads characters from the keyboard and displays their ASCII codes in various formats.
textlock- password-protection program for text terminals like 'xlock'
+
pfortune- A program that prints out random fortunes.
tformat- reformats text to fit in a specified number of columns
+
pkgenv- A simple shell environment manager for software packages.
watcherd watches filesize and invokes another program if it increases
+
psprint- A script that formats and prints various types of files to a PostScript printer.
 +
ps2pdf- A script that converts PostScript files into PDF files.
 +
ranline- A program that reads a line at random from standard input or a file.
 +
stat- A program that prints out information about a file.
 +
texi2pdf- A script that converts Texinfo files into PDF files.
 +
texi2ps- A script that converts Texinfo files into PostScript files.
 +
textlock- A password-protection program like xlock for use on text terminals.
 +
watcherd- A program that watches the size of a file and invokes another program when the file size increases.
 +
wrap- A program that reformats text, wrapping words as necessary, to fit within a specified number of columns.
  
 
This package was formerly known as 'pingtools.'
 
This package was formerly known as 'pingtools.'
 +
|Homepage URL=http://www.hyperrealm.com/main.php?s=misctools
 
|User level=none
 
|User level=none
|Status=Live
+
|Component programs=basecvt, bat, cpmod, dirstack, dirtree, djinn, ftrunc, man2pdf, man2ps, pascii, pfortune, pkgenv, psprint, ps2pdf, ranline, stat, texi2pdf, texi2ps, textlock, watcherd, wrap
|Component programs=bat,pmod,dirstack,dirtree,ftrunc,pascii,pfortune,ranline,stat,textlock,tformat,watcherd
 
|Homepage URL=http://www.dystance.net/software/misctools/
 
|VCS checkout command=
 
|Computer languages=C
 
 
|Documentation note=User manpages included
 
|Documentation note=User manpages included
|Paid support=
+
|Related projects=PTunnel, Fping
|IRC help=
+
|Keywords=ping-tools, ping-utils
|IRC general=
+
|Version identifier=2.5.5
|IRC development=
+
|Version date=2008/04/22
|Related projects=PTunnel,Fping
+
|Version status=stable
|Keywords=ping,PING tools,PING utils,pingtools
+
|Version download=http://www.hyperrealm.com/misctools/misctools-2.5.5.tar.bz2
|Is GNU=n
+
|Last review by=BABA200
|Last review by=Janet Casey
+
|Last review date=2017/02/23
|Last review date=2010-05-29
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.2
+
|Status=
|Version date=2005-08-14
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.dystance.net/software/misctools/misctools-2.2.tar.gz
 
 
|License verified date=2000-12-12
 
|License verified date=2000-12-12
|Version comment=2.2 stable released 2005-08-14
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=BABA200
 +
|License verified date=2017/02/23
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Mark A Lindner
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Mark Lindner
 
 
|Email=hyperrealm@gmail.com
 
|Email=hyperrealm@gmail.com
 
|Resource URL=
 
|Resource URL=
}}
 
{{Resource
 
|Resource audience=Bug Tracking,Developer,Support
 
|Resource kind=E-mail
 
|Resource URL=mailto:markl@gnu.org
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=C
 
|Software-development=small-specific-development-task
 
|Software-development=small-specific-development-task
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Software prerequisite
|License=GPL
+
|Prerequisite kind=Required to build
|License verified by=Janet Casey
+
|Prerequisite description=cbase
|License verified date=2000-12-12
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
|Prerequisite kind=Required to use
+
|Prerequisite kind=Weak prerequisite
|Prerequisite description=CFL
+
|Prerequisite description=ncurses
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 13:07, 23 February 2017


[edit]

Misctools

http://www.hyperrealm.com/main.php?s=misctools
Collection of utilities for 'ping'

The 'misctools' package includes the following:
basecvt- A simple program for converting numeric values from one base to another. bat- A binary dump program; similar to the UNIX od command, but produces output in a much more useful format. cpmod- A program to copy file permissions. dirstack- A curses-based directory browser/selector. dirtree- A program that generates a hierarchical list of filenames for a given directory tree. djinn- A wrapper program that allows a Java program to run as a true UNIX daemon. ftrunc- A program that truncates files to specified lengths. man2pdf- A script that converts manpages into PDF files. man2ps- A script that converts manpages into PostScript files. pascii- A program that reads characters from the keyboard and displays their ASCII codes in various formats. pfortune- A program that prints out random fortunes. pkgenv- A simple shell environment manager for software packages. psprint- A script that formats and prints various types of files to a PostScript printer. ps2pdf- A script that converts PostScript files into PDF files. ranline- A program that reads a line at random from standard input or a file. stat- A program that prints out information about a file. texi2pdf- A script that converts Texinfo files into PDF files. texi2ps- A script that converts Texinfo files into PostScript files. textlock- A password-protection program like xlock for use on text terminals. watcherd- A program that watches the size of a file and invokes another program when the file size increases. wrap- A program that reformats text, wrapping words as necessary, to fit within a specified number of columns.

This package was formerly known as 'pingtools.'





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

23 February 2017




Leaders and contributors

Contact(s)Role
Mark A Lindner Maintainer


Resources and communication

Software prerequisites

KindDescription
Weak prerequisitencurses
Required to buildcbase




Entry




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.