notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mythes French thesaurus
2.3 french on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3Version of this port present on the latest quarterly branch.
Maintainer: office@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-07-21 14:34:37
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: fr-aspell, fr-verbiste, fr-libreoffice
Also Listed In: textproc
License: LGPL21
WWW:
https://www.dicollecte.org/
Description:
French thesaurus
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/mythes/th_fr_FR_v2.dat
  2. /usr/local/share/mythes/th_fr_FR_v2.idx
  3. /usr/local/share/mythes/th_fr_BE_v2.dat
  4. /usr/local/share/mythes/th_fr_BE_v2.idx
  5. /usr/local/share/mythes/th_fr_CA_v2.dat
  6. /usr/local/share/mythes/th_fr_CA_v2.idx
  7. /usr/local/share/mythes/th_fr_CH_v2.dat
  8. /usr/local/share/mythes/th_fr_CH_v2.idx
  9. /usr/local/share/mythes/th_fr_LU_v2.dat
  10. /usr/local/share/mythes/th_fr_LU_v2.idx
  11. /usr/local/share/licenses/fr-mythes-2.3/catalog.mk
  12. /usr/local/share/licenses/fr-mythes-2.3/LICENSE
  13. /usr/local/share/licenses/fr-mythes-2.3/LGPL21
Collapse this list.
Dependency lines:
  • fr-mythes>0:french/mythes
To install the port:
cd /usr/ports/french/mythes/ && make install clean
To add the package, run one of these commands:
  • pkg install french/mythes
  • pkg install fr-mythes
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fr-mythes
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mythes/thesaurus-v2.3.zip) = 774239ef23f5517ef28b7f0195296ca6277b7e555024c8a3ad5a66348725eb19 SIZE (mythes/thesaurus-v2.3.zip) = 1737060

Packages (timestamps in pop-ups are UTC):
fr-mythes
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.32.32.32.32.3-2.3-
FreeBSD:13:quarterly2.32.32.32.32.32.32.32.3
FreeBSD:14:latest2.32.32.32.32.32.3-2.3
FreeBSD:14:quarterly2.32.3-2.32.32.32.32.3
FreeBSD:15:latest2.32.3n/a2.3n/a2.32.32.3
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
french_mythes
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/sunpoet/mythes/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/sunpoet/mythes/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/sunpoet/mythes/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/sunpoet/mythes/
  5. http://www.dicollecte.org/download/fr/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.3
21 Sep 2021 03:47:29
commit hash: 63b6f938109571011e834d4f1e97c248c1919102commit hash: 63b6f938109571011e834d4f1e97c248c1919102commit hash: 63b6f938109571011e834d4f1e97c248c1919102commit hash: 63b6f938109571011e834d4f1e97c248c1919102 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*mythes: Fix 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63

Remove accidentally-generated 'Makefile '

Reported by:	bdrewery
2.3
19 Sep 2021 06:00:49
commit hash: 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63commit hash: 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63commit hash: 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63commit hash: 72664fc2b4d33ca3ae39c8e7ab6f8fa85c08bd63 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*mythes: Avoid using %% in Makefile

Use ${DATAIDR} instead of %%DATADIR%%
2.3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.3
03 Mar 2018 09:33:07
Revision:463473Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update WWW

Approved by:	portmgr blanket
2.3
18 Jul 2015 15:02:02
Revision:392423Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add NO_ARCH
2.3
20 Dec 2014 18:26:36
Revision:375076Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
2.3
07 Mar 2014 16:59:08
Revision:347408Original commit files touched by this commit
bapt search for other commits by this committer
Convert f* to USES=zip
2.3
17 Nov 2013 21:02:00
Revision:334121Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add my LOCAL to MASTER_SITES
- Move EXTRACT_SUFX upward
- Update WWW
2.3
17 Nov 2013 17:54:55
Revision:334111Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use single space after WWW:
2.3
15 Nov 2013 14:15:28
Revision:333867Original commit files touched by this commit
bapt search for other commits by this committer
Fix staging

Reported by:	marino
2.3
04 Nov 2013 11:11:45
Revision:332691Original commit files touched by this commit
bapt search for other commits by this committer
Stagify
Use bsdtar to extract
2.3
20 Sep 2013 17:21:20
Revision:327728Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
french)
2.3
21 Sep 2012 07:28:37
Revision:304612Original commit files touched by this commit
bapt search for other commits by this committer
- update to 2.3
2.2.2_1
17 Aug 2011 18:04:07
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Set DIST_SUBDIR: move dist files to DISTDIR/mythes
2.2.2_1
29 Jul 2011 13:13:17
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Move language prefix to PKGNAMEPREFIX
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
2.2.2
22 Jul 2011 05:30:11
Original commit files touched by this commit
bapt search for other commits by this committer
Pass matainership to the new office team
2.2.2
21 Jul 2011 14:33:08
Original commit files touched by this commit
bapt search for other commits by this committer
Add some locales thesaurus

Number of commits found: 20