De-lint recipes

*	fceux
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	fenris
	SUMMARY must start with capital letter
	Re-ordered blocks

*	gcc
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	giflib6
	SUMMARY must start with capital letter
	Re-ordered blocks

*	glm
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	hexedit
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	lateef_font
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libmicro
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libusb_compat
	SUMMARY must start with capital letter
	Re-ordered blocks

*	readline
	Re-ordered blocks

*	libutf8proc
	SUMMARY must start with capital letter
	Re-ordered blocks
	Added REQUIRES_devel

*	libwebp
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lighttpd
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lzip
	SUMMARY must start with capital letter
	Re-ordered blocks
This commit is contained in:
Humdinger
2015-08-08 12:18:00 +02:00
parent 064b69cead
commit 06e8ae9fb8
15 changed files with 282 additions and 319 deletions

View File

@@ -1,27 +1,28 @@
SUMMARY="A library for processing GIFs"
DESCRIPTION="
The GIFLIB project maintains the giflib service library, which has been pulling
images out of GIFs since 1989. It is deployed everywhere you can think of and
some places you probably can't - graphics applications and web browsers on
multiple operating systems, game consoles, smartphones, and likely your ATM too.
The GIFLIB project maintains the giflib service library, which has been \
pulling images out of GIFs since 1989. It is deployed everywhere you can \
think of and some places you probably can't - graphics applications and web \
browsers on multiple operating systems, game consoles, smartphones, and likely \
your ATM too.
This is very mature, stable, small-footprint code with minimal dependencies
(suitable for use in embedded deployments) that needs only occasional very
minor bugfixes. Test reports from odd platforms and better regression tests are
particularly welcome. Don't try to redesign it, applications beyond counting
would break if you did.
This is very mature, stable, small-footprint code with minimal dependencies \
(suitable for use in embedded deployments) that needs only occasional very \
minor bugfixes. Test reports from odd platforms and better regression tests \
are particularly welcome. Don't try to redesign it, applications beyond \
counting would break if you did.
It's \"GIFLIB\" in caps as a nod to the code's origins in the dark and backward
abysm of MS-DOS, but Unix hackers are encouraged to spell it \"giflib\" in
deference to local conventions. :-)
"
SUMMARY="giflib - A library for processing GIFs"
It's \"GIFLIB\" in caps as a nod to the code's origins in the dark and \
backward abysm of MS-DOS, but Unix hackers are encouraged to spell it \
\"giflib\" in deference to local conventions. :-)"
HOMEPAGE="http://sourceforge.net/projects/giflib/"
SOURCE_URI="http://sourceforge.net/projects/giflib/files/giflib-5.x/giflib-5.0.5.tar.bz2/download"
SOURCE_DIR="giflib-$portVersion"
CHECKSUM_SHA256="606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609"
LICENSE="MIT"
COPYRIGHT="1997-2007 Eric S. Raymond and Toshio Kuratomi"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/giflib/files/giflib-5.x/giflib-5.0.5.tar.bz2/download"
CHECKSUM_SHA256="606d8a366b1c625ab60d62faeca807a799a2b9e88cbdf2a02bfcdf4429bf8609"
SOURCE_DIR="giflib-$portVersion"
PATCHES="giflib-5.0.5.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -30,15 +31,24 @@ PROVIDES="
giflib6$secondaryArchSuffix = $portVersion
lib:libgif$secondaryArchSuffix = 6.0.1 compat >= 6
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
giflib6${secondaryArchSuffix}_devel = $portVersion compat >= 5
devel:libgif$secondaryArchSuffix = 6.0.1 compat >= 6
"
REQUIRES_devel="
giflib6$secondaryArchSuffix == $portVersion base
"
CONFLICTS_devel="
giflib${secondaryArchSuffix}_devel
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -49,8 +59,6 @@ BUILD_PREREQUIRES="
cmd:grep
"
PATCHES="giflib-5.0.5.patch"
BUILD()
{
runConfigure ./configure
@@ -72,16 +80,3 @@ INSTALL()
packageEntries devel \
$developDir
}
PROVIDES_devel="
giflib6${secondaryArchSuffix}_devel = $portVersion compat >= 5
devel:libgif$secondaryArchSuffix = 6.0.1 compat >= 6
"
REQUIRES_devel="
giflib6$secondaryArchSuffix == $portVersion base
"
CONFLICTS_devel="
giflib${secondaryArchSuffix}_devel
"

View File

@@ -1,15 +1,12 @@
SUMMARY="OpenGL Mathematics"
DESCRIPTION="
GLM is a header only library, there is nothing to build, just include it.
"
LICENSE="MIT"
COPYRIGHT="
2005-2014 G-Truc Creation
"
SUMMARY="OpenGL Mathematics library"
DESCRIPTION="GLM is a header only library, there is nothing to build, just \
include it."
HOMEPAGE="http://glm.g-truc.net"
COPYRIGHT="2005-2014 G-Truc Creation"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/ogl-math/glm-$portVersion/glm-${portVersion}.zip"
CHECKSUM_SHA256="1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8"
REVISION="1"
SOURCE_DIR="glm"
ARCHITECTURES="x86 x86_gcc2 x86_64"
@@ -22,12 +19,19 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
"
PROVIDES_devel="
glm${secondaryArchSuffix}_devel = $portVersion
"
REQUIRES_devel="
glm$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libgl$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES=""
BUILD()
{
@@ -42,12 +46,3 @@ INSTALL()
packageEntries devel $developDir
}
# ----- devel package -------------------------------------
PROVIDES_devel="
glm${secondaryArchSuffix}_devel = $portVersion
"
REQUIRES_devel="
glm$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,13 +1,11 @@
SUMMARY="library for encoding and decoding WebP image files"
DESCRIPTION="
A library for encoding and decoding WebP image files.
"
SUMMARY="A library for encoding/decoding WebP images"
DESCRIPTION="A library for encoding and decoding WebP image files."
HOMEPAGE="http://code.google.com/p/webp"
COPYRIGHT="2011 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://webp.googlecode.com/files/libwebp-0.3.1.tar.gz"
CHECKSUM_SHA256="b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7"
LICENSE="BSD (3-clause)"
COPYRIGHT="2011 Google Inc."
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -18,7 +16,6 @@ PROVIDES="
cmd:cwebp$secondaryArchSuffix
cmd:dwebp$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
@@ -27,13 +24,20 @@ REQUIRES="
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.3
devel:libwebp$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libwebp$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:libjpeg$secondaryArchSuffix
devel:libgif$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -63,12 +67,3 @@ INSTALL()
packageEntries devel \
$developDir
}
PROVIDES_devel="
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.3
devel:libwebp$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libwebp$secondaryArchSuffix == $portVersion base
"