De-lint recipes.

*	v8
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	verilator
	80-char limit of DESCRIPTION.
	Re-ordered blocks.

*	vim
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	virtulbelive
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	vl_gothic
	Shortened SUMMARY.
	Re-ordered blocks.

*	vlc
	Re-ordered blocks.
	Changed libgpg-error to libgpg_error.

*	vncserver
	Improved COPYRIGHT.
	Re-ordered blocks.

*	vwget
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	wesnoth
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	xerces
	Removed "." from SUMMARY.
	Re-ordered blocks.

*	zip
	Re-ordered blocks.
	Lint warning of non-declared patch can be ignored, as it doesn't
	grok: $portName-$portVersion.patchset
This commit is contained in:
Humdinger
2015-07-23 13:23:17 +02:00
parent effe88db3f
commit 9e304a2e9a
14 changed files with 206 additions and 224 deletions

View File

@@ -1,20 +1,18 @@
SUMMARY="Compression utility for zip archives"
DESCRIPTION="
Zip is a compression and packaging utility with high \
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"
COPYRIGHT="1990-2008 Info-ZIP"
LICENSE="Info-ZIP"
REVISION="2"
SOURCE_URI="http://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz"
CHECKSUM_SHA256="f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369"
REVISION="2"
LICENSE="Info-ZIP"
COPYRIGHT="1990-2008 Info-ZIP"
SOURCE_DIR="zip30"
PATCHES="$portName-$portVersion.patchset"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PATCHES="$portName-$portVersion.patchset"
PROVIDES="
$portName = $portVersion
cmd:zip = $portVersion
@@ -26,17 +24,16 @@ REQUIRES="
haiku
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:ld
cmd:make
"
SOURCE_DIR="zip30"
BUILD()
{