From owner-svn-ports-all@FreeBSD.ORG Tue May 12 22:49:52 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BCF32D1; Tue, 12 May 2015 22:49:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D51771203; Tue, 12 May 2015 22:49:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4CMnp12043235; Tue, 12 May 2015 22:49:51 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4CMnoSH043229; Tue, 12 May 2015 22:49:50 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201505122249.t4CMnoSH043229@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 12 May 2015 22:49:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386176 - in head/textproc: . py-hexdump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 22:49:52 -0000 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 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 +# $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 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/