ports/131901: New port: textproc/p5-EBook-Tools perl EBook conversion tools and library

Simon Dick simond at irrelevant.org
Fri Feb 20 11:50:02 UTC 2009


>Number:         131901
>Category:       ports
>Synopsis:       New port: textproc/p5-EBook-Tools perl EBook conversion tools and library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 20 11:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 7.0 amd64
>Organization:
>Environment:
System: FreeBSD amd64.irrelevant.org 7.0-RC2 FreeBSD 7.0-RC2 #0: Mon Feb 18 17:47:49 GMT 2008 root at amd64.irrelevant.org:/usr/obj/usr/src/sys/HOME amd64


	
>Description:

A new port of the EBook-Tools perl modules which assist in converting between ebook formats.

>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-EBook-Tools
#	p5-EBook-Tools/pkg-descr
#	p5-EBook-Tools/pkg-plist
#	p5-EBook-Tools/distinfo
#	p5-EBook-Tools/Makefile
#
echo c - p5-EBook-Tools
mkdir -p p5-EBook-Tools > /dev/null 2>&1
echo x - p5-EBook-Tools/pkg-descr
sed 's/^X//' >p5-EBook-Tools/pkg-descr << 'END-of-p5-EBook-Tools/pkg-descr'
XEBook-Tools contains a library and a command-line tool for unpacking,
Xcreating, correcting, and repacking electronic books.
X
XCurrent unpacking support is limited to PalmDoc and Mobipocket and
Xgeneration is limited to EPub.  The metadata correction tools are
Xquite extensive, however.  For more details, see the POD information
Xon EBook::Tools and EBook::Tools::Unpack.
X
XWWW: http://search.cpan.org/dist/EBook-Tools/
END-of-p5-EBook-Tools/pkg-descr
echo x - p5-EBook-Tools/pkg-plist
sed 's/^X//' >p5-EBook-Tools/pkg-plist << 'END-of-p5-EBook-Tools/pkg-plist'
X%%SITE_PERL%%/EBook/ebook.pl
X%%SITE_PERL%%/EBook/Tools.pm
X%%SITE_PERL%%/EBook/Tools/IMP.pm
X%%SITE_PERL%%/EBook/Tools/MSReader.pm
X%%SITE_PERL%%/EBook/Tools/Unpack.pm
X%%SITE_PERL%%/EBook/Tools/LZSS.pm
X%%SITE_PERL%%/EBook/Tools/Mobipocket.pm
X%%SITE_PERL%%/EBook/Tools/EReader.pm
X%%SITE_PERL%%/EBook/Tools/PalmDoc.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/EBook/Tools/.packlist
X at dirrmtry %%SITE_PERL%%/EBook/Tools
X at dirrmtry %%SITE_PERL%%/EBook
END-of-p5-EBook-Tools/pkg-plist
echo x - p5-EBook-Tools/distinfo
sed 's/^X//' >p5-EBook-Tools/distinfo << 'END-of-p5-EBook-Tools/distinfo'
XMD5 (EBook-Tools-0.4.3.tar.gz) = f7a4a20285ff457df3e15b0caf99e63b
XSHA256 (EBook-Tools-0.4.3.tar.gz) = cb680ab5d30cea1d8b6d2c707c5bf472b1110fb7ebdb1b8bd876592539a36ffc
XSIZE (EBook-Tools-0.4.3.tar.gz) = 602814
END-of-p5-EBook-Tools/distinfo
echo x - p5-EBook-Tools/Makefile
sed 's/^X//' >p5-EBook-Tools/Makefile << 'END-of-p5-EBook-Tools/Makefile'
X# New ports collection makefile for:	p5-EBook-Tools
X# Date created:		20 February 2009
X# Whom:	      		simond at irrelevant.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	EBook-Tools
XPORTVERSION=	0.4.3
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	simond at irrelevant.org
XCOMMENT=	Object class for manipulating and generating E-books
X
XPERL_CONFIGURE=	yes
X
XBUILD_DEPENDS+=	${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
X		${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \
X		${SITE_PERL}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles \
X		${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
X		${SITE_PERL}/File/MimeInfo.pm:${PORTSDIR}/devel/p5-File-MimeInfo \
X		${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
X		${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash \
X		${SITE_PERL}/Time/Local.pm:${PORTSDIR}/devel/p5-Time-Local \
X		${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
X		${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
X		${SITE_PERL}/Palm/PDB.pm:${PORTSDIR}/palm/p5-Palm \
X		${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
X		${SITE_PERL}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 \
X		${SITE_PERL}/HTML/TextToHTML.pm:${PORTSDIR}/textproc/txt2html
X
XRUN_DEPENDS+=	${LOCALBASE}/bin/tidy:${PORTSDIR}/www/tidy
X
XMAN3=		EBook::Tools::Unpack.3 EBook::Tools::MSReader.3 EBook::Tools::LZSS.3 \
X		EBook::Tools::Mobipocket.3 EBook::ebook.3 EBook::Tools::EReader.3 \
X		EBook::Tools::IMP.3 EBook::Tools::PalmDoc.3 EBook::Tools.3
X
X.include <bsd.port.mk>
END-of-p5-EBook-Tools/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list