mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +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,25 @@
|
||||
DESCRIPTION="Robust, small and high performance http and reverse proxy server"
|
||||
SUMMARY="Robust, small and high performance http and reverse proxy server"
|
||||
SUMMARY="nginx [engine x] is an HTTP and reverse proxy server, a mail proxy \
|
||||
server, and a generic TCP proxy server, originally written by Igor Sysoev. \
|
||||
For a long time, it has been running on many heavily loaded Russian sites \
|
||||
including Yandex, Mail.Ru, VK, and Rambler. According to Netcraft, nginx \
|
||||
served or proxied 21.89% busiest sites in June 2015."
|
||||
HOMEPAGE="http://nginx.org/"
|
||||
SOURCE_URI="hg+http://hg.nginx.org/nginx#f87afb46ccd2"
|
||||
#CHECKSUM_SHA256=""
|
||||
REVISION="1"
|
||||
COPYRIGHT="2002-2014 Igor Sysoev
|
||||
2011-2014 Nginx, Inc."
|
||||
# "it's complicated", cf. http://packages.gentoo.org/package/www-servers/nginx
|
||||
#TODO: sort this out
|
||||
LICENSE="BSD (2-clause)"
|
||||
COPYRIGHT="
|
||||
2002-2014 Igor Sysoev
|
||||
2011-2014 Nginx, Inc.
|
||||
"
|
||||
REVISION="1"
|
||||
SOURCE_URI="hg+http://hg.nginx.org/nginx#f87afb46ccd2"
|
||||
#CHECKSUM_SHA256=""
|
||||
PATCHES="nginx-1.7.4_hg.diff"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
#FIXME: on ./auto/configure:
|
||||
#grep: /etc/group: No such file or directory
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
nginx$secondaryArchSuffix = $portVersion
|
||||
cmd:nginx$secondaryArchSuffix = $portVersion
|
||||
@@ -27,6 +30,7 @@ REQUIRES="
|
||||
lib:libssl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libpcre$secondaryArchSuffix
|
||||
@@ -42,14 +46,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:sed
|
||||
cmd:find
|
||||
"
|
||||
|
||||
PATCHES="nginx-1.7.4_hg.diff"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nginx directory
|
||||
"
|
||||
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./auto/configure --prefix=$prefix \
|
||||
|
||||
Reference in New Issue
Block a user