Bug 268037

Summary: [NEW PORT] sysutils/lua-puremagic: Lua module that detects the mime type of file based on their contents
Product: Ports & Packages Reporter: Manuel Wiesinger <mdw>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: vanilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lua-puremagic.diff none

Description Manuel Wiesinger freebsd_committer freebsd_triage 2022-11-28 10:27:26 UTC
Created attachment 238396 [details]
lua-puremagic.diff

New port: sysutils/lua-puremagic

Lua module that detects the mime type of file based on their contents

- portlint -AC 
- tested with Lua 5.4 on 13.1
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-28 14:22:56 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e826067cdbc1fb5e800cf3a954ffa17875a59acf

commit e826067cdbc1fb5e800cf3a954ffa17875a59acf
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2022-12-28 14:21:26 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2022-12-28 14:21:26 +0000

    sysutils/lua-puremagic: add lua-puremagic.

    Lua module that detects the mime type of file based on their contents

    PR:             268037
    Reported by:    Manuel Wiesinger <manuel at mmap.at>

 sysutils/lua-puremagic/Makefile (new)  | 26 ++++++++++++++++++++++++++
 sysutils/lua-puremagic/distinfo (new)  |  3 +++
 sysutils/lua-puremagic/pkg-descr (new) |  2 ++
 3 files changed, 31 insertions(+)
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2022-12-28 14:23:16 UTC
committed, thanks.