Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2008 13:34:22 -0500
From:      "Zane C.B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/124952: Net port: net/p5-Net-LDAP-AutoDNs Automatically make some default decisions some LDAP DNs and scopes.
Message-ID:  <1214332462.74221@vixen42.vulpes>
Resent-Message-ID: <200806241840.m5OIe1lS036666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124952
>Category:       ports
>Synopsis:       Net port: net/p5-Net-LDAP-AutoDNs   Automatically make some default decisions some LDAP DNs and scopes.
>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:   Tue Jun 24 18:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Zane C.B.
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.3-STABLE #3: Mon May 26 17:37:16 CDT 2008
    root@vixen42.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


Automatically make some default decisions some LDAP DNs and scopes.


    use Net::LDAP::AutoDNs;

    my $obj = Net::LDAP::AutoDNs->new();

    print $obj->{users}."\n";
    print $obj->{usersScope}."\n";
    print $obj->{dns}."\n";
    print $obj->{dnsScope}."\n";
    print $obj->{groups}."\n";
    print $obj->{groupsScope}."\n";
    print $obj->{home}."\n";
    print $obj->{homeScope}."\n";


>How-To-Repeat:


1: Unshar
2:
3: Laugh manically
4: Install and enjoy.


>Fix:


--- net_p5-Net-LDAP-AutoDNs.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:
#
#	net/p5-Net-LDAP-AutoDNs//
#	net/p5-Net-LDAP-AutoDNs//Makefile
#	net/p5-Net-LDAP-AutoDNs//distinfo
#	net/p5-Net-LDAP-AutoDNs//pkg-descr
#	net/p5-Net-LDAP-AutoDNs//pkg-plist
#
echo c - net/p5-Net-LDAP-AutoDNs//
mkdir -p net/p5-Net-LDAP-AutoDNs// > /dev/null 2>&1
echo x - net/p5-Net-LDAP-AutoDNs//Makefile
sed 's/^X//' >net/p5-Net-LDAP-AutoDNs//Makefile << 'END-of-net/p5-Net-LDAP-AutoDNs//Makefile'
X# New ports collection makefile for:	p5-Net-LDAP-AutoDNs
X# Date created:		2008-06-24
X# Whom:			Zane C, Bowers <vvelox@vvelox.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-LDAP-AutoDNs
XPORTVERSION=	0.0.0
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vvelox@vvelox.net
XCOMMENT=	Automatically make some default decisions some LDAP DNs and scopes
X
XRUN_DEPENDS=	${SITE_PERL}/mach/BSD/Sysctl.pm:${PORTSDIR}/sysutils/p5-BSD-Sysctl
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::LDAP::AutoDNs.3
X
X.include <bsd.port.mk>
END-of-net/p5-Net-LDAP-AutoDNs//Makefile
echo x - net/p5-Net-LDAP-AutoDNs//distinfo
sed 's/^X//' >net/p5-Net-LDAP-AutoDNs//distinfo << 'END-of-net/p5-Net-LDAP-AutoDNs//distinfo'
XMD5 (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 9702a3133ea134e7568a09bc6899b736
XSHA256 (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 0a29f8d881e19d67a0106598049cfb182fa584bffe536ba2a54f5688bdf3ea51
XSIZE (Net-LDAP-AutoDNs-0.0.0.tar.gz) = 3917
END-of-net/p5-Net-LDAP-AutoDNs//distinfo
echo x - net/p5-Net-LDAP-AutoDNs//pkg-descr
sed 's/^X//' >net/p5-Net-LDAP-AutoDNs//pkg-descr << 'END-of-net/p5-Net-LDAP-AutoDNs//pkg-descr'
XAutomatically make some default decisions some LDAP DNs and scopes.
X
XWWW: http://search.cpan.org/dist/Net-LDAP-Makepath/
END-of-net/p5-Net-LDAP-AutoDNs//pkg-descr
echo x - net/p5-Net-LDAP-AutoDNs//pkg-plist
sed 's/^X//' >net/p5-Net-LDAP-AutoDNs//pkg-plist << 'END-of-net/p5-Net-LDAP-AutoDNs//pkg-plist'
X%%SITE_PERL%%/Net/LDAP/AutoDNs.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP/AutoDNs
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/LDAP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/LDAP
X@dirrmtry %%SITE_PERL%%/Net
END-of-net/p5-Net-LDAP-AutoDNs//pkg-plist
exit

--- net_p5-Net-LDAP-AutoDNs.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1214332462.74221>