svn commit: r315250 - in head/security: . rndpassw
Jason Helfman
jgh at FreeBSD.org
Mon Mar 25 22:13:51 UTC 2013
Author: jgh
Date: Mon Mar 25 22:13:49 2013
New Revision: 315250
URL: http://svnweb.freebsd.org/changeset/ports/315250
Log:
add new port: security/rndpassw
Command line password generator
WWW: http://sourceforge.net/projects/rndpassw
PR: 177314
Submitted by: melanhit at gmail.com
Added:
head/security/rndpassw/
head/security/rndpassw/Makefile (contents, props changed)
head/security/rndpassw/distinfo (contents, props changed)
head/security/rndpassw/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Mon Mar 25 22:07:11 2013 (r315249)
+++ head/security/Makefile Mon Mar 25 22:13:49 2013 (r315250)
@@ -830,6 +830,7 @@
SUBDIR += revelation
SUBDIR += rifiuti2
SUBDIR += rkhunter
+ SUBDIR += rndpassw
SUBDIR += ruby-acl
SUBDIR += ruby-camellia
SUBDIR += ruby-crypt
Added: head/security/rndpassw/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rndpassw/Makefile Mon Mar 25 22:13:49 2013 (r315250)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= rndpassw
+PORTVERSION= 0.1
+CATEGORIES= security
+MASTER_SITES= SF
+
+MAINTAINER= melanhit at 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>
Added: head/security/rndpassw/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rndpassw/distinfo Mon Mar 25 22:13:49 2013 (r315250)
@@ -0,0 +1,2 @@
+SHA256 (rndpassw-0.1.tar.bz2) = c45ca83ba9cc73f6bbfc8878610a2456300671d88572d55fcac96cb00b7e2508
+SIZE (rndpassw-0.1.tar.bz2) = 3364
Added: head/security/rndpassw/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rndpassw/pkg-descr Mon Mar 25 22:13:49 2013 (r315250)
@@ -0,0 +1,3 @@
+Command line password generator
+
+WWW: http://sourceforge.net/projects/rndpassw
More information about the svn-ports-head
mailing list