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-paginate Divides large result sets into pages for easier browsing
0.5.6 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.5.6Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-02 07:00:29
Last Update: 2023-09-02 06:59:19
Commit Hash: 9276ea7
Also Listed In: python
License: MIT
WWW:
https://github.com/Pylons/paginate
Description:
This module helps dividing large lists of items into pages. The user is shown one page at a time and can navigate to other pages. Imagine you are offering a company phonebook and let the user search the entries. If the search result contains 23 entries but you may want to display no more than 10 entries at once. The first page contains entries 1-10, the second 11-20 and the third 21-23.
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}paginate>0:textproc/py-paginate@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-paginate/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-paginate
  • pkg install py39-paginate
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-paginate listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-paginate
Package flavors (<flavor>: <package>)
  • py39: py39-paginate
distinfo:
TIMESTAMP = 1693486033 SHA256 (paginate-0.5.6.tar.gz) = 5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d SIZE (paginate-0.5.6.tar.gz) = 12840

Packages (timestamps in pop-ups are UTC):
py39-paginate
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.60.5.6-0.5.60.5.6---
FreeBSD:13:quarterly0.5.60.5.6-0.5.60.5.60.5.60.5.60.5.6
FreeBSD:14:latest0.5.60.5.6-0.5.60.5.6---
FreeBSD:14:quarterly0.5.60.5.6-0.5.60.5.60.5.60.5.60.5.6
FreeBSD:15:latest0.5.60.5.6n/a0.5.6n/a0.5.60.5.60.5.6
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. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. 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
This port is required by:
for Run
  1. textproc/py-mkdocs-material

Configuration Options:
No options to configure
Options name:
textproc_py-paginate
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/paginate/
  2. https://pypi.org/packages/source/p/paginate/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.6
02 Sep 2023 06:59:19
commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17commit hash: 9276ea755361d328a97c99e8aeaf5957d2dcbc17 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
textproc/py-paginate: New port

This module helps dividing large lists of items into pages. The user is
shown one page at a time and can navigate to other pages.

Imagine you are offering a company phonebook and let the user search the
entries. If the search result contains 23 entries but you may want to
display no more than 10 entries at once.

The first page contains entries 1-10, the second 11-20 and the
third 21-23.

Number of commits found: 1