Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 21:27:50 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417449 - in head/www: . redmine-single_auth
Message-ID:  <201606242127.u5OLRoHi089023@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri Jun 24 21:27:50 2016
New Revision: 417449
URL: https://svnweb.freebsd.org/changeset/ports/417449

Log:
  Plugin implements SSO authentication method in Redmine.
  
  Plugin allows transparent authentication of the User using his domain
  account through Web-server module (for ex. mod_ntlm in Apache).
  
  WWW: https://bitbucket.org/dkuk/single_auth

Added:
  head/www/redmine-single_auth/
  head/www/redmine-single_auth/Makefile   (contents, props changed)
  head/www/redmine-single_auth/distinfo   (contents, props changed)
  head/www/redmine-single_auth/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Jun 24 21:27:30 2016	(r417448)
+++ head/www/Makefile	Fri Jun 24 21:27:50 2016	(r417449)
@@ -1824,6 +1824,7 @@
     SUBDIR += redmine-qa_contact
     SUBDIR += redmine-redcarpet_formatter
     SUBDIR += redmine-sidebar_hide
+    SUBDIR += redmine-single_auth
     SUBDIR += redmine-stuff_to_do
     SUBDIR += redmine-wiki_notes
     SUBDIR += rejik

Added: head/www/redmine-single_auth/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-single_auth/Makefile	Fri Jun 24 21:27:50 2016	(r417449)
@@ -0,0 +1,25 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	single_auth
+PORTVERSION=	2.0.0
+CATEGORIES=	www
+MASTER_SITES=	http://bitbucket.org/dkuk/${PORTNAME}/get/
+PKGNAMEPREFIX=	redmine-
+DISTNAME=	${BB_COMMIT}
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	feld@FreeBSD.org
+COMMENT=	SSO authentication method for Redmine
+
+RUN_DEPENDS=	redmine-a_common_libs>0:www/redmine-a_common_libs
+
+NO_ARCH=	yes
+
+BB_COMMIT=	5bf59295d194
+
+REDMINE_PLUGIN_NAME=	${PORTNAME}
+
+WRKSRC=	${WRKDIR}/dkuk-${PORTNAME}-${BB_COMMIT}
+
+.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"

Added: head/www/redmine-single_auth/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-single_auth/distinfo	Fri Jun 24 21:27:50 2016	(r417449)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466798954
+SHA256 (single_auth-2.0.0/5bf59295d194.tar.gz) = feab0a118a8091192b26500f02d01c246030f2d99cd5abe37059e46c6df41dcf
+SIZE (single_auth-2.0.0/5bf59295d194.tar.gz) = 20208

Added: head/www/redmine-single_auth/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/redmine-single_auth/pkg-descr	Fri Jun 24 21:27:50 2016	(r417449)
@@ -0,0 +1,6 @@
+Plugin implements SSO authentication method in Redmine.
+
+Plugin allows transparent authentication of the User using his domain
+account through Web-server module (for ex. mod_ntlm in Apache).
+
+WWW: https://bitbucket.org/dkuk/single_auth



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