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
parkverbot Hard disk head parking inhibitor
1.5 sysutils 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.5Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-04-26 09:33:09
Last Update: 2024-01-22 12:09:10
Commit Hash: 345fc74
License: GPLv2+
WWW:
https://inai.de/projects/parkverbot/
Description:
Daemon to prevent hard disk head parking in rotational media. The daemon will issue small read requests periodically to a random location on disk in an effort to reset the inactivity timer in the hardware and so prevent the dreaded head unloading. As such, its operation is non-destructive and interoperable across different brands of hard drives.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. share/man/man8/parkverbot.8.gz
  2. sbin/parkverbot
  3. /usr/local/share/licenses/parkverbot-1.5/catalog.mk
  4. /usr/local/share/licenses/parkverbot-1.5/LICENSE
  5. /usr/local/share/licenses/parkverbot-1.5/GPLv2+
Collapse this list.
Dependency lines:
  • parkverbot>0:sysutils/parkverbot
To install the port:
cd /usr/ports/sysutils/parkverbot/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/parkverbot
  • pkg install parkverbot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: parkverbot
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1649595137 SHA256 (parkverbot-1.5.tar.xz) = a52e88a60e0a11163ab596dde7d264ba9e80016cf4f276368bfe81f666456e20 SIZE (parkverbot-1.5.tar.xz) = 78488

Packages (timestamps in pop-ups are UTC):
parkverbot
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.51.51.31.51.5-1.3-
FreeBSD:13:quarterly1.51.51.51.51.51.51.51.5
FreeBSD:14:latest1.51.51.51.51.51.5-1.5
FreeBSD:14:quarterly1.51.5-1.51.51.51.51.5
FreeBSD:15:latest1.51.5n/a1.5n/a1.51.51.5
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. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libHX.so : lang/libhx
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_parkverbot
USES:
pkgconfig tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://inai.de/files/parkverbot/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5
22 Jan 2024 12:09:10
commit hash: 345fc748de406d65743d58178ef3f989d6a73e35commit hash: 345fc748de406d65743d58178ef3f989d6a73e35commit hash: 345fc748de406d65743d58178ef3f989d6a73e35commit hash: 345fc748de406d65743d58178ef3f989d6a73e35 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
Override GNU_CONFIGURE_MANPREFIX in my GNU autotools-based ports

This is a temporary measure to facilitate entering the new world
order where manual pages are installed under ${PREFIX}/share/man.
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)
1.5
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)
1.5
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.5
11 Apr 2022 07:58:04
commit hash: d90109c46f356336fbfc3ee57eeb90135c2ff1f6commit hash: d90109c46f356336fbfc3ee57eeb90135c2ff1f6commit hash: d90109c46f356336fbfc3ee57eeb90135c2ff1f6commit hash: d90109c46f356336fbfc3ee57eeb90135c2ff1f6 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/parkverbot: update the port to version 1.5

FreeBSD support had been integrated upstream; however, keep the
small hunk of our patch which reports the sector size, could be
useful for debugging potential problems.

Reported by:	portscout
1.4
20 Oct 2021 06:21:50
commit hash: b8fadbfc1c6975a1c3f5e5d168fc7ecca46e2223commit hash: b8fadbfc1c6975a1c3f5e5d168fc7ecca46e2223commit hash: b8fadbfc1c6975a1c3f5e5d168fc7ecca46e2223commit hash: b8fadbfc1c6975a1c3f5e5d168fc7ecca46e2223 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/parkverbot: update the port to version 1.4

Reported by:	portscout
1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3
15 Sep 2020 07:11:51
Revision:548708Original commit files touched by this commit
danfe search for other commits by this committer
- Update `sysutils/parkverbot' to version 1.3
- Project had moved from SourceForge to author's own site

Found out via:	repology.org
1.2_1
03 Aug 2020 11:13:37
Revision:544051Original commit files touched by this commit
danilo search for other commits by this committer
- Update libhx to 3.25 [1]
- Add TEST_TARGET [1]

while here:
- Replace CPPFLAGS and LDFLAGS by USES=localbase
- Remove useless post-patch
- Add LICENSE
- Bump dependencies PORTREVISION

Submitted by:	danfe (email) [1]
1.2
26 Apr 2020 12:04:19
Revision:533058Original commit files touched by this commit
danfe search for other commits by this committer
Provide more elaborate and sensible port description.
1.2
26 Apr 2020 09:32:51
Revision:533001Original commit files touched by this commit
danfe search for other commits by this committer
Daemon to prevent hard disk head parking in rotational media.

WWW: http://parkverbot.sourceforge.net/

Number of commits found: 11