mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
KParts Plugin implements a plugin for Netscape-compatible browsers in
Unix environments. This plugin uses KDE KParts technology to embed file viewers (e.g., for PDF files) into non-KDE browsers. Tested browsers include both Mozilla Firefox and Opera, and it is know to work with Chrome and Arora. With this plugin, you can, e.g., view PDF files in Firefox using Okular as an embedded plugin. Any KDE KPart will be automatically made available as a browser plugin. WWW: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin
This commit is contained in:
parent
1844cdbb82
commit
32d87d0583
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300649
@ -378,6 +378,7 @@
|
||||
SUBDIR += kdewebdev4
|
||||
SUBDIR += khtml2png
|
||||
SUBDIR += kompozer
|
||||
SUBDIR += kpartsplugin
|
||||
SUBDIR += kplaylist
|
||||
SUBDIR += kwebkitpart
|
||||
SUBDIR += larbin
|
||||
|
26
www/kpartsplugin/Makefile
Normal file
26
www/kpartsplugin/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection Makefile for: kpartsplugin
|
||||
# Date created: 9 July 2012
|
||||
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kpartsplugin
|
||||
DISTVERSION= 0.0-${PORTDATE}
|
||||
CATEGORIES= www kde
|
||||
MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/
|
||||
DISTNAME= ${PORTNAME}-${PORTDATE}
|
||||
|
||||
MAINTAINER= avilla@FreeBSD.org
|
||||
COMMENT= Browser file viewer using KDE technology
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix automoc4
|
||||
USE_QT4= gui moc_build qmake_build rcc_build uic_build
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS= -DNSPLUGIN_INSTALL_DIR:PATH="${LOCALBASE}/mozilla/plugins"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
PORTDATE= 20120605
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/kpartsplugin/distinfo
Normal file
2
www/kpartsplugin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kpartsplugin-20120605.tar.bz2) = 2d4fef7efcd661c0dfab8f383b98b279ff8c296acf6fae4e9dc16da4e30e6da4
|
||||
SIZE (kpartsplugin-20120605.tar.bz2) = 34733
|
11
www/kpartsplugin/pkg-descr
Normal file
11
www/kpartsplugin/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
KParts Plugin implements a plugin for Netscape-compatible browsers in
|
||||
Unix environments. This plugin uses KDE KParts technology to embed
|
||||
file viewers (e.g., for PDF files) into non-KDE browsers. Tested
|
||||
browsers include both Mozilla Firefox and Opera, and it is know to
|
||||
work with Chrome and Arora.
|
||||
|
||||
With this plugin, you can, e.g., view PDF files in Firefox using
|
||||
Okular as an embedded plugin. Any KDE KPart will be automatically made
|
||||
available as a browser plugin.
|
||||
|
||||
WWW: http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin
|
6
www/kpartsplugin/pkg-plist
Normal file
6
www/kpartsplugin/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/kde4/kcm_kpartsplugin.so
|
||||
share/kde4/services/kcm_kpartsplugin.desktop
|
||||
@cwd %%LOCALBASE%%
|
||||
mozilla/plugins/libkpartsplugin.so
|
||||
@dirrmtry mozilla/plugins
|
||||
@dirrmtry mozilla
|
Loading…
Reference in New Issue
Block a user