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:
parent
3709bae231
commit
ee1077ba42
20
devel/p5-Term-ReadPassword/Makefile
Normal file
20
devel/p5-Term-ReadPassword/Makefile
Normal 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>
|
4
devel/p5-Term-ReadPassword/distinfo
Normal file
4
devel/p5-Term-ReadPassword/distinfo
Normal 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
|
6
devel/p5-Term-ReadPassword/pkg/DESCR
Normal file
6
devel/p5-Term-ReadPassword/pkg/DESCR
Normal 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.
|
||||
|
4
devel/p5-Term-ReadPassword/pkg/PLIST
Normal file
4
devel/p5-Term-ReadPassword/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user