Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2013 11:08:45 -0300 (BRT)
From:      Rafael Henrique da Silva Faria <rafaelhfaria@fclar.unesp.br>
To:        osa@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: nginx-1.2.4,1
Message-ID:  <790215380.41138.1365430125817.JavaMail.root@fclar.unesp.br>
In-Reply-To: <723108734.40226.1365429773575.JavaMail.root@fclar.unesp.br>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi.

I'm trying to use Postgre authentication within Nginx for Basic Auth.
But the nginx port don't have a needed module: COOLKIT, from labs.frickle.c=
om.

Without this module, I was unable to get the password from the authenticati=
on.

So, I changed the port to get this module, and could be very useful to have=
 it in ports tree:

----
--- Makefile.old=092013-04-08 11:00:44.000000000 -0300
+++ Makefile=092013-04-08 10:59:47.000000000 -0300
@@ -47,6 +47,7 @@
 =09MAIL_SSL \
 =09WWW \
 =09CACHE_PURGE \
+=09COOLKIT \
 =09CTPP2 \
 =09ECHO \
 =09HEADERS_MORE \
@@ -134,6 +135,7 @@
 MAIL_SSL_DESC=3D=09=09=09Enable mail_ssl module
 WWW_DESC=3D=09=09=09Enable html sample files
 CACHE_PURGE_DESC=3D=09=093rd party cache_purge module
+COOLKIT_DESC=3D=09=09=093rd party coolkit module
 CTPP2_DESC=3D=09=09=093rd party CT++ module
 ECHO_DESC=3D=09=09=093rd party echo module
 HEADERS_MORE_DESC=3D=09=093rd party headers_more module
@@ -328,6 +330,13 @@
 CONFIGURE_ARGS+=3D--add-module=3D${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_P=
URGE_VERSION}
 .endif
=20
+.if ${PORT_OPTIONS:MCOOLKIT}
+NGINX_COOLKIT_VERSION=3D      1.0
+MASTER_SITES+=3D  http://labs.frickle.com/files/:coolkit
+DISTFILES+=3D     ngx_coolkit-${NGINX_COOLKIT_VERSION}.tar.gz:coolkit
+CONFIGURE_ARGS+=3D--add-module=3D${WRKDIR}/ngx_coolkit-${NGINX_COOLKIT_VER=
SION}
+.endif
+
 .if ${PORT_OPTIONS:MCTPP2}
 LIB_DEPENDS+=3D=09ctpp2:${PORTSDIR}/textproc/ctpp2
 NGINX_CTPP2_VERSION=3D=090.5
----

----
--- distinfo.old=092013-04-08 11:00:08.000000000 -0300
+++ distinfo=092013-04-08 10:59:37.000000000 -0300
@@ -14,6 +14,8 @@
 SIZE (ngx_http_auth_request_module-0.2.tar.gz) =3D 6736
 SHA256 (ngx_cache_purge-2.1.tar.gz) =3D 424005af0c04e59ffa65a65e446081d4f9=
5ee76a801a7555e001c67810bcb3b9
 SIZE (ngx_cache_purge-2.1.tar.gz) =3D 10535
+SHA256 (ngx_coolkit-1.0.tar.gz) =3D cbb57f4e02e669ebf3e80b0f502ed7d966483d=
69374826ac7b6673ed9cc039d5
+SIZE (ngx_coolkit-1.0.tar.gz) =3D 61952
 SHA256 (ngx_ctpp2-0.5.tar.gz) =3D f8adfecc23e2c23af95df8549ef92fd52598b215=
06a9d9df2278b2605668d5a6
 SIZE (ngx_ctpp2-0.5.tar.gz) =3D 19686
 SHA256 (agentzh-echo-nginx-module-v0.42-0-gfb90d17.tar.gz) =3D 6d6e483ea51=
eaf51a3ec02fbfc45d356972e202d5dca71eb3b74af0129393759
----

Thank you for your time.

--
Rafael Henrique da Silva Faria
Grupo de Sistemas e Redes

Servi=C3=A7o T=C3=A9cnico de Inform=C3=A1tica
Faculdade de Ci=C3=AAncias e Letras - Campus de Araraquara
UNESP - Universidade Estadual Paulista "J=C3=9ALIO DE MESQUITA FILHO"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790215380.41138.1365430125817.JavaMail.root>