mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add py-hexdump 3.2, print binary in hex format.
PR: 200088 Submitted by: Yuri Victorovich <yuri@rawbw.com>
This commit is contained in:
parent
9ab90d1eba
commit
45824826fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386176
@ -1183,6 +1183,7 @@
|
||||
SUBDIR += py-genshi
|
||||
SUBDIR += py-genshi-devel
|
||||
SUBDIR += py-gettext
|
||||
SUBDIR += py-hexdump
|
||||
SUBDIR += py-html2text
|
||||
SUBDIR += py-hyperestraier-python
|
||||
SUBDIR += py-jaxml
|
||||
|
22
textproc/py-hexdump/Makefile
Normal file
22
textproc/py-hexdump/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hexdump
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@rawbw.com
|
||||
COMMENT= Print binary in hex format
|
||||
|
||||
LICENSE= unknown
|
||||
LICENSE_NAME= Public Domain
|
||||
LICENSE_TEXT= This software us in the public domain
|
||||
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USES= python zip
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-hexdump/distinfo
Normal file
2
textproc/py-hexdump/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hexdump-3.2.zip) = b6d403a6961f03db409e7fc4234bee0a88ffe86e2e17221a305e00733c8601cb
|
||||
SIZE (hexdump-3.2.zip) = 11991
|
3
textproc/py-hexdump/pkg-descr
Normal file
3
textproc/py-hexdump/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Character encoding auto-detection in Python.
|
||||
|
||||
WWW: https://github.com/chardet/chardet/
|
Loading…
Reference in New Issue
Block a user