From owner-cvs-ports@FreeBSD.ORG Fri Jun 19 05:28:46 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D70361065670; Fri, 19 Jun 2009 05:28:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C64EA8FC14; Fri, 19 Jun 2009 05:28:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5J5Skek069470; Fri, 19 Jun 2009 05:28:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5J5SkV9069469; Fri, 19 Jun 2009 05:28:46 GMT (envelope-from miwi) Message-Id: <200906190528.n5J5SkV9069469@repoman.freebsd.org> From: Martin Wilke Date: Fri, 19 Jun 2009 05:28:46 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/ranpwd Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2009 05:28:47 -0000 miwi 2009-06-19 05:28:46 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/ranpwd Makefile distinfo pkg-descr Log: ranpwd uses /dev/random or /dev/urandom to generate cryptographically secure passwords. Generated passwords may consist of any specified length and any combination of upper- or lower-case alphanumeric characters or punctuation. ranpwd can also generate passwords consisting of hexadecimal, decimal, octal or binary numbers, and format these as valid C constants for inclusion in source code. WWW: http://freshmeat.net/projects/ranpwd PR: ports/135540 Submitted by: corky1951 at comcast.net Revision Changes Path 1.1042 +1 -0 ports/security/Makefile 1.1 +25 -0 ports/security/ranpwd/Makefile (new) 1.1 +3 -0 ports/security/ranpwd/distinfo (new) 1.1 +9 -0 ports/security/ranpwd/pkg-descr (new)