Date: Fri, 28 Apr 2017 17:17:42 +0000 (UTC) From: Shaun Amott <shaun@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439617 - in head/devel: . py-construct28 Message-ID: <201704281717.v3SHHgne060997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: shaun Date: Fri Apr 28 17:17:42 2017 New Revision: 439617 URL: https://svnweb.freebsd.org/changeset/ports/439617 Log: New port: devel/py-construct28. Added: head/devel/py-construct28/ head/devel/py-construct28/Makefile (contents, props changed) head/devel/py-construct28/distinfo (contents, props changed) head/devel/py-construct28/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 28 15:47:17 2017 (r439616) +++ head/devel/Makefile Fri Apr 28 17:17:42 2017 (r439617) @@ -4208,6 +4208,7 @@ SUBDIR += py-configparser SUBDIR += py-constantly SUBDIR += py-construct + SUBDIR += py-construct28 SUBDIR += py-contextlib2 SUBDIR += py-country SUBDIR += py-cov-core Added: head/devel/py-construct28/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-construct28/Makefile Fri Apr 28 17:17:42 2017 (r439617) @@ -0,0 +1,23 @@ +# Created by: Piotr Florczyk <p.florczyk@adminworkshop.pl> +# $FreeBSD$ + +PORTNAME= construct +PORTVERSION= 2.8.11 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 28 + +MAINTAINER= shaun@FreeBSD.org +COMMENT= Python module for parsing and building of data structures + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six + +NO_ARCH= yes +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-construct28/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-construct28/distinfo Fri Apr 28 17:17:42 2017 (r439617) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491960566 +SHA256 (construct-2.8.11.tar.gz) = 4d59bdef0209678c54805120dff03a0423d88989018eaa559e713ecb13ab6eb1 +SIZE (construct-2.8.11.tar.gz) = 719949 Added: head/devel/py-construct28/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-construct28/pkg-descr Fri Apr 28 17:17:42 2017 (r439617) @@ -0,0 +1,8 @@ +Construct is a python library for parsing and building of data +structures (binary or textual). + +It is based on the concept of defining data structures in a declarative +manner, rather than procedural code: more complex constructs are +composed of a hierarchy of simpler ones. + +WWW: https://github.com/construct/construct
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704281717.v3SHHgne060997>