De-lint recipes.

*	libfreehand
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmspub
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmtp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libmwaw
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libodfgen
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libprefs
	Removed e-mail from COPYRIGHT.
	Improved DESCRIPTION.
	Re-ordered blocks.

*	librevenge
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	librsync
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libssh2
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libupnp
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libvisio
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	libwps
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mda_vst
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	mtr
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	ragel
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	soxr
	Improved SUMMARY/DESCRIPTION
	Removed e-mail from COPYRIGHT.
	Re-ordered blocks.

*	waveview
	Removed e-mail from COPYRIGHT.
	Removed duplicate REQUIRES.
	Re-ordered blocks.

*	whisper
	Removed e-mail from COPYRIGHT.
	Added REQUIRES.
	Re-ordered blocks.
This commit is contained in:
Humdinger
2015-08-03 17:43:12 +02:00
parent ceeba65f25
commit cedb985ceb
19 changed files with 315 additions and 412 deletions

View File

@@ -5,9 +5,14 @@ updates of a file, without requiring the old and new versions to \
both be presentat the sending end. The library uses a \"streaming\" \
design similar to that of zlib with the aim of allowing it to be embedded \
into many different applications."
HOMEPAGE="http://librsync.sourcefrog.net"
COPYRIGHT="1995 Patrick Powell
1996-1999 Andrew Tridgell
1996 Paul Mackerras
1999-2014 Martin Pool
2002-2003 Donovan Baarda"
LICENSE="GNU LGPL v2.1"
REVISION="1"
# Unfortunately the maintainer of librsync did not publish a tag or released
# tarball for the 1.0.0 release (yet?). Use a static tarball with Git hash
# for now (which comparing to directly cloning allows for double-checking
@@ -18,29 +23,36 @@ GIT_HASH='02f1cc19182845d37cfb6a893f54af220a294ce7'
SOURCE_FILENAME="librsync-${portVersion}-${GIT_HASH}.tar.gz"
SOURCE_URI="https://github.com/librsync/librsync/archive/${GIT_HASH}.tar.gz"
CHECKSUM_SHA256='25d046a8cbc6e075cc68925b5070c1f0e731e3a018446f6bda20ec9723a5631a'
REVISION="1"
SOURCE_DIR="librsync-${GIT_HASH}"
PATCHES="librsync-${portVersion}.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1995 Patrick Powell <papowell@astart.com>
1996-1999 Andrew Tridgell <tridge@samba.org>
1996 Paul Mackerras
1999-2014 Martin Pool <mbp@sourcefrog.net>
2002-2003 Donovan Baarda <abo@minkirri.apana.org.au>
"
PROVIDES="
$portName = $portVersion
cmd:rdiff$secondaryArchSuffix = $portVersion
lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libpopt$secondaryArchSuffix
"
"
# Although the librsync soname is bumped to 2.0.0, it is purely an ABI change,
# so the compat level for the devel package remains at 1.
PROVIDES_devel="
${portName}_devel = $portVersion compat >= 1
devel:librsync$secondaryArchSuffix = 2.0.0 compat >= 1
"
REQUIRES_devel="
librsync$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libpopt$secondaryArchSuffix
"
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
@@ -54,15 +66,7 @@ BUILD_PREREQUIRES="
cmd:perl
cmd:sed
cmd:which
"
PROVIDES="
$portName = $portVersion
cmd:rdiff$secondaryArchSuffix = $portVersion
lib:librsync$secondaryArchSuffix = 2.0.0 compat >= 2
"
PATCHES="librsync-${portVersion}.patchset"
"
BUILD()
{
@@ -85,14 +89,3 @@ TEST()
{
make check
}
# Although the librsync soname is bumped to 2.0.0, it is purely an ABI change,
# so the compat level for the devel package remains at 1.
PROVIDES_devel="
${portName}_devel = $portVersion compat >= 1
devel:librsync$secondaryArchSuffix = 2.0.0 compat >= 1
"
REQUIRES_devel="
librsync$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,26 +1,22 @@
SUMMARY="A SSH2 library"
DESCRIPTION="
libssh2 is a library implementing the SSH2 protocol, available under \
the revised BSD license.
"
DESCRIPTION="libssh2 is a library implementing the SSH2 protocol, available \
under the revised BSD license."
HOMEPAGE="http://www.libssh2.org"
COPYRIGHT="
2004-2007 Sara Golemon <sarag@libssh2.org>
2005,2006 Mikhail Gusarov <dottedmag@dottedmag.net>
COPYRIGHT="2004-2007 Sara Golemon
2005,2006 Mikhail Gusarov
2006-2007 The Written Word, Inc.
2007 Eli Fant <elifantu@mail.ru>
2007 Eli Fant
2009 Daniel Stenberg
2008, 2009 Simon Josefsson
"
2008, 2009 Simon Josefsson"
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://www.libssh2.org/download/libssh2-$portVersion.tar.gz"
CHECKSUM_SHA256="83196badd6868f5b926bdac8017a6f90fb8a90b16652d3bf02df0330d573d0fc"
REVISION="1"
PATCHES="libssh2-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libssh2-$portVersion.patchset"
PROVIDES="
libssh2$secondaryArchSuffix = $portVersion compat >= 1.4
lib:libssh2$secondaryArchSuffix = 1.0.1 compat >= 1
@@ -31,6 +27,15 @@ REQUIRES="
lib:libssl$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libssh2${secondaryArchSuffix}_devel = $portVersion compat >= 1.4
devel:libssh2$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libssh2$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
@@ -67,13 +72,3 @@ INSTALL()
$developDir \
$manDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libssh2${secondaryArchSuffix}_devel = $portVersion compat >= 1.4
devel:libssh2$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libssh2$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,21 +1,19 @@
SUMMARY="Portable SDK for UPnP* Devices"
DESCRIPTION="
The Portable SDK for UPnP Devices is an SDK for development of UPnP device \
and control point applications. It consists of the core UPnP \
DESCRIPTION="The Portable SDK for UPnP Devices is an SDK for development of \
UPnP device and control point applications. It consists of the core UPnP \
protocols along with a UPnP-specific eXtensible Markup Language (XML) parser \
supporting the Document Object Model (DOM) Level 2 API and an optional, \
integrated mini web server for serving UPnP related documents.
"
integrated mini web server for serving UPnP related documents."
HOMEPAGE="http://pupnp.sourceforge.net"
COPYRIGHT="2000-2003 Intel Corporation
2005-2006 Rémi Turboult
2006 Michel Pfeiffer and others"
LICENSE="BSD (3-clause)"
COPYRIGHT="
2000-2003 Intel Corporation
2005-2006 Rémi Turboult <r3mi@users.sourceforge.net>
2006 Michel Pfeiffer and others <virtual_worlds@gmx.de>
"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$portVersion/libupnp-$portVersion.tar.bz2"
CHECKSUM_SHA256="b3142b39601243b50532eec90f4a27dba85eb86f58d4b849ac94edeb29d9b22a"
REVISION="1"
PATCHES="libupnp-$portVersion.patchset"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -24,18 +22,26 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
fi
SECONDARY_ARCHITECTURES="x86"
PATCHES="libupnp-$portVersion.patchset"
PROVIDES="
libupnp$secondaryArchSuffix = $portVersion
lib:libupnp$secondaryArchSuffix = 6.3.3 compat >= 6
lib:libixml$secondaryArchSuffix = 2.0.8 compat >= 2
lib:libthreadutil$secondaryArchSuffix = 6.0.4 compat >= 6
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libupnp${secondaryArchSuffix}_devel = $portVersion
devel:libupnp$secondaryArchSuffix = 6.3.3 compat >= 6
devel:libixml$secondaryArchSuffix = 2.0.8 compat >= 2
devel:libthreadutil$secondaryArchSuffix = 6.0.4 compat >= 6
"
REQUIRES_devel="
libupnp$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
@@ -71,16 +77,3 @@ TEST()
{
make check
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libupnp${secondaryArchSuffix}_devel = $portVersion
devel:libupnp$secondaryArchSuffix = 6.3.3 compat >= 6
devel:libixml$secondaryArchSuffix = 2.0.8 compat >= 2
devel:libthreadutil$secondaryArchSuffix = 6.0.4 compat >= 6
"
REQUIRES_devel="
libupnp$secondaryArchSuffix == $portVersion base
"