Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2002 21:28:54 +0100 (BST)
From:      Mustafa Arif <ma499@doc.ic.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41861: New port: SMB authentication module for Perl (p5-Authen-Smb)
Message-ID:  <200208212028.g7LKSsCl017426@guilds2.me.ic.ac.uk>

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

>Number:         41861
>Category:       ports
>Synopsis:       New port: SMB authentication module for Perl (p5-Authen-Smb)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 21 13:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mustafa Arif
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
Imperial College, University of London
>Environment:
System: FreeBSD guilds2.me.ic.ac.uk 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #3: Tue Aug 20 16:25:11 BST 2002 ma499@guilds2.me.ic.ac.uk:/usr/obj/usr/src/sys/GUILDS2 i386


	
>Description:
Authen::Smb is a Perl module that allows you to authenticate users against
an SMB (Samba, NT, Windows 2000, LAN Manager, LAN Server, OS/2) server.
>How-To-Repeat:
	
>Fix:

	

--- authen-port-report 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-Authen-Smb
#	p5-Authen-Smb/Makefile
#	p5-Authen-Smb/pkg-comment
#	p5-Authen-Smb/pkg-descr
#	p5-Authen-Smb/pkg-plist
#	p5-Authen-Smb/distinfo
#	p5-Authen-Smb/files
#	p5-Authen-Smb/files/patch-aa
#
echo c - p5-Authen-Smb
mkdir -p p5-Authen-Smb > /dev/null 2>&1
echo x - p5-Authen-Smb/Makefile
sed 's/^X//' >p5-Authen-Smb/Makefile << 'END-of-p5-Authen-Smb/Makefile'
X# New ports collection makefile for:   p5-Authen-Smb
X# Date created:                        Wed 21 August 2002
X# Whom:                                Mustafa Arif <ma499@doc.ic.ac.uk>
X#                                      http://www.doc.ic.ac.uk/~ma499/
X#
X# $FreeBSD$
X#
X
XPORTNAME=       Authen-Smb
XPORTVERSION=    0.91
XCATEGORIES=     security perl5
XMASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=     Authen
XPKGNAMEPREFIX=  p5-
X
XMAINTAINER=     ports@freebsd.org
X
XPERL_CONFIGURE= yes
X
XMAN3PREFIX=     ${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=           Authen::Smb.3
X
X.include <bsd.port.mk>
END-of-p5-Authen-Smb/Makefile
echo x - p5-Authen-Smb/pkg-comment
sed 's/^X//' >p5-Authen-Smb/pkg-comment << 'END-of-p5-Authen-Smb/pkg-comment'
XPerl extension to authenticate against an SMB server 
END-of-p5-Authen-Smb/pkg-comment
echo x - p5-Authen-Smb/pkg-descr
sed 's/^X//' >p5-Authen-Smb/pkg-descr << 'END-of-p5-Authen-Smb/pkg-descr'
XAuthen::Smb allows you to authenticate users against an NT server.  See
XSmb.pm POD documentation for details.
X
XWWW: http://search.cpan.org/author/PMKANE/Authen-Smb-0.91/
END-of-p5-Authen-Smb/pkg-descr
echo x - p5-Authen-Smb/pkg-plist
sed 's/^X//' >p5-Authen-Smb/pkg-plist << 'END-of-p5-Authen-Smb/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen/Smb.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Smb/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Smb/autosplit.ix
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Smb/Smb.bs
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Smb/Smb.so
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Smb
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Authen 2>/dev/null || true
END-of-p5-Authen-Smb/pkg-plist
echo x - p5-Authen-Smb/distinfo
sed 's/^X//' >p5-Authen-Smb/distinfo << 'END-of-p5-Authen-Smb/distinfo'
XMD5 (Authen-Smb-0.91.tar.gz) = 97d8aee872160eeabd0c08a7b0985216
END-of-p5-Authen-Smb/distinfo
echo c - p5-Authen-Smb/files
mkdir -p p5-Authen-Smb/files > /dev/null 2>&1
echo x - p5-Authen-Smb/files/patch-aa
sed 's/^X//' >p5-Authen-Smb/files/patch-aa << 'END-of-p5-Authen-Smb/files/patch-aa'
X*** smbval/smbencrypt.c.orig	Wed Aug 21 21:07:23 2002
X--- smbval/smbencrypt.c	Mon Jan 28 19:33:42 2002
X***************
X*** 24,30 ****
X  #include <arpa/inet.h>
X  #include <dirent.h>
X  #include <string.h>
X! #include <sys/vfs.h>
X  #include <netinet/in.h>
X  #include <ctype.h>
X  #include "smblib-priv.h"
X--- 24,30 ----
X  #include <arpa/inet.h>
X  #include <dirent.h>
X  #include <string.h>
X! 
X  #include <netinet/in.h>
X  #include <ctype.h>
X  #include "smblib-priv.h"
END-of-p5-Authen-Smb/files/patch-aa
exit
--- authen-port-report ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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