Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20241021 29 Oct 2024 14:38:39 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-diff-match-patch: Update to 20241021
Changes: https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md |
20230430 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
20230430 27 May 2023 04:10:25 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-diff-match-patch: Update to 20230430
- Convert to USE_PYTHON=pep517
Changes: https://github.com/diff-match-patch-python/diff-match-patch/blob/main/CHANGELOG.md |
20200713 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20200713 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20200713 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20200713 03 Jun 2022 16:57:54 |
Po-Chuan Hsieh (sunpoet) |
textproc/py-diff-match-patch: Convert to USE_PYTHON=unittest |
20200713 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20200713 03 Mar 2021 18:12:53 |
sunpoet |
Update do-test:
It removes the warning message:
WARNING: Testing via this command is deprecated and will be removed in a future
version. Users looking for a generic test entry point independent of test runner
are encouraged to use tox. |
20200713 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
20200713 27 Aug 2020 18:45:51 |
sunpoet |
Update to 20200713
Changes: https://github.com/diff-match-patch-python/diff-match-patch/commits/main |
20181111 18 Jan 2020 19:02:06 |
sunpoet |
Update WWW
- Take maintainership |
20181111 18 Jan 2020 16:46:29 |
rene |
Return a few ports to the pool. |
20181111 19 Jan 2019 17:48:56 |
rene |
textproc/py-diff-match-patch : update to 20181111
While here:
- update WWW to point to new homepage
- pet portlint
Reported by: repology |
20121119 06 Nov 2016 11:35:36 |
rene |
Fix invocation for "make test" |
20121119 02 Nov 2016 22:45:14 |
mat |
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
20121119 04 Sep 2016 10:05:45 |
antoine |
Use the same PORTVERSION as the one on Pypi
PR: 205762 |
0.0.0.20121119_1 25 Dec 2015 22:35:43 |
antoine |
Allow use a regular user, some files were unreadable |
0.0.0.20121119 23 Jun 2015 17:45:39 |
rene |
The Diff Match and Patch libraries offer robust algorithms to perform the
operations required for synchronizing plain text.
Diff: Compare two blocks of plain text and efficiently return a list of
differences.
Match: Given a search string, find its best fuzzy match in a block of plain
text. Weighted for both accuracy and location.
Patch: Apply a list of patches onto plain text. Use best-effort to apply patch
even when the underlying text doesn't match.
WWW: https://code.google.com/p/google-diff-match-patch/
Differential Revision: https://reviews.freebsd.org/D2835
Reviewed by: python (koobs) |