Index: textproc/py-patiencediff/Makefile =================================================================== --- textproc/py-patiencediff/Makefile (nonexistent) +++ textproc/py-patiencediff/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= patiencediff +PORTVERSION= 0.1.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fullermd@over-yonder.net +COMMENT= Implementation of the "Patience Diff" algorithm + +LICENSE= GPLv2+ + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/patiencediff/_patiencediff_c.so + +do-test: + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v build/ + +.include Property changes on: textproc/py-patiencediff/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/py-patiencediff/distinfo =================================================================== --- textproc/py-patiencediff/distinfo (nonexistent) +++ textproc/py-patiencediff/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560686203 +SHA256 (patiencediff-0.1.0.tar.gz) = 7cd316f57f7b4086923cc0db80273886416134d82945dddd0aa24f0e95c7d302 +SIZE (patiencediff-0.1.0.tar.gz) = 19965 Property changes on: textproc/py-patiencediff/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/py-patiencediff/pkg-descr =================================================================== --- textproc/py-patiencediff/pkg-descr (nonexistent) +++ textproc/py-patiencediff/pkg-descr (working copy) @@ -0,0 +1,9 @@ +This package contains the Python implementation of the "Patience Diff" +algorithm, as first described by Bram Cohen. + +"Patience Diff" provides a good balance of performance, nice output for humans, +and implementation simplicity. + +The code in this package was extracted from the Bazaar code base. + +WWW: https://pypi.org/project/patiencediff/ Property changes on: textproc/py-patiencediff/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property