aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-06-24 21:27:50 +0000
committerMark Felder <feld@FreeBSD.org>2016-06-24 21:27:50 +0000
commit59ef891779371656e7406ce2c7ef89a90930a8cd (patch)
tree328ef79dcc75448578f19e939fd5cabfc727ea80
parent8bef03f5135c0d9e603b38bbd8b31e4773963b4b (diff)
downloadports-59ef891779371656e7406ce2c7ef89a90930a8cd.tar.gz
ports-59ef891779371656e7406ce2c7ef89a90930a8cd.zip
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
Notes
Notes: svn path=/head/; revision=417449
-rw-r--r--www/Makefile1
-rw-r--r--www/redmine-single_auth/Makefile25
-rw-r--r--www/redmine-single_auth/distinfo3
-rw-r--r--www/redmine-single_auth/pkg-descr6
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 0e8aff82bd29..daf312140faf 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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
diff --git a/www/redmine-single_auth/Makefile b/www/redmine-single_auth/Makefile
new file mode 100644
index 000000000000..a32207e1998f
--- /dev/null
+++ b/www/redmine-single_auth/Makefile
@@ -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"
diff --git a/www/redmine-single_auth/distinfo b/www/redmine-single_auth/distinfo
new file mode 100644
index 000000000000..2e0f85e428fd
--- /dev/null
+++ b/www/redmine-single_auth/distinfo
@@ -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
diff --git a/www/redmine-single_auth/pkg-descr b/www/redmine-single_auth/pkg-descr
new file mode 100644
index 000000000000..626965cf49ea
--- /dev/null
+++ b/www/redmine-single_auth/pkg-descr
@@ -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