Port details |
- py-merge3 3-way merge implementation
- 0.0.13 textproc
=0 Port not present on quarterlyThis is expected as this port was created during this quarter. - Maintainer: fullermd@over-yonder.net
 - Port Added: 2023-05-25 09:46:20
- Last Update: 2023-05-25 09:39:34
- Commit Hash: 482b709
- Also Listed In: python
- License: GPLv2+
- Description:
- A Python implementation of 3-way merge of texts.
Given BASE, OTHER, THIS, tries to produce a combined text incorporating
the changes from both BASE->OTHER and BASE->THIS. All three will
typically be sequences of lines.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}merge3>0:textproc/py-merge3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-merge3/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-merge3
- pkg install py39-merge3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-merge3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-merge3
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1679867605
SHA256 (merge3-0.0.13.tar.gz) = 8abda1d2d49776323d23d09bfdd80d943a57d43d28d6152ffd2c87956a9b6b54
SIZE (merge3-0.0.13.tar.gz) = 13603
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-merge3
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.13 25 May 2023 09:39:34
    |
Robert Clausecker (fuz)  Author: Matthew D. Fuller |
textproc/py-merge3: new port
A Python implementation of 3-way merge of texts.
Given BASE, OTHER, THIS, tries to produce a combined text incorporating
the changes from both BASE->OTHER and BASE->THIS. All three will
typically be sequences of lines.
WWW: https://github.com/breezy-team/merge3
PR: 267681 |
Number of commits found: 1
|