aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2016-07-06 00:38:53 +0800
committerfeld <feld@FreeBSD.org>2016-07-06 00:38:53 +0800
commit5e56fb8ba420cc877010b696ca338ef8f860f089 (patch)
tree5df70024065dc2b265baa70c0c52d8edc89a6498 /www
parent388d83ad4855491c59814a3071cb84d61d59ca2d (diff)
downloadfreebsd-ports-gnome-5e56fb8ba420cc877010b696ca338ef8f860f089.tar.gz
freebsd-ports-gnome-5e56fb8ba420cc877010b696ca338ef8f860f089.tar.zst
freebsd-ports-gnome-5e56fb8ba420cc877010b696ca338ef8f860f089.zip
This redmine plugin extends the ldap authentication with user/group
synchronization. WWW: https://github.com/thorin/redmine_ldap_sync
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/redmine-ldap_sync/Makefile27
-rw-r--r--www/redmine-ldap_sync/distinfo3
-rw-r--r--www/redmine-ldap_sync/pkg-descr4
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index eb79f47243d1..5ea4e5bf64f6 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1814,6 +1814,7 @@
SUBDIR += redmine-http-auth
SUBDIR += redmine-issue_templates
SUBDIR += redmine-knowledgebase
+ SUBDIR += redmine-ldap_sync
SUBDIR += redmine-qa_contact
SUBDIR += redmine-redcarpet_formatter
SUBDIR += redmine-sidebar_hide
diff --git a/www/redmine-ldap_sync/Makefile b/www/redmine-ldap_sync/Makefile
new file mode 100644
index 000000000000..6530b8e4d7c3
--- /dev/null
+++ b/www/redmine-ldap_sync/Makefile
@@ -0,0 +1,27 @@
+# Created by: Mark Felder <feld@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ldap_sync
+PORTVERSION= 2.0.7
+CATEGORIES= www
+PKGNAMEPREFIX= redmine-
+DISTNAME= ${BB_COMMIT}
+DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= feld@FreeBSD.org
+COMMENT= LDAP user/group synchronization for Redmine
+
+LICENSE= GPLv3+
+
+NO_ARCH= yes
+
+USES= shebangfix
+SHEBANG_FILES= test/fixtures/ldap/names.rb
+
+USE_GITHUB= yes
+GH_ACCOUNT= thorin
+GH_PROJECT= redmine_${PORTNAME}
+
+REDMINE_PLUGIN_NAME= redmine_${PORTNAME}
+
+.include "${.CURDIR}/../../www/redmine/bsd.redmine.mk"
diff --git a/www/redmine-ldap_sync/distinfo b/www/redmine-ldap_sync/distinfo
new file mode 100644
index 000000000000..d4989735d320
--- /dev/null
+++ b/www/redmine-ldap_sync/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1467732269
+SHA256 (ldap_sync-2.0.7/thorin-redmine_ldap_sync-2.0.7_GH0.tar.gz) = 8e495ce9ccb1734f7e0eb46183b3ae07a91c7bac3e90a7ef48f74f00313ad9ab
+SIZE (ldap_sync-2.0.7/thorin-redmine_ldap_sync-2.0.7_GH0.tar.gz) = 76848
diff --git a/www/redmine-ldap_sync/pkg-descr b/www/redmine-ldap_sync/pkg-descr
new file mode 100644
index 000000000000..dd346d34ba97
--- /dev/null
+++ b/www/redmine-ldap_sync/pkg-descr
@@ -0,0 +1,4 @@
+This redmine plugin extends the ldap authentication with user/group
+synchronization.
+
+WWW: https://github.com/thorin/redmine_ldap_sync