[Slashdotjp-dev 581] CVS update: slashjp/Slash/LDAPDB

アーカイブの一覧に戻る

Tatsuki SUGIURA sugi****@users*****
2006年 7月 14日 (金) 14:39:44 JST


Index: slashjp/Slash/LDAPDB/Changes
diff -u /dev/null slashjp/Slash/LDAPDB/Changes:1.1
--- /dev/null	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/LDAPDB/Changes	Fri Jul 14 14:39:43 2006
@@ -0,0 +1,6 @@
+Revision history for Perl extension Slash::LDAPDB.
+
+0.01  Fri May 19 11:20:21 2006
+	- original version; created by h2xs 1.23 with options
+		-A -X -n Slash::LDAPDB
+
Index: slashjp/Slash/LDAPDB/MANIFEST
diff -u /dev/null slashjp/Slash/LDAPDB/MANIFEST:1.1
--- /dev/null	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/LDAPDB/MANIFEST	Fri Jul 14 14:39:43 2006
@@ -0,0 +1,6 @@
+Changes
+Makefile.PL
+MANIFEST
+README
+t/Slash-LDAPDB.t
+lib/Slash/LDAPDB.pm
Index: slashjp/Slash/LDAPDB/Makefile.PL
diff -u /dev/null slashjp/Slash/LDAPDB/Makefile.PL:1.1
--- /dev/null	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/LDAPDB/Makefile.PL	Fri Jul 14 14:39:43 2006
@@ -0,0 +1,12 @@
+use 5.008004;
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    NAME              => 'Slash::LDAPDB',
+    VERSION_FROM      => 'lib/Slash/LDAPDB.pm', # finds $VERSION
+    PREREQ_PM         => {}, # e.g., Module::Name => 1.1
+    #($] >= 5.005 ?     ## Add these new keywords supported since 5.005
+    #  (ABSTRACT_FROM  => 'lib/Slash/LDAPDB.pm', # retrieve abstract from module
+    #   AUTHOR         => 'Tatsuki Sugiura <sugi****@osdn*****>') : ()),
+);
Index: slashjp/Slash/LDAPDB/README
diff -u /dev/null slashjp/Slash/LDAPDB/README:1.1
--- /dev/null	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/LDAPDB/README	Fri Jul 14 14:39:43 2006
@@ -0,0 +1,40 @@
+Slash-LDAPDB version 0.01
+=========================
+
+The README is used to introduce the module and provide instructions on
+how to install the module, any machine dependencies it may have (for
+example C compilers and installed libraries) and any other information
+that should be provided before the module is installed.
+
+A README file is required for CPAN modules since CPAN extracts the
+README file from a module distribution so that people browsing the
+archive can use it get an idea of the modules uses. It is usually a
+good idea to provide version information here so that people can
+decide whether fixes for the module are worth downloading.
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+  blah blah blah
+
+COPYRIGHT AND LICENCE
+
+Put the correct copyright and licence information here.
+
+Copyright (C) 2006 by Tatsuki Sugiura
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.8 or,
+at your option, any later version of Perl 5 you may have available.
+
+
Index: slashjp/Slash/LDAPDB/vars.sql
diff -u /dev/null slashjp/Slash/LDAPDB/vars.sql:1.1
--- /dev/null	Fri Jul 14 14:39:43 2006
+++ slashjp/Slash/LDAPDB/vars.sql	Fri Jul 14 14:39:43 2006
@@ -0,0 +1,7 @@
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_enable', '0', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_server', 'localhost', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_base_dn', '', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_bind_dn', '', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_bind_passwd', '', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_attrib_prefix', '', '');
+INSERT IGNORE INTO vars (name, value, description) VALUES ('ldap_peer_attrib_prefix', '', '');


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る