pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-kaitaistruct Import py-kaitaistruct-0.7 as de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c677e85074c1
branches:  trunk
changeset: 361056:c677e85074c1
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 14 12:31:06 2017 +0000

description:
Import py-kaitaistruct-0.7 as devel/py-kaitaistruct

Kaitai Struct is a declarative language used for describe various
binary data structures, laid out in files or in memory: i.e. binary
file formats, network stream packet formats, etc.

The main idea is that a particular format is described in Kaitai
Struct language (.ksy file) and then can be compiled with ksc into
source files in one of the supported programming languages. These
modules will include a generated code for a parser that can read
described data structure from a file / stream and give access to
it in a nice, easy-to-comprehend API.

diffstat:

 devel/py-kaitaistruct/DESCR    |  10 ++++++++++
 devel/py-kaitaistruct/Makefile |  16 ++++++++++++++++
 devel/py-kaitaistruct/PLIST    |   8 ++++++++
 devel/py-kaitaistruct/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r e1439448c41c -r c677e85074c1 devel/py-kaitaistruct/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-kaitaistruct/DESCR       Fri Apr 14 12:31:06 2017 +0000
@@ -0,0 +1,10 @@
+Kaitai Struct is a declarative language used for describe various
+binary data structures, laid out in files or in memory: i.e. binary
+file formats, network stream packet formats, etc.
+
+The main idea is that a particular format is described in Kaitai
+Struct language (.ksy file) and then can be compiled with ksc into
+source files in one of the supported programming languages. These
+modules will include a generated code for a parser that can read
+described data structure from a file / stream and give access to
+it in a nice, easy-to-comprehend API.
diff -r e1439448c41c -r c677e85074c1 devel/py-kaitaistruct/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-kaitaistruct/Makefile    Fri Apr 14 12:31:06 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/04/14 12:31:06 leot Exp $
+
+DISTNAME=      kaitaistruct-0.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kaitaistruct/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://kaitai.io/
+COMMENT=       Kaitai Struct declarative parser generator for binary data
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e1439448c41c -r c677e85074c1 devel/py-kaitaistruct/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-kaitaistruct/PLIST       Fri Apr 14 12:31:06 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/14 12:31:06 leot Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/kaitaistruct.py
+${PYSITELIB}/kaitaistruct.pyc
+${PYSITELIB}/kaitaistruct.pyo
diff -r e1439448c41c -r c677e85074c1 devel/py-kaitaistruct/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-kaitaistruct/distinfo    Fri Apr 14 12:31:06 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/14 12:31:06 leot Exp $
+
+SHA1 (kaitaistruct-0.7.tar.gz) = db62dd67e265828f854876a098a95ff1f46fe2b8
+RMD160 (kaitaistruct-0.7.tar.gz) = 7cd1497e942f83dd85f6d234f52605c82b45456b
+SHA512 (kaitaistruct-0.7.tar.gz) = 1ee2e5d1e1de6a85dcaea684bee639f6b08bc0f06b8357fe388c339287388136638d11d301319a344364dc9cf98d3247fb6fc2d8332d9aaee6ee828e5650b447
+Size (kaitaistruct-0.7.tar.gz) = 5117 bytes



Home | Main Index | Thread Index | Old Index