summaryrefslogtreecommitdiffstats
path: root/security/gpass
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 03:00:50 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-07 03:00:50 +0800
commitaa0845cfb3c57b441e18b7816d72927d0f746d41 (patch)
treed17fbf6e674fe9e1d13c48009f5d334a78cf4b4e /security/gpass
parentb8ea45796d3a4defaebca23a6fe89be05bf645e3 (diff)
downloadmarcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.gz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.bz2
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.lz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.xz
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.tar.zst
marcuscom-ports-aa0845cfb3c57b441e18b7816d72927d0f746d41.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9358 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gpass')
-rw-r--r--security/gpass/Makefile37
-rw-r--r--security/gpass/distinfo3
-rw-r--r--security/gpass/pkg-descr19
-rw-r--r--security/gpass/pkg-plist17
4 files changed, 76 insertions, 0 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
new file mode 100644
index 000000000..205ff66a8
--- /dev/null
+++ b/security/gpass/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gpass
+# Date created: 2006-07-24
+# Whom: ports@c0decafe.net <ports@c0decafe.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gpass
+PORTVERSION= 0.5.1
+PORTREVISION= 4
+CATEGORIES= security gnome
+MASTER_SITES= http://projects.netlab.jp/gpass/release/
+
+MAINTAINER= ports@c0decafe.net
+COMMENT= A password manager for GNOME2
+
+LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \
+ mhash:${PORTSDIR}/security/mhash
+
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
+USE_GMAKE= yes
+
+MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
+
+USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2
+GCONF_SCHEMAS= gpass.schemas
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
+ ${WRKSRC}/configure
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.mk>
diff --git a/security/gpass/distinfo b/security/gpass/distinfo
new file mode 100644
index 000000000..636d239c9
--- /dev/null
+++ b/security/gpass/distinfo
@@ -0,0 +1,3 @@
+MD5 (gpass-0.5.1.tar.gz) = f7144c5b3b2056d6f33d8dbf1011a211
+SHA256 (gpass-0.5.1.tar.gz) = 0a8216538144e34188e07bcc9f0415c36702fcb90890ddfbf75a594e5864a881
+SIZE (gpass-0.5.1.tar.gz) = 512614
diff --git a/security/gpass/pkg-descr b/security/gpass/pkg-descr
new file mode 100644
index 000000000..8286a1124
--- /dev/null
+++ b/security/gpass/pkg-descr
@@ -0,0 +1,19 @@
+The GNOME Password Manager - GPass for short - is a simple
+application, written for the GNOME 2 desktop, that lets you manage a
+collection of passwords. The password collection is stored in an
+encrypted file, protected by a master-password.
+
+GPass is released under the GNU GPL2 licence.
+
+Features:
+
+ * Clean and easy-to-use user interface.
+ * Quick-search facility.
+ * Username and password may easily be copied to the clipboard.
+ * Encryption is done using the OpenSSL cryptographics library.
+ * The built-in password generator helps you generate secure passwords.
+ * You can launch a website and the associated username/passwords
+ direct from GPass
+
+Author: Kouji TAKAO <kouji -at- netlab.jp>
+WWW: http://projects.netlab.jp/gpass/
diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist
new file mode 100644
index 000000000..6504e354f
--- /dev/null
+++ b/security/gpass/pkg-plist
@@ -0,0 +1,17 @@
+bin/gpass
+bin/gpass-convert
+share/applications/gpass.desktop
+share/pixmaps/gpass-icon.png
+%%DATADIR%%/attribute-editor.glade
+%%DATADIR%%/authentication.glade
+%%DATADIR%%/change-master-password.glade
+%%DATADIR%%/confirm-quit.glade
+%%DATADIR%%/intergradation.glade
+%%DATADIR%%/lock.glade
+%%DATADIR%%/password-generator.glade
+%%DATADIR%%/preferences.glade
+%%DATADIR%%/welcome.glade
+%%DATADIR%%/window.glade
+@dirrm %%DATADIR%%
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true