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
reprise Port testing system
0.6.1 ports-mgmt on this many watch lists=2 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.6.1Version of this port present on the latest quarterly branch.
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-04-11 15:57:22
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
Also Listed In: python
License: GPLv3+
WWW:
https://github.com/AMDmi3/reprise
Description:
reprise is a tool primarily designed to test package production on FreeBSD. Unlike poudriere, it's focused on port testing only, without support for repository production, and has important features still lacking in poudriere, such as `make test` support, and more eager use of prebuilt packages. As a result, with reprise you test your ports, not rebuild llvm and other heavy dependencies over and over again.
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/reprise-0.6.1/catalog.mk
  2. /usr/local/share/licenses/reprise-0.6.1/LICENSE
  3. /usr/local/share/licenses/reprise-0.6.1/GPLv3+
Collapse this list.
Dependency lines:
  • reprise>0:ports-mgmt/reprise
To install the port:
cd /usr/ports/ports-mgmt/reprise/ && make install clean
To add the package, run one of these commands:
  • pkg install ports-mgmt/reprise
  • pkg install reprise
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: reprise
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659112171 SHA256 (AMDmi3-reprise-0.6.1_GH0.tar.gz) = 4206fbc4de36afc9732e0984b421e5f17206a1ea725126335b20a5c8c480c71a SIZE (AMDmi3-reprise-0.6.1_GH0.tar.gz) = 74710

Packages (timestamps in pop-ups are UTC):
reprise
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.10.6.1-0.6.10.6.1---
FreeBSD:13:quarterly0.6.10.6.10.6.10.6.10.6.10.6.10.6.10.6.1
FreeBSD:14:latest0.6.10.6.10.6.10.6.10.6.10.6.1-0.6.1
FreeBSD:14:quarterly0.6.10.6.1-0.6.10.6.10.6.10.6.10.6.1
FreeBSD:15:latest0.6.10.6.1n/a0.6.1n/a0.6.10.6.10.6.1
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
Runtime dependencies:
  1. py39-aiohttp>=0 : www/py-aiohttp@py39
  2. py39-jsonslicer>=0 : textproc/py-jsonslicer@py39
  3. py39-pydantic>=0 : devel/py-pydantic@py39
  4. py39-termcolor>=0 : devel/py-termcolor@py39
  5. py39-yaml>=0 : devel/py-yaml@py39
  6. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  7. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for reprise-0.6.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
ports-mgmt_reprise
USES:
python:3.9+
pkg-message:
For install:
Reprise is experimental software. Expect all kinds of failures and filesystem, jail and mountpoint leftovers you'll have to clean up manually.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/AMDmi3/reprise/tar.gz/0.6.1?dummy=/
Collapse this list.

Number of commits found: 12

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)
0.6.1
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)
0.6.1
29 Jul 2022 16:32:20
commit hash: eb8c5bb6111524fd17b03acf90dd670b1e22ece1commit hash: eb8c5bb6111524fd17b03acf90dd670b1e22ece1commit hash: eb8c5bb6111524fd17b03acf90dd670b1e22ece1commit hash: eb8c5bb6111524fd17b03acf90dd670b1e22ece1 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.6.0 → 0.6.1
0.6.0
15 Jun 2022 19:44:34
commit hash: 0a35dd330c497d035c6b5aebfae5334ed194cf99commit hash: 0a35dd330c497d035c6b5aebfae5334ed194cf99commit hash: 0a35dd330c497d035c6b5aebfae5334ed194cf99commit hash: 0a35dd330c497d035c6b5aebfae5334ed194cf99 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.5.0 → 0.6.0
0.5.0
01 Jun 2022 10:10:00
commit hash: 79fdfa29d4de32a9503a46f64c8f5569af0306f7commit hash: 79fdfa29d4de32a9503a46f64c8f5569af0306f7commit hash: 79fdfa29d4de32a9503a46f64c8f5569af0306f7commit hash: 79fdfa29d4de32a9503a46f64c8f5569af0306f7 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.4.0 → 0.5.0
0.4.0
25 Apr 2022 14:26:42
commit hash: e9a7d9e884763aabcd528e65c3528baafe6fb626commit hash: e9a7d9e884763aabcd528e65c3528baafe6fb626commit hash: e9a7d9e884763aabcd528e65c3528baafe6fb626commit hash: e9a7d9e884763aabcd528e65c3528baafe6fb626 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.3.2 → 0.4.0
0.3.2
21 Apr 2022 18:15:02
commit hash: 110a57e336855b3a9037614c9455cc64bc2858cfcommit hash: 110a57e336855b3a9037614c9455cc64bc2858cfcommit hash: 110a57e336855b3a9037614c9455cc64bc2858cfcommit hash: 110a57e336855b3a9037614c9455cc64bc2858cf files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.3.0 → 0.3.2
0.3.0
21 Apr 2022 12:12:45
commit hash: 9329c2b31765e86bb7905c09d01e93fc6caeb000commit hash: 9329c2b31765e86bb7905c09d01e93fc6caeb000commit hash: 9329c2b31765e86bb7905c09d01e93fc6caeb000commit hash: 9329c2b31765e86bb7905c09d01e93fc6caeb000 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.2.0 → 0.3.0
0.2.0
14 Apr 2022 20:23:38
commit hash: 1cae6d850c5d04a61810bd83bba4f2180a908ebccommit hash: 1cae6d850c5d04a61810bd83bba4f2180a908ebccommit hash: 1cae6d850c5d04a61810bd83bba4f2180a908ebccommit hash: 1cae6d850c5d04a61810bd83bba4f2180a908ebc files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.1.0 → 0.2.0
0.1.0
13 Apr 2022 18:41:55
commit hash: 4cc3cb630c729af6b091b86b179a6590da1301b3commit hash: 4cc3cb630c729af6b091b86b179a6590da1301b3commit hash: 4cc3cb630c729af6b091b86b179a6590da1301b3commit hash: 4cc3cb630c729af6b091b86b179a6590da1301b3 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: update 0.0.1 → 0.1.0

Also fix incorrect IGNORE message after 329f5c8
0.0.1
12 Apr 2022 07:48:55
commit hash: 329f5c8804717f22745217a686ec4c115a5a40d4commit hash: 329f5c8804717f22745217a686ec4c115a5a40d4commit hash: 329f5c8804717f22745217a686ec4c115a5a40d4commit hash: 329f5c8804717f22745217a686ec4c115a5a40d4 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
ports-mgmt/reprise: unbreak bulk -a
0.0.1
11 Apr 2022 15:31:32
commit hash: cd5dfcb543adc51828965146152fee21299e0bf5commit hash: cd5dfcb543adc51828965146152fee21299e0bf5commit hash: cd5dfcb543adc51828965146152fee21299e0bf5commit hash: cd5dfcb543adc51828965146152fee21299e0bf5 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
ports-mgmt/reprise: add port: Port testing system

reprise is a tool primarily designed to test package production on
FreeBSD. Unlike poudriere, it's focused on port testing only, without
support for repository production, and has important features still
lacking in poudriere, such as `make test` support, and more eager
use of prebuilt packages. As a result, with reprise you test your
ports, not rebuild llvm and other heavy dependencies over and over
again.

WWW: https://github.com/AMDmi3/reprise

Number of commits found: 12