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
vote Transparent git based voting system
1.2 misc 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 1.2Version of this port present on the latest quarterly branch.
Maintainer: tcberner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-11 19:51:06
Last Update: 2022-11-11 20:36:25
Commit Hash: 4d04b78
License: BSD2CLAUSE
WWW:
https://codeberg.org/tcberner/vote
Description:
Transparent git-based vote tool for FreeBSD's teams.
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 (4 items)
Collapse this list.
  1. bin/vote
  2. /usr/local/share/licenses/vote-1.2/catalog.mk
  3. /usr/local/share/licenses/vote-1.2/LICENSE
  4. /usr/local/share/licenses/vote-1.2/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • vote>0:misc/vote
To install the port:
cd /usr/ports/misc/vote/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/vote
  • pkg install vote
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vote
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1668197328 SHA256 (vote-1.2/vote) = 4c0769cd4ea4578f4d72377afd1404ae0cc08cd8008486557aa4f17eadbeca0e SIZE (vote-1.2/vote) = 16615

Packages (timestamps in pop-ups are UTC):
vote
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21.2-1.21.2---
FreeBSD:13:quarterly1.21.21.21.21.21.21.21.2
FreeBSD:14:latest1.21.21.21.21.21.2-1.2
FreeBSD:14:quarterly1.21.2-1.21.21.21.21.2
FreeBSD:15:latest1.21.2n/a1.2n/a1.21.21.2
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:
misc_vote
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeberg.org/tcberner/vote/raw/v1.2/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2
11 Nov 2022 20:36:25
commit hash: 4d04b78b331fb8a5f96ca2123b8ad0fcb04daabbcommit hash: 4d04b78b331fb8a5f96ca2123b8ad0fcb04daabbcommit hash: 4d04b78b331fb8a5f96ca2123b8ad0fcb04daabbcommit hash: 4d04b78b331fb8a5f96ca2123b8ad0fcb04daabb files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
misc/vote: pointy-hatting

Pointy hat:	tcberner
1.2
11 Nov 2022 20:18:53
commit hash: 95fe54732a25fcf021f52574bb400a862230f129commit hash: 95fe54732a25fcf021f52574bb400a862230f129commit hash: 95fe54732a25fcf021f52574bb400a862230f129commit hash: 95fe54732a25fcf021f52574bb400a862230f129 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
misc/vote: cleanup port

- fix wrong version number inside script

Reported by:	diizzy
1.1
11 Nov 2022 19:44:43
commit hash: a0ff809a2bda235a69ed468b01543c45a57b6f8ccommit hash: a0ff809a2bda235a69ed468b01543c45a57b6f8ccommit hash: a0ff809a2bda235a69ed468b01543c45a57b6f8ccommit hash: a0ff809a2bda235a69ed468b01543c45a57b6f8c files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
misc/vote: new port -- a simple, transparent git based voting system

Teams like core and portmgr regularly hold votes on certain topics.
In the past these votes were held via email. This script tries to
lessen the burden of the secretary of those teams.

Vote's can be created using:
> vote create <vote topic> <due date in YYYYMMDD> <some more text>

People can vote using
> vote vote <vid> <yes/no/abstain>

People can also vote in-stead of other people
> vote votefor <vid> <yes/no/abstain> <whom>

All votes and results are neatly tracked inside a git repository.

Number of commits found: 3