Date: Sat, 17 Aug 2024 20:44:53 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 962383f01031 - main - converters/py-bincopy: mangling of various file formats Message-ID: <202408172044.47HKirlc043057@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=962383f0103107c1cd0d396f5d01bfc84b849ac3 commit 962383f0103107c1cd0d396f5d01bfc84b849ac3 Author: Shapovalov Alexey <aishapoval@mts.ru> AuthorDate: 2024-07-04 07:06:14 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-08-17 20:44:39 +0000 converters/py-bincopy: mangling of various file formats Sponsored by: Serenity Cybersecurity, LLC --- converters/Makefile | 1 + converters/py-bincopy/Makefile | 24 ++++++++++++++++++++++++ converters/py-bincopy/distinfo | 3 +++ converters/py-bincopy/pkg-descr | 2 ++ 4 files changed, 30 insertions(+) diff --git a/converters/Makefile b/converters/Makefile index 12dc42049fe0..18455e6a3744 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -149,6 +149,7 @@ SUBDIR += py-bencode.py SUBDIR += py-bencoder SUBDIR += py-better-bencode + SUBDIR += py-bincopy SUBDIR += py-bsdconv SUBDIR += py-gotenberg-client SUBDIR += py-rencode diff --git a/converters/py-bincopy/Makefile b/converters/py-bincopy/Makefile new file mode 100755 index 000000000000..ff1b2a9a8b2a --- /dev/null +++ b/converters/py-bincopy/Makefile @@ -0,0 +1,24 @@ +PORTNAME= bincopy +PORTVERSION= 17.14.5 +CATEGORIES= converters python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= awoonyaa@gmail.com +COMMENT= Mangling of various file formats that conveys binary information +WWW= https://github.com/eerimoq/bincopy + +LICENSE= MIT + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>0:textproc/py-humanfriendly@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}argparse_addons>=0.4.0:devel/py-argparse_addons@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/converters/py-bincopy/distinfo b/converters/py-bincopy/distinfo new file mode 100755 index 000000000000..93cf847f63bf --- /dev/null +++ b/converters/py-bincopy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1703074099 +SHA256 (bincopy-17.14.5.tar.gz) = 5f4de7c37a3db7adcf3edc4833a223f3356d9bf08be72ec6e431c9f0acd29f18 +SIZE (bincopy-17.14.5.tar.gz) = 749113 diff --git a/converters/py-bincopy/pkg-descr b/converters/py-bincopy/pkg-descr new file mode 100755 index 000000000000..586a1aa4b5c7 --- /dev/null +++ b/converters/py-bincopy/pkg-descr @@ -0,0 +1,2 @@ +Mangling of various file formats that conveys binary information +(Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408172044.47HKirlc043057>