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
py-sentencepiece Unsupervised text tokenizer for Neural Network-based text generation
0.2.0 textproc on this many watch lists=0 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 0.1.99Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-25 07:48:07
Last Update: 2024-02-21 09:15:27
Commit Hash: a26c07b
License: APACHE20
WWW:
https://github.com/google/sentencepiece
Description:
SentencePiece is an unsupervised text tokenizer and detokenizer mainly for Neural Network-based text generation systems where the vocabulary size is predetermined prior to the neural model training. SentencePiece implements subword units (e.g., byte-pair-encoding (BPE)) and unigram language model with the extension of direct training from raw sentences. SentencePiece allows us to make a purely end-to-end system that does not depend on language-specific pre/postprocessing.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sentencepiece>0:textproc/py-sentencepiece@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-sentencepiece/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-sentencepiece
  • pkg install py39-sentencepiece
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-sentencepiece listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-sentencepiece
Package flavors (<flavor>: <package>)
  • py39: py39-sentencepiece
distinfo:
TIMESTAMP = 1708411814 SHA256 (google-sentencepiece-v0.2.0_GH0.tar.gz) = 9970f0a0afee1648890293321665e5b2efa04eaec9f1671fcf8048f456f5bb86 SIZE (google-sentencepiece-v0.2.0_GH0.tar.gz) = 11980811

Packages (timestamps in pop-ups are UTC):
py39-sentencepiece
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.2.0--0.2.0---
FreeBSD:13:quarterly0.1.990.1.990.1.99-0.1.990.1.990.1.990.1.99
FreeBSD:14:latest-0.2.0--0.2.00.1.99-0.1.99
FreeBSD:14:quarterly0.1.990.1.99--0.1.990.1.990.1.990.1.99
FreeBSD:15:latest-0.2.0n/a-n/a0.1.990.1.990.2.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. protobuf>0 : devel/protobuf
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Library dependencies:
  1. libsentencepiece.so : textproc/sentencepiece
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-sentencepiece
USES:
compiler:c++17-lang pkgconfig python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/sentencepiece/tar.gz/v0.2.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.0
21 Feb 2024 09:15:27
commit hash: a26c07bdd4f693d701c51ba28256563285847dffcommit hash: a26c07bdd4f693d701c51ba28256563285847dffcommit hash: a26c07bdd4f693d701c51ba28256563285847dffcommit hash: a26c07bdd4f693d701c51ba28256563285847dff files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/py-sentencepiece: Fix tests
0.2.0
20 Feb 2024 07:09:21
commit hash: 2250e98fcb23f5d0b09e6eaaa1426ec278d327b1commit hash: 2250e98fcb23f5d0b09e6eaaa1426ec278d327b1commit hash: 2250e98fcb23f5d0b09e6eaaa1426ec278d327b1commit hash: 2250e98fcb23f5d0b09e6eaaa1426ec278d327b1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/{,py-}sentencepiece: update 0.1.99 → 0.2.0

Reported by:	portscout
0.1.99
03 Jun 2023 07:43:33
commit hash: bf9a09848651a7beb8f088b7ea6f7154c19e5892commit hash: bf9a09848651a7beb8f088b7ea6f7154c19e5892commit hash: bf9a09848651a7beb8f088b7ea6f7154c19e5892commit hash: bf9a09848651a7beb8f088b7ea6f7154c19e5892 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/sentencepiece: Update 0.1.98 → 0.1.99

Reported by:	portscout
0.1.98
18 Apr 2023 04:38:14
commit hash: f950371a249066d579f1c8e65773c79fa1051277commit hash: f950371a249066d579f1c8e65773c79fa1051277commit hash: f950371a249066d579f1c8e65773c79fa1051277commit hash: f950371a249066d579f1c8e65773c79fa1051277 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/{,py-}sentencepiece: Update 0.1.97 → 0.1.98

Reported by:	portscout
0.1.97
25 Jan 2023 07:45:57
commit hash: 6d884b207aab2373494bbd713278a80474a58601commit hash: 6d884b207aab2373494bbd713278a80474a58601commit hash: 6d884b207aab2373494bbd713278a80474a58601commit hash: 6d884b207aab2373494bbd713278a80474a58601 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
textproc/py-sentencepiece: New port: Unsupervised text tokenizer for Neural
Network-based text generation

Number of commits found: 5