If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight
Typically this is in string similarity exercises, but they're pretty versatile.
The algorithms are:
* Soundex
* NYSIIS
* Double Metaphone Based on Maurice Aubrey's C code from his perl
implementation.
WWW: https://pypi.python.org/pypi/Fuzzy
PR: 215462
Submitted by: yuri@rawbw.com
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)
Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3
Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.
PR: 214528
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8776
- Rename the following ports:
py-ceilometerclient
py-cinderclient
py-designateclient
py-glanceclient
py-heatclient
py-keystoneclient
py-neutronclient
py-novaclient
py-openstackclient
to py-python-$(component)client to match pypi name
- Update MOVED
- Update the appropriate dependency lines
Suggested by: koobs
Distinfo has changed, but verified no difference in installed files
While here:
Add NO_ARCH
PR: 215186
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
- Use USES=localbase
- Remove the 3-year-old CONFIGURE_FAIL_MESSAGE of a 3.5-year-old infrastructure change
- Update WWW: use https://
1.47:
- Set document language for localised info pages.
- Add French and Spanish translation of info documentation.
- Add Spanish and Danish translations.
- Add support for reproducible builds by using $SOURCE_DATE_EPOCH as the date
for the generated pages.
1.46:
- Add German, Ukranian and Polish translations of info documentation.
- Add Hungarian and Norwegian Bokmaal translations.
1.45:
- Add recognition of explicit section headings indicated with *Heading*.
- Improve handling of tagged paragraphs when body is on a following line.
- Add escapes to adjust spacing of italic text at roman/italic boundaries.
1.44:
- Parse option lines in the header section of include files using shell word
splitting which allows quoting of multiple words and backslash-escaping of
spaces.