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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
pam_wrapper Tool to test PAM applications and PAM modules
1.1.8 devel 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 1.0.6_3Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-07-03 03:29:57
Last Update: 2025-07-24 11:18:51
Commit Hash: b615639
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: GPLv3+
WWW:
https://cwrap.org/nss_wrapper.html
https://git.samba.org/?p=pam_wrapper.git
Description:
This tool allows you to either test your PAM application or module. For testing PAM applications we have written a simple PAM module called pam_matrix (see below). If you plan to test a PAM module you can use the pamtest library we have implemented. It simplifies testing of modules. You can be combine it with the cmocka unit testing framework or you can use the provided Python bindings to write tests for your module in Python.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (31 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pam_wrapper-1.1.8/catalog.mk
  3. /usr/local/share/licenses/pam_wrapper-1.1.8/LICENSE
  4. /usr/local/share/licenses/pam_wrapper-1.1.8/GPLv3+
  5. include/libpamtest.h
  6. lib/cmake/pam_wrapper/pam_wrapper-config-version.cmake
  7. lib/cmake/pam_wrapper/pam_wrapper-config.cmake
  8. lib/cmake/pamtest/pamtest-config-release.cmake
  9. lib/cmake/pamtest/pamtest-config-version.cmake
  10. lib/cmake/pamtest/pamtest-config.cmake
  11. lib/libpam_wrapper.so
  12. lib/libpam_wrapper.so.0
  13. lib/libpam_wrapper.so.0.0.11
  14. lib/libpamtest.so
  15. lib/libpamtest.so.0
  16. lib/libpamtest.so.0.0.11
  17. lib/pam_wrapper/pam_chatty.so
  18. lib/pam_wrapper/pam_get_items.so
  19. lib/pam_wrapper/pam_matrix.so
  20. lib/pam_wrapper/pam_set_items.so
  21. lib/python3.11/site-packages/pypamtest.so
  22. libdata/pkgconfig/libpamtest.pc
  23. libdata/pkgconfig/pam_wrapper.pc
  24. share/man/man1/pam_wrapper.1.gz
  25. share/man/man8/pam_chatty.8.gz
  26. share/man/man8/pam_get_items.8.gz
  27. share/man/man8/pam_matrix.8.gz
  28. share/man/man8/pam_set_items.8.gz
  29. @owner
  30. @group
  31. @mode
Collapse this list.
Dependency lines:
  • pam_wrapper>0:devel/pam_wrapper
To install the port:
cd /usr/ports/devel/pam_wrapper/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/pam_wrapper
  • pkg install pam_wrapper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pam_wrapper
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1753265692 SHA256 (pam_wrapper-1.1.8.tar.gz) = 6549c0b3e41d1ebe0c94a1be63c25eec918191462b602ab6f47d4a5fa709c3e4 SIZE (pam_wrapper-1.1.8.tar.gz) = 93569

Packages (timestamps in pop-ups are UTC):
pam_wrapper
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.1.81.1.81.0.6_21.1.81.1.8-1.0.6_2-
FreeBSD:13:quarterly1.0.6_31.0.6_31.0.6_21.0.6_31.0.6_31.0.6_21.0.6_21.0.6_2
FreeBSD:14:latest1.1.81.1.81.0.6_21.1.81.1.81.0.6_2-1.0.6_2
FreeBSD:14:quarterly1.0.6_31.0.6_3-1.0.6_31.0.6_31.0.6_21.0.6_21.0.6_2
FreeBSD:15:latest1.1.81.1.8n/a1.0.6_3n/a1.0.6_21.0.6_21.0.6_2
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.11 : lang/python311
Test dependencies:
  1. cmocka>=1.1.0 : sysutils/cmocka
  2. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/cwrap

Configuration Options:
No options to configure
Options name:
devel_pam_wrapper
USES:
cmake:testing pathfix python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://ftp.samba.org/pub/cwrap/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.8
24 Jul 2025 11:18:51
commit hash: b615639f29243530d487db68cd4ea69f817ce882commit hash: b615639f29243530d487db68cd4ea69f817ce882commit hash: b615639f29243530d487db68cd4ea69f817ce882commit hash: b615639f29243530d487db68cd4ea69f817ce882 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pam_wrapper: Update to 1.1.8

- Update LICENSE_FILE

Changes:	https://git.samba.org/?p=pam_wrapper.git;a=blob;f=CHANGELOG
1.0.6_3
23 Jul 2025 07:23:08
commit hash: ce1d828abb8461476e4da50111aa5b48dd44ab9ccommit hash: ce1d828abb8461476e4da50111aa5b48dd44ab9ccommit hash: ce1d828abb8461476e4da50111aa5b48dd44ab9ccommit hash: ce1d828abb8461476e4da50111aa5b48dd44ab9c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pam_wrapper: Fix LICENSE

- Update WWW
- Add LICENSE_FILE
- Use USES=cmake:testing
- Fix indent
- Convert PLIST_FILES to PLIST
- Take maintainership
1.0.6_3
07 Jul 2025 19:41:46
commit hash: e3f6f924fe86b9b12c479c5686da7748d81d6f4bcommit hash: e3f6f924fe86b9b12c479c5686da7748d81d6f4bcommit hash: e3f6f924fe86b9b12c479c5686da7748d81d6f4bcommit hash: e3f6f924fe86b9b12c479c5686da7748d81d6f4b files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: return timur's ports to the pool after safekeeping his commit bit.

Hat:	portmgr
1.0.6_3
06 Mar 2024 13:03:22
commit hash: 778770d41f5a7d6c1ef399986d4d07d23425b5f6commit hash: 778770d41f5a7d6c1ef399986d4d07d23425b5f6commit hash: 778770d41f5a7d6c1ef399986d4d07d23425b5f6commit hash: 778770d41f5a7d6c1ef399986d4d07d23425b5f6 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
devel/pam_wrapper: Move man pages to share/man

Approved by:	portmgr (blanket)
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.0.6_2
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.0.6_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.0.6_2
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.0.6_2
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
1.0.6_1
03 Jan 2019 12:20:31
Revision:489167Original commit files touched by this commit
antoine search for other commits by this committer
Python 2.6 support was removed 5 years ago
1.0.6_1
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
1.0.6_1
03 Jul 2018 13:09:10
Revision:473829Original commit files touched by this commit
timur search for other commits by this committer
Incorporate mat@ cleanup suggrestions
1.0.6
03 Jul 2018 03:29:43
Revision:473793Original commit files touched by this commit
timur search for other commits by this committer
Add a Cwrap suit - set of preloadable wrappers that allow to test different
aspects of the application in a transparent manner.

Sponsored by:	iXsystems Inc.

Number of commits found: 13