svn commit: r386176 - in head/textproc: . py-hexdump
Vanilla I. Shu
vanilla at FreeBSD.org
Tue May 12 22:49:52 UTC 2015
Author: vanilla
Date: Tue May 12 22:49:50 2015
New Revision: 386176
URL: https://svnweb.freebsd.org/changeset/ports/386176
Log:
Add py-hexdump 3.2, print binary in hex format.
PR: 200088
Submitted by: Yuri Victorovich <yuri at rawbw.com>
Added:
head/textproc/py-hexdump/
head/textproc/py-hexdump/Makefile (contents, props changed)
head/textproc/py-hexdump/distinfo (contents, props changed)
head/textproc/py-hexdump/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Tue May 12 22:45:22 2015 (r386175)
+++ head/textproc/Makefile Tue May 12 22:49:50 2015 (r386176)
@@ -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
Added: head/textproc/py-hexdump/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-hexdump/Makefile Tue May 12 22:49:50 2015 (r386176)
@@ -0,0 +1,22 @@
+# Created by: Yuri Victorovich <yuri at rawbw.com>
+# $FreeBSD$
+
+PORTNAME= hexdump
+PORTVERSION= 3.2
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at 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>
Added: head/textproc/py-hexdump/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-hexdump/distinfo Tue May 12 22:49:50 2015 (r386176)
@@ -0,0 +1,2 @@
+SHA256 (hexdump-3.2.zip) = b6d403a6961f03db409e7fc4234bee0a88ffe86e2e17221a305e00733c8601cb
+SIZE (hexdump-3.2.zip) = 11991
Added: head/textproc/py-hexdump/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-hexdump/pkg-descr Tue May 12 22:49:50 2015 (r386176)
@@ -0,0 +1,3 @@
+Character encoding auto-detection in Python.
+
+WWW: https://github.com/chardet/chardet/
More information about the svn-ports-all
mailing list