From owner-svn-ports-head@freebsd.org Sat May 6 07:38:48 2017 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 33160D609D9; Sat, 6 May 2017 07:38:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D53671DA; Sat, 6 May 2017 07:38:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v467ckF9020921; Sat, 6 May 2017 07:38:46 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v467ck0M020917; Sat, 6 May 2017 07:38:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201705060738.v467ck0M020917@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sat, 6 May 2017 07:38:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440239 - in head/security: . py-cryptlib_py 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.23 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: Sat, 06 May 2017 07:38:48 -0000 Author: miwi Date: Sat May 6 07:38:46 2017 New Revision: 440239 URL: https://svnweb.freebsd.org/changeset/ports/440239 Log: The python binding of the cryptographic library cryptlib. WWW: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ PR: 216011 Submitted by: Yuri Victorovich Added: head/security/py-cryptlib_py/ head/security/py-cryptlib_py/Makefile (contents, props changed) head/security/py-cryptlib_py/distinfo (contents, props changed) head/security/py-cryptlib_py/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat May 6 07:36:39 2017 (r440238) +++ head/security/Makefile Sat May 6 07:38:46 2017 (r440239) @@ -849,6 +849,7 @@ SUBDIR += py-cpe SUBDIR += py-cracklib SUBDIR += py-cryptkit + SUBDIR += py-cryptlib_py SUBDIR += py-cryptography SUBDIR += py-cybox SUBDIR += py-dfdatetime Added: head/security/py-cryptlib_py/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/Makefile Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,28 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= cryptlib_py +PORTVERSION= 3.4.3 +CATEGORIES= security +MASTER_SITES= ftp://ftp.franken.de/pub/crypt/cryptlib/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cl${PORTVERSION:S/.//g} + +MAINTAINER= yuri@rawbw.com +COMMENT= Pythin binding for cryptlib + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +ONLY_FOR_ARCHS= i386 amd64 armv6 + +USES= python:2 zip:infozip +USE_PYTHON= distutils autoplist + +LIB_DEPENDS+= libcl.so:security/cryptlib + +BUILD_WRKSRC= ${WRKSRC}/bindings +INSTALL_WRKSRC= ${BUILD_WRKSRC} +NO_WRKSUBDIR= yes + +.include Added: head/security/py-cryptlib_py/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/distinfo Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,3 @@ +TIMESTAMP = 1484269132 +SHA256 (cl343.zip) = 08b104442bb5c7281a3299853d5585cc63bd928454dff3150569c02b957427ad +SIZE (cl343.zip) = 5703258 Added: head/security/py-cryptlib_py/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-cryptlib_py/pkg-descr Sat May 6 07:38:46 2017 (r440239) @@ -0,0 +1,3 @@ +The python binding of the cryptographic library cryptlib. + +WWW: http://www.cs.auckland.ac.nz/~pgut001/cryptlib/