Port details |
- quickjail Utility to quickly create transient single-command jails
- 0.2.1 sysutils =2 0.2.1Version of this port present on the latest quarterly branch.
- Maintainer: kevans@FreeBSD.org
- Port Added: 2020-07-29 05:17:12
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://git.kevans.dev/kevans/quickjail
- Description:
- Quickjail is a utility to create transient single-command jails.
This utility operates much like jail(8) -c, but the jails it creates are not
persistent, unlike with jail(8). This makes quickjail more convenient for
cases where the command may need termination, which may prevent jail(8) from
cleaning up the jail.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- quickjail>0:sysutils/quickjail
- To install the port:
- cd /usr/ports/sysutils/quickjail/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/quickjail
- pkg install quickjail
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quickjail
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1604455224
SHA256 (quickjail-0.2.1.tar.gz) = ceffff417e3ee8b969fdc0803c83b14c431eac977b7288396ac63ee7900df3b7
SIZE (quickjail-0.2.1.tar.gz) = 4547
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_quickjail
- USES:
- compiler:c11 uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.2.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.2.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.1 17 Nov 2020 16:51:39 |
pkubaj |
sysutils/quickjail: fix build on GCC architectures
cc1: error: unrecognized command line option "-std=c11" |
0.2.1 04 Nov 2020 03:43:39 |
kevans |
sysutils/quickjail: update to 0.2.1
0.2.0 mainly featured quickshell(1), which is a shortcut for invocations
like:
$ quickjail path=/mnt command=/bin/sh
# Equivalent:
$ quickshell /mnt
This update also simplifies the port by just using the bsd.prog.mk install
builds with USES=uidfix. PLIST_FILES was split out into a pkg-plist while it
was growing in numbers and was otherwise tempting me to come up with some
less greppable incantations to generate it. |
0.1.2 29 Jul 2020 05:17:07 |
kevans |
[NEW] sysutils/quickjail: Utility to create transient single-command jails
Quickjail is a utility to create transient single-command jails.
This utility operates much like jail(8) -c, but the jails it creates are not
persistent, unlike with jail(8). This makes quickjail more convenient for
cases where the command may need termination, which may prevent jail(8) from
cleaning up the jail.
WWW: https://git.kevans.dev/kevans/quickjail
Reviewed by: koobs (earlier version)
Differential Revision: https://reviews.freebsd.org/D24792 |
Number of commits found: 7
|