mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
De-Lint recipes.
* tar Remove "." from SUMMARY. Re-ordered blocks. * testdisk Shortened SUMMARY. Re-ordered blocks. * the_silver_searcher Remove "." from SUMMARY. Re-ordered blocks. * torrentor Remove "." from SUMMARY. Re-ordered blocks. * trackergrep Remove "." from SUMMARY. Re-ordered blocks. * transmission Fixed COPYRIGHT. Re-ordered blocks. * tree Remove "." from SUMMARY. Re-ordered blocks. * unzip Remove "." from SUMMARY. Re-ordered blocks. * uqm Shortened SUMMARY. Re-ordered blocks. * urllib Remove "." from SUMMARY. Re-ordered blocks.
This commit is contained in:
@@ -1,25 +1,24 @@
|
||||
SUMMARY="Saves and restores files to/from a tape or disk archive."
|
||||
DESCRIPTION="
|
||||
The Tar program provides the ability to create tar archives, as well as \
|
||||
various other kinds of manipulation. For example, you can use Tar on \
|
||||
previously created archives to extract files, to store additional files, or to \
|
||||
update or list files which were already stored.
|
||||
SUMMARY="Saves and restores files to/from a tape or disk archive"
|
||||
DESCRIPTION="The Tar program provides the ability to create tar archives, as \
|
||||
well as various other kinds of manipulation. For example, you can use Tar on \
|
||||
previously created archives to extract files, to store additional files, or \
|
||||
to update or list files which were already stored.
|
||||
|
||||
Initially, tar archives were used to store files conveniently on magnetic \
|
||||
tape. The name \"Tar\" comes from this use; it stands for tape archiver. Despite \
|
||||
the utility's name, Tar can direct its output to available devices, files, or \
|
||||
other programs (using pipes), it can even access remote devices or files (as \
|
||||
archives).
|
||||
"
|
||||
archives)."
|
||||
HOMEPAGE="http://www.gnu.org/software/tar/"
|
||||
COPYRIGHT="1990-2011 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/tar/tar-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64 arm"
|
||||
|
||||
PATCHES="tar-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64 arm"
|
||||
|
||||
PROVIDES="
|
||||
tar = $portVersion compat >= 1
|
||||
cmd:tar = $portVersion compat >= 1
|
||||
@@ -28,9 +27,9 @@ REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel >= $haikuVersion
|
||||
cmd:automake
|
||||
cmd:autoreconf
|
||||
cmd:gcc
|
||||
@@ -39,9 +38,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
"
|
||||
|
||||
defineDebugInfoPackage tar \
|
||||
$binDir/tar
|
||||
|
||||
defineDebugInfoPackage tar $binDir/tar
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
@@ -1,19 +1,18 @@
|
||||
SUMMARY="Extraction utility for zip archives."
|
||||
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"
|
||||
LICENSE="Info-ZIP"
|
||||
COPYRIGHT="1995-2014 Greg Roelofs"
|
||||
LICENSE="Info-ZIP"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz"
|
||||
CHECKSUM_SHA256="036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37"
|
||||
REVISION="2"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
SOURCE_DIR="unzip60"
|
||||
PATCHES="unzip-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
unzip = $portVersion
|
||||
cmd:funzip
|
||||
@@ -22,7 +21,6 @@ PROVIDES="
|
||||
cmd:zipgrep
|
||||
cmd:zipinfo
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
@@ -35,8 +33,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
SOURCE_DIR="unzip60"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make -f unix/Makefile haiku MANDIR=$manDir
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
SUMMARY="Extraction utility for zip archives."
|
||||
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"
|
||||
COPYRIGHT="1995-2014 Greg Roelofs"
|
||||
LICENSE="Info-ZIP"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
SOURCE_URI="http://antinode.info/ftp/info-zip/unzip610c11.zip"
|
||||
CHECKSUM_SHA256="13d92580d89e7c4199ba9a883957cc3676f0235dcac6f701f8f951b015c8d4c8"
|
||||
SOURCE_DIR="unzip610c11"
|
||||
PATCHES="unzip-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
unzip = $portVersion
|
||||
cmd:funzip
|
||||
@@ -20,22 +20,20 @@ PROVIDES="
|
||||
cmd:unzipsfx
|
||||
cmd:zipgrep
|
||||
cmd:zipinfo
|
||||
"
|
||||
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiconv
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libiconv
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
devel:libiconv
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -51,6 +49,3 @@ INSTALL()
|
||||
make -f beos/Makefile install \
|
||||
prefix=$prefix MANDIR=$manDir BINDIR=$binDir
|
||||
}
|
||||
|
||||
LICENSE="Info-ZIP"
|
||||
COPYRIGHT="1995-2014 Greg Roelofs"
|
||||
|
||||
Reference in New Issue
Block a user