1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add yapet 0.1, a curses based password manager.

PR:		ports/121293
Submitted by:	Rafael Ostertag <rafi at guengel.ch>
This commit is contained in:
Vanilla I. Shu 2008-03-03 09:11:34 +00:00
parent 893db4083d
commit d5c78bdd77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208369
5 changed files with 44 additions and 0 deletions

View File

@ -785,6 +785,7 @@
SUBDIR += xspy
SUBDIR += xyssl
SUBDIR += yafic
SUBDIR += yapet
SUBDIR += yersinia
SUBDIR += zebedee
SUBDIR += zombiezapper

23
security/yapet/Makefile Normal file
View File

@ -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>

3
security/yapet/distinfo Normal file
View File

@ -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

5
security/yapet/pkg-descr Normal file
View File

@ -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/

12
security/yapet/pkg-plist Normal file
View File

@ -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