1
0
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:
Vanilla I. Shu 2015-05-12 22:49:50 +00:00
parent 9ab90d1eba
commit 45824826fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386176
4 changed files with 28 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (hexdump-3.2.zip) = b6d403a6961f03db409e7fc4234bee0a88ffe86e2e17221a305e00733c8601cb
SIZE (hexdump-3.2.zip) = 11991

View File

@ -0,0 +1,3 @@
Character encoding auto-detection in Python.
WWW: https://github.com/chardet/chardet/