renamed ngx_openresty to openresty.
This commit is contained in:
parent
0e31ce1662
commit
52962f3fc9
|
@ -66,6 +66,7 @@ util/blog-rows.sql
|
||||||
util/comments.sql
|
util/comments.sql
|
||||||
util/posts.sql
|
util/posts.sql
|
||||||
ngx_openresty-*
|
ngx_openresty-*
|
||||||
|
openresty-*
|
||||||
work/
|
work/
|
||||||
reindex
|
reindex
|
||||||
t/*.t_
|
t/*.t_
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -7,8 +7,8 @@ test: all
|
||||||
prove -r t
|
prove -r t
|
||||||
|
|
||||||
try-luajit: all
|
try-luajit: all
|
||||||
cd ngx_openresty-`./util/ver` && ./configure --with-luajit
|
cd openresty-`./util/ver` && ./configure --with-luajit
|
||||||
|
|
||||||
try-lua: all
|
try-lua: all
|
||||||
cd ngx_openresty-`./util/ver` && ./configure && $(MAKE)
|
cd openresty-`./util/ver` && ./configure && $(MAKE)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name
|
Name
|
||||||
====
|
====
|
||||||
|
|
||||||
ngx_openresty - Turning Nginx into a Full-Fledged Scriptable Web Platform
|
OpenResty - Turning Nginx into a Full-Fledged Scriptable Web Platform
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
=================
|
=================
|
||||||
|
@ -17,7 +17,7 @@ Table of Contents
|
||||||
Description
|
Description
|
||||||
===========
|
===========
|
||||||
|
|
||||||
ngx_openresty is a full-fledged web application server by bundling the standard nginx core,
|
OpenResty is a full-fledged web application server by bundling the standard nginx core,
|
||||||
lots of 3rd-party nginx modules, as well as most of their external dependencies.
|
lots of 3rd-party nginx modules, as well as most of their external dependencies.
|
||||||
|
|
||||||
This bundle is maintained Yichun Zhang (agentzh).
|
This bundle is maintained Yichun Zhang (agentzh).
|
||||||
|
@ -40,7 +40,7 @@ For Bundle Maintainers
|
||||||
|
|
||||||
The bundle's source is at the following git repository:
|
The bundle's source is at the following git repository:
|
||||||
|
|
||||||
https://github.com/openresty/ngx_openresty
|
https://github.com/openresty/openresty
|
||||||
|
|
||||||
To reproduce the bundle tarball, just do
|
To reproduce the bundle tarball, just do
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ Report Bugs
|
||||||
|
|
||||||
You're very welcome to report issues on GitHub:
|
You're very welcome to report issues on GitHub:
|
||||||
|
|
||||||
https://github.com/agentzh/ngx_openresty/issues
|
https://github.com/openresty/openresty/issues
|
||||||
|
|
||||||
[Back to TOC](#table-of-contents)
|
[Back to TOC](#table-of-contents)
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ Copyright & License
|
||||||
|
|
||||||
The bundle itself is licensed under the 2-clause BSD license.
|
The bundle itself is licensed under the 2-clause BSD license.
|
||||||
|
|
||||||
Copyright (c) 2011-2015, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
|
Copyright (c) 2011-2016, Yichun "agentzh" Zhang (章亦春) <agentzh@gmail.com>, CloudFlare Inc.
|
||||||
|
|
||||||
This module is licensed under the terms of the BSD license.
|
This module is licensed under the terms of the BSD license.
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<a href="site-binary.tar.gz">Compiled form (.tar.gz)</a>
|
<a href="site-binary.tar.gz">Compiled form (.tar.gz)</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="module-list-item">
|
<li class="module-list-item">
|
||||||
<a target="_blank" href="http://github.com/agentzh/ngx_openresty/tree/master/demo/[% blog_owner == 'agentzh' ? "Blog" : "Blog2" %]/">
|
<a target="_blank" href="http://github.com/openresty/openresty/tree/master/demo/[% blog_owner == 'agentzh' ? "Blog" : "Blog2" %]/">
|
||||||
Source code (Git)
|
Source code (Git)
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -150,10 +150,10 @@ make install
|
||||||
where the dependency library source tarballs for OpenSSL, Zlib, and PCRE are downloaded
|
where the dependency library source tarballs for OpenSSL, Zlib, and PCRE are downloaded
|
||||||
from their official sites, respectively.
|
from their official sites, respectively.
|
||||||
|
|
||||||
We automate these commands in a dedicated shell script named [build-win32.sh](https://github.com/openresty/ngx_openresty/blob/master/util/build-win32.sh).
|
We automate these commands in a dedicated shell script named [build-win32.sh](https://github.com/openresty/openresty/blob/master/util/build-win32.sh).
|
||||||
|
|
||||||
Furthermore, we automate the packaging process of the resulting binaries and supporting files
|
Furthermore, we automate the packaging process of the resulting binaries and supporting files
|
||||||
with this [package-win32.sh](https://github.com/openresty/ngx_openresty/blob/master/util/package-win32.sh)
|
with this [package-win32.sh](https://github.com/openresty/openresty/blob/master/util/package-win32.sh)
|
||||||
script.
|
script.
|
||||||
|
|
||||||
Usually you can just download and use the binary distribution of OpenResty without
|
Usually you can just download and use the binary distribution of OpenResty without
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
%define dir_name openresty
|
%define dir_name openresty
|
||||||
|
|
||||||
Name: ngx_openresty
|
Name: openresty
|
||||||
|
|
||||||
Version: 1.0.5.1
|
Version: 1.0.5.1
|
||||||
Release: 5
|
Release: 5
|
||||||
|
@ -14,7 +14,7 @@ Group: Productivity/Networking/Web/Servers
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.openresty.org/
|
URL: http://www.openresty.org/
|
||||||
|
|
||||||
Source0: ngx_openresty-%{version}rc%{release}.tar.gz
|
Source0: openresty-%{version}rc%{release}.tar.gz
|
||||||
|
|
||||||
BuildRoot: %{build_root}
|
BuildRoot: %{build_root}
|
||||||
|
|
||||||
|
@ -23,11 +23,11 @@ BuildRequires: gcc >= 3.0, openssl-devel, pcre-devel, readline-devel
|
||||||
Requires: openssl, pcre, readline
|
Requires: openssl, pcre, readline
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenResty (aka. ngx_openresty) is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well as most of their external dependencie
|
OpenResty is a full-fledged web application server by bundling the standard Nginx core, lots of 3rd-party Nginx modules, as well as most of their external dependencie
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n ngx_openresty-%{version}
|
#%setup -q -n openresty-%{version}
|
||||||
%setup -q -n ngx_openresty-%{version}rc%{release}
|
%setup -q -n openresty-%{version}rc%{release}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#--with-pg_config=opt/pg90/bin/pg_config \
|
#--with-pg_config=opt/pg90/bin/pg_config \
|
|
@ -23,7 +23,7 @@ sub run_tests {
|
||||||
my $ver = `bash util/ver`;
|
my $ver = `bash util/ver`;
|
||||||
chomp $ver;
|
chomp $ver;
|
||||||
|
|
||||||
cd "ngx_openresty-$ver";
|
cd "openresty-$ver";
|
||||||
|
|
||||||
$DistRoot = cwd();
|
$DistRoot = cwd();
|
||||||
$BuildRoot = File::Spec->rel2abs("./build");
|
$BuildRoot = File::Spec->rel2abs("./build");
|
||||||
|
|
|
@ -15,7 +15,7 @@ getopts("lf:", \%opts) or die "Usage: $0 [-f] [-l] <cores>\n";
|
||||||
my $jobs = shift || 4;
|
my $jobs = shift || 4;
|
||||||
|
|
||||||
my $cwd = cwd();
|
my $cwd = cwd();
|
||||||
if ($cwd !~ /ngx_openresty-(\d+(?:\.\d+)+(?:rc\d+(?:\.\d+)?)?)$/) {
|
if ($cwd !~ /openresty-(\d+(?:\.\d+)+(?:rc\d+(?:\.\d+)?)?)$/) {
|
||||||
die "Bad current working directory: $cwd\n";
|
die "Bad current working directory: $cwd\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ sub cd ($);
|
||||||
my $ver = `bash util/ver`;
|
my $ver = `bash util/ver`;
|
||||||
chomp $ver;
|
chomp $ver;
|
||||||
|
|
||||||
cd "ngx_openresty-$ver/bundle";
|
cd "openresty-$ver/bundle";
|
||||||
|
|
||||||
opendir(my $dh, '.') or
|
opendir(my $dh, '.') or
|
||||||
die "cannot opendir .: $!";
|
die "cannot opendir .: $!";
|
||||||
|
@ -45,7 +45,7 @@ for my $t_file (@t_files) {
|
||||||
warn "\n- $orig";
|
warn "\n- $orig";
|
||||||
warn "+ $_";
|
warn "+ $_";
|
||||||
|
|
||||||
} elsif (s{ngx_openresty-\d+\.\d+\.\d+\.\d+(?:rc\d+)?}{ngx_openresty-$ver} && $orig ne $_) {
|
} elsif (s{openresty-\d+\.\d+\.\d+\.\d+(?:rc\d+)?}{openresty-$ver} && $orig ne $_) {
|
||||||
$changed++;
|
$changed++;
|
||||||
|
|
||||||
warn "\n- $orig";
|
warn "\n- $orig";
|
||||||
|
|
|
@ -5,11 +5,11 @@ root=`perl -MCwd -e'print Cwd::abs_path(shift)' $(dirname -- "$0")/..`
|
||||||
|
|
||||||
info_txt=`perl -e 'print "\033[33m[INFO]\033[0m"'`
|
info_txt=`perl -e 'print "\033[33m[INFO]\033[0m"'`
|
||||||
|
|
||||||
echo -n "ngx_openresty "
|
echo -n "openresty "
|
||||||
. ./util/ver
|
. ./util/ver
|
||||||
echo
|
echo
|
||||||
|
|
||||||
name=ngx_openresty-$version
|
name=openresty-$version
|
||||||
work=$root/work
|
work=$root/work
|
||||||
|
|
||||||
if [ -z $debug ]; then
|
if [ -z $debug ]; then
|
||||||
|
|
Loading…
Reference in New Issue