New port textproc/pageedit v0.9.5
pageedit is an WYSIWYG visual XHTML editor based on Sigil's deprecated BookView. PR: 240633 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
This commit is contained in:
parent
c445708a8a
commit
c7de5f0abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514262
@ -1136,6 +1136,7 @@
|
||||
SUBDIR += p5-texcount
|
||||
SUBDIR += p5-xmltv
|
||||
SUBDIR += pa-aspell
|
||||
SUBDIR += pageedit
|
||||
SUBDIR += par
|
||||
SUBDIR += pcrs
|
||||
SUBDIR += pdfgrep
|
||||
|
23
textproc/pageedit/Makefile
Normal file
23
textproc/pageedit/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pageedit
|
||||
PORTVERSION= 0.9.5
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= FreeBSD@Shaneware.biz
|
||||
COMMENT= WYSIWYG visual XHTML editor
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
USES= cmake qt:5 desktop-file-utils
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Sigil-Ebook
|
||||
GH_PROJECT= PageEdit
|
||||
|
||||
USE_QT= concurrent core declarative gui location network \
|
||||
printsupport webchannel webengine widgets xml \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/pageedit/distinfo
Normal file
3
textproc/pageedit/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1568173422
|
||||
SHA256 (Sigil-Ebook-PageEdit-0.9.5_GH0.tar.gz) = 5ed05bdfa0a89f6823111a6d148d73a32485c7d3e53c52ecc906beb4058b69cd
|
||||
SIZE (Sigil-Ebook-PageEdit-0.9.5_GH0.tar.gz) = 6251805
|
4
textproc/pageedit/pkg-descr
Normal file
4
textproc/pageedit/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PageEdit is an ePub visual XHTML editor based on Sigil's
|
||||
deprecated BookView. It uses WebEngine instead of WebKit.
|
||||
|
||||
WWW: https://github.com/Sigil-Ebook/PageEdit
|
35
textproc/pageedit/pkg-plist
Normal file
35
textproc/pageedit/pkg-plist
Normal file
@ -0,0 +1,35 @@
|
||||
bin/pageedit
|
||||
share/applications/pageedit.desktop
|
||||
share/icons/hicolor/128x128/apps/pageedit.png
|
||||
share/icons/hicolor/256x256/apps/pageedit.png
|
||||
share/icons/hicolor/32x32/apps/pageedit.png
|
||||
share/icons/hicolor/48x48/apps/pageedit.png
|
||||
share/icons/hicolor/scalable/apps/pageedit.svg
|
||||
%%DATADIR%%/translations/pageedit_az.qm
|
||||
%%DATADIR%%/translations/pageedit_ca.qm
|
||||
%%DATADIR%%/translations/pageedit_cs.qm
|
||||
%%DATADIR%%/translations/pageedit_da_DK.qm
|
||||
%%DATADIR%%/translations/pageedit_de.qm
|
||||
%%DATADIR%%/translations/pageedit_en.qm
|
||||
%%DATADIR%%/translations/pageedit_es.qm
|
||||
%%DATADIR%%/translations/pageedit_fi.qm
|
||||
%%DATADIR%%/translations/pageedit_fr.qm
|
||||
%%DATADIR%%/translations/pageedit_gl.qm
|
||||
%%DATADIR%%/translations/pageedit_it.qm
|
||||
%%DATADIR%%/translations/pageedit_nl.qm
|
||||
%%DATADIR%%/translations/pageedit_pl.qm
|
||||
%%DATADIR%%/translations/pageedit_pt_BR.qm
|
||||
%%DATADIR%%/translations/pageedit_ru.qm
|
||||
%%DATADIR%%/translations/pageedit_sr.qm
|
||||
%%DATADIR%%/translations/pageedit_sv.qm
|
||||
%%DATADIR%%/translations/pageedit_th.qm
|
||||
%%DATADIR%%/translations/pageedit_tr_TR.qm
|
||||
%%DATADIR%%/translations/pageedit_uk_UA.qm
|
||||
%%DATADIR%%/translations/pageedit_zh_CN.qm
|
||||
%%DATADIR%%/translations/pageedit_zh_TW.qm
|
||||
share/pixmaps/pageedit.png
|
||||
%%QT_DATADIR%%/qtwebengine_dictionaries/de_DE.bdic
|
||||
%%QT_DATADIR%%/qtwebengine_dictionaries/en_GB.bdic
|
||||
%%QT_DATADIR%%/qtwebengine_dictionaries/en_US.bdic
|
||||
%%QT_DATADIR%%/qtwebengine_dictionaries/es.bdic
|
||||
%%QT_DATADIR%%/qtwebengine_dictionaries/fr.bdic
|
Loading…
Reference in New Issue
Block a user