mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
EBook-Tools contains a library and a command-line tool for unpacking,
creating, correcting, and repacking electronic books. Current unpacking support is limited to PalmDoc and Mobipocket and generation is limited to EPub. The metadata correction tools are quite extensive, however. For more details, see the POD information on EBook::Tools and EBook::Tools::Unpack. WWW: http://search.cpan.org/dist/EBook-Tools/ PR: ports/131901 Submitted by: simond at irrelevant.org
This commit is contained in:
parent
3262b5369b
commit
c04a70f4be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228948
5 changed files with 67 additions and 0 deletions
|
@ -395,6 +395,7 @@
|
|||
SUBDIR += p5-DelimMatch
|
||||
SUBDIR += p5-Devel-TraceSAX
|
||||
SUBDIR += p5-DocSet
|
||||
SUBDIR += p5-EBook-Tools
|
||||
SUBDIR += p5-Excel-Template
|
||||
SUBDIR += p5-Filter-Simple
|
||||
SUBDIR += p5-FormValidator-Simple
|
||||
|
|
39
textproc/p5-EBook-Tools/Makefile
Normal file
39
textproc/p5-EBook-Tools/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: p5-EBook-Tools
|
||||
# Date created: 20 February 2009
|
||||
# Whom: simond@irrelevant.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= EBook-Tools
|
||||
PORTVERSION= 0.4.3
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= simond@irrelevant.org
|
||||
COMMENT= Object class for manipulating and generating E-books
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
|
||||
${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
|
||||
${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
|
||||
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
|
||||
${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
|
||||
${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
|
||||
${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
|
||||
${SITE_PERL}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm \
|
||||
${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
|
||||
${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
|
||||
${SITE_PERL}/HTML/TextToHTML.pm:${PORTSDIR}/textproc/txt2html
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/tidy:${PORTSDIR}/www/tidy
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= EBook::Tools::Unpack.3 EBook::Tools::MSReader.3 EBook::Tools::LZSS.3 \
|
||||
EBook::Tools::Mobipocket.3 EBook::ebook.3 EBook::Tools::EReader.3 \
|
||||
EBook::Tools::IMP.3 EBook::Tools::PalmDoc.3 EBook::Tools.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-EBook-Tools/distinfo
Normal file
3
textproc/p5-EBook-Tools/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (EBook-Tools-0.4.3.tar.gz) = f7a4a20285ff457df3e15b0caf99e63b
|
||||
SHA256 (EBook-Tools-0.4.3.tar.gz) = cb680ab5d30cea1d8b6d2c707c5bf472b1110fb7ebdb1b8bd876592539a36ffc
|
||||
SIZE (EBook-Tools-0.4.3.tar.gz) = 602814
|
9
textproc/p5-EBook-Tools/pkg-descr
Normal file
9
textproc/p5-EBook-Tools/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
EBook-Tools contains a library and a command-line tool for unpacking,
|
||||
creating, correcting, and repacking electronic books.
|
||||
|
||||
Current unpacking support is limited to PalmDoc and Mobipocket and
|
||||
generation is limited to EPub. The metadata correction tools are
|
||||
quite extensive, however. For more details, see the POD information
|
||||
on EBook::Tools and EBook::Tools::Unpack.
|
||||
|
||||
WWW: http://search.cpan.org/dist/EBook-Tools/
|
15
textproc/p5-EBook-Tools/pkg-plist
Normal file
15
textproc/p5-EBook-Tools/pkg-plist
Normal file
|
@ -0,0 +1,15 @@
|
|||
%%SITE_PERL%%/EBook/Tools.pm
|
||||
%%SITE_PERL%%/EBook/Tools/EReader.pm
|
||||
%%SITE_PERL%%/EBook/Tools/IMP.pm
|
||||
%%SITE_PERL%%/EBook/Tools/LZSS.pm
|
||||
%%SITE_PERL%%/EBook/Tools/MSReader.pm
|
||||
%%SITE_PERL%%/EBook/Tools/Mobipocket.pm
|
||||
%%SITE_PERL%%/EBook/Tools/PalmDoc.pm
|
||||
%%SITE_PERL%%/EBook/Tools/Unpack.pm
|
||||
%%SITE_PERL%%/EBook/ebook.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/EBook/Tools/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/EBook/Tools
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/EBook
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/EBook/Tools
|
||||
@dirrmtry %%SITE_PERL%%/EBook
|
Loading…
Add table
Reference in a new issue