mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Term-ReadPassword 0.06, perl module for asking the user for a
password.
This commit is contained in:
parent
23fbc9b66c
commit
a4edf70af5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141322
@ -1102,6 +1102,7 @@
|
||||
SUBDIR += p5-Term-Query
|
||||
SUBDIR += p5-Term-ReadKey
|
||||
SUBDIR += p5-Term-ReadLine-Zoid
|
||||
SUBDIR += p5-Term-ReadPassword
|
||||
SUBDIR += p5-Term-Screen
|
||||
SUBDIR += p5-Term-Shell
|
||||
SUBDIR += p5-Term-Size
|
||||
|
20
devel/p5-Term-ReadPassword/Makefile
Normal file
20
devel/p5-Term-ReadPassword/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: p5-Term-ReadPassword
|
||||
# Date created: Aug 29 2005
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Term-ReadPassword
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/P/PH/PHOENIX
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl module for asking the user for a password
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
MAN3= Term::ReadPassword.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Term-ReadPassword/distinfo
Normal file
2
devel/p5-Term-ReadPassword/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Term-ReadPassword-0.06.tar.gz) = 2bc3363099be5d3c5aea03d8c09f4c5a
|
||||
SIZE (Term-ReadPassword-0.06.tar.gz) = 6665
|
8
devel/p5-Term-ReadPassword/pkg-descr
Normal file
8
devel/p5-Term-ReadPassword/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This module lets you ask the user for a password in the traditional
|
||||
way, from the keyboard, without echoing.
|
||||
|
||||
This is not intended for use over the web; user authentication over
|
||||
the web is another matter entirely. Also, this module should generally
|
||||
be used in conjunction with Perl's crypt() function, sold separately.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-ReadPassword/
|
5
devel/p5-Term-ReadPassword/pkg-plist
Normal file
5
devel/p5-Term-ReadPassword/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Term/ReadPassword.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadPassword/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadPassword
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Term 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user