Revision: 16756
          http://gar.svn.sourceforge.net/gar/?rev=16756&view=rev
Author:   cgrzemba
Date:     2012-01-13 11:53:53 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
cpan/perl-mozldap/trunk: Initial release

Added Paths:
-----------
    csw/mgar/pkg/cpan/perl-mozldap/
    csw/mgar/pkg/cpan/perl-mozldap/Makefile
    csw/mgar/pkg/cpan/perl-mozldap/branches/
    csw/mgar/pkg/cpan/perl-mozldap/tags/
    csw/mgar/pkg/cpan/perl-mozldap/trunk/
    csw/mgar/pkg/cpan/perl-mozldap/trunk/Makefile
    csw/mgar/pkg/cpan/perl-mozldap/trunk/checksums
    csw/mgar/pkg/cpan/perl-mozldap/trunk/files/
    csw/mgar/pkg/cpan/perl-mozldap/trunk/files/LICENSE

Added: csw/mgar/pkg/cpan/perl-mozldap/Makefile
===================================================================
--- csw/mgar/pkg/cpan/perl-mozldap/Makefile                             (rev 0)
+++ csw/mgar/pkg/cpan/perl-mozldap/Makefile     2012-01-13 11:53:53 UTC (rev 
16756)
@@ -0,0 +1,2 @@
+%:
+       $(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/cpan/perl-mozldap/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/cpan/perl-mozldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/perl-mozldap/trunk/Makefile                               
(rev 0)
+++ csw/mgar/pkg/cpan/perl-mozldap/trunk/Makefile       2012-01-13 11:53:53 UTC 
(rev 16756)
@@ -0,0 +1,49 @@
+NAME = perl-mozldap
+VERSION = 1.5.2
+CATEGORIES = cpan
+
+DESCRIPTION = Mozilla SDK based Lightweight Directory Access Protocol
+define BLURB
+This package offers a direct interface to the LDAP C API calls from Perl. It 
is used internally by the other Mozilla::LDAP modules. It is highly suggested 
that you use the object oriented interface in Mozilla::LDAP::Conn and 
Mozilla::LDAP::Entry unless you need to use asynchronous calls or other 
functionality not available in the OO interface.
+endef
+
+MASTER_SITES = 
http://ftp.mozilla.org/pub/mozilla.org/directory/perldap/releases/$(VERSION)/src
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES += LICENSE
+
+LICENSE = LICENSE 
+
+PACKAGES = CSWpm-mozldap
+CATALOGNAME = pm_mozldap
+SPKG_DESC_CSWpm-mozldap = $(DESCRIPTION)
+GARCOMPILER = SOS12U2
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+LDAPSDKLIBDIR = /opt/csw/lib
+LDAPSDKINCDIR = /opt/csw/include/dirsrv
+LDAPSDKSSL = Y
+LDAPPR = Y
+NSPRINCDIR = /opt/csw/include/nspr
+NSPRLIBDIR = /opt/csw/lib
+NSSLIBDIR = /opt/csw/lib
+
+EXTRA_CONFIGURE_ENV = LDAPSDKDIR=$(prefix)
+EXTRA_CONFIGURE_ENV += LDAPSDKLIBDIR=$(LDAPSDKLIBDIR)
+EXTRA_CONFIGURE_ENV += LDAPSDKINCDIR=$(LDAPSDKINCDIR)
+EXTRA_CONFIGURE_ENV += LDAPSDKSSL=$(LDAPSDKSSL)
+EXTRA_CONFIGURE_ENV += LDAPPR=$(LDAPPR)
+EXTRA_CONFIGURE_ENV += NSPRINCDIR=$(NSPRINCDIR)
+EXTRA_CONFIGURE_ENV += NSPRLIBDIR=$(NSPRLIBDIR)
+EXTRA_CONFIGURE_ENV += NSSLIBDIR=$(NSSLIBDIR)
+
+CONFIGURE_ARGS =
+
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibprldap60
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibplc4
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibldap60
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibnss3
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibnspr4
+RUNTIME_DEP_PKGS_CSWpm-mozldap += CSWlibssldap60
+CHECKPKG_OVERRIDES_CSWpm-mozldap += pkginfo-opencsw-repository-uncommitted
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/cpan/perl-mozldap/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/cpan/perl-mozldap/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/perl-mozldap/trunk/checksums                              
(rev 0)
+++ csw/mgar/pkg/cpan/perl-mozldap/trunk/checksums      2012-01-13 11:53:53 UTC 
(rev 16756)
@@ -0,0 +1 @@
+1f7af40a8ca42f4a8b805942129915e0  perl-mozldap-1.5.2.tar.gz

Added: csw/mgar/pkg/cpan/perl-mozldap/trunk/files/LICENSE
===================================================================
--- csw/mgar/pkg/cpan/perl-mozldap/trunk/files/LICENSE                          
(rev 0)
+++ csw/mgar/pkg/cpan/perl-mozldap/trunk/files/LICENSE  2012-01-13 11:53:53 UTC 
(rev 16756)
@@ -0,0 +1,32 @@
+Version: MPL 1.1/GPL 2.0/LGPL 2.1
+
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+
+ The Original Code is PerLDAP.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 2001
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+   Clayton Donley
+   Leif Hedstrom <[email protected]>
+
+ Alternatively, the contents of this file may be used under the terms of
+ either the GNU General Public License Version 2 or later (the "GPL"), or
+ the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to# 
use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under# 
the terms of any one of the MPL, the GPL or the LGPL.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to