mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- Update to 1.7.1
PR: ports/106539 Submitted by: Max Brazhnikov<makc@issp.ac.ru>
This commit is contained in:
parent
ffc0bf04cf
commit
3af7aac104
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179420
@ -5,12 +5,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qscintilla
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION=
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.riverbankcomputing.com/Downloads/QScintilla1/ \
|
||||
http://freebsd.ricin.com/ports/distfiles/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}5-gpl-${PORTVERSION}
|
||||
DISTNAME= QScintilla-1.71-gpl-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= QT port of the Scintilla C++ editor class
|
||||
@ -20,7 +19,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
||||
USE_X_PREFIX= yes
|
||||
USE_QT_VER= 3
|
||||
MAKE_ENV= QTDIR="${X11BASE}"
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= DESIGNER_PLUGIN "Install plugin for Qt Designer" on \
|
||||
DOCS "Install documentation" on \
|
||||
@ -109,9 +108,9 @@ post-build:
|
||||
do-install:
|
||||
( cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} qt/qextscintilla*.h ${PREFIX}/include && \
|
||||
${INSTALL_DATA} qt/libqscintilla.so.6.0.0 \
|
||||
${PREFIX}/lib/libqscintilla.so.6 && \
|
||||
${LN} -sf ${PREFIX}/lib/libqscintilla.so.6 \
|
||||
${INSTALL_DATA} qt/libqscintilla.so.7.0.1 \
|
||||
${PREFIX}/lib/libqscintilla.so.7 && \
|
||||
${LN} -sf ${PREFIX}/lib/libqscintilla.so.7 \
|
||||
${PREFIX}/lib/libqscintilla.so )
|
||||
.if !defined(WITHOUT_DESIGNER_PLUGIN)
|
||||
( cd ${WRKSRC} && \
|
||||
@ -130,7 +129,7 @@ do-install:
|
||||
.endif
|
||||
.if !defined(WITHOUT_LANG_PTBR)
|
||||
( cd ${WRKSRC} && \
|
||||
${INSTALL_DATA} qt/qscintilla_ptbr.qm ${DATADIR}/translations )
|
||||
${INSTALL_DATA} qt/qscintilla_pt_br.qm ${DATADIR}/translations )
|
||||
.endif
|
||||
.if !defined(WITHOUT_LANG_RU)
|
||||
( cd ${WRKSRC} && \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qscintilla-1.65-gpl-1.6.tar.gz) = 8dbebef07cd2c934fbec3ee1bdfecfa3
|
||||
SHA256 (qscintilla-1.65-gpl-1.6.tar.gz) = d236c73d95a906dfc516e1b51831288d711007c45caa06a7dc1c9e8e53127154
|
||||
SIZE (qscintilla-1.65-gpl-1.6.tar.gz) = 821730
|
||||
MD5 (QScintilla-1.71-gpl-1.7.1.tar.gz) = dfa047b45d4f09ae8d4a8a431ba88a5a
|
||||
SHA256 (QScintilla-1.71-gpl-1.7.1.tar.gz) = 437e5fc6e5905f9aa7d0f4ea8eb41c96fcddf7ce3cb9b786066a315c5b9ff70c
|
||||
SIZE (QScintilla-1.71-gpl-1.7.1.tar.gz) = 1060119
|
||||
|
@ -28,12 +28,13 @@ include/qextscintillalexertex.h
|
||||
include/qextscintillamacro.h
|
||||
include/qextscintillaprinter.h
|
||||
lib/libqscintilla.so
|
||||
lib/libqscintilla.so.6
|
||||
lib/libqscintilla.so.7
|
||||
%%DESIGNER_PLUGIN%%lib/plugins/designer/libqscintillaplugin.so
|
||||
%%DOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%DOCS%%%%DOCSDIR%%/NEWS
|
||||
%%DOCS%%%%DOCSDIR%%/README
|
||||
%%DOCS%%%%DOCSDIR%%/Scintilla/Design.html
|
||||
%%DOCS%%%%DOCSDIR%%/Scintilla/Icons.html
|
||||
%%DOCS%%%%DOCSDIR%%/Scintilla/Lexer.txt
|
||||
%%DOCS%%%%DOCSDIR%%/Scintilla/License.txt
|
||||
%%DOCS%%%%DOCSDIR%%/Scintilla/SciBreak.jpg
|
||||
@ -106,16 +107,89 @@ lib/libqscintilla.so.6
|
||||
%%DOCS%%%%DOCSDIR%%/html/classQextScintillaMacro.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/classQextScintillaPrinter-members.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/classQextScintillaPrinter.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/dir_000000.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/dirs.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/deprecated.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/doxygen.css
|
||||
%%DOCS%%%%DOCSDIR%%/html/doxygen.png
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x62.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x63.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x64.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x65.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x66.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x67.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x68.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x69.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6a.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6b.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6c.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6d.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6e.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x6f.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x70.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x71.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x72.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x73.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x74.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x75.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x76.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x77.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x78.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x7a.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_0x7e.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_enum.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x62.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x63.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x64.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x65.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x66.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x67.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x68.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x69.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6a.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6b.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6c.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6d.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6e.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6f.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x70.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x71.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x72.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x73.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x74.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x75.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x76.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x77.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x78.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x62.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x63.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x64.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x65.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x66.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x67.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x68.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x69.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6b.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6c.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6d.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x70.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x71.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x72.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x73.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x74.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x75.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x76.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x77.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x7a.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/functions_func_0x7e.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/hierarchy.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/index.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/pages.html
|
||||
%%DOCS%%%%DOCSDIR%%/html/tab_b.gif
|
||||
%%DOCS%%%%DOCSDIR%%/html/tab_l.gif
|
||||
%%DOCS%%%%DOCSDIR%%/html/tab_r.gif
|
||||
%%DOCS%%%%DOCSDIR%%/html/tabs.css
|
||||
%%DOCS%%%%DOCSDIR%%/qscintilla.dxy
|
||||
%%EXAMPLES%%%%EXAMPLESDIR%%/License.txt
|
||||
%%EXAMPLES%%%%EXAMPLESDIR%%/README
|
||||
@ -128,7 +202,7 @@ lib/libqscintilla.so.6
|
||||
%%EXAMPLES%%%%EXAMPLESDIR%%/main.cpp
|
||||
%%LANG_DE%%%%DATADIR%%/translations/qscintilla_de.qm
|
||||
%%LANG_FR%%%%DATADIR%%/translations/qscintilla_fr.qm
|
||||
%%LANG_PTBR%%%%DATADIR%%/translations/qscintilla_ptbr.qm
|
||||
%%LANG_PTBR%%%%DATADIR%%/translations/qscintilla_pt_br.qm
|
||||
%%LANG_RU%%%%DATADIR%%/translations/qscintilla_ru.qm
|
||||
%%DOCS%%@dirrm %%DOCSDIR%%/Scintilla
|
||||
%%DOCS%%@dirrm %%DOCSDIR%%/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user