diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-03 09:11:34 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2008-03-03 09:11:34 +0000 |
commit | d5c78bdd77cee4b0019a74d7b57396fce2a9c8be (patch) | |
tree | 2175685836450314cfe0375aa2f7b333c970ae0b /security/yapet | |
parent | 893db4083dbf5eb82c462ff334296a834fb02aac (diff) | |
download | ports-d5c78bdd77cee4b0019a74d7b57396fce2a9c8be.tar.gz ports-d5c78bdd77cee4b0019a74d7b57396fce2a9c8be.zip |
Notes
Diffstat (limited to 'security/yapet')
-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 |
4 files changed, 43 insertions, 0 deletions
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 |