ports/70653: [NEW PORT] security/revelation: Password manager for the GNOME 2 desktop

ports at c0decafe.net ports at c0decafe.net
Thu Aug 19 05:50:29 UTC 2004


>Number:         70653
>Category:       ports
>Synopsis:       [NEW PORT] security/revelation: Password manager for the GNOME 2 desktop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 19 05:50:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     ports at c0decafe.net
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD atlantis.local 4.10-STABLE FreeBSD 4.10-STABLE #0: Tue Aug 10 20:27:17 EEST 2004
>Description:
Revelation is a password manager for the GNOME 2 desktop, released under the
GNU GPL license. It stores all your accounts and passwords in a single, secure
place, and gives you access to it through a user-friendly graphical interface.

Features:
* Secure storage of passwords - uses an AES-encrypted XML data file with
  Cipher Block Chaining and compression for randomization.
* Uses a tree-structure for organizing accounts, making it easy to handle
  a large number of accounts.
* Support for importing data from / exporting data to foreign file formats.
  Currently supported: Figaro's Password Manager, GNOME Password Manager
  (gpass), .netrc, XML
* Has many different account types, covering the most common ones: creditcard,
  crypto key, database, door lock, email, ftp, generic, phone, shell, and
  website
* Unlimited undo/redo
* Cut/copy/paste support
* Account search
* Built-in password generator
* GConf-integrated configuration system
* User-friendly, HIG-compliant user interface.

Author:	Erik Grinaker <erikg-at-codepoet.no>
WWW:	http://oss.codepoet.no/revelation/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:

>Fix:
      
