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

Add pwsafe, a command line program to manage encrypted password databases

PR:		ports/64911
Submitted by:	Daniel Johansson <donnex@donnex.net>
This commit is contained in:
Pav Lucistnik 2004-03-31 16:29:32 +00:00
parent 00d0bc729b
commit c5dd4b42a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105790
4 changed files with 34 additions and 0 deletions

View File

@ -290,6 +290,7 @@
SUBDIR += pwd_unmkdb
SUBDIR += pwg
SUBDIR += pwgen
SUBDIR += pwsafe
SUBDIR += pyfind
SUBDIR += qlogtools
SUBDIR += qtpkg

22
sysutils/pwsafe/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: pwsafe
# Date created: 29 Mars 2004
# Whom: donnex
#
# $FreeBSD$
#
PORTNAME= pwsafe
PORTVERSION= 0.1.6
CATEGORIES= sysutils
MASTER_SITES= http://nsd.dyndns.org/pwsafe/releases/
MAINTAINER= donnex@donnex.net
COMMENT= Cmdline program that manages encrypted password databases
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe
.include <bsd.port.mk>

2
sysutils/pwsafe/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (pwsafe-0.1.6.tar.gz) = 2a56d5d54d474524500f0b4258868478
SIZE (pwsafe-0.1.6.tar.gz) = 110027

View File

@ -0,0 +1,9 @@
Pwsafe is a unix commandline program that manages encrypted password databases.
* Pure command-line operation if desired (good for remote access over ssh)
* Can interact with X11 selection & clipboard.
* Portable, endianess-clean, misaligned-access-free C++. Compiles cleanly
on linux, *bsd, macos x, solaris.
* Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x.
WWW: http://nsd.dyndns.org/pwsafe/