mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Updated descriptions/summaries to comply
This commit is contained in:
committed by
Scott McCreary
parent
aeb2606424
commit
609b62205d
@@ -1,6 +1,16 @@
|
||||
SUMMARY="GNU cpio copies files into or out of a cpio or tar archive"
|
||||
DESCRIPTION="GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe.
|
||||
GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. The tar format is provided for compatability with the tar program. By default, cpio creates binary format archives, for compatibility with older cpio programs. When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order."
|
||||
DESCRIPTION="
|
||||
GNU cpio copies files into or out of a cpio or tar archive. \
|
||||
The archive can be another file on the disk, a magnetic tape, or a pipe.
|
||||
|
||||
GNU cpio supports the following archive formats: binary, old ASCII, \
|
||||
new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. \
|
||||
The tar format is provided for compatability with the tar program. \
|
||||
By default, cpio creates binary format archives, for compatibility \
|
||||
with older cpio programs. When extracting from archives, cpio automatically \
|
||||
recognizes which kind of archive it is reading and can read archives created \
|
||||
on machines with a different byte-order.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
|
||||
COPYRIGHT="1988-2009 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
SUMMARY="GNU cpio copies files into or out of a cpio or tar archive"
|
||||
DESCRIPTION="GNU cpio copies files into or out of a cpio or tar archive. \
|
||||
The archive can be another file on the disk, a magnetic tape, or a pipe. \
|
||||
DESCRIPTION="
|
||||
GNU cpio copies files into or out of a cpio or tar archive. \
|
||||
The archive can be another file on the disk, a magnetic tape, or a pipe.
|
||||
|
||||
GNU cpio supports the following archive formats: binary, old ASCII, \
|
||||
new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. \
|
||||
The tar format is provided for compatability with the tar program. \
|
||||
By default, cpio creates binary format archives, for compatibility \
|
||||
with older cpio programs. When extracting from archives, cpio automatically \
|
||||
recognizes which kind of archive it is reading and can read archives created \
|
||||
on machines with a different byte-order."
|
||||
|
||||
on machines with a different byte-order.
|
||||
"
|
||||
HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.gz"
|
||||
CHECKSUM_MD5="1112bb6c45863468b5496ba128792f6c"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
SUMMARY="GNU zip"
|
||||
DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \
|
||||
SUMMARY="gzip compression utilities and libraries"
|
||||
DESCRIPTION="
|
||||
gzip (GNU zip) is a compression utility designed to be a \
|
||||
replacement for compress. It provides better compression than compress \
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is."
|
||||
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is.
|
||||
"
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.2.4a.tar.gz"
|
||||
CHECKSUM_MD5="39053e044b18ecd0627f80fbe7cfeaad"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
SUMMARY="GNU zip"
|
||||
DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \
|
||||
SUMMARY="gzip compression utilities and libraries"
|
||||
DESCRIPTION="
|
||||
gzip (GNU zip) is a compression utility designed to be a \
|
||||
replacement for compress. It provides better compression than compress \
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is."
|
||||
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is.
|
||||
"
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.3.12.tar.gz"
|
||||
CHECKSUM_MD5="b5bac2d21840ae077e0217bc5e4845b1"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
SUMMARY="GNU zip"
|
||||
DESCRIPTION="gzip (GNU zip) is a compression utility designed to be a \
|
||||
SUMMARY="gzip compression utilities and libraries"
|
||||
DESCRIPTION="
|
||||
gzip (GNU zip) is a compression utility designed to be a \
|
||||
replacement for compress. It provides better compression than compress \
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is."
|
||||
|
||||
and although bzip2 produces smaller files is not as fast as bzip2 is.
|
||||
"
|
||||
HOMEPAGE="http://www.gzip.org/"
|
||||
SRC_URI="ftp://ftp.gnu.org/gnu/gzip/gzip-1.4.tar.gz"
|
||||
CHECKSUM_MD5="e381b8506210c794278f5527cba0e765"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
SUMMARY="unzip"
|
||||
DESCRIPTION="UnZip is an extraction utility for archives compressed in \
|
||||
SUMMARY="Extraction utility for zip archives."
|
||||
DESCRIPTION="
|
||||
UnZip is an extraction utility for archives compressed in \
|
||||
.zip format (zipfiles). UnZip can list or extract files from an archive \
|
||||
or test its integrity."
|
||||
|
||||
or test its integrity.
|
||||
"
|
||||
HOMEPAGE="http://www.info-zip.org/UnZip.html"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
SUMMARY="Zip"
|
||||
DESCRIPTION="Zip is a compression and packaging utility with high \
|
||||
SUMMARY="Compression utility for zip archives"
|
||||
DESCRIPTION="
|
||||
Zip is a compression and packaging utility with high \
|
||||
portability. It supports password-based encryption of files and filenames, \
|
||||
incremental backups and multi-part archives."
|
||||
|
||||
incremental backups and multi-part archives.
|
||||
"
|
||||
HOMEPAGE="http://www.info-zip.org/Zip.html"
|
||||
SRC_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
|
||||
REVISION="1"
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
SUMMARY="Zoo archive utility"
|
||||
DESCRIPTION="Zoo is a compression utility. It uses LZW compression algorithm \
|
||||
DESCRIPTION="
|
||||
Zoo is a compression utility. It uses LZW compression algorithm \
|
||||
which compresses files to 20-80% of their original size depending on the data type. \
|
||||
Zoo can store and selectively extract multiple generations of the same file.\
|
||||
Zoo can store and selectively extract multiple generations of the same file.
|
||||
|
||||
This package exists for its historical value. If you are looking for a compression \
|
||||
tool for serious use, check tar and gzip."
|
||||
tool for serious use, check tar and gzip.
|
||||
"
|
||||
HOMEPAGE="unknown"
|
||||
SRC_URI="ftp://ftp.kiarchive.ru/pub/unix/arcers/zoo-2.10pl1.tar.gz"
|
||||
CHECKSUM_MD5="70a0a785ecc8f7f747be1421e495d837"
|
||||
|
||||
Reference in New Issue
Block a user