New port: security/pear-File_SMBPasswd PEAR class for managing SAMBA style password files

With PEAR::File_SMBPasswd you can maintain smbpasswd-files, usualy used by
SAMBA.

PR:		ports/78642
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
Pav Lucistnik 2005-03-11 21:19:39 +00:00
parent 142b74833b
commit 07987f03c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130940
4 changed files with 33 additions and 0 deletions

View File

@ -338,6 +338,7 @@
SUBDIR += pear-Crypt_RC4
SUBDIR += pear-File_HtAccess
SUBDIR += pear-File_Passwd
SUBDIR += pear-File_SMBPasswd
SUBDIR += pear-LiveUser
SUBDIR += pear-LiveUser_Admin
SUBDIR += pear-Text_Password

View File

@ -0,0 +1,26 @@
# Ports collection makefile for: pear-File_SMBPasswd
# Date created: 09 March 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= File_SMBPasswd
PORTVERSION= 1.0.1
CATEGORIES= security pear
MAINTAINER= antonio@php.net
COMMENT= PEAR class for managing SAMBA style password files
BUILD_DEPENDS= ${PEARDIR}/Crypt/CHAP.php:${PORTSDIR}/security/pear-Crypt_CHAP
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PHP= mhash
CATEGORY= File
FILES= SMBPasswd.php
EXAMPLES= smbpasswd.php smbpasswd
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/File_SMBPasswd-1.0.1.tgz) = 8f32bda12158fdff28dc984712283f91
SIZE (PEAR/File_SMBPasswd-1.0.1.tgz) = 4917

View File

@ -0,0 +1,4 @@
With PEAR::File_SMBPasswd you can maintain smbpasswd-files, usualy used by
SAMBA.
WWW: http://pear.php.net/package/File_SMBPasswd/