mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
BooKreader is a KDE twin-panel viewer for text files and e-books.
Features: * Two page book-like style. * Custom font selection. * Multiple bookmarks per book. * Bookmarks manager. * Quick access to the first 10 bookmarks via Alt+number. WWW: http://kbookreader.org/ PR: ports/113953 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
This commit is contained in:
parent
9f104b4658
commit
f80fc0c6ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195350
@ -18,6 +18,7 @@
|
||||
SUBDIR += bitcollider
|
||||
SUBDIR += blogtk
|
||||
SUBDIR += bmp-docklet
|
||||
SUBDIR += bookreader
|
||||
SUBDIR += buoh
|
||||
SUBDIR += cal
|
||||
SUBDIR += calcurse
|
||||
|
23
deskutils/bookreader/Makefile
Normal file
23
deskutils/bookreader/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: bookreader
|
||||
# Date created: 2007-06-22
|
||||
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bookreader
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://kbookreader.org/system/files/
|
||||
|
||||
MAINTAINER= makc@issp.ac.ru
|
||||
COMMENT= A KDE twin-panel e-text/e-book viewer
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_KDELIBS_VER=3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
deskutils/bookreader/distinfo
Normal file
3
deskutils/bookreader/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (bookreader-0.1.1.tar.bz2) = fd67e2ee553d7a5ee8285fadd29dc81c
|
||||
SHA256 (bookreader-0.1.1.tar.bz2) = 26fc89c9d5d2c2567853fbf166b8345e641c2529b7c2ecf1cfdc275c77204335
|
||||
SIZE (bookreader-0.1.1.tar.bz2) = 697236
|
10
deskutils/bookreader/pkg-descr
Normal file
10
deskutils/bookreader/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
BooKreader is a KDE twin-panel viewer for text files and e-books.
|
||||
|
||||
Features:
|
||||
* Two page book-like style.
|
||||
* Custom font selection.
|
||||
* Multiple bookmarks per book.
|
||||
* Bookmarks manager.
|
||||
* Quick access to the first 10 bookmarks via Alt+number.
|
||||
|
||||
WWW: http://kbookreader.org/
|
29
deskutils/bookreader/pkg-plist
Normal file
29
deskutils/bookreader/pkg-plist
Normal file
@ -0,0 +1,29 @@
|
||||
bin/bookreader
|
||||
bin/bookreader_client
|
||||
share/applnk/Utilities/bookreader.desktop
|
||||
share/apps/bookreader/bookreaderui.rc
|
||||
share/apps/bookreader/themes/default/bg.png
|
||||
share/apps/bookreader/themes/default/bookmark.png
|
||||
share/apps/bookreader/themes/default/splash.png
|
||||
share/config.kcfg/bookreader.kcfg
|
||||
share/doc/HTML/en/bookreader/common
|
||||
share/doc/HTML/en/bookreader/index.cache.bz2
|
||||
share/doc/HTML/en/bookreader/index.docbook
|
||||
share/icons/hicolor/16x16/apps/bookreader.png
|
||||
share/icons/hicolor/32x32/apps/bookreader.png
|
||||
@dirrm share/icons/hicolor/32x32/apps
|
||||
@dirrm share/icons/hicolor/32x32
|
||||
@dirrm share/icons/hicolor/16x16/apps
|
||||
@dirrm share/icons/hicolor/16x16
|
||||
@dirrm share/icons/hicolor
|
||||
@dirrm share/icons
|
||||
@dirrm share/doc/HTML/en/bookreader
|
||||
@dirrm share/doc/HTML/en
|
||||
@dirrm share/doc/HTML
|
||||
@dirrm share/config.kcfg
|
||||
@dirrm share/apps/bookreader/themes/default
|
||||
@dirrm share/apps/bookreader/themes
|
||||
@dirrm share/apps/bookreader
|
||||
@dirrm share/apps
|
||||
@dirrm share/applnk/Utilities
|
||||
@dirrm share/applnk
|
Loading…
Reference in New Issue
Block a user