[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kai Knoblich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #6 from Kai Knoblich  ---
(In reply to Kai Knoblich from comment #1)

Committed, thank you for your quick re-approval for the small version bump and
the contribution to the Ports tree!

(In reply to Piotr Kubaj from comment #4)

Many thanks for testing it on PowerPC64!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: kai
Date: Mon Jun 17 04:55:12 UTC 2019
New revision: 504385
URL: https://svnweb.freebsd.org/changeset/ports/504385

Log:
  New port: textproc/py-patiencediff

  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/

  PR:   238299
  Submitted by: fulle...@over-yonder.net
  Tested by:pkubaj (PowerPC64)

Changes:
  head/textproc/Makefile
  head/textproc/py-patiencediff/
  head/textproc/py-patiencediff/Makefile
  head/textproc/py-patiencediff/distinfo
  head/textproc/py-patiencediff/pkg-descr

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kubilay Kocak  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(fuller |maintainer-feedback+
   |m...@over-yonder.net) |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

--- Comment #4 from Piotr Kubaj  ---
Builds for me on 12.0-RELEASE/powerpc64.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

fulle...@over-yonder.net changed:

   What|Removed |Added

 Attachment #205118|maintainer-approval?(fuller |maintainer-approval+
  Flags|m...@over-yonder.net) |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

--- Comment #3 from fulle...@over-yonder.net ---
Sure, that sounds reasonable.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kai Knoblich  changed:

   What|Removed |Added

 CC||lini...@freebsd.org,
   ||pku...@freebsd.org

--- Comment #2 from Kai Knoblich  ---
Adding linimon and pkubaj to the CC list for the case if one of them have some
spare time to test the port with PowerPC64.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kai Knoblich  changed:

   What|Removed |Added

   Keywords|needs-qa|

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kai Knoblich  changed:

   What|Removed |Added

 Attachment #205118||maintainer-approval?(fuller
  Flags||m...@over-yonder.net)

--- Comment #1 from Kai Knoblich  ---
Created attachment 205118
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205118=edit
py-patiencediff-0.1.0.patch

(In reply to fullermd from comment #0)

Thank you for your contribution. Interestingly there has been a new release (=
0.1.0) a few days ago after your submission here on Bugzilla.

I have attached a patch for the new version based on your initial patch with
some minor fixes to level up the port compliance:

- Changed CATEGORIES to "textproc python"
- Added "post-install" target to strip the shared libraries
- Added "do-test" with the appropriate dependencies to enable QA

If those changes are ok for you, especially the version bump from 0.0.4 to
0.1.0, I'll commit your contribution as soon as possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kai Knoblich  changed:

   What|Removed |Added

 CC||k...@freebsd.org
   Assignee|ports-b...@freebsd.org  |k...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 238299] [NEW PORT] textproc/py-patiencediff: Python implementation of patience diff algorithm

2019-06-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238299

Kubilay Kocak  changed:

   What|Removed |Added

  Flags||maintainer-feedback?(fuller
   ||m...@over-yonder.net)
   Keywords||feature, needs-qa
 Status|New |Open
 CC||fulle...@over-yonder.net,
   ||pyt...@freebsd.org
Summary|New port:   |[NEW PORT]
   |textproc/py-patiencediff:   |textproc/py-patiencediff:
   |Python implementation of|Python implementation of
   |patience diff algorithm |patience diff algorithm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"