diff options
author | makc <makc@FreeBSD.org> | 2014-09-28 22:55:21 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-09-28 22:55:21 +0800 |
commit | bd5d6e6b29c5b035619334e2041e3d3df41d1350 (patch) | |
tree | 07075a7b7e0ee631dccafa996b2682ec6c6b1437 /misc | |
parent | ce098c1ad192ec8b327908649720679588abc984 (diff) | |
download | freebsd-ports-gnome-bd5d6e6b29c5b035619334e2041e3d3df41d1350.tar.gz freebsd-ports-gnome-bd5d6e6b29c5b035619334e2041e3d3df41d1350.tar.zst freebsd-ports-gnome-bd5d6e6b29c5b035619334e2041e3d3df41d1350.zip |
Add new port misc/kde-thumbnailer-fb2:
KDE thumbnail generator for the FictionBook (fb2) file format.
WWW: http://kde-apps.org/content/show.php?content=160180
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/kde-thumbnailer-fb2/Makefile | 20 | ||||
-rw-r--r-- | misc/kde-thumbnailer-fb2/distinfo | 2 | ||||
-rw-r--r-- | misc/kde-thumbnailer-fb2/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 08408b45d7ab..da8a246a79bf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -182,6 +182,7 @@ SUBDIR += kcd SUBDIR += kde-thumbnailer-chm SUBDIR += kde-thumbnailer-epub + SUBDIR += kde-thumbnailer-fb2 SUBDIR += kde4-l10n SUBDIR += kde4-l10n-bg SUBDIR += kde4-l10n-bs diff --git a/misc/kde-thumbnailer-fb2/Makefile b/misc/kde-thumbnailer-fb2/Makefile new file mode 100644 index 000000000000..71926d53dfa4 --- /dev/null +++ b/misc/kde-thumbnailer-fb2/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= kde-thumbnailer-fb2 +PORTVERSION= 0.2 +CATEGORIES= misc kde +MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ +DISTNAME= 160180-${PORTNAME}-${PORTVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= KDE thumbnail generator for fb2 files + +USES= cmake:outsource +USE_KDE4= kdeprefix kdelibs automoc4 +USE_QT4= moc_build qmake_build rcc_build uic_build +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= lib/kde4/fb2thumbnail.so \ + share/kde4/services/fb2thumbnail.desktop + +.include <bsd.port.mk> diff --git a/misc/kde-thumbnailer-fb2/distinfo b/misc/kde-thumbnailer-fb2/distinfo new file mode 100644 index 000000000000..898264088239 --- /dev/null +++ b/misc/kde-thumbnailer-fb2/distinfo @@ -0,0 +1,2 @@ +SHA256 (160180-kde-thumbnailer-fb2-0.2.tar.gz) = 7cf6cce6a5ebf92eced5118a82765b620d9962b4686918c921571e1f773455d6 +SIZE (160180-kde-thumbnailer-fb2-0.2.tar.gz) = 9803 diff --git a/misc/kde-thumbnailer-fb2/pkg-descr b/misc/kde-thumbnailer-fb2/pkg-descr new file mode 100644 index 000000000000..c0794a69c5a0 --- /dev/null +++ b/misc/kde-thumbnailer-fb2/pkg-descr @@ -0,0 +1,3 @@ +KDE thumbnail generator for the FictionBook (fb2) file format. + +WWW: http://kde-apps.org/content/show.php?content=160180 |