head	1.7;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.05.16.11.24.12;	author osa;	state dead;
branches;
next	1.6;

1.6
date	2012.05.15.15.11.42;	author osa;	state Exp;
branches;
next	1.5;

1.5
date	2012.04.26.08.11.11;	author osa;	state Exp;
branches;
next	1.4;

1.4
date	2012.02.01.04.43.10;	author osa;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.11.15.33.30;	author osa;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.02.09.32.03;	author osa;	state Exp;
branches;
next	1.1;

1.1
date	2011.07.12.12.18.21;	author osa;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Update third-party modules (openresty 1.0.15.5):

o) lua     - from 0.5.0rc27 to 0.5.0rc28;
o) rds_scv - from 0.05rc1 to 0.05rc2.

Remove needless patch.

Do not bump PORTREVISIONs because these modules are disabled by default.
@
text
@--- ../chaoslawful-lua-nginx-module-dbe0dc4/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-dbe0dc4/config	2011-07-12 11:26:45.000000000 +0400
@@@@ -104,12 +104,12 @@@@
 
         if [ $ngx_found = no ]; then
             # FreeBSD
-            ngx_feature="lua library in /usr/local/../lua51/"
-            ngx_feature_path="/usr/local/include/lua51"
+            ngx_feature="lua library in %%PREFIX%%/lua51/"
+            ngx_feature_path="%%PREFIX%%/include/lua51"
             if [ $NGX_RPATH = YES ]; then
-                ngx_feature_libs="-R/usr/local/lib/lua51 -L/usr/local/lib/lua51 -llua -lm"
+                ngx_feature_libs="-R%%PREFIX%%/lib/lua51 -L%%PREFIX%%/lib/lua51 -llua -lm"
             else
-                ngx_feature_libs="-L/usr/local/lib/lua51 -llua -lm"
+                ngx_feature_libs="-L%%PREFIX%%/lib/lua51 -llua -lm"
             fi
             . auto/feature
         fi
@


1.6
log
@Update third-party modules (openresty 1.0.15.3):

o) lua      - from 0.5.0rc24 to 0.5.0rc27;
o) set_misc - from 0.22rc5 to 0.22rc7;
o) srcache  - from 0.13rc6 to 0.13rc8;

Do not bump PORTREVISIONs because these modules are disabled by default.
@
text
@@


1.5
log
@Update third-party modules (openresty 1.0.11.28):

o) echo    - from 0.38rc1 to 0.38rc2;
o) lua     - from 0.4.1 to 0.5.0rc24;
o) rds-csv - from 0.04 to 0.05rc1;
o) redis2  - from 0.08rc2 to 0.08rc4;
o) srcache - from 0.13rc3 to 0.13.rc6;
o) xss     - from 0.03rc8 to 0.03rc9;
o) iconv   - from 0.10rc5 to 0.10rc7;

Do not bump PORTREVISIONs because these modules are disabled by default.
@
text
@d1 2
a2 2
--- ../chaoslawful-lua-nginx-module-6ff5df6/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-6ff5df6/config	2011-07-12 11:26:45.000000000 +0400
@


1.4
log
@Update third-party lua module from 0.4.0 to bugfix release 0.4.1.
@
text
@d1 2
a2 2
--- ../chaoslawful-lua-nginx-module-204ce2b/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-204ce2b/config	2011-07-12 11:26:45.000000000 +0400
@


1.3
log
@Update third-party lua module from 0.3 to latest stable version 0.4.
Also, switched from default lua interpreter to luajit - a Lua Just-In-Time compiler
for speed-up lua module based applications (nginx's configurations).
Fix issue with %%PREFIX%% substitution for lua module.
@
text
@d1 2
a2 2
--- ../chaoslawful-lua-nginx-module-7bdd850/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-7bdd850/config	2011-07-12 11:26:45.000000000 +0400
@


1.2
log
@Update third-party lua module from 0.2 to 0.3.

Bump PORTREVISION is unnecessary, because the module is
disabled by default.
@
text
@d1 2
a2 2
--- ../chaoslawful-lua-nginx-module-dd0d4d0/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-dd0d4d0/config	2011-07-12 11:26:45.000000000 +0400
@


1.1
log
@Add 3 third-party modules:

o) ngx_devel_kit - module that is designed to extend the core
   functionality of nginx;
o) ngx_lua - embed the power of lua into nginx;
o) ngx_redis2 - upstream module for the Redis database 2.0 protocol.

Bump PORTREVISION is unnecessary, because these modules are
disabled by default.
@
text
@d1 2
a2 2
--- ../chaoslawful-lua-nginx-module-8e7d37e/config.orig	2011-07-12 11:24:16.000000000 +0400
+++ ../chaoslawful-lua-nginx-module-8e7d37e/config	2011-07-12 11:26:45.000000000 +0400
@

