mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +02:00
Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY. Removed hard line breaks, broke up some very long paragraphs and use bullet lists where possible. All done by browsing through HaikuDepot. There may be (many) more left in the whole haikuports repo... Included 10 extended desriptions done by soyoye14 for GCI 2014 (https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632) Removed/insert whitespace where it seems to be the custom in recipes. Sometimes rearranged elements of a recipe (moving license and copyright up, for example).
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
SUMMARY="Archive files using LZSS and Huffman compression (.lzh files)"
|
||||
DESCRIPTION="
|
||||
Archive files using LZSS and Huffman compression (.lzh files)
|
||||
LHA archives are often used on Amiga computers. The compression is rather \
|
||||
effective and the unpacking is fast.
|
||||
"
|
||||
LICENSE="lha"
|
||||
COPYRIGHT="1991, Masaru Oki
|
||||
COPYRIGHT="
|
||||
1991, Masaru Oki
|
||||
1993-1995, Nobutaka Watazaki
|
||||
2000, Tsugio Okamoto et al."
|
||||
2000, Tsugio Okamoto et al.
|
||||
"
|
||||
HOMEPAGE="http://sourceforge.jp/projects/lha/"
|
||||
SRC_URI="http://jaist.dl.sourceforge.jp/lha/22231/lha-1.14i-ac20050924p1.tar.gz"
|
||||
CHECKSUM_SHA256="b5261e9f98538816aa9e64791f23cb83f1632ecda61f02e54b6749e9ca5e9ee4"
|
||||
@@ -16,17 +19,14 @@ PROVIDES="
|
||||
lha = $portVersion
|
||||
cmd:lha = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libiconv
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libiconv
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoreconf
|
||||
cmd:autoconf
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Saves and restores files to/from a tape or disk archive."
|
||||
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 \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Free general-purpose data compression software."
|
||||
SUMMARY="Free general-purpose data compression software"
|
||||
DESCRIPTION="XZ Utils are free general-purpose data compression tools with \
|
||||
a high compression ratio. They are the successors to LZMA Utils.
|
||||
"
|
||||
@@ -6,9 +6,11 @@ HOMEPAGE="http://tukaani.org/xz/"
|
||||
SRC_URI="http://tukaani.org/xz/xz-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="2286f9d90bb0a0de34cba990df1b10cfad0777f00cb2883def26b8ec1b326bda"
|
||||
SOURCE_DIR="xz-$portVersion"
|
||||
LICENSE="GNU LGPL v2.1
|
||||
LICENSE="
|
||||
GNU LGPL v2.1
|
||||
GNU GPL v2
|
||||
GNU GPL v3"
|
||||
GNU GPL v3
|
||||
"
|
||||
COPYRIGHT="2005-2014 Lasse Collin"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_64"
|
||||
@@ -58,11 +60,9 @@ PROVIDES="
|
||||
cmd:xzmore$commandSuffix = $portVersion compat >= 5
|
||||
lib:liblzma$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -77,7 +77,6 @@ PROVIDES_devel="
|
||||
xz_utils${secondaryArchSuffix}_devel = $portVersion compat >= 5
|
||||
devel:liblzma$secondaryArchSuffix = $portVersion compat >= 5
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
xz_utils$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user