mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
De-lint recipes.
* allegro Don't start SUMMARY with app name. Re-ordered blocks * bzip2 Don't start SUMMARY with app name. Re-ordered blocks * caya Don't start SUMMARY with app name. Re-ordered blocks * clucene Don't start SUMMARY with app name. Re-ordered blocks * cyassl Don't start SUMMARY with app name. Re-ordered blocks * digiclock Don't start SUMMARY with app name. Re-ordered blocks * dockbert Don't start SUMMARY with app name. Re-ordered blocks * docutils Don't start SUMMARY with app name. Re-ordered blocks * dos2unix Don't start SUMMARY with app name. Re-ordered blocks * ducksaver Don't start SUMMARY with app name. Re-ordered blocks * erlang Don't start SUMMARY with app name. Re-ordered blocks * fdupes Don't start SUMMARY with app name. Re-ordered blocks * figlet (old BEP style) Don't start SUMMARY with app name. Re-ordered blocks * flac Don't start SUMMARY with app name. Re-ordered blocks * gdal Don't start SUMMARY with app name. Re-ordered blocks * gemrb Don't start SUMMARY with app name. Re-ordered blocks * giflib Don't start SUMMARY with app name. Re-ordered blocks * glib Don't start SUMMARY with app name. Re-ordered blocks * globe Don't start SUMMARY with app name. Re-ordered blocks * gmp Don't start SUMMARY with app name. Re-ordered blocks
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
SUMMARY="CyaSSL embedded SSL implementation"
|
||||
DESCRIPTION="
|
||||
A lightweight yet fully functional embedded SSL implementation.
|
||||
"
|
||||
SUMMARY="An embedded SSL implementation"
|
||||
DESCRIPTION="A lightweight yet fully functional embedded SSL implementation."
|
||||
HOMEPAGE="http://yassl.com"
|
||||
COPYRIGHT="2006-2013 Sawtooth Consulting Ltd."
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://yassl.com/cyassl-2.8.0.zip"
|
||||
CHECKSUM_SHA256="94dcac2dfa87b8474815241eee50f7192e7f315c8173ec209d2a3f752bba9a8d"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="2006-2013 Sawtooth Consulting Ltd."
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86_gcc2 ?x86"
|
||||
@@ -21,10 +19,9 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
@@ -34,8 +31,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:dos2unix
|
||||
"
|
||||
|
||||
|
||||
DEPEND="app-text/dos2unix >= 1.0"
|
||||
# DEPEND="app-text/dos2unix >= 1.0"
|
||||
BUILD()
|
||||
{
|
||||
dos2unix *
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SUMMARY="GLib is a cross-platform software utility library"
|
||||
SUMMARY="A cross-platform software utility library"
|
||||
DESCRIPTION="GLib is a cross-platform software utility library that began as \
|
||||
part of the GTK+ project. However, before releasing version 2 of GTK+, the \
|
||||
project's developers decided to separate non-GUI-specific code from the GTK+ \
|
||||
@@ -6,21 +6,21 @@ platform, thus creating GLib as a separate product. GLib was released as a \
|
||||
separate library so other developers, those who did not make use of the \
|
||||
GUI-related portions of GTK+, could make use of the non-GUI portions of the \
|
||||
library without the overhead of depending on the entire GUI library.
|
||||
|
||||
Since GLib is a cross-platform library, applications using it to interface \
|
||||
with the operating system are usually portable across different operating \
|
||||
systems without major changes
|
||||
"
|
||||
systems without major changes"
|
||||
HOMEPAGE="http://www.gtk.org/"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/gnome/sources/glib/1.2/glib-1.2.10.tar.gz"
|
||||
CHECKSUM_SHA256="6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f"
|
||||
LICENSE="GNU LGPL v2"
|
||||
COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
||||
1991-2002 Free Software Foundation, Inc.
|
||||
1997-2002 University of Cambridge.
|
||||
1998-2001, 2003-2010 Red Hat, Inc.
|
||||
1995-2002 Several others"
|
||||
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/gnome/sources/glib/1.2/glib-1.2.10.tar.gz"
|
||||
CHECKSUM_SHA256="6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f"
|
||||
PATCHES="glib-1.2.10.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -34,15 +34,27 @@ PROVIDES="
|
||||
lib:libgthread$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libgthread_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
glib${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
cmd:glib_config$secondaryArchSuffix = $portVersion
|
||||
devel:libglib$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libglib_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgmodule$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgmodule_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgthread$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgthread_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
glib$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -55,8 +67,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
"
|
||||
|
||||
PATCHES="glib-1.2.10.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
@@ -92,20 +102,3 @@ INSTALL()
|
||||
$developDir $binDir \
|
||||
$manDir $infoDir $dataDir
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
glib${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
cmd:glib_config$secondaryArchSuffix = $portVersion
|
||||
devel:libglib$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libglib_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgmodule$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgmodule_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgthread$secondaryArchSuffix = $portVersion compat >= 1
|
||||
devel:libgthread_1.2$secondaryArchSuffix = $portVersion compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
glib$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,29 +1,41 @@
|
||||
SUMMARY="GMP - GNU Multiple Precision Arithmetic Library"
|
||||
DESCRIPTION="
|
||||
The GNU Multiple Precision Arithmetic Library (GMP) is a free library for \
|
||||
arbitrary-precision arithmetic, operating on signed integers, rational numbers, \
|
||||
and floating point numbers. There are no practical limits to the precision \
|
||||
except the ones implied by the available memory in the machine GMP runs on \
|
||||
(operand dimension limit is 2^(32)-1 bits on 32-bit machines and 2^37 bits on \
|
||||
64-bit machines). GMP has a rich set of functions, and the functions have a \
|
||||
regular interface. The basic interface is for C but wrappers exist for other \
|
||||
languages including Ada, C++, C#, OCaml, Perl, PHP, and Python.
|
||||
"
|
||||
SUMMARY="The GNU multiple precision arithmetic library"
|
||||
DESCRIPTION="The GNU Multiple Precision Arithmetic Library (GMP) is a free \
|
||||
library for arbitrary-precision arithmetic, operating on signed integers, \
|
||||
rational numbers, and floating point numbers.
|
||||
|
||||
There are no practical limits to the precision except the ones implied by \
|
||||
the available memory in the machine GMP runs on (operand dimension limit is \
|
||||
2^(32)-1 bits on 32-bit machines and 2^37 bits on 64-bit machines).
|
||||
GMP has a rich set of functions, and the functions have a regular interface. \
|
||||
The basic interface is for C but wrappers exist for other languages including \
|
||||
Ada, C++, C#, OCaml, Perl, PHP, and Python."
|
||||
HOMEPAGE="http://gmplib.org/"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.xz"
|
||||
CHECKSUM_SHA256="dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071"
|
||||
COPYRIGHT="1991-2013 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
COPYRIGHT="1991-2013 Free Software Foundation, Inc."
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.xz"
|
||||
CHECKSUM_SHA256="dee2eda37f4ff541f30019932db0c37f6f77a30ba3609234933b1818f9b07071"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
PROVIDES="gmp$secondaryArchSuffix = $portVersion compat >= 5.1
|
||||
|
||||
PROVIDES="
|
||||
gmp$secondaryArchSuffix = $portVersion compat >= 5.1
|
||||
lib:libgmp$secondaryArchSuffix = 10.1.3 compat >= 10
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gmp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgmp$secondaryArchSuffix = 10.1.3 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gmp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -61,13 +73,3 @@ TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
|
||||
# ----- devel package
|
||||
|
||||
PROVIDES_devel="
|
||||
gmp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgmp$secondaryArchSuffix = 10.1.3 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gmp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,33 +1,41 @@
|
||||
SUMMARY="GMP - GNU Multiple Precision Arithmetic Library"
|
||||
DESCRIPTION="
|
||||
The GNU Multiple Precision Arithmetic Library (GMP) is a free library for \
|
||||
arbitrary-precision arithmetic, operating on signed integers, rational numbers, \
|
||||
and floating point numbers. There are no practical limits to the precision \
|
||||
except the ones implied by the available memory in the machine GMP runs on \
|
||||
(operand dimension limit is 2^(32)-1 bits on 32-bit machines and 2^37 bits on \
|
||||
64-bit machines).
|
||||
GMP has a rich set of functions, and the functions have a \
|
||||
regular interface. The basic interface is for C but wrappers exist for other \
|
||||
languages including Ada, C++, C#, OCaml, Perl, PHP, and Python.
|
||||
"
|
||||
SUMMARY="The GNU multiple precision arithmetic library"
|
||||
DESCRIPTION="The GNU Multiple Precision Arithmetic Library (GMP) is a free \
|
||||
library for arbitrary-precision arithmetic, operating on signed integers, \
|
||||
rational numbers, and floating point numbers.
|
||||
|
||||
There are no practical limits to the precision except the ones implied by \
|
||||
the available memory in the machine GMP runs on (operand dimension limit is \
|
||||
2^(32)-1 bits on 32-bit machines and 2^37 bits on 64-bit machines).
|
||||
GMP has a rich set of functions, and the functions have a regular interface. \
|
||||
The basic interface is for C but wrappers exist for other languages including \
|
||||
Ada, C++, C#, OCaml, Perl, PHP, and Python."
|
||||
HOMEPAGE="http://gmplib.org/"
|
||||
COPYRIGHT="1991-2014 Free Software Foundation, Inc."
|
||||
LICENSE="GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnu.org/gnu/gmp/gmp-6.0.0a.tar.xz"
|
||||
CHECKSUM_SHA256="9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
GNU LGPL v3
|
||||
"
|
||||
COPYRIGHT="1991-2014 Free Software Foundation, Inc."
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="gmp$secondaryArchSuffix = $portVersion compat >= 6.0
|
||||
PROVIDES="
|
||||
gmp$secondaryArchSuffix = $portVersion compat >= 6.0
|
||||
lib:libgmp$secondaryArchSuffix = 10.2.0 compat >= 10
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
gmp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgmp$secondaryArchSuffix = 10.2.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gmp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
@@ -65,13 +73,3 @@ TEST()
|
||||
{
|
||||
make $jobArgs check
|
||||
}
|
||||
|
||||
# ----- devel package
|
||||
|
||||
PROVIDES_devel="
|
||||
gmp${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libgmp$secondaryArchSuffix = 10.2.0 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gmp$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user