mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
De-Lint recipes.
* nasm Improved DESCRIPTION Re-ordering blocks * naspro Removed "." from SUMMARY Re-ordering blocks * netpbm Improved DESCRIPTION, COPYRIGHT Re-ordering blocks * netperf Removed "." from SUMMARY Re-ordering blocks * neverball Removed "." from SUMMARY Re-ordering blocks * nginx Improved DESCRIPTION Re-ordering blocks * nss Removed "." from SUMMARY Re-ordering blocks
This commit is contained in:
@@ -1,22 +1,23 @@
|
||||
SUMMARY="Mozilla's Network Security Services library that implements PKI support"
|
||||
DESCRIPTION="
|
||||
Network Security Services (NSS) is a set of libraries designed to support \
|
||||
cross-platform development of security-enabled client and server \
|
||||
SUMMARY="Mozilla's library that implements PKI support"
|
||||
DESCRIPTION="Network Security Services (NSS) is a set of libraries designed \
|
||||
to support cross-platform development of security-enabled client and server \
|
||||
applications. Applications built with NSS can support SSL v2 and v3, TLS, \
|
||||
PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and \
|
||||
other security standards.
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
other security standards."
|
||||
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
REVISION="1"
|
||||
NSS_VERSION=`echo $portVersion | sed 's/\./_/g'`
|
||||
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${NSS_VERSION}_RTM/src/nss-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="1d98ad1881a4237ec98cbe472fc851480f0b0e954dfe224d047811fb96ff9d79"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
PATCHES="nss-$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,7 +25,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
|
||||
PROVIDES="
|
||||
nss$secondaryArchSuffix = $portVersion compat >= 3
|
||||
@@ -97,6 +97,22 @@ REQUIRES="
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libnspr4${secondaryArchSuffix} >= 4
|
||||
@@ -111,8 +127,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="nss-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -160,20 +174,3 @@ TEST()
|
||||
echo TODO
|
||||
# TODO
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
SUMMARY="Mozilla's Network Security Services library that implements PKI support"
|
||||
DESCRIPTION="
|
||||
Network Security Services (NSS) is a set of libraries designed to support \
|
||||
cross-platform development of security-enabled client and server \
|
||||
SUMMARY="Mozilla's library that implements PKI support"
|
||||
DESCRIPTION="Network Security Services (NSS) is a set of libraries designed \
|
||||
to support cross-platform development of security-enabled client and server \
|
||||
applications. Applications built with NSS can support SSL v2 and v3, TLS, \
|
||||
PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and \
|
||||
other security standards.
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
other security standards."
|
||||
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
REVISION="1"
|
||||
NSS_VERSION=`echo $portVersion | sed 's/\./_/g'`
|
||||
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${NSS_VERSION}_RTM/src/nss-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="618db0fb2af9f6fc165934d509036b65efc78ab0ae118c06c9488bb667f21d40"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
PATCHES="nss-$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,7 +25,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
|
||||
PROVIDES="
|
||||
nss$secondaryArchSuffix = $portVersion compat >= 3
|
||||
@@ -97,6 +97,22 @@ REQUIRES="
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libnspr4${secondaryArchSuffix} >= 4
|
||||
@@ -111,8 +127,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="nss-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -160,20 +174,3 @@ TEST()
|
||||
echo TODO
|
||||
# TODO
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
SUMMARY="Mozilla's Network Security Services library that implements PKI support"
|
||||
DESCRIPTION="
|
||||
Network Security Services (NSS) is a set of libraries designed to support \
|
||||
cross-platform development of security-enabled client and server \
|
||||
SUMMARY="Mozilla's library that implements PKI support"
|
||||
DESCRIPTION="Network Security Services (NSS) is a set of libraries designed \
|
||||
to support cross-platform development of security-enabled client and server \
|
||||
applications. Applications built with NSS can support SSL v2 and v3, TLS, \
|
||||
PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and \
|
||||
other security standards.
|
||||
"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
other security standards."
|
||||
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
||||
COPYRIGHT="Mozilla Foundation"
|
||||
LICENSE="
|
||||
GNU GPL v2
|
||||
GNU LGPL v2.1
|
||||
MPL v2.0
|
||||
"
|
||||
REVISION="1"
|
||||
NSS_VERSION=`echo $portVersion | sed 's/\./_/g'`
|
||||
SOURCE_URI="https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${NSS_VERSION}_RTM/src/nss-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff"
|
||||
REVISION="1"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
PATCHES="nss-$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,7 +25,6 @@ if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||
fi
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
SOURCE_DIR="nss-$portVersion/nss"
|
||||
|
||||
PROVIDES="
|
||||
nss$secondaryArchSuffix = $portVersion compat >= 3
|
||||
@@ -97,6 +97,22 @@ REQUIRES="
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
lib:libz${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libnspr4${secondaryArchSuffix} >= 4
|
||||
@@ -111,8 +127,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="nss-$portVersion.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
@@ -160,20 +174,3 @@ TEST()
|
||||
echo TODO
|
||||
# TODO
|
||||
}
|
||||
|
||||
# ----- devel package -------------------------------------------------------
|
||||
|
||||
PROVIDES_devel="
|
||||
nss${secondaryArchSuffix}_devel = $portVersion compat >= 3
|
||||
devel:libfreebl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnss3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssckbi${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssdbm3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libnssutil3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsmime3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libsoftokn3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
devel:libssl3${secondaryArchSuffix} = $portVersion compat >= 3
|
||||
"
|
||||
REQUIRES_devel="
|
||||
nss${secondaryArchSuffix} == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user