From owner-svn-ports-all@freebsd.org Tue Aug 6 17:42:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B00DCC6A50; Tue, 6 Aug 2019 17:42:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4632544Gm4z4Gkh; Tue, 6 Aug 2019 17:42:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74D302F838; Tue, 6 Aug 2019 17:42:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x76Hg03K061113; Tue, 6 Aug 2019 17:42:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x76Hfxta061104; Tue, 6 Aug 2019 17:41:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908061741.x76Hfxta061104@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 6 Aug 2019 17:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508265 - in head/textproc: . py-xmldiff X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc: . py-xmldiff X-SVN-Commit-Revision: 508265 X-SVN-Commit-Repository: ports 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.29 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, 06 Aug 2019 17:42:00 -0000 Author: sunpoet Date: Tue Aug 6 17:41:59 2019 New Revision: 508265 URL: https://svnweb.freebsd.org/changeset/ports/508265 Log: Add py-xmldiff 2.3 xmldiff is a library and a command-line utility for making diffs out of XML. This may seem like something that doesn't need a dedicated utility, but change detection in hierarchical data is very different from change detection in flat data. XML type formats are also not only used for computer readable0 data, it is also often used as a format for hierarchical data that can be rendered into human readable formats. A traditional diff on such a format would tell you line by line the differences, but this would not be be readable by a human. xmldiff provides tools to make human readable diffs in those situations. WWW: https://github.com/Shoobx/xmldiff Added: head/textproc/py-xmldiff/ head/textproc/py-xmldiff/Makefile (contents, props changed) head/textproc/py-xmldiff/distinfo (contents, props changed) head/textproc/py-xmldiff/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Aug 6 17:36:36 2019 (r508264) +++ head/textproc/Makefile Tue Aug 6 17:41:59 2019 (r508265) @@ -1420,6 +1420,7 @@ SUBDIR += py-xlwriter SUBDIR += py-xlwt SUBDIR += py-xml-default-dict + SUBDIR += py-xmldiff SUBDIR += py-yapf SUBDIR += py-zope.app.i18n SUBDIR += py-zope.app.locales Added: head/textproc/py-xmldiff/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xmldiff/Makefile Tue Aug 6 17:41:59 2019 (r508265) @@ -0,0 +1,24 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= xmldiff +PORTVERSION= 2.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Creates diffs of XML files + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.1.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/textproc/py-xmldiff/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xmldiff/distinfo Tue Aug 6 17:41:59 2019 (r508265) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565108366 +SHA256 (xmldiff-2.3.tar.gz) = 2727f62ab590c1fc834e86033988a76a86a67f5a78196584049b7a722bd94466 +SIZE (xmldiff-2.3.tar.gz) = 95947 Added: head/textproc/py-xmldiff/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-xmldiff/pkg-descr Tue Aug 6 17:41:59 2019 (r508265) @@ -0,0 +1,10 @@ +xmldiff is a library and a command-line utility for making diffs out of XML. +This may seem like something that doesn't need a dedicated utility, but change +detection in hierarchical data is very different from change detection in flat +data. XML type formats are also not only used for computer readable0 data, it is +also often used as a format for hierarchical data that can be rendered into +human readable formats. A traditional diff on such a format would tell you line +by line the differences, but this would not be be readable by a human. xmldiff +provides tools to make human readable diffs in those situations. + +WWW: https://github.com/Shoobx/xmldiff