From owner-cvs-ports@FreeBSD.ORG Fri Sep 23 17:14:07 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4BF106566C; Fri, 23 Sep 2011 17:14:07 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C1CEC8FC1B; Fri, 23 Sep 2011 17:14:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8NHE7Qc031985; Fri, 23 Sep 2011 17:14:07 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8NHE7IC031984; Fri, 23 Sep 2011 17:14:07 GMT (envelope-from bsam) Message-Id: <201109231714.p8NHE7IC031984@repoman.freebsd.org> From: Boris Samorodov Date: Fri, 23 Sep 2011 17:14:07 +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/linux-f10-libgcrypt Makefile distinfo.i386 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 17:14:08 -0000 bsam 2011-09-23 17:14:07 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/linux-f10-libgcrypt Makefile distinfo.i386 Log: Add linux-f10-libgcrypt 1.4.4, general purpose crypto library based on code used in GnuPG. Changes over original shar file at the PR: . change the maintainer to emulation@ (since it's an infrastructure linux port); . use the latest version of the package (1.4.4-1.fc10); . use PLIST_FILES, PLIST_DIRSTRY and post-install target instead of pkg-plist. Notes: the port uses ${PREFIX}/etc/gcrypt directory for configuration files (i.e. /compat/linux/etc/gcrypt). We usually try to use FreeBSD directories. But there is no [/usr/local/]/etc/gcrypt directory. I'm open to ideas on what to do here. PR: ports/159007 Submitted by: Stas Timokhin Revision Changes Path 1.1204 +1 -0 ports/security/Makefile 1.1 +28 -0 ports/security/linux-f10-libgcrypt/Makefile (new) 1.1 +4 -0 ports/security/linux-f10-libgcrypt/distinfo.i386 (new)