aboutsummaryrefslogtreecommitdiff
path: root/security/rndpassw
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-25 22:13:49 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-25 22:13:49 +0000
commitccf9b32c9a61b7a8be07f9b9f36dd401d4de6966 (patch)
treea200228a0ac321de7df40f9a495ead741198891b /security/rndpassw
parent2ae147928b4b657fa3b598608b20b5932424d21d (diff)
downloadports-ccf9b32c9a61b7a8be07f9b9f36dd401d4de6966.tar.gz
ports-ccf9b32c9a61b7a8be07f9b9f36dd401d4de6966.zip
add new port: security/rndpassw
Command line password generator WWW: http://sourceforge.net/projects/rndpassw PR: 177314 Submitted by: melanhit@gmail.com
Notes
Notes: svn path=/head/; revision=315250
Diffstat (limited to 'security/rndpassw')
-rw-r--r--security/rndpassw/Makefile19
-rw-r--r--security/rndpassw/distinfo2
-rw-r--r--security/rndpassw/pkg-descr3
3 files changed, 24 insertions, 0 deletions
diff --git a/security/rndpassw/Makefile b/security/rndpassw/Makefile
new file mode 100644
index 000000000000..623793d466ef
--- /dev/null
+++ b/security/rndpassw/Makefile
@@ -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>
diff --git a/security/rndpassw/distinfo b/security/rndpassw/distinfo
new file mode 100644
index 000000000000..e797e4af4076
--- /dev/null
+++ b/security/rndpassw/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rndpassw-0.1.tar.bz2) = c45ca83ba9cc73f6bbfc8878610a2456300671d88572d55fcac96cb00b7e2508
+SIZE (rndpassw-0.1.tar.bz2) = 3364
diff --git a/security/rndpassw/pkg-descr b/security/rndpassw/pkg-descr
new file mode 100644
index 000000000000..60cddce1e6df
--- /dev/null
+++ b/security/rndpassw/pkg-descr
@@ -0,0 +1,3 @@
+Command line password generator
+
+WWW: http://sourceforge.net/projects/rndpassw