Bug 241839 - [NEW PORT] security/mere-auth: Library to expose simple api for auth-aware applications of mere system interface
Summary: [NEW PORT] security/mere-auth: Library to expose simple api for auth-aware ap...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias C. Berner
URL:
Keywords:
Depends on: 241668
Blocks:
  Show dependency treegraph
 
Reported: 2019-11-09 19:23 UTC by Bhuiyan Mohammad Iklash
Modified: 2019-11-09 21:21 UTC (History)
1 user (show)

See Also:


Attachments
Library for the auth-aware applications (577.60 KB, text/plain)
2019-11-09 19:23 UTC, Bhuiyan Mohammad Iklash
no flags Details
security/mere-auth: Library for the auth-aware applications (2.26 KB, text/plain)
2019-11-09 19:30 UTC, Bhuiyan Mohammad Iklash
no flags Details
security:mere-auth: Library for the auth-aware applications (2.24 KB, text/plain)
2019-11-09 19:59 UTC, Bhuiyan Mohammad Iklash
no flags Details
security/mere-auth: Library for the auth-aware applications (2.13 KB, text/plain)
2019-11-09 20:21 UTC, Bhuiyan Mohammad Iklash
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bhuiyan Mohammad Iklash 2019-11-09 19:23:43 UTC
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.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-09 19:26:15 UTC
Moin moin

It seems you also included the WKRDIR :)

mfg Tobias
Comment 2 Bhuiyan Mohammad Iklash 2019-11-09 19:30:05 UTC
Created attachment 209009 [details]
security/mere-auth: Library for the auth-aware applications

my bad, work folder include in previous attachment.
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-09 19:35:09 UTC
* 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=)
Comment 4 Bhuiyan Mohammad Iklash 2019-11-09 19:59:30 UTC
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.
Comment 5 Bhuiyan Mohammad Iklash 2019-11-09 20:21:57 UTC
Created attachment 209015 [details]
security/mere-auth: Library for the auth-aware applications

Drop PORTREVISION
Comment 6 commit-hook freebsd_committer freebsd_triage 2019-11-09 21:20:54 UTC
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
Comment 7 Tobias C. Berner freebsd_committer freebsd_triage 2019-11-09 21:21:15 UTC
Committed with minor changes.