mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
De-lint recipes.
* gnash Don't start SUMMARY with app name Re-ordered blocks * gophernicus Don't start SUMMARY with app name Re-ordered blocks * harfbuzz Don't start SUMMARY with app name Re-ordered blocks * inconsolata Don't start SUMMARY with app name Re-ordered blocks * indent Don't start SUMMARY with app name Re-ordered blocks Fixed (SECONDARY_)ARCHITECTURES and PROVIDES * inputproto Don't start SUMMARY with app name Improved SUMMARY and DESCRIPTION Re-ordered blocks * jamvm Don't start SUMMARY with app name Removed "DEPEND" Re-ordered blocks * jpeg Don't start SUMMARY with app name Re-ordered blocks * jgmod Don't start SUMMARY with app name Re-ordered blocks * kbproto Don't start SUMMARY with app name Re-ordered blocks * kdiff3 Don't start SUMMARY with app name Re-ordered blocks * libdom Don't start SUMMARY with app name Re-ordered blocks Removed $secondaryArchSuffix as there are no 2nd archs declared * libdvdcss Don't start SUMMARY with app name Re-ordered blocks * libdwarf Don't start SUMMARY with app name Re-ordered blocks * libevent Minor cosmetics Re-ordered blocks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="libdwarf and dwarfdump for working with DWARF"
|
||||
SUMMARY="Libraries to dump and manipulate DWARF data"
|
||||
DESCRIPTION="DWARF is a widely used, standardized debugging data format. \
|
||||
DWARF was originally designed along with Executable and Linkable Format (ELF),\
|
||||
although it is independent of object file formats. The name is a medieval \
|
||||
@@ -25,23 +25,20 @@ file, but dwarfdump2 does a better job in some respects.
|
||||
This package includes dwarfdump2 and libdwarf, although the source package has \
|
||||
been patched to make dwarfdump and dwarfgen Haiku compatible as well."
|
||||
HOMEPAGE="http://www.prevanders.net/dwarf.html"
|
||||
COPYRIGHT="2000,2002,2004,2005 Silicon Graphics, Inc.
|
||||
2007-2010 David Anderson
|
||||
2007-2010 Sun Microsystems, Inc."
|
||||
LICENSE="GNU GPL v2
|
||||
GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.prevanders.net/libdwarf-20130729.tar.gz"
|
||||
CHECKSUM_SHA256="b6455d8616baf2883e2af91f006d6cbd583128fdfff46e3d1fae460bc223bb7b"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
"
|
||||
COPYRIGHT="
|
||||
2000,2002,2004,2005 Silicon Graphics, Inc. All Rights Reserved.
|
||||
2007-2010 David Anderson. All Rights Reserved.
|
||||
2007-2010 Sun Microsystems, Inc. All rights reserved
|
||||
"
|
||||
REVISION="1"
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
SOURCE_DIR="dwarf-$portVersion"
|
||||
PATCHES="libdwarf-20130729.patch"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
lib:libdwarf$secondaryArchSuffix = $portVersion
|
||||
cmd:dwarfdump = $portVersion
|
||||
@@ -50,6 +47,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libelf$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libdwarf${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdwarf$secondaryArchSuffix = $portVersion
|
||||
@@ -57,6 +55,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
lib:libdwarf$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libelf$secondaryArchSuffix
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
SUMMARY="An event notification library"
|
||||
DESCRIPTION="The libevent API provides a mechanism to execute a callback function when a \
|
||||
specific event occurs on a file descriptor or after a timeout has been \
|
||||
reached. Furthermore, libevent also support callbacks due to signals or \
|
||||
regular timeouts.\
|
||||
DESCRIPTION="The libevent API provides a mechanism to execute a callback \
|
||||
function when a specific event occurs on a file descriptor or after a timeout \
|
||||
has been reached. Furthermore, libevent also support callbacks due to signals \
|
||||
or regular timeouts.
|
||||
|
||||
libevent is meant to replace the event loop found in event driven network \
|
||||
servers. An application just needs to call event_dispatch() and then add or \
|
||||
remove events dynamically without having to change the event loop."
|
||||
HOMEPAGE="http://www.libevent.org/"
|
||||
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and others"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://monkey.org/~provos/libevent-1.4.14b-stable.tar.gz"
|
||||
CHECKSUM_SHA256="afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"
|
||||
LICENSE="BSD (3-clause)"
|
||||
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and other contributors."
|
||||
|
||||
REVISION="1"
|
||||
SOURCE_DIR="libevent-${portVersion}-stable"
|
||||
PATCHES="libevent-1.4.14b.patch"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -30,11 +31,29 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
BUILD_REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
cmd:event_rpcgen.py
|
||||
lib:libevent_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_core_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_extra_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_core$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_extra$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_core_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_extra_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_core$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_extra$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libevent$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
@@ -43,9 +62,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
"
|
||||
SOURCE_DIR="libevent-${portVersion}-stable"
|
||||
|
||||
PATCHES="libevent-1.4.14b.patch"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -85,24 +101,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
cmd:event_rpcgen.py
|
||||
lib:libevent_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_core_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_extra_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_core$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
lib:libevent_extra$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_core_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_extra_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_core$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
devel:libevent_extra$secondaryArchSuffix = 2.2.0 compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libevent$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user