Port details |
- liblockfile Standard lockfile library
- 1.17_1 devel
=3 1.17_1Version of this port present on the latest quarterly branch. - Maintainer: yasu@FreeBSD.org
 - Port Added: 2018-02-14 16:56:46
- Last Update: 2024-02-12 02:00:59
- Commit Hash: 6b2b42a
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: GPLv2+ LGPL21+
- WWW:
- https://github.com/miquels/liblockfile
- Description:
- This library implements a number of functions found in -lmail on SysV
systems. These functions are designed to lock the standard mailboxes in
/var/mail (or wherever the system puts them).
In additions, this library adds a number of functions to create,
manage and remove generic lockfiles.
The lockfiles are created by this library in an NFS-safe manner, that
is by using a tempfile and using link(2) to create the lockfile. It
works around several defects in NFS servers to make sure the lockfile
is created atomically.
The locking strategy is compatible with other well-written NFS-safe
programs that create lockfiles - such as procmail, exim and mutt.
If you are trying to lock a mailbox in a directory writable for group
mail, the locking functions will call a helper application which runs
setgid to do the actual locking. The helper application "dotlockfile"
can also be used directly, for example for use in shellscripts.
This means a program such as a MUA doesn't need to be setgid mail anymore
to be able to lock the mailbox.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liblockfile>0:devel/liblockfile
- To install the port:
- cd /usr/ports/devel/liblockfile/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/liblockfile
- pkg install liblockfile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liblockfile
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1611854055
SHA256 (miquels-liblockfile-v1.17_GH0.tar.gz) = 7d34e4b054f878be492dd782c34bfe2107689414aa82a361202756bbe3ec6ad8
SIZE (miquels-liblockfile-v1.17_GH0.tar.gz) = 69834
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- mail/nmh
- mail/nmh-devel
- sysutils/lockfile-progs
Configuration Options:
- ===> The following configuration options are available for liblockfile-1.17_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_liblockfile
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17_1 12 Feb 2024 02:00:59
    |
Yasuhiro Kimura (yasu)  |
devel/liblockfile: Move manpages to ${PREFIX}/share/man |
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) |
1.17 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 ) |
1.17 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.17 28 Sep 2021 05:13:33
    |
Yasuhiro Kimura (yasu)  |
*/*: Update MAINTAINER address of my ports to that of FreeBSD.org
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32170 |
1.17 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.17 10 Feb 2021 07:04:12
  |
fernape  |
devel/liblockfile: Update to 1.17
ChangeLog: https://github.com/miquels/liblockfile/blob/v1.17/Changelog
PR: 253215
Submitted by: yasu@utahime.org (maintainer) |
1.16 19 Aug 2019 12:17:44
  |
mat  |
Some @comment $FreeBSD$ always creep back, for some reason.
Pointy hat: pi rodrigo |
1.16 10 Aug 2019 22:55:11
  |
sunpoet  |
Update to 1.16
Changes: https://github.com/miquels/liblockfile/blob/master/Changelog
PR: 239753
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) |
1.14 14 Feb 2018 16:56:29
  |
pi  |
New port: devel/liblockfile
This library implements a number of functions found in -lmail on SysV
systems. These functions are designed to lock the standard mailboxes in
/var/mail (or wherever the system puts them).
In additions, this library adds a number of functions to create,
manage and remove generic lockfiles.
The lockfiles are created by this library in an NFS-safe manner, that
is by using a tempfile and using link(2) to create the lockfile. It
works around several defects in NFS servers to make sure the lockfile
is created atomically.
The locking strategy is compatible with other well-written NFS-safe (Only the first 15 lines of the commit message are shown above ) |