Merge pull request #371 from dash102/master

Reformat 10 Recipes #2
This commit is contained in:
waddlesplash
2015-12-28 14:03:04 -05:00
10 changed files with 160 additions and 201 deletions

View File

@@ -4,14 +4,13 @@ character set and encoding of text files and can also convert them to other \
encodings using either a built-in converter or external libraries and tools \
like libiconv, librecode, or cstocs."
HOMEPAGE="http://cihar.com/software/enca/"
COPYRIGHT="
2000-2003 David Necas (Yeti)
2009-2013 Michal Cihar
"
COPYRIGHT="2000-2003 David Necas (Yeti)
2009-2013 Michal Cihar"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://dl.cihar.com/enca/enca-$portVersion.tar.bz2"
CHECKSUM_SHA256="bba29ceb57e7989b89a5a28a97573ae55f46b40fb96f18d83a1d08a205752bc6"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -29,6 +28,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
"
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libiconv$secondaryArchSuffix
@@ -65,13 +73,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
enca${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libenca$secondaryArchSuffix = 0.5.1 compat >= 0
"
REQUIRES_devel="
enca$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,16 +1,13 @@
SUMMARY="Library for handling paper characteristics"
DESCRIPTION="
The libpaper paper-handling library automates recognition of many different \
paper types and sizes for programs that need to deal with printed output.
"
DESCRIPTION="The libpaper paper-handling library automates recognition of many different \
paper types and sizes for programs that need to deal with printed output."
HOMEPAGE="http://packages.debian.org/unstable/source/libpaper"
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_SHA256="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e"
LICENSE="GNU GPL v2"
COPYRIGHT="1996 Yves Arrouye
2000 Adrian Bunk"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.24.tar.gz"
CHECKSUM_SHA256="38ac28114673d4b175a939d981e0477a0ed9bcaab27033522ecb2ca78ee90c7e"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -22,15 +19,21 @@ PROVIDES="
cmd:paperconf$secondaryArchSuffix
cmd:paperconfig$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
"
PROVIDES_devel="
libpaper${secondaryArchSuffix}_devel = $portVersion
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
"
REQUIRES_devel="
libpaper$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
@@ -67,15 +70,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libpaper${secondaryArchSuffix}_devel = $portVersion
devel:libpaper$secondaryArchSuffix = 1.1.24 compat >= 1
"
REQUIRES_devel="
# haiku${secondaryArchSuffix}_devel
libpaper$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,21 +1,20 @@
SUMMARY="A BSD licensed replacement for the GNU readline library"
DESCRIPTION="
This is an autotool- and libtoolized port of the NetBSD Editline library \
DESCRIPTION="This is an autotool- and libtoolized port of the NetBSD Editline library \
(libedit). This Berkeley-style licensed command line editor library provides \
generic line editing, history, and tokenization functions, similar to those \
found in GNU Readline.
"
LICENSE="BSD (3-clause)"
COPYRIGHT="1992-2014 The NetBSD Foundation, Inc."
found in GNU Readline."
HOMEPAGE="http://www.thrysoee.dk/editline/"
COPYRIGHT="1992-2014 The NetBSD Foundation, Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://www.thrysoee.dk/editline/libedit-20141030-3.1.tar.gz"
CHECKSUM_SHA256="9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40"
REVISION="1"
SOURCE_DIR="libedit-20141029-3.1"
PATCHES="libedit-2014_10_30_3.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PATCHES="libedit-2014_10_30_3.1.patchset"
PROVIDES="
libedit$secondaryArchSuffix = $portVersion
lib:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
@@ -24,11 +23,20 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
"
PROVIDES_devel="
libedit${secondaryArchSuffix}_devel = $portVersion
devel:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
"
REQUIRES_devel="
libedit$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libncurses$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:aclocal
cmd:autoreconf
cmd:gcc$secondaryArchSuffix
@@ -38,8 +46,6 @@ BUILD_PREREQUIRES="
cmd:sed
"
SOURCE_DIR="libedit-20141029-3.1"
BUILD()
{
autoreconf --force --install
@@ -64,14 +70,3 @@ TEST()
{
make check
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libedit${secondaryArchSuffix}_devel = $portVersion
devel:libedit$secondaryArchSuffix = 0.0.52 compat >= 0
"
REQUIRES_devel="
libedit$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,33 +1,37 @@
SUMMARY="An easy to understand, use, integrate, and expand SSL library"
DESCRIPTION="
PolarSSL is a official continuation fork of the XySSL SSL library. \
DESCRIPTION="PolarSSL is a official continuation fork of the XySSL SSL library. \
XySSL was created by the french white hat hacker Christophe Devine \
and was first released on November 1, 2006 under the GPL and BSD \
licenses. The core SSL library is written in C without external \
dependencies.
"
dependencies."
HOMEPAGE="https://www.polarssl.org"
COPYRIGHT="2008-2014 Offspark B.V."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://polarssl.org/download/polarssl-${portVersion}-gpl.tgz"
CHECKSUM_SHA256="d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755"
LICENSE="GNU GPL v2"
COPYRIGHT="
2008-2014 Offspark B.V.
"
REVISION="1"
PATCHES="polarssl-$portVersion.patchset"
ARCHITECTURES="?x86_gcc2 x86 x86_64 arm"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
PATCHES="polarssl-$portVersion.patchset"
PROVIDES="
polarssl$secondaryArchSuffix = $portVersion compat >= 1
lib:libpolarssl$secondaryArchSuffix = 7.3.9 compat >= 7
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix >= 1.2.3
"
PROVIDES_devel="
polarssl${secondaryArchSuffix}_devel = $portVersion
devel:libpolarssl${secondaryArchSuffix} = 7.3.9 compat >= 7
"
REQUIRES_devel="
polarssl${secondaryArchSuffix} == $portVersion base
"
BUILD_REQUIRES="
devel:libz$secondaryArchSuffix >= 1.2.3
"
@@ -71,13 +75,3 @@ TEST()
{
make test
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
polarssl${secondaryArchSuffix}_devel = $portVersion
devel:libpolarssl${secondaryArchSuffix} = 7.3.9 compat >= 7
"
REQUIRES_devel="
polarssl${secondaryArchSuffix} == $portVersion base
"

View File

@@ -1,22 +1,20 @@
SUMMARY="An open source MPEG-4 and MPEG-2 AAC decoder"
DESCRIPTION="
This is an open source MPEG-4 and MPEG-4 ACC decoder programmed in C \
DESCRIPTION="This is an open source MPEG-4 and MPEG-4 ACC decoder programmed in C \
and used in FAAC (freeware Advanced Audio Coder). It is used with the FAAC \
encoder and can be compile on various platforms. It supports MPEG-4 audio \
object types including LC, Main, LTP, LD, ER, SBR and PS. It contains a \
library (libfaad) that may be used by other programs."
HOMEPAGE="http://www.audiocoding.com/"
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/faac/faad2-2.7.tar.gz"
CHECKSUM_SHA256="ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330"
REVISION="1"
LICENSE="GNU GPL v2"
COPYRIGHT="2003-2005 M. Bakker, Nero AG."
PATCHES="faad2-2.7.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="faad2-2.7.patch"
PROVIDES="
faad2$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
@@ -25,8 +23,20 @@ PROVIDES="
REQUIRES="
haiku${secondaryArchSuffix}
"
PROVIDES_devel="
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
devel:libmp4ff$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
faad2$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:libtool
cmd:aclocal
cmd:autoconf
@@ -62,14 +72,3 @@ INSTALL()
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
faad2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libfaad$secondaryArchSuffix = 2.0.0 compat >= 2
devel:libmp4ff$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
faad2$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,15 +1,14 @@
SUMMARY="A library implementing the EBU R128 loudness standard"
DESCRIPTION="
libebur128 is a library that implements the EBU R 128 standard for loudness \
normalisation.
"
DESCRIPTION="libebur128 is a library that implements the EBU R 128 standard for loudness \
normalisation. It supports all samplerates by recalculation of the filter coefficients."
HOMEPAGE="https://github.com/jiixyj/libebur128"
LICENSE="MIT"
COPYRIGHT="2011 Jan Kokemüller"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="$portVersionedName.tar.gz"
CHECKSUM_SHA256="01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/jiixyj/libebur128/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336"
SOURCE_FILENAME="$portVersionedName.tar.gz"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
@@ -22,9 +21,17 @@ REQUIRES="
"
# lib:libspeexdsp$secondaryArchSuffix
BUILD_REQUIRES="
PROVIDES_devel="
libebur128${secondaryArchSuffix}_devel = $portVersion
devel:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libebur128$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
# devel:libspeexdsp$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -61,13 +68,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libebur128${secondaryArchSuffix}_devel = $portVersion
devel:libebur128$secondaryArchSuffix = 1.0.1 compat >= 1
"
REQUIRES_devel="
libebur128$secondaryArchSuffix == $portVersion
"

View File

@@ -1,16 +1,16 @@
SUMMARY="Simple Direct Media Layer 2.0"
DESCRIPTION="
Simple DirectMedia Layer is a cross-platform development library designed to \
DESCRIPTION="Simple DirectMedia Layer is a cross-platform development library designed to \
provide low level access to audio, keyboard, mouse, joystick, and graphics \
hardware via OpenGL and Direct3D. It is used by video playback software, \
emulators, and popular games.
"
emulators, and popular games."
HOMEPAGE="http://www.libsdl.org/"
COPYRIGHT="1997-2013 Sam Lantinga"
LICENSE="Zlib"
REVISION="4"
SOURCE_URI="http://www.libsdl.org/release/SDL2-2.0.1.tar.gz"
CHECKSUM_SHA256="0ae7e902a26777614a011fe7053ca7e8b14843db3c42ca117564d208cf6732f0"
REVISION="4"
LICENSE="Zlib"
COPYRIGHT="1997-2013 Sam Lantinga"
SOURCE_DIR="SDL2-$portVersion"
PATCHES="libsdl2-2.0.1.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -22,7 +22,6 @@ PROVIDES="
lib:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
lib:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
@@ -33,15 +32,27 @@ REQUIRES="
lib:libltdl$secondaryArchSuffix
"
PROVIDES_devel="
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2main$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_test$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
devel:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
"
REQUIRES_devel="
libsdl2$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libGL$secondaryArchSuffix
devel:libglu$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
"
# devel:libtiff$secondaryArchSuffix # haiku_devel missing devel_libtiff
"
BUILD_PREREQUIRES="
cmd:autoconf
cmd:libtool
@@ -52,10 +63,6 @@ BUILD_PREREQUIRES="
cmd:which
"
SOURCE_DIR="SDL2-$portVersion"
PATCHES="libsdl2-2.0.1.patchset"
BUILD()
{
sh autogen.sh
@@ -80,18 +87,3 @@ INSTALL()
packageEntries devel \
$developDir $binDir/sdl2-config $dataDir
}
# ----- devel package -------------------------------------
PROVIDES_devel="
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2main$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_test$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
devel:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
"
REQUIRES_devel="
libsdl2$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,20 +1,17 @@
SUMMARY="Lightweight PNG C library"
DESCRIPTION="
pnglite is a small and simple library for loading and writing PNG images.
"
DESCRIPTION="pnglite is a small and simple library for loading and writing PNG images. \
It was created as a substitute for libpng in situations when libpng is more than enough."
HOMEPAGE="http://sourceforge.net/projects/pnglite"
COPYRIGHT="
2007 Daniel Karling
"
COPYRIGHT="2007 Daniel Karling"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="http://prdownloads.sourceforge.net/pnglite/pnglite-$portVersion.zip"
CHECKSUM_SHA256="6444b13b9ec5b6f9de8f72513a00870325779e3b05bfcf554edb1ab0c90f5962"
REVISION="1"
SOURCE_DIR=""
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SOURCE_DIR=""
PROVIDES="
pnglite$secondaryArchSuffix = $portVersion
lib:libpnglite$secondaryArchSuffix = $portVersion
@@ -23,6 +20,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libz$secondaryArchSuffix >= 1.0.4
@@ -55,13 +61,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
pnglite${secondaryArchSuffix}_devel = $portVersion
devel:libpnglite$secondaryArchSuffix = $portVersion
"
REQUIRES_devel="
pnglite$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,20 +1,18 @@
SUMMARY="An IRC client library"
DESCRIPTION="
libircclient is a library implementing the client-server IRC protocol.
"
DESCRIPTION="libircclient is a library implementing the client-server IRC protocol. \
It is designed to be small, fast, portable and compatible with the RFC standards \
as well as non-standard but popular features. It is perfect for building the IRC clients and bots."
HOMEPAGE="http://sourceforge.net/projects/libircclient/"
COPYRIGHT="
2004-2012 George Yunaev
"
COPYRIGHT="2004-2012 George Yunaev"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/project/libircclient/libircclient/$portVersion/libircclient-$portVersion.tar.gz"
CHECKSUM_SHA256="2cf8523ac683588f2785b08159a2df3e4d15939ee655c0024aa86334149de8f6"
REVISION="1"
PATCHES="libircclient-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libircclient-$portVersion.patchset"
PROVIDES="
libircclient$secondaryArchSuffix = $portVersion compat >= 1
lib:libircclient$secondaryArchSuffix = 1
@@ -23,6 +21,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
"
PROVIDES_devel="
libircclient${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libircclient$secondaryArchSuffix = 1
"
REQUIRES_devel="
libircclient$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
@@ -57,13 +64,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libircclient${secondaryArchSuffix}_devel = $portVersion compat >= 1
devel:libircclient$secondaryArchSuffix = 1
"
REQUIRES_devel="
libircclient$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,13 +1,14 @@
SUMMARY="OpenGL Utility Library"
DESCRIPTION="
OpenGL Utility Library.
"
DESCRIPTION="The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL. \
It consists of a number of functions that use the base OpenGL library to provide \
higher-level drawing routines from the more primitive routines that OpenGL provides."
HOMEPAGE="http://freedesktop.org"
COPYRIGHT="1999-2012 Brian Paul and others"
LICENSE="MIT"
REVISION="3"
SOURCE_URI="ftp://freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz"
CHECKSUM_SHA256="4387476a1933f36fec1531178ea204057bbeb04cc2d8396c9ea32720a1f7e264"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -19,6 +20,15 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libGL${secondaryArchSuffix}
"
PROVIDES_devel="
glu${secondaryArchSuffix}_devel = $portVersion
devel:libGLU$secondaryArchSuffix = 1.3.1 compat >= 1
"
REQUIRES_devel="
glu$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libGL$secondaryArchSuffix
@@ -52,13 +62,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
glu${secondaryArchSuffix}_devel = $portVersion
devel:libGLU$secondaryArchSuffix = 1.3.1 compat >= 1
"
REQUIRES_devel="
glu$secondaryArchSuffix == $portVersion base
"