From owner-cvs-all Thu Jan 30 14:37:11 2003 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 8B55737B401; Thu, 30 Jan 2003 14:37:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE3443F3F; Thu, 30 Jan 2003 14:37:08 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0UMb7bv013327; Thu, 30 Jan 2003 14:37:07 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0UMb7Jw013326; Thu, 30 Jan 2003 14:37:07 -0800 (PST) Message-Id: <200301302237.h0UMb7Jw013326@repoman.freebsd.org> From: Will Andrews Date: Thu, 30 Jan 2003 14:37:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pinentry Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/pinentry/files patch-Makefile.am patch-assuan::assuan-handler.c patch-assuan::assuan-socket-connect.c patch-assuan::assuan-socket-server.c patch-assuan::mkerrors ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2003/01/30 14:37:07 PST Modified files: security Makefile Added files: security/pinentry Makefile distinfo pkg-comment pkg-descr pkg-plist security/pinentry/files patch-Makefile.am patch-assuan::assuan-handler.c patch-assuan::assuan-socket-connect.c patch-assuan::assuan-socket-server.c patch-assuan::mkerrors patch-common::maperrors.c patch-configure.ac patch-curses::Makefile.am patch-gtk::Makefile.am patch-pinentry::pinentry.c patch-qt::Makefile.am patch-qt::main.cpp patch-qt::pinentrycontroller.cpp patch-secmem::secmem.c Log: Add pinentry 0.6.7, a collection of simple PIN or passphrase entry dialogs. Revision Changes Path 1.369 +1 -0 ports/security/Makefile 1.1 +56 -0 ports/security/pinentry/Makefile (new) 1.1 +3 -0 ports/security/pinentry/distinfo (new) 1.1 +11 -0 ports/security/pinentry/files/patch-Makefile.am (new) 1.1 +27 -0 ports/security/pinentry/files/patch-assuan::assuan-handler.c (new) 1.1 +10 -0 ports/security/pinentry/files/patch-assuan::assuan-socket-connect.c (new) 1.1 +10 -0 ports/security/pinentry/files/patch-assuan::assuan-socket-server.c (new) 1.1 +10 -0 ports/security/pinentry/files/patch-assuan::mkerrors (new) 1.1 +10 -0 ports/security/pinentry/files/patch-common::maperrors.c (new) 1.1 +57 -0 ports/security/pinentry/files/patch-configure.ac (new) 1.1 +12 -0 ports/security/pinentry/files/patch-curses::Makefile.am (new) 1.1 +11 -0 ports/security/pinentry/files/patch-gtk::Makefile.am (new) 1.1 +13 -0 ports/security/pinentry/files/patch-pinentry::pinentry.c (new) 1.1 +13 -0 ports/security/pinentry/files/patch-qt::Makefile.am (new) 1.1 +15 -0 ports/security/pinentry/files/patch-qt::main.cpp (new) 1.1 +11 -0 ports/security/pinentry/files/patch-qt::pinentrycontroller.cpp (new) 1.1 +10 -0 ports/security/pinentry/files/patch-secmem::secmem.c (new) 1.1 +1 -0 ports/security/pinentry/pkg-comment (new) 1.1 +6 -0 ports/security/pinentry/pkg-descr (new) 1.1 +6 -0 ports/security/pinentry/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message