From 5387df7a3f3652c29528245a7995aab304e3c3b5 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Tue, 25 May 1999 22:47:01 +0000 Subject: [PATCH] Initial import of the Mozilla Perl interface to LDAP --- net/perldap/Makefile | 31 +++++++++++++++++++++++++++++++ net/perldap/distinfo | 1 + net/perldap/files/patch-01 | 10 ++++++++++ net/perldap/pkg-comment | 1 + net/perldap/pkg-descr | 4 ++++ net/perldap/pkg-plist | 14 ++++++++++++++ 6 files changed, 61 insertions(+) create mode 100644 net/perldap/Makefile create mode 100644 net/perldap/distinfo create mode 100644 net/perldap/files/patch-01 create mode 100644 net/perldap/pkg-comment create mode 100644 net/perldap/pkg-descr create mode 100644 net/perldap/pkg-plist 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 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 = ); + $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