Term::ReadPassword is a simple module to read passwords without echoing

anything.

Needed to compile some other perl stuff (bricolage)
This commit is contained in:
espie 2006-04-18 10:18:07 +00:00
parent 3709bae231
commit ee1077ba42
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/04/18 10:18:07 espie Exp $
COMMENT= "ask passwords from perl"
DISTNAME= Term-ReadPassword-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
CONFIGURE_STYLE= perl
REGRESS_IS_INTERACTIVE= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Term-ReadPassword-0.07.tar.gz) = cc1a611fbb6dfd4d6e96e54434bb20b8
RMD160 (Term-ReadPassword-0.07.tar.gz) = 05543749fe9cc798b3b20f4ebc8ff0aaafd1e51d
SHA1 (Term-ReadPassword-0.07.tar.gz) = 10689c1dca095e5daba93d61e67cf5d9baa91837
SIZE (Term-ReadPassword-0.07.tar.gz) = 6735

View File

@ -0,0 +1,6 @@
This module lets you ask the user for a password in the
traditional way, from the keyboard, without echoing.
It's only dependent on posix functionalities to put the keyboard
in raw mode without echo.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/04/18 10:18:07 espie Exp $
${P5SITE}/Term/
${P5SITE}/Term/ReadPassword.pm
@man man/man3p/Term::ReadPassword.3p