Import kedpm 0.4.0
Password Manager helps to manage large numbers of passwords and related information and simplifies the tasks of searching and entering password data. KedPM is written as an extensible framework, which allows users to plug in custom password database back-ends and custom user interface front-ends. Currently, only the Figaro PM back-end supported. To control KedPM user can choose between CLI and GTK2 based GUI front-ends. From Joerg Zinke <umaxx@oleco.net>
This commit is contained in:
parent
80ba02d4ff
commit
85283dad49
30
security/kedpm/Makefile
Normal file
30
security/kedpm/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/04 17:36:51 alek Exp $
|
||||
|
||||
COMMENT= "application for managing passwords"
|
||||
|
||||
DISTNAME= kedpm-0.4.0
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://kedpm.sourceforge.net/
|
||||
|
||||
MAINTAINER= Joerg Zinke <umaxx@oleco.net>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kedpm/}
|
||||
|
||||
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
|
||||
:py-gtk2-*:x11/py-gtk2 \
|
||||
:py-crypto-*:security/py-crypto
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
do-regress:
|
||||
@cd ${WRKSRC} && ${MODPY_BIN} ./run_tests
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/kedpm/distinfo
Normal file
4
security/kedpm/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (kedpm-0.4.0.tar.gz) = 6b83a646873f8ea00af9c6403aa259bc
|
||||
RMD160 (kedpm-0.4.0.tar.gz) = 7b37c06c93151a7177505c4dd796c33d5d1c77bb
|
||||
SHA1 (kedpm-0.4.0.tar.gz) = 449b733718918ad5d7c782e85c70c1a43873109f
|
||||
SIZE (kedpm-0.4.0.tar.gz) = 61636
|
8
security/kedpm/pkg/DESCR
Normal file
8
security/kedpm/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Password Manager helps to manage large numbers of passwords and related
|
||||
information and simplifies the tasks of searching and entering password
|
||||
data.
|
||||
|
||||
KedPM is written as an extensible framework, which allows users to plug
|
||||
in custom password database back-ends and custom user interface
|
||||
front-ends. Currently, only the Figaro PM back-end supported. To control
|
||||
KedPM user can choose between CLI and GTK2 based GUI front-ends.
|
54
security/kedpm/pkg/PLIST
Normal file
54
security/kedpm/pkg/PLIST
Normal file
@ -0,0 +1,54 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/04 17:36:51 alek Exp $
|
||||
bin/kedpm
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/config.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/config.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/crypt.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/crypt.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/exceptions.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/exceptions.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/cli.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/cli.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/frontend.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/frontend.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/app.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/app.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/base.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/base.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/dialogs.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/dialogs.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/globals.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/globals.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/preferences.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/preferences.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/wnd_main.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/frontends/gtk/wnd_main.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/parser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/parser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/passdb.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/passdb.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/password.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/password.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/password_tree.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/password_tree.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/plugins/
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/plugins/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/plugins/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/plugins/pdb_figaro.py
|
||||
lib/python${MODPY_VERSION}/site-packages/kedpm/plugins/pdb_figaro.pyc
|
||||
share/kedpm/
|
||||
@comment share/kedpm/AUTHORS
|
||||
@comment share/kedpm/COPYING
|
||||
@comment share/kedpm/INSTALL
|
||||
share/kedpm/glade/
|
||||
share/kedpm/glade/cloud16.png
|
||||
share/kedpm/glade/kedpm.glade
|
||||
share/kedpm/glade/logo.png
|
Loading…
Reference in New Issue
Block a user