From owner-cvs-all@FreeBSD.ORG Tue Jul 29 12:33:59 2003 Return-Path: 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 83DB137B401; Tue, 29 Jul 2003 12:33:59 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 243A043F3F; Tue, 29 Jul 2003 12:33:59 -0700 (PDT) (envelope-from kbyanc@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 h6TJXw0U053502; Tue, 29 Jul 2003 12:33:58 -0700 (PDT) (envelope-from kbyanc@repoman.freebsd.org) Received: (from kbyanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6TJXwUZ053501; Tue, 29 Jul 2003 12:33:58 -0700 (PDT) Message-Id: <200307291933.h6TJXwUZ053501@repoman.freebsd.org> From: Kelly Yancey Date: Tue, 29 Jul 2003 12:33:58 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/gcipher Makefile distinfo pkg-descr pkg-plist ports/security/gcipher/files patch-Const.py patch-gcipher patch-gcipher.desktop X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 29 Jul 2003 19:34:00 -0000 kbyanc 2003/07/29 12:33:58 PDT FreeBSD ports repository Modified files: security Makefile Added files: security/gcipher Makefile distinfo pkg-descr pkg-plist security/gcipher/files patch-Const.py patch-gcipher patch-gcipher.desktop Log: Add gcipher 1.0, a simple encryption tool. PR: 53738 Submitted by: Shannon -jj Behrens Revision Changes Path 1.423 +1 -0 ports/security/Makefile 1.1 +59 -0 ports/security/gcipher/Makefile (new) 1.1 +1 -0 ports/security/gcipher/distinfo (new) 1.1 +9 -0 ports/security/gcipher/files/patch-Const.py (new) 1.1 +16 -0 ports/security/gcipher/files/patch-gcipher (new) 1.1 +14 -0 ports/security/gcipher/files/patch-gcipher.desktop (new) 1.1 +7 -0 ports/security/gcipher/pkg-descr (new) 1.1 +65 -0 ports/security/gcipher/pkg-plist (new)