Bug 268037 - [NEW PORT] sysutils/lua-puremagic: Lua module that detects the mime type of file based on their contents
Summary: [NEW PORT] sysutils/lua-puremagic: Lua module that detects the mime type of f...
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-28 10:27 UTC by Manuel Wiesinger
Modified: 2022-12-28 14:23 UTC (History)
1 user (show)

See Also:


Attachments
lua-puremagic.diff (2.07 KB, patch)
2022-11-28 10:27 UTC, Manuel Wiesinger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.