aboutsummaryrefslogtreecommitdiffstats
path: root/security/rndpassw
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-26 06:13:49 +0800
committerjgh <jgh@FreeBSD.org>2013-03-26 06:13:49 +0800
commit6860dd2e81fe92a2c385c12b125400a97f601e2e (patch)
treea200228a0ac321de7df40f9a495ead741198891b /security/rndpassw
parent5a4a3b10796b41fe0107bad58dd58e157cbd3f9e (diff)
downloadfreebsd-ports-gnome-6860dd2e81fe92a2c385c12b125400a97f601e2e.tar.gz
freebsd-ports-gnome-6860dd2e81fe92a2c385c12b125400a97f601e2e.tar.zst
freebsd-ports-gnome-6860dd2e81fe92a2c385c12b125400a97f601e2e.zip
add new port: security/rndpassw
Command line password generator WWW: http://sourceforge.net/projects/rndpassw PR: 177314 Submitted by: melanhit@gmail.com
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