mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Rewrap app-misc DESCRIPTIONs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
SUMMARY="Colorizes output of diff"
|
||||
DESCRIPTION="
|
||||
The Perl script colordiff is a wrapper for 'diff' and produces the
|
||||
same output but with pretty 'syntax' highlighting. Colour schemes
|
||||
can be customized."
|
||||
The Perl script colordiff is a wrapper for 'diff' and produces the same output \
|
||||
but with pretty 'syntax' highlighting. Colour schemes can be customized.
|
||||
"
|
||||
|
||||
HOMEPAGE="http://colordiff.sourceforge.net/"
|
||||
SRC_URI="http://www.colordiff.org/colordiff-1.0.13.tar.gz"
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
SUMMARY="FDUPES is a program for identifying or deleting duplicate files"
|
||||
DESCRIPTION="
|
||||
fdupes is a program written by Adrian Lopez to scan directories for
|
||||
duplicate files, with options to list, delete or replace the files
|
||||
with hardlinks pointing to the duplicate. It first compares file
|
||||
sizes and MD5 signatures, and then performs a byte-by-byte check for
|
||||
verification.
|
||||
fdupes is a program written by Adrian Lopez to scan directories for duplicate \
|
||||
files, with options to list, delete or replace the files with hardlinks \
|
||||
pointing to the duplicate. It first compares file sizes and MD5 signatures, \
|
||||
and then performs a byte-by-byte check for verification.
|
||||
"
|
||||
HOMEPAGE="http://code.google.com/p/fdupes/"
|
||||
SRC_URI="http://fdupes.googlecode.com/files/fdupes-1.51.tar.gz"
|
||||
|
||||
@@ -1,19 +1,15 @@
|
||||
SUMMARY="A program to help shell scripts parse command-line parameters."
|
||||
DESCRIPTION="
|
||||
Getopt(1) is a program to help shell scripts parse command-line
|
||||
parameters.
|
||||
|
||||
*It can do anything that the GNU getopt(3) routines can do.
|
||||
*It can cope with spaces and shell metacharacters within
|
||||
arguments.
|
||||
*It can parse long parameters.
|
||||
*It can shuffle parameters, so you can mix options and other
|
||||
parameters on the command-line.
|
||||
*It can be easily identified as an enhanced getopt(1) from within
|
||||
shell scripts.
|
||||
*It can report parse errors as coming from the shell script.
|
||||
*It compiles cleanly with both libc-5 and glibc-2 (libc6)."
|
||||
|
||||
Getopt(1) is a program to help shell scripts parse command-line parameters.
|
||||
*It can do anything that the GNU getopt(3) routines can do.
|
||||
*It can cope with spaces and shell metacharacters within arguments.
|
||||
*It can parse long parameters.
|
||||
*It can shuffle parameters, so you can mix options and other parameters on the \
|
||||
command-line.
|
||||
*It can be easily identified as an enhanced getopt(1) from within shell scripts.
|
||||
*It can report parse errors as coming from the shell script.
|
||||
*It compiles cleanly with both libc-5 and glibc-2 (libc6).
|
||||
"
|
||||
HOMEPAGE="http://software.frodo.looijaard.name/getopt/"
|
||||
SRC_URI="http://software.frodo.looijaard.name/getopt/files/getopt-1.1.5.tar.gz"
|
||||
CHECKSUM_MD5="546acfdb67ba16b8658a45ade9a64d5d"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
SUMMARY="srm - secure file deletion for posix systems"
|
||||
DESCRIPTION="A command-line compatible rm which destroys file contents before unlinking."
|
||||
DESCRIPTION="
|
||||
A command-line compatible rm which destroys file contents before unlinking.
|
||||
"
|
||||
HOMEPAGE="http://srm.sourceforge.net/"
|
||||
SRC_URI="cvs://:pserver:anonymous@srm.cvs.sourceforge.net:/cvsroot/srm/srm"
|
||||
REVISION="1"
|
||||
|
||||
Reference in New Issue
Block a user