--- revelation-0.3.2.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	revelation
#	revelation/pkg-descr
#	revelation/Makefile
#	revelation/pkg-plist
#	revelation/distinfo
#
echo c - revelation
mkdir -p revelation > /dev/null 2>&1
echo x - revelation/pkg-descr
sed 's/^X//' >revelation/pkg-descr << 'END-of-revelation/pkg-descr'
XRevelation is a password manager for the GNOME 2 desktop, released under the
XGNU GPL license. It stores all your accounts and passwords in a single, secure
Xplace, and gives you access to it through a user-friendly graphical interface.
X
XFeatures:
X* Secure storage of passwords - uses an AES-encrypted XML data file with
X  Cipher Block Chaining and compression for randomization.
X* Uses a tree-structure for organizing accounts, making it easy to handle
X  a large number of accounts.
X* Support for importing data from / exporting data to foreign file formats.
X  Currently supported: Figaro's Password Manager, GNOME Password Manager
X  (gpass), .netrc, XML
X* Has many different account types, covering the most common ones: creditcard,
X  crypto key, database, door lock, email, ftp, generic, phone, shell, and
X  website
X* Unlimited undo/redo
X* Cut/copy/paste support
X* Account search
X* Built-in password generator
X* GConf-integrated configuration system
X* User-friendly, HIG-compliant user interface.
X
XAuthor:	Erik Grinaker <erikg-at-codepoet.no>
XWWW:	http://oss.codepoet.no/revelation/
END-of-revelation/pkg-descr
echo x - revelation/Makefile
sed 's/^X//' >revelation/Makefile << 'END-of-revelation/Makefile'
X# New ports collection makefile for:	revelation
X# Date created:		2004-08-10
X# Whom:			ports at c0decafe.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	revelation
XPORTVERSION=	0.3.2
XCATEGORIES=	security gnome
XMASTER_SITES=	ftp://oss.codepoet.no/revelation/
X
XMAINTAINER=	ports at c0decafe.net
XCOMMENT=	Password manager for the GNOME 2 desktop
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2\
X		${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	pygnome2
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=yes
XUSE_REINPLACE=	yes
X
Xpost-patch:
X	${REINPLACE_CMD} 's#share/#share/gnome/#g' \
X		${WRKSRC}/setup.py ${WRKSRC}/src/lib/__init__.py
X	${REINPLACE_CMD} 's#sys\.prefix#"${PREFIX}"#g' \
X		${WRKSRC}/src/lib/__init__.py
X
X.include <bsd.port.mk>
END-of-revelation/Makefile
echo x - revelation/pkg-plist
sed 's/^X//' >revelation/pkg-plist << 'END-of-revelation/pkg-plist'
Xbin/revelation
X%%PYTHON_SITELIBDIR%%/revelation/dialog.py
X%%PYTHON_SITELIBDIR%%/revelation/data.py
X%%PYTHON_SITELIBDIR%%/revelation/misc.py
X%%PYTHON_SITELIBDIR%%/revelation/__init__.py
X%%PYTHON_SITELIBDIR%%/revelation/entry.py
X%%PYTHON_SITELIBDIR%%/revelation/stock.py
X%%PYTHON_SITELIBDIR%%/revelation/widget.py
X%%PYTHON_SITELIBDIR%%/revelation/io.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.py
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyc
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.pyo
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.pyo
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyo
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyo
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyo
X%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyo
X at dirrm %%PYTHON_SITELIBDIR%%/revelation/datahandler
X%%PYTHON_SITELIBDIR%%/revelation/dialog.pyc
X%%PYTHON_SITELIBDIR%%/revelation/data.pyc
X%%PYTHON_SITELIBDIR%%/revelation/misc.pyc
X%%PYTHON_SITELIBDIR%%/revelation/__init__.pyc
X%%PYTHON_SITELIBDIR%%/revelation/entry.pyc
X%%PYTHON_SITELIBDIR%%/revelation/stock.pyc
X%%PYTHON_SITELIBDIR%%/revelation/widget.pyc
X%%PYTHON_SITELIBDIR%%/revelation/io.pyc
X%%PYTHON_SITELIBDIR%%/revelation/dialog.pyo
X%%PYTHON_SITELIBDIR%%/revelation/data.pyo
X%%PYTHON_SITELIBDIR%%/revelation/misc.pyo
X%%PYTHON_SITELIBDIR%%/revelation/__init__.pyo
X%%PYTHON_SITELIBDIR%%/revelation/entry.pyo
X%%PYTHON_SITELIBDIR%%/revelation/stock.pyo
X%%PYTHON_SITELIBDIR%%/revelation/widget.pyo
X%%PYTHON_SITELIBDIR%%/revelation/io.pyo
X at dirrm %%PYTHON_SITELIBDIR%%/revelation
Xshare/gnome/pixmaps/revelation.png
Xshare/gnome/revelation/pixmaps/account-creditcard.png
Xshare/gnome/revelation/pixmaps/account-cryptokey.png
Xshare/gnome/revelation/pixmaps/account-database.png
Xshare/gnome/revelation/pixmaps/account-door.png
Xshare/gnome/revelation/pixmaps/account-email.png
Xshare/gnome/revelation/pixmaps/account-ftp.png
Xshare/gnome/revelation/pixmaps/account-generic.png
Xshare/gnome/revelation/pixmaps/account-phone.png
Xshare/gnome/revelation/pixmaps/account-shell.png
Xshare/gnome/revelation/pixmaps/account-website.png
Xshare/gnome/revelation/pixmaps/folder.png
Xshare/gnome/revelation/pixmaps/folder-open.png
Xshare/gnome/revelation/pixmaps/password.png
Xshare/gnome/revelation/pixmaps/revelation.png
Xshare/gnome/revelation/pixmaps/revelation-16x16.png
X at dirrm share/gnome/revelation/pixmaps
X at dirrm share/gnome/revelation
Xshare/gnome/applications/revelation.desktop
END-of-revelation/pkg-plist
echo x - revelation/distinfo
sed 's/^X//' >revelation/distinfo << 'END-of-revelation/distinfo'
XMD5 (revelation-0.3.2.tar.bz2) = a74d591f74c7d85f70d7c27740958e06
XSIZE (revelation-0.3.2.tar.bz2) = 69292
END-of-revelation/distinfo
exit
--- revelation-0.3.2.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list