diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
commit | 568f8e877fb50618d4813b943d712e3bc08fd147 (patch) | |
tree | 16eef3a555a802ca06d05606c7f2a75ccbc6a431 /textproc/ebook-tools | |
parent | bdcf355d6dedb8678255a8053a2b423f9cc7cc6c (diff) | |
download | ports-568f8e877fb50618d4813b943d712e3bc08fd147.tar.gz ports-568f8e877fb50618d4813b943d712e3bc08fd147.zip |
Notes
Diffstat (limited to 'textproc/ebook-tools')
-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 |
4 files changed, 41 insertions, 0 deletions
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 |