Bug 256843

Summary: [NEW PORT] textproc/kepubify: EPUB to KEPUB converter
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Juraj Lutter <otis>
Status: Closed FIXED    
Severity: Affects Only Me CC: otis
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
textproc/kepubify: EPUB to KEPUB converter none

Description Robert Clausecker freebsd_committer freebsd_triage 2021-06-26 11:05:11 UTC
Created attachment 226060 [details]
textproc/kepubify: EPUB to KEPUB converter

This adds textproc/kepubify, a converter from EPUB to KEPUB also including two additional utilities.

The project is written in Go and MIT licensed.  Straightforward port.

pkg-descr:

    Kepubify converts EPUBs to KEPUBS.  Kepubify also includes two
    standalone utilities which do not depend on kepubify (and don't conflict
    with Calibre): covergen (which pre-generates cover images), and
    seriesmeta (which updates Calibre or EPUB3 series metadata).

    WWW: https://pgaskin.net/kepubify

Tested with Poudriere on amd64, i386, arm64 FreeBSD 13.0-RELEASE.
Portlint likes the port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-07-02 13:06:07 UTC
A commit in branch main references this bug:

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

commit 55c8e585205c9d68700e768faa445da744123524
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2021-07-02 13:03:03 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2021-07-02 13:05:07 +0000

    textproc/kepubify: New port

    Kepubify converts EPUBs to KEPUBs. Kepubify is fast, lightweight,
    easy-to-use, and cross platform.

    WWW: https://pgaskin.net/kepubify/

    PR:             256843

 textproc/Makefile                 |  1 +
 textproc/kepubify/Makefile (new)  | 31 +++++++++++++++++++++++++++++++
 textproc/kepubify/distinfo (new)  | 23 +++++++++++++++++++++++
 textproc/kepubify/pkg-descr (new) |  6 ++++++
 4 files changed, 61 insertions(+)
Comment 2 Juraj Lutter freebsd_committer freebsd_triage 2021-07-02 13:06:52 UTC
Committed, thanks.