Summary: | [NEW PORT] security/mere-auth: Library to expose simple api for auth-aware applications of mere system interface | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Bhuiyan Mohammad Iklash <bhuiyan.mohammad.iklash> |
Component: | Individual Port(s) | Assignee: | Tobias C. Berner <tcberner> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | tcberner |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | 241668 | ||
Bug Blocks: | |||
Attachments: |
Moin moin It seems you also included the WKRDIR :) mfg Tobias Created attachment 209009 [details]
security/mere-auth: Library for the auth-aware applications
my bad, work folder include in previous attachment.
* You can drop GH_TAGNAME and instead add DISTVERSIONPREFIX=v * You can drop GH_PROJECT (as it is the same as PORTNAME) * Please replace all spaces after FOO= with tabs (eg. MAINTAINER=, LICENSE=) Created attachment 209011 [details]
security:mere-auth: Library for the auth-aware applications
Followed the suggestions made in last comments by of Tobias C. Berne; will follow same for other ports.
Created attachment 209015 [details]
security/mere-auth: Library for the auth-aware applications
Drop PORTREVISION
A commit references this bug: Author: tcberner Date: Sat Nov 9 21:20:41 UTC 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> Changes: head/security/Makefile head/security/mere-auth/ head/security/mere-auth/Makefile head/security/mere-auth/distinfo head/security/mere-auth/pkg-descr head/security/mere-auth/pkg-plist Committed with minor changes. |
Created attachment 209008 [details] Library for the auth-aware applications Its a simple auth library that will be used for the auth-aware application of mere system interface ( it's a simple system interface that I am working on and and will be release in future). Currently this library supports PAM, which is enough for my purpose on FreeBSD.