add new port: security/rndpassw

Command line password generator

WWW: http://sourceforge.net/projects/rndpassw

PR:		177314
Submitted by:	melanhit@gmail.com
This commit is contained in:
Jason Helfman 2013-03-25 22:13:49 +00:00
parent 2ae147928b
commit ccf9b32c9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315250
4 changed files with 25 additions and 0 deletions

View file

@ -830,6 +830,7 @@
SUBDIR += revelation
SUBDIR += rifiuti2
SUBDIR += rkhunter
SUBDIR += rndpassw
SUBDIR += ruby-acl
SUBDIR += ruby-camellia
SUBDIR += ruby-crypt

View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= rndpassw
PORTVERSION= 0.1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= melanhit@gmail.com
COMMENT= CLI password generator
LICENSE= BSD
USE_BZIP2= yes
FETCH_ARGS= -Fpr
MAN1= rndpassw.1
PLIST_FILES= bin/rndpassw
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rndpassw-0.1.tar.bz2) = c45ca83ba9cc73f6bbfc8878610a2456300671d88572d55fcac96cb00b7e2508
SIZE (rndpassw-0.1.tar.bz2) = 3364

View file

@ -0,0 +1,3 @@
Command line password generator
WWW: http://sourceforge.net/projects/rndpassw