diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-10 00:52:28 +0800 |
commit | 4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08 (patch) | |
tree | db3c1cc1231d3aef48831d470847f62ba1858521 /textproc/ebook-tools | |
parent | d97d7e91b2c078b87375499ca4591297c54f5d50 (diff) | |
download | freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.gz freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.tar.zst freebsd-ports-gnome-4e715c72d3e6a4f08f2bfb8fa1a1f93600fbca08.zip |
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!
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 |