summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1999-05-25 22:47:01 +0000
committerPaul Richards <paul@FreeBSD.org>1999-05-25 22:47:01 +0000
commit5387df7a3f3652c29528245a7995aab304e3c3b5 (patch)
tree0c3db929fef1892b5d1635b2ee2c9b70d87ccf8c
parentInitial import of the Mozilla LDAP sdk. (diff)
Initial import of the Mozilla Perl interface to LDAP
Notes
Notes: svn path=/head/; revision=18997
-rw-r--r--net/perldap/Makefile31
-rw-r--r--net/perldap/distinfo1
-rw-r--r--net/perldap/files/patch-0110
-rw-r--r--net/perldap/pkg-comment1
-rw-r--r--net/perldap/pkg-descr4
-rw-r--r--net/perldap/pkg-plist14
6 files changed, 61 insertions, 0 deletions
diff --git a/net/perldap/Makefile b/net/perldap/Makefile
new file mode 100644
index 000000000000..8d659e75b499
--- /dev/null
+++ b/net/perldap/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: perldap
+# Version required: 1.1b
+# Date created: 17 May 1999
+# Whom: paul
+#
+# $Id$
+#
+
+DISTNAME= perldap-1_2_2
+DISTFILES= perldap-1.2.2.tgz
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.mozilla.org/pub/directory/perldap/
+
+MAINTAINER= paul@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/perldap
+LIB_DEPENDS= ldap.1:${PORTSDIR}/net/ldapsdk
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Mozilla::LDAP::Conn.3 \
+ Mozilla::LDAP::LDIF.3 \
+ Mozilla::LDAP::Utils.3 \
+ Mozilla::LDAP::Entry.3 \
+ Mozilla::LDAP::API.3
+
+MAKE_ENV+= LDAPSDKDIR=/usr/local/mozilla/directory LDAPV3ON=yes LDAPSDKSSL=no
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/net/perldap/distinfo b/net/perldap/distinfo
new file mode 100644
index 000000000000..f7286168fd97
--- /dev/null
+++ b/net/perldap/distinfo
@@ -0,0 +1 @@
+MD5 (perldap-1.2.2.tgz) = e5c0d9c7c8f168f894ec034259cd6748
diff --git a/net/perldap/files/patch-01 b/net/perldap/files/patch-01
new file mode 100644
index 000000000000..dda0ae9c4fa8
--- /dev/null
+++ b/net/perldap/files/patch-01
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig Thu Jan 21 23:52:42 1999
++++ Makefile.PL Tue May 25 21:53:42 1999
+@@ -129,6 +129,7 @@
+ chomp ($lib_line = <STDIN>);
+ $lib_line = $lline unless $lib_line =~ /\S/;
+ } else {
++ $lib_line = $lline;
+ print "\n";
+ }
+
diff --git a/net/perldap/pkg-comment b/net/perldap/pkg-comment
new file mode 100644
index 000000000000..df262b0095a7
--- /dev/null
+++ b/net/perldap/pkg-comment
@@ -0,0 +1 @@
+Perl interface to LDAP
diff --git a/net/perldap/pkg-descr b/net/perldap/pkg-descr
new file mode 100644
index 000000000000..b59c24d21703
--- /dev/null
+++ b/net/perldap/pkg-descr
@@ -0,0 +1,4 @@
+An object-oriented Perl interface to the standard LDAP functions.
+
+Paul Richards (paul@originative.co.uk)
+Originative Solutions Ltd
diff --git a/net/perldap/pkg-plist b/net/perldap/pkg-plist
new file mode 100644
index 000000000000..978b2fe5206c
--- /dev/null
+++ b/net/perldap/pkg-plist
@@ -0,0 +1,14 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/API.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Conn.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/LDIF.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Utils.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/API.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP/Entry.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/autosplit.ix
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP/API
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla/LDAP
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mozilla
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla/LDAP
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mozilla