mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
textproc/rubygem-gepub: New port
Ruby generic EPUB parser/generator Gepub is a generic EPUB parser/generator. Generates and parse EPUB2 and EPUB3. WWW: https://github.com/skoji/gepub
This commit is contained in:
parent
4d09bc786d
commit
8a11a68de5
4 changed files with 30 additions and 0 deletions
|
@ -1624,6 +1624,7 @@
|
|||
SUBDIR += rubygem-ferret
|
||||
SUBDIR += rubygem-fog-xml
|
||||
SUBDIR += rubygem-gemoji
|
||||
SUBDIR += rubygem-gepub
|
||||
SUBDIR += rubygem-github-linguist
|
||||
SUBDIR += rubygem-github-markup
|
||||
SUBDIR += rubygem-github-markup17
|
||||
|
|
23
textproc/rubygem-gepub/Makefile
Normal file
23
textproc/rubygem-gepub/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= gepub
|
||||
PORTVERSION= 1.0.14
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= doceng@FreeBSD.org
|
||||
COMMENT= Ruby generic EPUB parser/generator
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-nokogiri>=1.8.2<1.13:textproc/rubygem-nokogiri \
|
||||
rubygem-rubyzip>=1.1.1<2.4:archivers/rubygem-rubyzip
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/genepub \
|
||||
bin/gepuber
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/rubygem-gepub/distinfo
Normal file
3
textproc/rubygem-gepub/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1629944072
|
||||
SHA256 (rubygem/gepub-1.0.14.gem) = 04a911bfef28ec4a4875a4754a69ac87c8ff7e56ceddd4d29c079e5fa8d9c8e5
|
||||
SIZE (rubygem/gepub-1.0.14.gem) = 39424
|
3
textproc/rubygem-gepub/pkg-descr
Normal file
3
textproc/rubygem-gepub/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Gepub is a generic EPUB parser/generator. Generates and parse EPUB2 and EPUB3.
|
||||
|
||||
WWW: https://github.com/skoji/gepub
|
Loading…
Add table
Reference in a new issue