pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-kaitaistruct



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Apr 14 12:31:06 UTC 2017

Added Files:
        pkgsrc/devel/py-kaitaistruct: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-kaitaistruct/DESCR \
    pkgsrc/devel/py-kaitaistruct/Makefile pkgsrc/devel/py-kaitaistruct/PLIST \
    pkgsrc/devel/py-kaitaistruct/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-kaitaistruct/DESCR
diff -u /dev/null pkgsrc/devel/py-kaitaistruct/DESCR:1.1
--- /dev/null   Fri Apr 14 12:31:06 2017
+++ pkgsrc/devel/py-kaitaistruct/DESCR  Fri Apr 14 12:31:06 2017
@@ -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.
Index: pkgsrc/devel/py-kaitaistruct/Makefile
diff -u /dev/null pkgsrc/devel/py-kaitaistruct/Makefile:1.1
--- /dev/null   Fri Apr 14 12:31:06 2017
+++ pkgsrc/devel/py-kaitaistruct/Makefile       Fri Apr 14 12:31:06 2017
@@ -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"
Index: pkgsrc/devel/py-kaitaistruct/PLIST
diff -u /dev/null pkgsrc/devel/py-kaitaistruct/PLIST:1.1
--- /dev/null   Fri Apr 14 12:31:06 2017
+++ pkgsrc/devel/py-kaitaistruct/PLIST  Fri Apr 14 12:31:06 2017
@@ -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
Index: pkgsrc/devel/py-kaitaistruct/distinfo
diff -u /dev/null pkgsrc/devel/py-kaitaistruct/distinfo:1.1
--- /dev/null   Fri Apr 14 12:31:06 2017
+++ pkgsrc/devel/py-kaitaistruct/distinfo       Fri Apr 14 12:31:06 2017
@@ -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