mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -830,6 +830,7 @@
|
|||
SUBDIR += revelation
|
||||
SUBDIR += rifiuti2
|
||||
SUBDIR += rkhunter
|
||||
SUBDIR += rndpassw
|
||||
SUBDIR += ruby-acl
|
||||
SUBDIR += ruby-camellia
|
||||
SUBDIR += ruby-crypt
|
||||
|
|
19
security/rndpassw/Makefile
Normal file
19
security/rndpassw/Makefile
Normal 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>
|
2
security/rndpassw/distinfo
Normal file
2
security/rndpassw/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rndpassw-0.1.tar.bz2) = c45ca83ba9cc73f6bbfc8878610a2456300671d88572d55fcac96cb00b7e2508
|
||||
SIZE (rndpassw-0.1.tar.bz2) = 3364
|
3
security/rndpassw/pkg-descr
Normal file
3
security/rndpassw/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Command line password generator
|
||||
|
||||
WWW: http://sourceforge.net/projects/rndpassw
|
Loading…
Add table
Reference in a new issue