Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 01:33:49 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472582 - in head/security: . py-pycryptodomex
Message-ID:  <201806170133.w5H1XnUv037532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun 17 01:33:49 2018
New Revision: 472582
URL: https://svnweb.freebsd.org/changeset/ports/472582

Log:
  New port: security/py-pycryptodomex: Slave port of security/py-pycryptodome
  
  It installs the same package as security/py-pycryptodome but in a different
  name space, Cryptodome instead of Crypto, and therefore can be installed
  together with security/py-pycrypto if desired.
  
  PR:		225217
  Submitted by:	John W. O'Brien <john@saltant.com>

Added:
  head/security/py-pycryptodomex/
  head/security/py-pycryptodomex/Makefile   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Jun 17 01:26:07 2018	(r472581)
+++ head/security/Makefile	Sun Jun 17 01:33:49 2018	(r472582)
@@ -989,6 +989,7 @@
     SUBDIR += py-pyclamd
     SUBDIR += py-pycrypto
     SUBDIR += py-pycryptodome
+    SUBDIR += py-pycryptodomex
     SUBDIR += py-pycryptopp
     SUBDIR += py-pydeep
     SUBDIR += py-pyelliptic

Added: head/security/py-pycryptodomex/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-pycryptodomex/Makefile	Sun Jun 17 01:33:49 2018	(r472582)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX=	x
+
+CONFLICTS_INSTALL=
+
+MASTERDIR=	${.CURDIR}/../py-pycryptodome
+
+NAMESPACE=	Cryptodome
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806170133.w5H1XnUv037532>