FreeBSD Bugzilla – Attachment 45922 Details for
Bug 70653
[NEW PORT] security/revelation: Password manager for the GNOME 2 desktop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
revelation-0.3.2.shar
revelation-0.3.2.shar (text/plain), 5.88 KB, created by
ports@c0decafe.net
on 2004-08-19 06:50:28 UTC
(
hide
)
Description:
revelation-0.3.2.shar
Filename:
MIME Type:
Creator:
ports@c0decafe.net
Created:
2004-08-19 06:50:28 UTC
Size:
5.88 KB
patch
obsolete
># 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@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@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@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@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@dirrm share/gnome/revelation/pixmaps >X@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 70653
: 45922