[csw-devel] SF.net SVN: gar:[16944] csw/mgar/pkg
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Tue Jan 31 10:09:21 CET 2012
Revision: 16944
http://gar.svn.sourceforge.net/gar/?rev=16944&view=rev
Author: cgrzemba
Date: 2012-01-31 09:09:20 +0000 (Tue, 31 Jan 2012)
Log Message:
-----------
389-posix-ws-plugin/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/389-posix-ws-plugin/
csw/mgar/pkg/389-posix-ws-plugin/Makefile
csw/mgar/pkg/389-posix-ws-plugin/branches/
csw/mgar/pkg/389-posix-ws-plugin/tags/
csw/mgar/pkg/389-posix-ws-plugin/trunk/
csw/mgar/pkg/389-posix-ws-plugin/trunk/Makefile
csw/mgar/pkg/389-posix-ws-plugin/trunk/checksums
csw/mgar/pkg/389-posix-ws-plugin/trunk/files/
Added: csw/mgar/pkg/389-posix-ws-plugin/Makefile
===================================================================
--- csw/mgar/pkg/389-posix-ws-plugin/Makefile (rev 0)
+++ csw/mgar/pkg/389-posix-ws-plugin/Makefile 2012-01-31 09:09:20 UTC (rev 16944)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/389-posix-ws-plugin/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/389-posix-ws-plugin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/389-posix-ws-plugin/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/389-posix-ws-plugin/trunk/Makefile 2012-01-31 09:09:20 UTC (rev 16944)
@@ -0,0 +1,33 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = 389-posix-ws-plugin
+VERSION = 8b7d38c957
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = Posix WinsSync Plugin for 389 Directory Server
+define BLURB
+ This plugin adds posix attributes to the winsync aggreement, so that posix attributes between MS-AD and DS will synced. The MS-AD MMC can get a IMU snap-in so that Posiy Attributes of Users and Groups can also maintian in the MS-AD. Normaly these attributs will not synced with the winsync agreement of a 389 Directory Server.
+endef
+
+MASTER_SITES = https://github.com/cgrzemba/Posix-Winsync-Plugin-for-389-directory-server/tarball/master
+# DISTFILES = cgrzemba-Posix-Winsync-Plugin-for-389-directory-server-7a12af0.zip
+GIT_REPOS = git://github.com/cgrzemba/Posix-Winsync-Plugin-for-389-directory-server.git
+GIT_USE_PROXY = 1
+# GIT_TREEISH_Posix-Winsync-Plugin-for-389-directory-server.git = $(VERSION)
+
+BUILDDEPS += CSW389-ds-base-dev
+BUILDDEPS += CSWnspr-dev
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-ds-inc=/opt/csw/include/dirsrv
+CONFIGURE_ARGS += --with-nspr-inc=/opt/csw/include/nspr
+
+include gar/category.mk
+
+pre-configure-modulated:
+ cd $(WORKSRC) && aclocal
+ cd $(WORKSRC) && autoconf --force
+ cd $(WORKSRC) && automake -a -c -f
+ @$(MAKECOOKIE)
Property changes on: csw/mgar/pkg/389-posix-ws-plugin/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/389-posix-ws-plugin/trunk/checksums
===================================================================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list