[Midnightbsd-cvs] mports [24338] trunk/devel: add py-msgpack
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 17 22:23:43 EDT 2018
Revision: 24338
http://svnweb.midnightbsd.org/mports/?rev=24338
Author: laffer1
Date: 2018-09-17 22:23:42 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add py-msgpack
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-msgpack/
trunk/devel/py-msgpack/Makefile
trunk/devel/py-msgpack/distinfo
trunk/devel/py-msgpack/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-09-18 02:22:54 UTC (rev 24337)
+++ trunk/devel/Makefile 2018-09-18 02:23:42 UTC (rev 24338)
@@ -515,6 +515,7 @@
SUBDIR += py-lxml
SUBDIR += py-mccabe
SUBDIR += py-mock
+SUBDIR += py-msgpack
SUBDIR += py-notify
SUBDIR += py-orbit
SUBDIR += py-parsedatetime
Added: trunk/devel/py-msgpack/Makefile
===================================================================
--- trunk/devel/py-msgpack/Makefile (rev 0)
+++ trunk/devel/py-msgpack/Makefile 2018-09-18 02:23:42 UTC (rev 24338)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= msgpack
+PORTVERSION= 0.5.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= MessagePack (de)serializer for Python
+
+LICENSE= apache2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_packer.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_unpacker.so
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-msgpack/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-msgpack/distinfo
===================================================================
--- trunk/devel/py-msgpack/distinfo (rev 0)
+++ trunk/devel/py-msgpack/distinfo 2018-09-18 02:23:42 UTC (rev 24338)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1524411661
+SHA256 (msgpack-0.5.6.tar.gz) = 0ee8c8c85aa651be3aa0cd005b5931769eaa658c948ce79428766f1bd46ae2c3
+SIZE (msgpack-0.5.6.tar.gz) = 138292
Property changes on: trunk/devel/py-msgpack/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-msgpack/pkg-descr
===================================================================
--- trunk/devel/py-msgpack/pkg-descr (rev 0)
+++ trunk/devel/py-msgpack/pkg-descr 2018-09-18 02:23:42 UTC (rev 24338)
@@ -0,0 +1,6 @@
+MessagePack is an efficient binary serialization format. It lets you exchange
+data among multiple languages like JSON. But it's faster and smaller. Small
+integers are encoded into a single byte, and typical short strings require only
+one extra byte in addition to the strings themselves.
+
+WWW: https://msgpack.org/
Property changes on: trunk/devel/py-msgpack/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