[Midnightbsd-cvs] mports [24336] trunk/devel: add py-pyasn1-modules

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 17 22:21:15 EDT 2018


Revision: 24336
          http://svnweb.midnightbsd.org/mports/?rev=24336
Author:   laffer1
Date:     2018-09-17 22:21:14 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add py-pyasn1-modules

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-pyasn1-modules/
    trunk/devel/py-pyasn1-modules/Makefile
    trunk/devel/py-pyasn1-modules/distinfo
    trunk/devel/py-pyasn1-modules/pkg-descr
    trunk/devel/py-pyasn1-modules/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-18 02:19:13 UTC (rev 24335)
+++ trunk/devel/Makefile	2018-09-18 02:21:14 UTC (rev 24336)
@@ -523,6 +523,7 @@
 SUBDIR += py-ply
 SUBDIR += py-pkgconfig
 SUBDIR += py-pyasn1
+SUBDIR += py-pyasn1-modules
 SUBDIR += py-pycparser
 SUBDIR += py-pyrfc3339
 SUBDIR += py-pytest-runner

Added: trunk/devel/py-pyasn1-modules/Makefile
===================================================================
--- trunk/devel/py-pyasn1-modules/Makefile	                        (rev 0)
+++ trunk/devel/py-pyasn1-modules/Makefile	2018-09-18 02:21:14 UTC (rev 24336)
@@ -0,0 +1,37 @@
+# $MidnightBSD$
+
+PORTNAME=	pyasn1-modules
+PORTVERSION=	0.2.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Collection of ASN.1 data structures for py-pyasn1
+
+LICENSE=	bsd2
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.1:devel/py-pyasn1
+
+OPTIONS_DEFINE=	DOCS
+
+NO_ARCH=	yes
+USES=		python shebangfix
+SHEBANG_FILES=	tools/*.py
+USE_PYTHON=	autoplist concurrent distutils
+
+PORTDOCS=	CHANGES.txt README.md
+TOOLS=		cmcdump.py cmpdump.py crldump.py crmfdump.py ocspclient.py \
+		ocspreqdump.py ocsprspdump.py pkcs10dump.py pkcs1dump.py \
+		pkcs7dump.py pkcs8dump.py snmpget.py x509dump-rfc5280.py \
+		x509dump.py
+
+post-install:
+	${INSTALL_SCRIPT} ${TOOLS:S|^|${WRKSRC}/tools/|} ${STAGEDIR}${PREFIX}/bin
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-pyasn1-modules/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/devel/py-pyasn1-modules/distinfo
===================================================================
--- trunk/devel/py-pyasn1-modules/distinfo	                        (rev 0)
+++ trunk/devel/py-pyasn1-modules/distinfo	2018-09-18 02:21:14 UTC (rev 24336)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531235057
+SHA256 (pyasn1-modules-0.2.2.tar.gz) = a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547
+SIZE (pyasn1-modules-0.2.2.tar.gz) = 66891


Property changes on: trunk/devel/py-pyasn1-modules/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/devel/py-pyasn1-modules/pkg-descr
===================================================================
--- trunk/devel/py-pyasn1-modules/pkg-descr	                        (rev 0)
+++ trunk/devel/py-pyasn1-modules/pkg-descr	2018-09-18 02:21:14 UTC (rev 24336)
@@ -0,0 +1,4 @@
+This is a small but growing collection of ASN.1 data structures expressed in
+Python terms using pyasn1 data model.
+
+WWW: https://github.com/etingof/pyasn1-modules


Property changes on: trunk/devel/py-pyasn1-modules/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
Added: trunk/devel/py-pyasn1-modules/pkg-plist
===================================================================
--- trunk/devel/py-pyasn1-modules/pkg-plist	                        (rev 0)
+++ trunk/devel/py-pyasn1-modules/pkg-plist	2018-09-18 02:21:14 UTC (rev 24336)
@@ -0,0 +1,14 @@
+bin/cmcdump.py
+bin/cmpdump.py
+bin/crldump.py
+bin/crmfdump.py
+bin/ocspclient.py
+bin/ocspreqdump.py
+bin/ocsprspdump.py
+bin/pkcs10dump.py
+bin/pkcs1dump.py
+bin/pkcs7dump.py
+bin/pkcs8dump.py
+bin/snmpget.py
+bin/x509dump-rfc5280.py
+bin/x509dump.py


Property changes on: trunk/devel/py-pyasn1-modules/pkg-plist
___________________________________________________________________
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