aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Turgeon <ericbsd@FreeBSD.org>2022-01-18 23:36:28 +0000
committerEric Turgeon <ericbsd@FreeBSD.org>2022-01-18 23:36:28 +0000
commit973f319e3de1db11fb3e1d502e695735b1862066 (patch)
tree436bc054dccc11aef5eabac9ca33544f5a7388f7
parent0c630095821a60ec815289035f279ee02d9390ff (diff)
downloadports-973f319e3de1db11fb3e1d502e695735b1862066.tar.gz
ports-973f319e3de1db11fb3e1d502e695735b1862066.zip
security/mate-pam-helper: new port at version 1.3
This mate-pam-helper was create to replace pam_helper to fix the mate screen lock issue.
-rw-r--r--security/Makefile1
-rw-r--r--security/mate-pam-helper/Makefile17
-rw-r--r--security/mate-pam-helper/distinfo3
-rw-r--r--security/mate-pam-helper/pkg-descr8
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 4921c6a0f0cc..b5473b2267b7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -365,6 +365,7 @@
SUBDIR += maltrail
SUBDIR += manipulate_data
SUBDIR += masscan
+ SUBDIR += mate-pam-helper
SUBDIR += matrixssl
SUBDIR += mbedtls
SUBDIR += mcrypt
diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile
new file mode 100644
index 000000000000..09c3cfdf9e60
--- /dev/null
+++ b/security/mate-pam-helper/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= mate-pam-helper
+PORTVERSION= 1.3
+CATEGORIES= security sysutils
+
+MAINTAINER= ericbsd@FreeBSD.org
+COMMENT= MATE authenticate applications requiring PAM services
+
+LICENSE= BSD2CLAUSE
+
+USES= tar:bzip2 uidfix
+
+USE_GITHUB= yes
+GH_ACCOUNT= GhostBSD
+
+PLIST_FILES= bin/mate_pam_helper
+
+.include <bsd.port.mk>
diff --git a/security/mate-pam-helper/distinfo b/security/mate-pam-helper/distinfo
new file mode 100644
index 000000000000..12a393792337
--- /dev/null
+++ b/security/mate-pam-helper/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1642548474
+SHA256 (GhostBSD-mate-pam-helper-1.3_GH0.tar.gz) = c69b6b6ad402a7720952dce539b2f13481c8a8ad292190e35d29239e5d923117
+SIZE (GhostBSD-mate-pam-helper-1.3_GH0.tar.gz) = 2740
diff --git a/security/mate-pam-helper/pkg-descr b/security/mate-pam-helper/pkg-descr
new file mode 100644
index 000000000000..b70a56248183
--- /dev/null
+++ b/security/mate-pam-helper/pkg-descr
@@ -0,0 +1,8 @@
+mate-pam-helper is replacement for pam_helper for the new mate-screensaver.
+It is a small utility which allows non-PAM, or non-setuid applications to
+make use of PAM's authentication services. It was mainly created to allow
+gnome-screensaver to make use of PAM, but any application could use it. It
+accepts two arguments, the PAM service name, and a username. It reads the
+user's password from stdin.
+
+WWW: https://github.com/ghostbsd/mate-pam-helper