aboutsummaryrefslogtreecommitdiff
path: root/textproc/ebook-tools
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-09 16:52:28 +0000
commit568f8e877fb50618d4813b943d712e3bc08fd147 (patch)
tree16eef3a555a802ca06d05606c7f2a75ccbc6a431 /textproc/ebook-tools
parentbdcf355d6dedb8678255a8053a2b423f9cc7cc6c (diff)
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at http://www.kde.org/announcements/4.1/. Some note: * Prefix KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4. KDE4 and KDE3 can co-exist * Sound For sound to work, it is necessary to have dbus and hal enabled in your system. Please see the respective documentation on how to enable these. For more Informations see the HEADS UP at ports@ and kde-freebsd@ or our wiki page http://wiki.freebsd.org/KDE4/Install. Have fun!
Notes
Notes: svn path=/head/; revision=218272
Diffstat (limited to 'textproc/ebook-tools')
-rw-r--r--textproc/ebook-tools/Makefile27
-rw-r--r--textproc/ebook-tools/distinfo3
-rw-r--r--textproc/ebook-tools/pkg-descr4
-rw-r--r--textproc/ebook-tools/pkg-plist7
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