From owner-svn-ports-head@freebsd.org Wed Jul 15 17:43:40 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA6F59A2C7C; Wed, 15 Jul 2015 17:43:39 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE1D316B0; Wed, 15 Jul 2015 17:43:39 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6FHhd8x081072; Wed, 15 Jul 2015 17:43:39 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6FHhcCx081066; Wed, 15 Jul 2015 17:43:38 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201507151743.t6FHhcCx081066@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 15 Jul 2015 17:43:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392176 - in head/security: . tclgpg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 17:43:40 -0000 Author: robak Date: Wed Jul 15 17:43:37 2015 New Revision: 392176 URL: https://svnweb.freebsd.org/changeset/ports/392176 Log: security/tclgpg: new port Tcl interface to GNU Privacy Guard with interface similar to TclGPGME WWW: https://chiselapp.com/user/sgolovan/repository/tclgpg/ PR: 201337 Submitted by: Mikhail Added: head/security/tclgpg/ head/security/tclgpg/Makefile (contents, props changed) head/security/tclgpg/distinfo (contents, props changed) head/security/tclgpg/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jul 15 17:39:46 2015 (r392175) +++ head/security/Makefile Wed Jul 15 17:43:37 2015 (r392176) @@ -1027,6 +1027,7 @@ SUBDIR += swatch SUBDIR += switzerland SUBDIR += symbion-sslproxy + SUBDIR += tclgpg SUBDIR += tclsasl SUBDIR += tcpcrypt SUBDIR += tinc Added: head/security/tclgpg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tclgpg/Makefile Wed Jul 15 17:43:37 2015 (r392176) @@ -0,0 +1,30 @@ +# Created by: mp39590@gmail.com +# $FreeBSD$ + +PORTNAME= tclgpg +PORTVERSION= 0.0.0.20150324 +CATEGORIES= security tcl +MASTER_SITES= http://chiselapp.com/user/sgolovan/repository/tclgpg/tarball/ +DISTNAME= tclgpg-4cfd9fa949 + +MAINTAINER= mp39590@gmail.com +COMMENT= Tcl interface to GNU Privacy Guard with interface similar to TclGPGME + +LICENSE= BSD2CLAUSE + +BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 + +USES= autoreconf gmake tcl +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/tclgpg-4cfd9fa949 + +CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} + +PLIST_FILES= lib/gpg1.0/libgpg1.0.so \ + lib/gpg1.0/pkgIndex.tcl \ + lib/gpg1.0/tclgpg.tcl \ + man/mann/gpg.n.gz + +.include Added: head/security/tclgpg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tclgpg/distinfo Wed Jul 15 17:43:37 2015 (r392176) @@ -0,0 +1,2 @@ +SHA256 (tclgpg-4cfd9fa949.tar.gz) = 47b3a9dd1267c2e843c95edda798bd5c78be07bbfb292f2b70e3573a1170e088 +SIZE (tclgpg-4cfd9fa949.tar.gz) = 71951 Added: head/security/tclgpg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tclgpg/pkg-descr Wed Jul 15 17:43:37 2015 (r392176) @@ -0,0 +1,3 @@ +Tcl interface to GNU Privacy Guard with interface similar to TclGPGME + +WWW: https://chiselapp.com/user/sgolovan/repository/tclgpg/