Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 01:30:08 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37746: New port: security/py-authmodules
Message-ID:  <200205041630.g44GU8Z0041772@akaraka.yonsei.ac.kr>

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

>Number:         37746
>Category:       ports
>Synopsis:       New port: security/py-authmodules
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 04 09:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Fri May 3 15:10:14 KST 2002 root@akaraka.yonsei.ac.kr:/usr/src/sys/i386/compile/JOARRA i386

>Description:
New port for py-authmodules, the auth module collection for python

>How-To-Repeat:
>Fix:

# 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:
#
#	py-authmodules
#	py-authmodules/Makefile
#	py-authmodules/distinfo
#	py-authmodules/pkg-comment
#	py-authmodules/pkg-descr
#	py-authmodules/pkg-plist
#
echo c - py-authmodules
mkdir -p py-authmodules > /dev/null 2>&1
echo x - py-authmodules/Makefile
sed 's/^X//' >py-authmodules/Makefile << 'END-of-py-authmodules/Makefile'
X# New ports collection makefile for:	py-authmodules
X# Date created:		5 May 2002
X# Whom:			Hye-Shik Chang <perky@fallin.lv>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	authmodules
XPORTVERSION=	1.0.1.b
XCATEGORIES=	security python
XMASTER_SITES=	http://www.chrisarndt.de/software/python/download/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	auth-modules-${PORTVERSION:S/.b/b/}
X
XMAINTAINER=	perky@fallin.lv
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS= yes
XUSE_BZIP2=	yes
X
XDOCSDIR=	${PREFIX}/share/doc/py-authmodules
XEXAMPLESDIR=	${PREFIX}/share/examples/py-authmodules
X
Xpost-patch:
X	@${PERL} -pi -e 's,from userdbm,from auth.userdbm,g' ${WRKSRC}/scripts/dbmmanage.py
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${EXAMPLESDIR} ${DOCSDIR}
X	@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
X	@cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-py-authmodules/Makefile
echo x - py-authmodules/distinfo
sed 's/^X//' >py-authmodules/distinfo << 'END-of-py-authmodules/distinfo'
XMD5 (auth-modules-1.0.1b.tar.bz2) = 69c1c1302064b86380178d4d2e9c213c
END-of-py-authmodules/distinfo
echo x - py-authmodules/pkg-comment
sed 's/^X//' >py-authmodules/pkg-comment << 'END-of-py-authmodules/pkg-comment'
XPython module collection for password authentification
END-of-py-authmodules/pkg-comment
echo x - py-authmodules/pkg-descr
sed 's/^X//' >py-authmodules/pkg-descr << 'END-of-py-authmodules/pkg-descr'
XA module collection for managing user databases and handling
Xpassword authentification. Also included a command line tool for
Xmanaging a DBM user database and another tool for maintaining an
Xencrypted database in which you can store passwords and other data
Xfor different accounts.
X
XWWW: http://www.chrisarndt.de/software/python/
END-of-py-authmodules/pkg-descr
echo x - py-authmodules/pkg-plist
sed 's/^X//' >py-authmodules/pkg-plist << 'END-of-py-authmodules/pkg-plist'
Xbin/dbmmanage.py
Xbin/accountdb.py
Xlib/%%PYTHON_VERSION%%/site-packages/auth/__init__.py
Xlib/%%PYTHON_VERSION%%/site-packages/auth/__init__.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/auth/__init__.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/auth/authlib.py
Xlib/%%PYTHON_VERSION%%/site-packages/auth/authlib.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/auth/authlib.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdb.py
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdb.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdb.pyo
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdbm.py
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdbm.pyc
Xlib/%%PYTHON_VERSION%%/site-packages/auth/userdbm.pyo
X@dirrm lib/%%PYTHON_VERSION%%/site-packages/auth
X%%PORTDOCS%%share/doc/py-authmodules/Makefile
X%%PORTDOCS%%share/doc/py-authmodules/authlib.html
X%%PORTDOCS%%share/doc/py-authmodules/userdb.html
X%%PORTDOCS%%share/doc/py-authmodules/userdbm.html
X%%PORTDOCS%%share/examples/py-authmodules/crack.py
X%%PORTDOCS%%share/examples/py-authmodules/cryptit.py
X%%PORTDOCS%%share/examples/py-authmodules/xaccount.py
X%%PORTDOCS%%@dirrm share/examples/py-authmodules
X%%PORTDOCS%%@dirrm share/doc/py-authmodules
END-of-py-authmodules/pkg-plist
exit


>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?200205041630.g44GU8Z0041772>