summaryrefslogtreecommitdiffstats
path: root/security/gpass
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /security/gpass
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gpass')
-rw-r--r--security/gpass/Makefile43
-rw-r--r--security/gpass/distinfo3
-rw-r--r--security/gpass/pkg-descr19
-rw-r--r--security/gpass/pkg-plist17
4 files changed, 0 insertions, 82 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
deleted file mode 100644
index ada98217f..000000000
--- a/security/gpass/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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= 2
-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
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
- ${WRKSRC}/configure
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/security/gpass/distinfo b/security/gpass/distinfo
deleted file mode 100644
index 636d239c9..000000000
--- a/security/gpass/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 8286a1124..000000000
--- a/security/gpass/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-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
deleted file mode 100644
index 9910308dc..000000000
--- a/security/gpass/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/gpass
-bin/gpass-convert
-share/gnome/applications/gpass.desktop
-share/gnome/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