From owner-cvs-all@FreeBSD.ORG Tue Aug 1 11:12:26 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2B6716A4DA; Tue, 1 Aug 2006 11:12:26 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAFE943D46; Tue, 1 Aug 2006 11:12:26 +0000 (GMT) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k71BCQ1F069171; Tue, 1 Aug 2006 11:12:26 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k71BCQKk069170; Tue, 1 Aug 2006 11:12:26 GMT (envelope-from acm) Message-Id: <200608011112.k71BCQKk069170@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Tue, 1 Aug 2006 11:12:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/gpass Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 11:12:27 -0000 acm 2006-08-01 11:12:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/gpass Makefile distinfo pkg-descr pkg-plist Log: New port: security/gpass 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 WWW: http://projects.netlab.jp/gpass/ PR: ports/100845 Submitted by: ports_at_c0decafe.net Approved by: garga (mentor) Revision Changes Path 1.796 +1 -0 ports/security/Makefile 1.1 +35 -0 ports/security/gpass/Makefile (new) 1.1 +3 -0 ports/security/gpass/distinfo (new) 1.1 +19 -0 ports/security/gpass/pkg-descr (new) 1.1 +17 -0 ports/security/gpass/pkg-plist (new)