Remove Author from pkg-descr and white space fixes
This commit is contained in:
parent
3f9395d599
commit
e5add27dcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380310
@ -1,4 +1,3 @@
|
||||
This library implements Blowfish, DES, and Triple-DES.
|
||||
|
||||
Author: Gerd Stolpmann
|
||||
WWW: http://www.ocaml-programming.de/packages/
|
||||
|
@ -1,5 +1,4 @@
|
||||
This module is a Perl-only implementation of the OFB mode.
|
||||
Where OFB stands for Output Feedback Block.
|
||||
|
||||
Author: GUGOD <gugod@gugod.org>
|
||||
WWW: http://search.cpan.org/dist/Crypt-OFB/
|
||||
|
@ -4,6 +4,6 @@ This package performs the cryptographic operations necessary to issue
|
||||
X509 certificates and certificate revocation lists (CRLs). It is
|
||||
implemented as a Perl wrapper around the popular OpenSSL library. All
|
||||
certificate and CRL extensions supported by OpenSSL are available, and
|
||||
then some.
|
||||
then some.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-OpenSSL-CA/
|
||||
|
@ -2,5 +2,4 @@ Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that
|
||||
implements the Rijndael cipher, which has just been selected as the new
|
||||
Advanced Encryption Standard (AES).
|
||||
|
||||
Author: Rafael R. Sevilla <dido@pacific.net.ph>
|
||||
WWW: http://search.cpan.org/dist/Crypt-Rijndael/
|
||||
|
@ -4,5 +4,4 @@ module.
|
||||
|
||||
Currently only LOGIN and PLAIN methods are supported.
|
||||
|
||||
Author: Sylvain Cresto <scresto [_at_] gmail.com>
|
||||
WWW: http://search.cpan.org/dist/Net-Server-Mail-ESMTP-AUTH/
|
||||
|
@ -12,5 +12,4 @@ operating system. That is, it only requires one open TCP port, sends
|
||||
only fully standard TCP packets, and limits the number of tests to 2
|
||||
or 3 (with only 1 test giving the OS reliably in most cases).
|
||||
|
||||
Author: GomoR <netpkt@gomor.org>
|
||||
WWW: http://search.cpan.org/dist/Net-SinFP/
|
||||
|
@ -1,16 +1,16 @@
|
||||
Class for inheritable, role-based permissions system (Role Based Access
|
||||
Class for inheritable, role-based permissions system (Role Based Access
|
||||
Control - RBAC).
|
||||
|
||||
Custom methods can be placed on role objects. Authorization can be
|
||||
performed either by checking whether the role name matches the required
|
||||
name, or by testing (via can) whether the role can perform the method
|
||||
Custom methods can be placed on role objects. Authorization can be
|
||||
performed either by checking whether the role name matches the required
|
||||
name, or by testing (via can) whether the role can perform the method
|
||||
required.
|
||||
|
||||
Two role are specified by default. At the top, superusers can do anything
|
||||
($superuser->can( $action ) always returns a coderef). At the bottom, the
|
||||
Two role are specified by default. At the top, superusers can do anything
|
||||
($superuser->can( $action ) always returns a coderef). At the bottom, the
|
||||
base role can do nothing ($base->can( $action ) always returns undef).
|
||||
|
||||
All roles are automatically capable of authorizing actions named for the
|
||||
All roles are automatically capable of authorizing actions named for the
|
||||
singular and plural of the role name.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tree-Authz/
|
||||
|
@ -4,5 +4,4 @@ From the paperkey README file:
|
||||
long retention qualities - far longer than the magnetic or optical
|
||||
means that are generally used to back up computer data.
|
||||
|
||||
Author: David Shaw <dshaw@jabberwocky.com>
|
||||
WWW: http://www.jabberwocky.com/software/paperkey/
|
||||
WWW: http://www.jabberwocky.com/software/paperkey/
|
||||
|
@ -1,5 +1,4 @@
|
||||
libPJL- Printer Job Language library
|
||||
A library and a command-line tool to use PJL- HP Printer Job Language
|
||||
|
||||
Author: FX <fx@phenoelit.de>
|
||||
WWW: http://www.phenoelit.org/hp/
|
||||
|
@ -10,5 +10,4 @@ message receiver checks each authenticator.
|
||||
There's a mailing list for Poly1305-AES discussions. To subscribe, send
|
||||
an empty message to poly1305-subscribe@list.cr.yp.to.
|
||||
|
||||
Author: Prof. Daniel J. Bernstein <djb@cr.yp.to>
|
||||
WWW: http://cr.yp.to/mac.html
|
||||
WWW: http://cr.yp.to/mac.html
|
||||
|
@ -1,5 +1,4 @@
|
||||
A program that connects stdin and stdout to an origin server somewhere in the
|
||||
Internet through an industry standard HTTPS proxy.
|
||||
|
||||
Author: Jos Visser <josv@osp.nl>, Mark Janssen <maniac@maniac.nl>
|
||||
WWW: http://proxytunnel.sourceforge.net/
|
||||
|
@ -3,6 +3,4 @@ under the GNU GPL license. It stores accounts and passwords in a single,
|
||||
secure place, and gives access to them through a user-friendly graphical
|
||||
interface.
|
||||
|
||||
Author: Erik Grinaker <erikg-at-codepoet.no>
|
||||
Mikel Olasagasti Uranga <mikel@olasagasti.info>
|
||||
WWW: http://revelation.olasagasti.info/
|
||||
|
@ -1,16 +1,15 @@
|
||||
The seccure toolset implements a selection of asymmetric algorithms
|
||||
based on elliptic curve cryptography (ECC). In particular it offers
|
||||
public key encryption / decryption, signature generation /
|
||||
The seccure toolset implements a selection of asymmetric algorithms
|
||||
based on elliptic curve cryptography (ECC). In particular it offers
|
||||
public key encryption / decryption, signature generation /
|
||||
verification and key establishment.
|
||||
|
||||
ECC schemes offer a much better key size to security ratio than
|
||||
classical systems (RSA, DSA). Keys are short enough to make direct
|
||||
specification of keys on the command line possible (sometimes this
|
||||
ECC schemes offer a much better key size to security ratio than
|
||||
classical systems (RSA, DSA). Keys are short enough to make direct
|
||||
specification of keys on the command line possible (sometimes this
|
||||
is more convenient than the management of PGP-like key rings).
|
||||
seccure builds on this feature and therefore is the tool of choice
|
||||
whenever lightweight asymmetric cryptography -- independent of key
|
||||
servers, revocation certificates, the Web of Trust or even
|
||||
configuration files -- is required.
|
||||
seccure builds on this feature and therefore is the tool of choice
|
||||
whenever lightweight asymmetric cryptography -- independent of key
|
||||
servers, revocation certificates, the Web of Trust or even
|
||||
configuration files -- is required.
|
||||
|
||||
Author: B. Poettering
|
||||
WWW: http://point-at-infinity.org/seccure/
|
||||
WWW: http://point-at-infinity.org/seccure/
|
||||
|
@ -4,5 +4,4 @@ smap sends off various SIP requests awaiting responses from SIP
|
||||
enabled DSL router, proxies and user agents. It could be considered
|
||||
a mashup of nmap and sipsak ;)
|
||||
|
||||
Author: Hendrik Scholz <hscholz@raisdorf.net>
|
||||
WWW: http://www.wormulon.net/
|
||||
|
@ -6,5 +6,4 @@ The software was written in 2006 by B. Poettering, it links against
|
||||
the GNU libgmp multiprecision library (version 4.1.4 works well)
|
||||
and requires the /dev/random entropy source.
|
||||
|
||||
Author: B. Poettering
|
||||
WWW: http://point-at-infinity.org/ssss/
|
||||
WWW: http://point-at-infinity.org/ssss/
|
||||
|
@ -7,5 +7,4 @@ in bmp, wav and au files, blowfish encryption, MD5 hashing of passphrases to
|
||||
blowfish keys and pseudo-random distribution of hidden bits ("stego bits") in
|
||||
the container data.
|
||||
|
||||
Author: Stefan Hetzl <shetzl@teleweb.at>
|
||||
WWW: http://steghide.sourceforge.net/
|
||||
WWW: http://steghide.sourceforge.net/
|
||||
|
@ -1,9 +1,8 @@
|
||||
Graphical certification authority is an interface for managing
|
||||
RSA keys and certificates, and the creation and signing of PKCS#10 requests.
|
||||
It uses the OpenSSL library and a Berkeley DB for key and certificate storage.
|
||||
It supports importing and exporting keys and PEM DER PKCS8 certificates,
|
||||
signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions.
|
||||
Graphical certification authority is an interface for managing
|
||||
RSA keys and certificates, and the creation and signing of PKCS#10 requests.
|
||||
It uses the OpenSSL library and a Berkeley DB for key and certificate storage.
|
||||
It supports importing and exporting keys and PEM DER PKCS8 certificates,
|
||||
signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions.
|
||||
A tree view of certificates is presented.
|
||||
|
||||
Author: Christian Hohnstaedt <christian@hohnstaedt.de>
|
||||
WWW: http://www.hohnstaedt.de/xca.html
|
||||
|
@ -15,5 +15,4 @@ If the search string is found, XORSearch will print it until the 0
|
||||
which ever comes first. 50 is the default value, it can be changed
|
||||
with option -l. Unprintable characters are replaced by a dot.
|
||||
|
||||
Author: Didier Stevens
|
||||
WWW: http://blog.didierstevens.com/programs/xorsearch/
|
||||
|
@ -5,5 +5,3 @@ compatible shell which can be run stand-alone by the name of `fdsh'.
|
||||
|
||||
This version is a clone of FD for DOS (AT and PC9801) designed &
|
||||
written by A. Idei (SDI00544@niftyserve.or.jp).
|
||||
|
||||
Author: Takashi SHIRAI <shirai@nintendo.co.jp>
|
||||
|
@ -3,5 +3,4 @@ features of ATA hard drives. This includes standby timeouts, power
|
||||
(APM), write cache and acoustic (AAM) level settings, and it can show
|
||||
details about the installed devices.
|
||||
|
||||
Author: Bruce Cran <bruce@cran.org.uk>
|
||||
WWW: http://bluestop.org/ataidle/
|
||||
|
@ -3,5 +3,4 @@ component of MogileFS. cmogstored is implemented in C and does not
|
||||
use Perl at runtime. cmogstored is the only component you need to
|
||||
install on a MogileFS storage node.
|
||||
|
||||
Author: Eric Wong <normalperson@yhbt.net>
|
||||
WWW: http://bogomips.org/cmogstored/
|
||||
|
@ -1,5 +1,4 @@
|
||||
devstat is a small program that displays device statistics
|
||||
available via kernel devstat(9) interface.
|
||||
|
||||
Author: Mikolaj Golub <to.my.trociny@gmail.com>
|
||||
WWW: http://devstat.googlecode.com/
|
||||
|
@ -1,6 +1,6 @@
|
||||
The du2ps reads output of du(1), then generates a figure of
|
||||
The du2ps reads output of du(1), then generates a figure of
|
||||
hierarchical structure and utilization of each directory.
|
||||
|
||||
|
||||
The du2ps is a similar program to xdu, but it produces result as
|
||||
a PostScript file.
|
||||
|
||||
@ -8,7 +8,4 @@ The default paper is ISO A4, but you can select Letter or ISO A3/B4/B5.
|
||||
You can also specify font name, font size, number of columns and other
|
||||
options.
|
||||
|
||||
Author: Takanori Nagae <nagae@an.ip.titech.ac.jp> and
|
||||
Shigeru Makino <mac@research.co.jp>
|
||||
|
||||
WWW: http://www.shobi-u.ac.jp/~tnagae/
|
||||
WWW: http://www.shobi-u.ac.jp/~tnagae/
|
||||
|
@ -1,5 +1,4 @@
|
||||
Dvdimagecmp is a small program to compare an image to a
|
||||
Dvdimagecmp is a small program to compare an image to a
|
||||
burned disc. It is not limited to dvds, and supports offsets.
|
||||
|
||||
Author: Tim Welch <twelch@thepentagon.org>
|
||||
WWW: http://www.ibiblio.org/pub/linux/apps/video/dvdimagecmp-0.3.lsm
|
||||
|
@ -11,6 +11,5 @@ Then, as often as you feel like, read out the measured values:
|
||||
|
||||
# env4801
|
||||
|
||||
Author: Poul-Henning Kamp (phk@freebsd.org)
|
||||
WWW: http://phk.freebsd.dk/soekris/env4801/
|
||||
http://www.soekris.com/
|
||||
WWW: http://phk.freebsd.dk/soekris/env4801/
|
||||
http://www.soekris.com/
|
||||
|
@ -6,5 +6,4 @@ command in the amd(8) map /usr/local/etc/amd.map.snap. It
|
||||
provides the making, expiring, visiting, mounting and
|
||||
unmounting of filesystem snapshots.
|
||||
|
||||
Author: Graham Todd <gtodd@bellanet.org>
|
||||
WWW: http://people.freebsd.org/~rse/snapshot/
|
||||
WWW: http://people.freebsd.org/~rse/snapshot/
|
||||
|
@ -5,5 +5,4 @@ space. This is useful for applications which needs structured storage, such
|
||||
as embedding documents within documents, or management of configuration
|
||||
data or preferences.
|
||||
|
||||
Author: Palmsource, Inc. An Access Company
|
||||
WWW: http://www.nongnu.org/libsqlfs/
|
||||
|
@ -8,5 +8,4 @@ browser form when it comes to editing large texts and they generally
|
||||
include useful features such as Mediawiki syntax highlighting and spell
|
||||
checking.
|
||||
|
||||
Author: Mathieu Blondel <mblondel !AT! users.sourceforge.net>
|
||||
WWW: http://wikipediafs.sourceforge.net/
|
||||
|
@ -2,5 +2,4 @@ gather utility can be used to store system statistics provided by
|
||||
variety of system utils and display it. It is just a wrapper around
|
||||
these utilities to make a work with system statistics more convenient.
|
||||
|
||||
Author: Mikolaj Golub <to.my.trociny@gmail.com>
|
||||
WWW: http://gatherit.googlecode.com/
|
||||
|
@ -3,5 +3,4 @@ the one used by the "Hacha" software, a well known splitter in Spain and
|
||||
Latinamerica. HOZ is an open-source and portable C implementation of an
|
||||
"Hacha" compatible splitter.
|
||||
|
||||
Author: Gustavo Picon <tabo@slashcore.com>
|
||||
WWW: http://hoz.sourceforge.net/
|
||||
|
@ -1,5 +1,4 @@
|
||||
This is a small script to find kernel modules
|
||||
more easy.
|
||||
|
||||
Author: Ricardo A. Reis <ricardo.areis@gmail.com>
|
||||
WWW: http://sourceforge.net/projects/kldfind/
|
||||
WWW: http://sourceforge.net/projects/kldfind/
|
||||
|
@ -2,5 +2,4 @@ Last File Manager - lfm - is a simple 'midnight commander'-type file
|
||||
manager. It includes a simple file viewer, pyview. Lfm is a curses-based
|
||||
application for the UNIX console.
|
||||
|
||||
Author: inigoserna@gmail.com
|
||||
WWW: https://inigo.katxi.org/devel/lfm/
|
||||
|
@ -10,5 +10,4 @@ libchk is a tool to help users obtain the following information:
|
||||
This will help to get a hint as to if you can safely remove shared
|
||||
libraries that look obsolete.
|
||||
|
||||
Author: Akinori MUSHA <knu@FreeBSD.org>
|
||||
WWW: http://svn.idaemons.org/cgi-bin/viewvc.cgi/trunk/?root=libchk
|
||||
|
@ -1,7 +1,7 @@
|
||||
Logtool is a command line program that will parse ASCII logfiles into a more
|
||||
palatable format. It will take anything resembling a standard syslog file
|
||||
(this includes syslog-ng, multilog, and probably most of the other variantse),
|
||||
and crunch it into one of the following formats for your viewing pleasure:
|
||||
palatable format. It will take anything resembling a standard syslog file
|
||||
(this includes syslog-ng, multilog, and probably most of the other variantse),
|
||||
and crunch it into one of the following formats for your viewing pleasure:
|
||||
|
||||
- ANSI (colorized for easy "at a glance" viewing)
|
||||
- ASCII (for e-mail'ed reports, and term's that don't support color)
|
||||
@ -10,9 +10,8 @@ and crunch it into one of the following formats for your viewing pleasure:
|
||||
- RAW (for no good reason)
|
||||
|
||||
It can be configured to parse the data any one of several ways, including
|
||||
suppressing duplicate messages, stripping the host, and/or program fields,
|
||||
suppressing duplicate messages, stripping the host, and/or program fields,
|
||||
and modifying the time display format (supports TAI64 timestamps produced
|
||||
by DJB's multilog) of the log entries.
|
||||
|
||||
Author: A.L.Lambert
|
||||
WWW: http://xjack.org/logtool/
|
||||
WWW: http://xjack.org/logtool/
|
||||
|
@ -8,5 +8,3 @@ DESCRIPTION
|
||||
ALSO, and SYNOPSIS.
|
||||
...
|
||||
FreeBSD July 25, 1995 2
|
||||
|
||||
Author: Wolfram Schneider <wosch@cs.tu-berlin.de>
|
||||
|
@ -1,5 +1,4 @@
|
||||
MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to
|
||||
the standard ISO-9660 format
|
||||
the standard ISO-9660 format
|
||||
|
||||
Author: Salvatore Santagati <salvatore.santagati@gmail.com>
|
||||
WWW: http://mdf2iso.berlios.de/
|
||||
|
@ -1,5 +1,5 @@
|
||||
minirsyslogd is a minimalistic, fast and secure (through lack of bloat)
|
||||
remote-only syslog receiver suitable for hardened log receiver hosts
|
||||
remote-only syslog receiver suitable for hardened log receiver hosts
|
||||
and/or central log receivers that receive several gigabyte of logs each day.
|
||||
|
||||
It will not deal with local syslog data. It does not have a multitude
|
||||
@ -8,5 +8,4 @@ automatically split inbound syslog data according to IP address,
|
||||
date and current hour, and do so as rapidly and (I hope) securely as
|
||||
possible.
|
||||
|
||||
Author: Mikael Olsson <mikael.olsson@clavister.com>
|
||||
WWW: http://www.clueby4.org/minirsyslogd/
|
||||
WWW: http://www.clueby4.org/minirsyslogd/
|
||||
|
@ -1,8 +1,7 @@
|
||||
Nagios-statd is an addon to the Nagios (formerly netsaint) program.
|
||||
It is a Python daemon and scripts that plug-in to Nagios
|
||||
and allow you to check remote host information
|
||||
(such as load, users, filesystems, etc.)
|
||||
Nagios-statd is an addon to the Nagios (formerly netsaint) program.
|
||||
It is a Python daemon and scripts that plug-in to Nagios
|
||||
and allow you to check remote host information
|
||||
(such as load, users, filesystems, etc.)
|
||||
Released under the BSD license.
|
||||
|
||||
Author: Nick Reinking
|
||||
WWW: http://www.twoevils.org/files/netsaint_statd/
|
||||
WWW: http://www.twoevils.org/files/netsaint_statd/
|
||||
|
@ -1,4 +1,2 @@
|
||||
Obliterate overwrites the named file[s] with a pattern designed to
|
||||
securely remove the data from the surface of most modern disk drives.
|
||||
|
||||
Author: Wes Peters <wes@softweyr.com>
|
||||
|
@ -1,16 +1,15 @@
|
||||
Interface for statvfs() and fstatvfs()
|
||||
|
||||
Unless you need access to the bsize, flag, and namemax values, you should
|
||||
Unless you need access to the bsize, flag, and namemax values, you should
|
||||
probably look at using Filesys::DfPortable or Filesys::Df instead.
|
||||
|
||||
The statvfs() and fstatvfs() functions will return a list of values, or
|
||||
The statvfs() and fstatvfs() functions will return a list of values, or
|
||||
will return undef and set $! if there was an error.
|
||||
|
||||
The values returned are described in the statvfs header or the statvfs()
|
||||
The values returned are described in the statvfs header or the statvfs()
|
||||
man page.
|
||||
|
||||
The module assumes that if you have statvfs(), fstatvfs() will also be
|
||||
The module assumes that if you have statvfs(), fstatvfs() will also be
|
||||
available.
|
||||
|
||||
Author: Ian Guthrie <IGuthrie@aol.com>
|
||||
WWW: http://search.cpan.org/dist/Filesys-Statvfs/
|
||||
|
@ -6,5 +6,4 @@ Features:
|
||||
- Allows tuning of block size and display interval
|
||||
- Support for dd style block size specification
|
||||
|
||||
Author: Clint Byrum <cbyrum@spamaps.org>
|
||||
WWW: http://spamaps.org/pipemeter.php
|
||||
|
@ -1,5 +1,4 @@
|
||||
pslist is a simple command-line utility for viewing and sending signals
|
||||
to a whole process tree.
|
||||
|
||||
Author: Peter Pentchev <roam@ringlet.net>
|
||||
WWW: http://devel.ringlet.net/sysutils/pslist/
|
||||
|
@ -11,5 +11,4 @@ file but leave the tar file uncompressed, etc. You pick ;o)
|
||||
|
||||
savelogs has many options yet retains a high degree of dwimitude.
|
||||
|
||||
Author: Scott Wiersdorf <scott@perlcode.org>
|
||||
WWW: http://search.cpan.org/dist/savelogs/
|
||||
|
@ -1,11 +1,10 @@
|
||||
This is the port of scanbuttond, an utility to monitor the various buttons
|
||||
found on many modern scanners which are intended to trigger certain actions
|
||||
found on many modern scanners which are intended to trigger certain actions
|
||||
like copying, faxing or mailing the scanned document.
|
||||
This daemon queries the scanner button state several times per second via
|
||||
This daemon queries the scanner button state several times per second via
|
||||
libusb and if it detects that a button is pressed it runs a shell script with
|
||||
the button number as an argument.
|
||||
the button number as an argument.
|
||||
|
||||
The supported scanner backends currently are: epson, niash, plustek, snapscan
|
||||
|
||||
Author: Bernhard Stiftner <root84@users.sourceforge.net>
|
||||
WWW: http://scanbuttond.sourceforge.net/
|
||||
|
@ -14,5 +14,4 @@ If all those conditions are met, the stalepid utility will remove the
|
||||
file specified by the pidfile argument, thus allowing the next invocation
|
||||
of the server to proceed normally.
|
||||
|
||||
Author: Peter Pentchev <roam@ringlet.net>
|
||||
WWW: http://devel.ringlet.net/sysutils/stalepid/
|
||||
|
@ -1,5 +1,4 @@
|
||||
sysgather is a simple command-line utility for keeping configuration files
|
||||
under version control.
|
||||
|
||||
Author: Peter Pentchev <roam@ringlet.net>
|
||||
WWW: http://devel.ringlet.net/sysutils/sysgather/
|
||||
|
@ -1,4 +1,3 @@
|
||||
TclSyslog provides an easy to use interface to the Syslog daemon.
|
||||
|
||||
Author: Victor Wagner <vitus@wagner.pp.ru>
|
||||
WWW: http://www.wagner.pp.ru/~vitus/software/tcl/tclsyslog.html
|
||||
WWW: http://www.wagner.pp.ru/~vitus/software/tcl/tclsyslog.html
|
||||
|
@ -12,5 +12,4 @@ More than one client can connect to the served pseudo-terminal, either
|
||||
using tm as a client or telnet for TCP. You can choose if they are
|
||||
only allowed to read, or they can also contribute on input.
|
||||
|
||||
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>
|
||||
WWW: http://vicerveza.homeunix.net/~viric/soft/tm/
|
||||
|
@ -5,5 +5,4 @@ TOPLESS can be used with almost every sort of command,
|
||||
but is particularly useful when used with the command
|
||||
to monitor the system, such as "ps", "netstat" or "fstat".
|
||||
|
||||
Author: Daichi GOTO <daichi@FreeBSD.org>
|
||||
WWW: http://people.freebsd.org/~daichi/
|
||||
WWW: http://people.freebsd.org/~daichi/
|
||||
|
@ -3,5 +3,4 @@ unstow
|
||||
|
||||
This is a script to unstow packages much faster than stow -D.
|
||||
|
||||
Author: Akinori MUSHA <knu@iDaemons.org>
|
||||
WWW: http://github.com/knu/stow-utils
|
||||
WWW: http://github.com/knu/stow-utils
|
||||
|
@ -1,5 +1,4 @@
|
||||
vcp copies files and directories in a curses interface,
|
||||
and behaves much like cp.
|
||||
|
||||
Author: Daniel Bryan <so1o@bsdmail.com>
|
||||
WWW: http://members.iinet.net.au/~lynx/vcp
|
||||
|
@ -3,5 +3,4 @@ Virtual Memory Toucher
|
||||
vmtouch is a tool for learning about and controlling the file system
|
||||
cache of unix and unix-like systems.
|
||||
|
||||
Author: Doug Hoyte <doug@hcsw.org>
|
||||
WWW: http://hoytech.com/vmtouch/
|
||||
|
@ -1,5 +1,4 @@
|
||||
This is a port of wmcpuload, which displays the current cpu-load in a
|
||||
simulated lcd-display, which supports background lighting.
|
||||
|
||||
Author: Seiichi SATO <me@seiichisato.jp>
|
||||
WWW: http://seiichisato.jp/dockapps/#wmcpuload
|
||||
|
Loading…
Reference in New Issue
Block a user