Bug 254837 - [NEW-PORT] devel/py-mime: allows for the identification of a file's likely MIME content type
Summary: [NEW-PORT] devel/py-mime: allows for the identification of a file's likely MI...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-06 21:22 UTC by gettoknowmi
Modified: 2021-07-02 18:15 UTC (History)
1 user (show)

See Also:


Attachments
py-mime port files (1.13 KB, application/x-shellscript)
2021-04-06 21:22 UTC, gettoknowmi
no flags Details

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