Date: Sat, 9 Nov 2019 21:20:40 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517148 - in head/security: . mere-auth Message-ID: <201911092120.xA9LKeMZ028346@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Nov 9 21:20:40 2019 New Revision: 517148 URL: https://svnweb.freebsd.org/changeset/ports/517148 Log: 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> Added: head/security/mere-auth/ head/security/mere-auth/Makefile (contents, props changed) head/security/mere-auth/distinfo (contents, props changed) head/security/mere-auth/pkg-descr (contents, props changed) head/security/mere-auth/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sat Nov 9 21:12:58 2019 (r517147) +++ head/security/Makefile Sat Nov 9 21:20:40 2019 (r517148) @@ -358,6 +358,7 @@ SUBDIR += md5deep SUBDIR += medusa SUBDIR += meek + SUBDIR += mere-auth SUBDIR += metasploit SUBDIR += mhash SUBDIR += mindterm-binary Added: head/security/mere-auth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mere-auth/Makefile Sat Nov 9 21:20:40 2019 (r517148) @@ -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> Added: head/security/mere-auth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mere-auth/distinfo Sat Nov 9 21:20:40 2019 (r517148) @@ -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 Added: head/security/mere-auth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mere-auth/pkg-descr Sat Nov 9 21:20:40 2019 (r517148) @@ -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/ Added: head/security/mere-auth/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/mere-auth/pkg-plist Sat Nov 9 21:20:40 2019 (r517148) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911092120.xA9LKeMZ028346>