diff options
author | vanilla <vanilla@FreeBSD.org> | 2008-03-03 17:11:34 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2008-03-03 17:11:34 +0800 |
commit | 5757a62cf3c965e542d9fd9678b03b233542ff84 (patch) | |
tree | 558c2ac3765472ddf00841102cbc8140bef104cf /security | |
parent | 5a57ffd6430563503ec1b70db2b5ab862d476611 (diff) | |
download | freebsd-ports-gnome-5757a62cf3c965e542d9fd9678b03b233542ff84.tar.gz freebsd-ports-gnome-5757a62cf3c965e542d9fd9678b03b233542ff84.tar.zst freebsd-ports-gnome-5757a62cf3c965e542d9fd9678b03b233542ff84.zip |
Add yapet 0.1, a curses based password manager.
PR: ports/121293
Submitted by: Rafael Ostertag <rafi at guengel.ch>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/yapet/Makefile | 23 | ||||
-rw-r--r-- | security/yapet/distinfo | 3 | ||||
-rw-r--r-- | security/yapet/pkg-descr | 5 | ||||
-rw-r--r-- | security/yapet/pkg-plist | 12 |
5 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index fb5d6c1aac0e..20c1878df106 100644 --- a/security/Makefile +++ b/security/Makefile @@ -785,6 +785,7 @@ SUBDIR += xspy SUBDIR += xyssl SUBDIR += yafic + SUBDIR += yapet SUBDIR += yersinia SUBDIR += zebedee SUBDIR += zombiezapper diff --git a/security/yapet/Makefile b/security/yapet/Makefile new file mode 100644 index 000000000000..25bfbeec0332 --- /dev/null +++ b/security/yapet/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: yapet +# Date created: 01 March 2008 +# Whom: Rafael Ostertag <rafi@guengel.ch> +# +# $FreeBSD$ +# + +PORTNAME= yapet +PORTVERSION= 0.1 +CATEGORIES= security +MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ + +MAINTAINER= rafi@guengel.ch +COMMENT= A curses based password manager + +MAN1= yapet.1 +MANCOMPRESSED= no + +GNU_CONFIGURE= yes + +USE_OPENSSL= yes + +.include <bsd.port.mk> diff --git a/security/yapet/distinfo b/security/yapet/distinfo new file mode 100644 index 000000000000..925bc6c7ec01 --- /dev/null +++ b/security/yapet/distinfo @@ -0,0 +1,3 @@ +MD5 (yapet-0.1.tar.gz) = de68da680576f4ff7c73a80396419cba +SHA256 (yapet-0.1.tar.gz) = 1109bfd4d16b445c534ff30d3ac15e8983b31c24bde93458bc39f3ea13d94285 +SIZE (yapet-0.1.tar.gz) = 458608 diff --git a/security/yapet/pkg-descr b/security/yapet/pkg-descr new file mode 100644 index 000000000000..bb87a686b75d --- /dev/null +++ b/security/yapet/pkg-descr @@ -0,0 +1,5 @@ +YAPET is a curses based password encryption tool using the Blowfish +encryption algorithm to store the password records encrypted on +disk. + +WWW: http://www.guengel.ch/myapps/yapet/ diff --git a/security/yapet/pkg-plist b/security/yapet/pkg-plist new file mode 100644 index 000000000000..aab21b8f6cf0 --- /dev/null +++ b/security/yapet/pkg-plist @@ -0,0 +1,12 @@ +bin/yapet +share/applications/yapet.desktop +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/DESIGN +%%DOCSDIR%%/README +%%DOCSDIR%%/html/yapet.html +%%DOCSDIR%%/html/DESIGN.html +%%DOCSDIR%%/html/README.html +@dirrm %%DOCSDIR%%/html +@dirrm %%DOCSDIR%% +@dirrmtry share/applications |