From owner-cvs-all@FreeBSD.ORG Tue Feb 26 05:58:59 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2C2116A401; Tue, 26 Feb 2008 05:58:58 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E3F4813C458; Tue, 26 Feb 2008 05:58:58 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1Q5wwEU099635; Tue, 26 Feb 2008 05:58:58 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1Q5wwTh099634; Tue, 26 Feb 2008 05:58:58 GMT (envelope-from rafan) Message-Id: <200802260558.m1Q5wwTh099634@repoman.freebsd.org> From: Rong-En Fan Date: Tue, 26 Feb 2008 05:58:58 +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/easypg Makefile distinfo pkg-descr pkg-message 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, 26 Feb 2008 05:58:59 -0000 rafan 2008-02-26 05:58:58 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/easypg Makefile distinfo pkg-descr pkg-message pkg-plist Log: EasyPG is an all-in-one GnuPG interface for Emacs. It consists of two parts: EasyPG Assistant and EasyPG Library. EasyPG Assistant is a set of convenient tools to use GnuPG from Emacs. EasyPG Library is a sort of an elisp port of GPGME, a wrapper library which provides API to access some of the GnuPG functions. WWW: http://sourceforge.jp/projects/epg/ PR: ports/119008 Submitted by: Shota Iwazaki Revision Changes Path 1.940 +1 -0 ports/security/Makefile 1.1 +53 -0 ports/security/easypg/Makefile (new) 1.1 +3 -0 ports/security/easypg/distinfo (new) 1.1 +8 -0 ports/security/easypg/pkg-descr (new) 1.1 +5 -0 ports/security/easypg/pkg-message (new) 1.1 +17 -0 ports/security/easypg/pkg-plist (new)