New port -- security/mere-auth: Auth library to be used for mere system interface
Auth library for mere system interface A library to expose simple api for the auth-aware application to check an user. Current it support PAM authentication only. WWW: https://auth.merelab.io/ PR: 241839 Submitted by: Bhuiyan Mohammad Iklash <bhuiyan.mohammad.iklash@gmail.com>
This commit is contained in:
parent
db5578fc0a
commit
0d63c69dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517148
@ -358,6 +358,7 @@
|
||||
SUBDIR += md5deep
|
||||
SUBDIR += medusa
|
||||
SUBDIR += meek
|
||||
SUBDIR += mere-auth
|
||||
SUBDIR += metasploit
|
||||
SUBDIR += mhash
|
||||
SUBDIR += mindterm-binary
|
||||
|
23
security/mere-auth/Makefile
Normal file
23
security/mere-auth/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mere-auth
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.0.1b
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= bhuiyan.mohammad.iklash@gmail.com
|
||||
COMMENT= Auth library to be used for mere system interface
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libmere-utils.so:x11/mere-utils
|
||||
|
||||
USES= compiler:c++11-lang qmake qt:5
|
||||
USE_QT= core \
|
||||
buildtools_build
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= merelab
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/mere-auth/distinfo
Normal file
3
security/mere-auth/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1573329395
|
||||
SHA256 (merelab-mere-auth-v0.0.1b_GH0.tar.gz) = 340994eae29a6ee54954abea368d2b42199dcba5a52cf105298aac3911e0b056
|
||||
SIZE (merelab-mere-auth-v0.0.1b_GH0.tar.gz) = 11769
|
5
security/mere-auth/pkg-descr
Normal file
5
security/mere-auth/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Auth library for mere system interface
|
||||
A library to expose simple api for the auth-aware application to check an user.
|
||||
Current it support PAM authentication only.
|
||||
|
||||
WWW: https://auth.merelab.io/
|
11
security/mere-auth/pkg-plist
Normal file
11
security/mere-auth/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
bin/mere-auth
|
||||
etc/pam.d/mere
|
||||
lib/libmere-auth.so
|
||||
lib/libmere-auth.so.0
|
||||
lib/libmere-auth.so.0.0
|
||||
lib/libmere-auth.so.0.0.1b
|
||||
include/mere/auth/mereauth.h
|
||||
include/mere/auth/mereaccount.h
|
||||
include/mere/auth/mereauthglobal.h
|
||||
include/mere/auth/mereapplicant.h
|
||||
include/mere/auth/pam/merepam.h
|
Loading…
Reference in New Issue
Block a user