From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 3 09:20:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6A9137B404 for ; Sun, 3 Aug 2003 09:20:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCE443F75 for ; Sun, 3 Aug 2003 09:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h73GK9Up092034 for ; Sun, 3 Aug 2003 09:20:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h73GK9Nn092033; Sun, 3 Aug 2003 09:20:09 -0700 (PDT) Resent-Date: Sun, 3 Aug 2003 09:20:09 -0700 (PDT) Resent-Message-Id: <200308031620.h73GK9Nn092033@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD79537B401 for ; Sun, 3 Aug 2003 09:19:04 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564CF43F75 for ; Sun, 3 Aug 2003 09:19:02 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 98233 invoked from network); 3 Aug 2003 16:18:58 -0000 Received: from unknown (HELO ?HOSTNAME?) (192.168.0.12) by goofy.cultdeadsheep.org with SMTP; 3 Aug 2003 16:18:58 -0000 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 3 Aug 2003 18:19:26 +0200 Message-Id: <20030803161902.564CF43F75@mx1.FreeBSD.org> Date: Sun, 3 Aug 2003 18:19:26 +0200 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/55209: [new port] net/p5-Net-LDAP: A perl5 Client interface to LDAP servers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 16:20:12 -0000 >Number: 55209 >Category: ports >Synopsis: [new port] net/p5-Net-LDAP: A perl5 Client interface to LDAP servers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 03 09:20:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD chuck.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Jul 31 03:00:20 CEST 2003 clement@chuck.cultdeadsheep.org:/usr/obj/usr/src/sys/CHUCK i386 >Description: The perl-ldap distribution is a collection of perl modules which provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages over other LDAP interfaces for perl: * By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code. * All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible. No C or XS extensions are used so no C compiler is needed to install the modules. No other LDAP libraries (eg libldap) are required. * It is being actively developed. WWW: http://perl-ldap.sourceforge.net/ >How-To-Repeat: N/A. >Fix: --- p5-Net-LDAP.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-LDAP # p5-Net-LDAP/Makefile # p5-Net-LDAP/distinfo # p5-Net-LDAP/pkg-descr # p5-Net-LDAP/pkg-plist # echo c - p5-Net-LDAP mkdir -p p5-Net-LDAP > /dev/null 2>&1 echo x - p5-Net-LDAP/Makefile sed 's/^X//' >p5-Net-LDAP/Makefile << 'END-of-p5-Net-LDAP/Makefile' X# New ports collection makefile for: p5-Net-LDAP X# Date created: August 3rd 2003 X# Whom: Clement Laforet X# X# $FreeBSD$ X# X XPORTNAME= Net-LDAP XPORTVERSION= 0.29 XCATEGORIES= net perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- XDISTNAME= perl-ldap-${PORTVERSION} X XMAINTAINER= sheepkiller@cultdeadsheep.org XCOMMENT= A perl5 Client interface to LDAP servers X XBUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ X ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \ X ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/Convert/ASN1.pm:${PORTSDIR}/converters/p5-Convert-ASN1 \ X ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL \ X ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ X ${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= YES X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Net::LDAP::Control::VLVResponse.3 \ X Net::LDAP::Entry.3 \ X Net::LDAP::Control::Sort.3 \ X Net::LDAP::Util.3 \ X Bundle::Net::LDAP.3 \ X Net::LDAP::Search.3 \ X Net::LDAPI.3 \ X Net::LDAP::Control::SortResult.3 \ X Net::LDAP::LDIF.3 \ X Net::LDAP::Schema.3 \ X Net::LDAP::Filter.3 \ X Net::LDAP::Constant.3 \ X Net::LDAP::Examples.3 \ X Net::LDAP::Control::VLV.3 \ X Net::LDAPS.3 \ X Net::LDAP.3 \ X Net::LDAP::Extra.3 \ X Net::LDAP::FAQ.3 \ X Net::LDAP::RootDSE.3 \ X Net::LDAP::Control.3 \ X Net::LDAP::Control::Paged.3 \ X Net::LDAP::Security.3 \ X Net::LDAP::DSML.3 \ X Net::LDAP::Message.3 \ X Net::LDAP::Reference.3 \ X Net::LDAP::Control::ProxyAuth.3 \ X Net::LDAP::RFC.3 X X.include END-of-p5-Net-LDAP/Makefile echo x - p5-Net-LDAP/distinfo sed 's/^X//' >p5-Net-LDAP/distinfo << 'END-of-p5-Net-LDAP/distinfo' XMD5 (perl-ldap-0.29.tar.gz) = a66eeb1fd322e0b39e2f8fb4ab9e20fa END-of-p5-Net-LDAP/distinfo echo x - p5-Net-LDAP/pkg-descr sed 's/^X//' >p5-Net-LDAP/pkg-descr << 'END-of-p5-Net-LDAP/pkg-descr' XThe perl-ldap distribution is a collection of perl modules which provide an Xobject orientated interface to LDAP servers. X XThe perl-ldap distribution has several advantages over other LDAP interfaces Xfor perl: X X * By using the perl object interface the perl-ldap modules provide X programmers with an interface which allows complex searches of LDAP X directories with only a small amount of code. X * All the perl-ldap modules are written entirely in perl, which means X that the library is truly cross-platform compatible. No C or XS X extensions are used so no C compiler is needed to install the modules. X No other LDAP libraries (eg libldap) are required. X * It is being actively developed. X XWWW: http://perl-ldap.sourceforge.net/ END-of-p5-Net-LDAP/pkg-descr echo x - p5-Net-LDAP/pkg-plist sed 's/^X//' >p5-Net-LDAP/pkg-plist << 'END-of-p5-Net-LDAP/pkg-plist' X%%SITE_PERL%%/mach/auto/perl-ldap/.packlist X%%SITE_PERL%%/LWP/Protocol/ldap.pm X%%SITE_PERL%%/Bundle/Net/LDAP.pm X%%SITE_PERL%%/Net/LDAP.pm X%%SITE_PERL%%/Net/LDAPS.pm X%%SITE_PERL%%/Net/LDAP.pod X%%SITE_PERL%%/Net/LDAPI.pm X%%SITE_PERL%%/Net/LDAP/Entry.pod X%%SITE_PERL%%/Net/LDAP/Filter.pm X%%SITE_PERL%%/Net/LDAP/Search.pod X%%SITE_PERL%%/Net/LDAP/LDIF.pod X%%SITE_PERL%%/Net/LDAP/Schema.pod X%%SITE_PERL%%/Net/LDAP/Entry.pm X%%SITE_PERL%%/Net/LDAP/Bind.pm X%%SITE_PERL%%/Net/LDAP/Schema.pm X%%SITE_PERL%%/Net/LDAP/DSML.pm X%%SITE_PERL%%/Net/LDAP/Reference.pod X%%SITE_PERL%%/Net/LDAP/Util.pm X%%SITE_PERL%%/Net/LDAP/ASN.pm X%%SITE_PERL%%/Net/LDAP/LDIF.pm X%%SITE_PERL%%/Net/LDAP/Filter.pod X%%SITE_PERL%%/Net/LDAP/Search.pm X%%SITE_PERL%%/Net/LDAP/Examples.pod X%%SITE_PERL%%/Net/LDAP/Constant.pm X%%SITE_PERL%%/Net/LDAP/Extension.pm X%%SITE_PERL%%/Net/LDAP/RootDSE.pm X%%SITE_PERL%%/Net/LDAP/FAQ.pod X%%SITE_PERL%%/Net/LDAP/Extra.pm X%%SITE_PERL%%/Net/LDAP/Message.pm X%%SITE_PERL%%/Net/LDAP/Control.pm X%%SITE_PERL%%/Net/LDAP/Security.pod X%%SITE_PERL%%/Net/LDAP/RFC.pod X%%SITE_PERL%%/Net/LDAP/Message.pod X%%SITE_PERL%%/Net/LDAP/Control/Sort.pm X%%SITE_PERL%%/Net/LDAP/Control/SortResult.pm X%%SITE_PERL%%/Net/LDAP/Control/ProxyAuth.pm X%%SITE_PERL%%/Net/LDAP/Control/VLVResponse.pm X%%SITE_PERL%%/Net/LDAP/Control/VLV.pm X%%SITE_PERL%%/Net/LDAP/Control/Paged.pm X%%SITE_PERL%%/Net/LDAP/Extension/SetPassword.pm X@dirrm %%SITE_PERL%%/mach/auto/perl-ldap X@dirrm %%SITE_PERL%%/Net/LDAP/Control X@dirrm %%SITE_PERL%%/Net/LDAP/Extension X@dirrm %%SITE_PERL%%/Net/LDAP END-of-p5-Net-LDAP/pkg-plist exit --- p5-Net-LDAP.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: