Bug 254837

Summary: [NEW-PORT] devel/py-mime: allows for the identification of a file's likely MIME content type
Product: Ports & Packages Reporter: gettoknowmi <gettoknowmi>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Many People CC: dvl
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-mime port files none

Description gettoknowmi 2021-04-06 21:22:23 UTC
Created attachment 223880 [details]
py-mime port files

MIME Types for Python, clone of halostatue/mime-types.
This library allows for the identification of a file's likely MIME content type.
MIME types are used in MIME-compliant communications

WWW: https://github.com/liluo/mime
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-20 17:56:57 UTC
A commit in branch main references this bug:

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

commit fa23d8ff9637a10ef2df4626d572c989cda55663
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-20 17:34:56 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-04-20 17:56:05 +0000

    add devel/py-mime

    MIME Types for Python, clone of halostatue/mime-types.
    This library allows for the identification of a file's likely MIME content type.
    MIME types are used in MIME-compliant communications

    PR:             254837
    Reported by:    gettoknowmi <gettoknowmi@yahoo.com>

 devel/Makefile                |  1 +
 devel/py-mime/Makefile (new)  | 20 ++++++++++++++++++++
 devel/py-mime/distinfo (new)  |  3 +++
 devel/py-mime/pkg-descr (new) |  5 +++++
 4 files changed, 29 insertions(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-07-02 18:15:52 UTC
It seems this work was done months ago.