diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ebook-tools/Makefile | 27 | ||||
-rw-r--r-- | textproc/ebook-tools/distinfo | 3 | ||||
-rw-r--r-- | textproc/ebook-tools/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/ebook-tools/pkg-plist | 7 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ee0b1764bcae..960f73695488 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -130,6 +130,7 @@ SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff + SUBDIR += ebook-tools SUBDIR += ecromedos SUBDIR += ekhtml SUBDIR += el-aspell diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile new file mode 100644 index 000000000000..d2fa64b90d03 --- /dev/null +++ b/textproc/ebook-tools/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: ebook-tools +# Date created: 2008-07-13 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ebook-tools +PORTVERSION= 0.1.1 +CATEGORIES= textproc kde +MASTER_SITES= SF + +MAINTAINER= kde@FreeBSD.org +COMMENT= Accessing and converting various ebook file formats + +LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip + +USE_KDE4= kdehier kdeprefix +USE_CMAKE= yes +CMAKE_VERBOSE= yes +USE_LDCONFIG= yes +USE_GNOME= libxml2 pkgconfig + +post-extract: + ${MKDIR} ${WRKSRC}/build + +.include <bsd.port.mk> diff --git a/textproc/ebook-tools/distinfo b/textproc/ebook-tools/distinfo new file mode 100644 index 000000000000..77cd0f9e6c2e --- /dev/null +++ b/textproc/ebook-tools/distinfo @@ -0,0 +1,3 @@ +MD5 (ebook-tools-0.1.1.tar.gz) = 15946af6f946eabe8247cdef9ada2b88 +SHA256 (ebook-tools-0.1.1.tar.gz) = e940999f7dd19171de9262b5c18ee1946fff314ae955f91e9d5214c140c5d41d +SIZE (ebook-tools-0.1.1.tar.gz) = 43280 diff --git a/textproc/ebook-tools/pkg-descr b/textproc/ebook-tools/pkg-descr new file mode 100644 index 000000000000..53cc76f049dc --- /dev/null +++ b/textproc/ebook-tools/pkg-descr @@ -0,0 +1,4 @@ +ebook-tools provides tools for accessing and converting +various ebook file formats. + +WWW: http://sourceforge.net/projects/ebook-tools diff --git a/textproc/ebook-tools/pkg-plist b/textproc/ebook-tools/pkg-plist new file mode 100644 index 000000000000..f5bc9a2f2d03 --- /dev/null +++ b/textproc/ebook-tools/pkg-plist @@ -0,0 +1,7 @@ +bin/einfo +bin/lit2epub +include/epub.h +include/epub_shared.h +lib/libepub.so +lib/libepub.so.0 +lib/libepub.so.0.1.1 |