Bug 256843 - [NEW PORT] textproc/kepubify: EPUB to KEPUB converter
Summary: [NEW PORT] textproc/kepubify: EPUB to KEPUB converter
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: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-26 11:05 UTC by Robert Clausecker
Modified: 2021-07-02 13:06 UTC (History)
1 user (show)

See Also:


Attachments
textproc/kepubify: EPUB to KEPUB converter (4.64 KB, patch)
2021-06-26 11:05 UTC, Robert Clausecker
no flags Details | Diff

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