[Midnightbsd-cvs] mports [21206] trunk/security: add py-ecdsa port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 18:06:18 EDT 2016
Revision: 21206
http://svnweb.midnightbsd.org/mports/?rev=21206
Author: laffer1
Date: 2016-03-15 18:06:18 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add py-ecdsa port
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/py-ecdsa/
trunk/security/py-ecdsa/Makefile
trunk/security/py-ecdsa/distinfo
trunk/security/py-ecdsa/pkg-descr
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
+++ trunk/security/Makefile 2016-03-15 22:06:18 UTC (rev 21206)
@@ -109,6 +109,7 @@
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-tty
SUBDIR += polarssl
+SUBDIR += py-ecdsa
SUBDIR += py-fail2ban
SUBDIR += py-paramiko
SUBDIR += py-pycrypto
Added: trunk/security/py-ecdsa/Makefile
===================================================================
--- trunk/security/py-ecdsa/Makefile (rev 0)
+++ trunk/security/py-ecdsa/Makefile 2016-03-15 22:06:18 UTC (rev 21206)
@@ -0,0 +1,22 @@
+# Created by: Neil Booth
+# $FreeBSD: head/security/py-ecdsa/Makefile 371453 2014-10-24 16:50:42Z mva $
+# $MidnightBSD$
+
+PORTNAME= ecdsa
+PORTVERSION= 0.11
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= ECDSA cryptographic signature library (pure python)
+
+LICENSE= mit
+
+USES= python:2
+USE_PYTHON= distutils autoplist
+
+regression-test: build
+ @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
+
+.include <bsd.port.mk>
Property changes on: trunk/security/py-ecdsa/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-ecdsa/distinfo
===================================================================
--- trunk/security/py-ecdsa/distinfo (rev 0)
+++ trunk/security/py-ecdsa/distinfo 2016-03-15 22:06:18 UTC (rev 21206)
@@ -0,0 +1,2 @@
+SHA256 (ecdsa-0.11.tar.gz) = 8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c
+SIZE (ecdsa-0.11.tar.gz) = 45689
Property changes on: trunk/security/py-ecdsa/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/py-ecdsa/pkg-descr
===================================================================
--- trunk/security/py-ecdsa/pkg-descr (rev 0)
+++ trunk/security/py-ecdsa/pkg-descr 2016-03-15 22:06:18 UTC (rev 21206)
@@ -0,0 +1,3 @@
+ECDSA cryptographic signature library (pure python).
+
+WWW: http://github.com/warner/python-ecdsa
Property changes on: trunk/security/py-ecdsa/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list