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
paq-nvim Minimal Neovim plugin manager
2.0.0 devel 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 2.0.0Version of this port present on the latest quarterly branch.
Maintainer: agh@riseup.net search for ports maintained by this maintainer
Port Added: 2023-11-05 21:00:29
Last Update: 2023-11-05 20:57:39
Commit Hash: f213e5c
Also Listed In: editors
License: MIT
WWW:
https://github.com/savq/paq-nvim
Description:
Paq is a minimal, simple to use packer manager for Neovim written in Lua and is aimed for users who make use of Lua for their configuration language. It is written to make use of existing Neovim features, and to have a simple and familiar interface for declaring packages. Features: * Can install, update, and remove any package from a valid repository * Utilises git(1) to fetch packages from valid Git repositories * Supports asynchronous updates * Written in Lua, configured in Lua
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
Expand this list (9 items)
Collapse this list.
  1. /usr/local/share/licenses/paq-nvim-2.0.0/catalog.mk
  2. /usr/local/share/licenses/paq-nvim-2.0.0/LICENSE
  3. /usr/local/share/licenses/paq-nvim-2.0.0/MIT
  4. share/nvim/site/pack/paq/start/paq-nvim/doc/paq-nvim.txt
  5. share/nvim/site/pack/paq/start/paq-nvim/doc/tags
  6. share/nvim/site/pack/paq/start/paq-nvim/lua/paq.lua
  7. @owner
  8. @group
  9. @mode
Collapse this list.
Dependency lines:
  • paq-nvim>0:devel/paq-nvim
To install the port:
cd /usr/ports/devel/paq-nvim/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/paq-nvim
  • pkg install paq-nvim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: paq-nvim
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1698568791 SHA256 (savq-paq-nvim-v2.0.0_GH0.tar.gz) = de54c937a33d819fb7c12a11f8d01f966de86a2a6e98e4451e30b19b9516ea0d SIZE (savq-paq-nvim-v2.0.0_GH0.tar.gz) = 15645

Packages (timestamps in pop-ups are UTC):
paq-nvim
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.02.0.0-2.0.02.0.0---
FreeBSD:13:quarterly2.0.02.0.0-2.0.02.0.02.0.0--
FreeBSD:14:latest2.0.02.0.0-2.0.02.0.0---
FreeBSD:14:quarterly2.0.02.0.0-2.0.02.0.02.0.0--
FreeBSD:15:latest2.0.02.0.0n/a2.0.0n/a2.0.02.0.02.0.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. neovim>0 : editors/neovim
Runtime dependencies:
  1. git>0 : devel/git
  2. neovim>0 : editors/neovim
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for paq-nvim-2.0.0: DOCS=on: Plugin and project documentation ===> Use 'make config' to modify these settings
Options name:
devel_paq-nvim
pkg-message:
For install:
To get started with a minimal configuration, add the following Lua to your configuration: require "paq" {} Or, start with declaring packages: require "paq" { "user_alice/ucl_all_things.nvim", "user_bob/nvtree_all_things.nvim", } Plugin commands: :PaqClean - Remove all packages that are not listed in your configuration. :PaqInstall - Install all packages listed in your configuration. :PaqList - List managed packages. :PaqSync - Execute commands PaqInstall, PaqUpdate, and PaqClean. :PaqUpdate - Update all packages already on your system. Upon first usage, you will have to run PaqUpdate to populate your runtime, and again when the Port is updated. See :help paq for more information.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/savq/paq-nvim/tar.gz/v2.0.0?dummy=/
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
2.0.0
05 Nov 2023 20:57:39
commit hash: f213e5c0fb4276afe0388298f478c50fd8ec1603commit hash: f213e5c0fb4276afe0388298f478c50fd8ec1603commit hash: f213e5c0fb4276afe0388298f478c50fd8ec1603commit hash: f213e5c0fb4276afe0388298f478c50fd8ec1603 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
Author: Alastair Hogge
devel/paq-nvim: New port: Minimal Neovim plugin manager

Paq is a minimal, simple to use packer manager for Neovim written in
Lua and is aimed for users who make use of Lua for their configuration
language. It is written to make use of existing Neovim features,
and to have a simple and familiar interface for declaring packages.

Website: https://github.com/savq/paq-nvim

Differential Revision:	https://reviews.freebsd.org/D42185

Number of commits found: 1