pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-activeldap Importing databases/ruby-act...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca28f4cb6c7f
branches:  trunk
changeset: 543796:ca28f4cb6c7f
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jun 23 01:36:56 2008 +0000

description:
Importing databases/ruby-activeldap version 1.0.1.

Ruby/ActiveLdap provides an object oriented interface to LDAP.  It maps
LDAP entries to Ruby objects with LDAP attribute accessors exposed as
methods dynamically assigned based on your LDAP server's schema and
each object's objectClasses.

diffstat:

 databases/ruby-activeldap/DESCR            |   4 ++++
 databases/ruby-activeldap/Makefile         |  18 ++++++++++++++++++
 databases/ruby-activeldap/distinfo         |   6 ++++++
 databases/ruby-activeldap/patches/patch-aa |  13 +++++++++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r d4351646de9e -r ca28f4cb6c7f databases/ruby-activeldap/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-activeldap/DESCR   Mon Jun 23 01:36:56 2008 +0000
@@ -0,0 +1,4 @@
+Ruby/ActiveLdap provides an object oriented interface to LDAP.  It maps
+LDAP entries to Ruby objects with LDAP attribute accessors exposed as
+methods dynamically assigned based on your LDAP server's schema and
+each object's objectClasses.
diff -r d4351646de9e -r ca28f4cb6c7f databases/ruby-activeldap/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-activeldap/Makefile        Mon Jun 23 01:36:56 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 01:36:56 taca Exp $
+
+DISTNAME=      activeldap-1.0.1
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES=    databases
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      http://rubyforge.org/projects/ruby-activeldap/
+COMMENT=       Object oriented interface to LDAP
+
+BUILD_DEPENDS+=        ${RUBY_PKGPREFIX}-gettext>=1.90.0:../../devel/ruby-gettext
+DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord>=2.0.0:../../databases/ruby-activerecord
+DEPENDS+=      hoe>=1.5.0:../../devel/hoe
+
+GEM_BUILD=     gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d4351646de9e -r ca28f4cb6c7f databases/ruby-activeldap/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-activeldap/distinfo        Mon Jun 23 01:36:56 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/23 01:36:56 taca Exp $
+
+SHA1 (activeldap-1.0.1.gem) = 26010b065baa54b655ac42b78d6a73e82093ef9c
+RMD160 (activeldap-1.0.1.gem) = 08ecf00ca398631ad28f09ca51824736075e51b2
+Size (activeldap-1.0.1.gem) = 767488 bytes
+SHA1 (patch-aa) = 96c491f5966f161da768f0f018e1ddc5bac0316d
diff -r d4351646de9e -r ca28f4cb6c7f databases/ruby-activeldap/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-activeldap/patches/patch-aa        Mon Jun 23 01:36:56 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/06/23 01:36:56 taca Exp $
+
+--- Rakefile.orig      2008-06-22 13:27:50.000000000 +0900
++++ Rakefile
+@@ -18,7 +18,7 @@ base_dir_included_components = %w(CHANGE
+                                   README Rakefile TODO)
+ excluded_components = %w(.svn .test-result .config doc log tmp
+                          pkg html config.yaml database.yml ldap.yml)
+-excluded_suffixes = %w(.help .sqlite3)
++excluded_suffixes = %w(.help .sqlite3 .orig)
+ white_list_paths =
+   [
+    "rails/plugin/active_ldap/generators/scaffold_al/templates/ldap.yml"



Home | Main Index | Thread Index | Old Index