Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.6_11 14 Feb 2025 23:12:32
    |
Daniel Engberg (diizzy)  |
*/*: Bump consumers of devel/icu
...to avoid library mismatches |
1.3.6_10 14 Feb 2025 03:17:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after Boost-1.87 update
Sponsored by: Future Crew, LLC |
1.3.6_9 20 Nov 2024 10:05:25
    |
Dima Panov (fluffy)  |
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by: Future Crew, LLC |
1.3.6_8 03 Oct 2024 10:25:14
    |
Dima Panov (fluffy)  |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
1.3.6_7 17 Nov 2023 11:46:00
    |
Jan Beich (jbeich)  |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
1.3.6_6 13 Apr 2023 00:56:37
    |
Jan Beich (jbeich)  |
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine |
1.3.6_5 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
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) |
1.3.6_4 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 ) |
1.3.6_4 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
1.3.6_3 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
1.3.6_2 16 May 2022 06:49:43
    |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
1.3.6_2 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
1.3.6_1 04 Apr 2022 18:08:41
    |
Muhammad Moinur Rahman (bofh)  |
textproc/cg3: Housekeeping
- Use GitHub distribution [1]
- Add pathfix [1]
- Add perl5
- Add some shebangfiles
- Optionize OPTIMIZED_CFLAGS [1]
Reported by: diizzy |
1.3.6 03 Apr 2022 20:23:04
    |
Muhammad Moinur Rahman (bofh)  |
textproc/cg3: New Port
Constraint Grammar (CG) parsers are at the core of most of VISL's live
applications. The Constraint Grammar concept was launched by Fred
Karlsson in the early 90'ies (Karlsson et.al.1995), and CG parsers have
since been written for a large variety of languages, routinely achieving
F-scores for PoS (word class) of over 99%. A number of syntactic CG
systems have reported F-scores of around 95%. VISL's own Constraint
Grammar systems are inspired by Eckhard Bick's PALAVRAS parser for
Portuguese (Bick 2000), and use, as a novelty, subclause function,
generalized dependency markers and semantic prototype tags. For most
languages, a lexicon based morphological analyzer provides input to the
first CG level, while the output of the last CG-level can be converted
into syntactic tree structures by specially designed Phrase Structure
Grammars (PSG's), using syntactic functions, not words, as terminals.
Other, hybrid combinations are, however, feasible. Thus, the French
system uses PoS information from a probabilistic tagger.
WWW: https://visl.sdu.dk/constraint_grammar.html |