diff options
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
| -rw-r--r-- | editors/emacs-devel/distinfo | 6 | ||||
| -rw-r--r-- | editors/retext/Makefile | 2 | ||||
| -rw-r--r-- | editors/texstudio/Makefile | 24 | ||||
| -rw-r--r-- | editors/texstudio/distinfo | 6 | ||||
| -rw-r--r-- | editors/texstudio/files/patch-texstudio.pro | 16 | ||||
| -rw-r--r-- | editors/texstudio/pkg-plist | 350 | ||||
| -rw-r--r-- | editors/with-editor/Makefile | 2 | ||||
| -rw-r--r-- | editors/with-editor/distinfo | 6 |
9 files changed, 203 insertions, 213 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 23e4ce2a34a1..bd1752f98077 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20251015 +DISTVERSION= 31.0.50.20251031 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -24,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= eeaa9421479 +GH_TAGNAME= 63ea5e5b3a5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 96f05e1728a2..08efcd7290ea 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760534929 -SHA256 (emacs-mirror-emacs-31.0.50.20251015-eeaa9421479_GH0.tar.gz) = 9c06f7b15d6dbc473760b9588feef9d7d31424f9a23a658809cc32fd986af2ca -SIZE (emacs-mirror-emacs-31.0.50.20251015-eeaa9421479_GH0.tar.gz) = 52404925 +TIMESTAMP = 1761964635 +SHA256 (emacs-mirror-emacs-31.0.50.20251031-63ea5e5b3a5_GH0.tar.gz) = 0eac62d81d8d718b1331a67000be0ad5be0bce72aa0d9d580549dc80dd425741 +SIZE (emacs-mirror-emacs-31.0.50.20251031-63ea5e5b3a5_GH0.tar.gz) = 52427622 diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 8a5a983e5d0e..4e29e21cbf73 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} -USES= desktop-file-utils display:test pyqt:6 python:3.9+ qt:6 +USES= desktop-file-utils display:test pyqt:6 python qt:6 USE_PYQT= pyqt6:run USE_PYTHON= autoplist noflavors pep517 pytest USE_QT= tools:build diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 9b1c915557d6..af603edf9d0f 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,5 +1,5 @@ PORTNAME= texstudio -DISTVERSION= 4.8.7 +DISTVERSION= 4.8.9 CATEGORIES= editors MAINTAINER= wen@FreeBSD.org @@ -12,19 +12,16 @@ BROKEN_armv6= fails to compile: error: no member named mc_eip in __mcontext LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libpoppler.so:graphics/poppler \ - libpoppler-qt5.so:graphics/poppler-qt5 \ - libquazip1-qt5.so:archivers/quazip@qt5 + libpoppler-qt6.so:graphics/poppler-qt6 \ + libquazip1-qt6.so:archivers/quazip@qt6 -USES= compiler:c++11-lang desktop-file-utils dos2unix \ - ghostscript:run gl pkgconfig qmake qt:5 tex xorg +USES= cmake compiler:c++20-lang desktop-file-utils dos2unix \ + ghostscript:run gl pkgconfig qt:6 tex xorg USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-org -USE_QT = concurrent core declarative gui linguisttools network \ - printsupport script svg uitools widgets xml \ - buildtools:build -QTVER_SUFFIX= 5 +USE_QT = 5compat base tools USE_XORG= x11 USE_GL= gl @@ -35,13 +32,4 @@ DOS2UNIX_FILES= ${PORTNAME}.pro \ src/pdfviewer/PDFDocument.h \ src/qcodeedit/lib/widgets/qfoldpanel.cpp -QMAKE_ARGS+= USE_SYSTEM_HUNSPELL=true USE_SYSTEM_QUAZIP=true - -post-patch: - @${REINPLACE_CMD} -e 's,^\(utilities.path =\).*,\1 ${DATADIR},' \ - -e 's,/usr/include,${LOCALBASE}/include,g' \ - -e 's,/usr/lib,${LOCALBASE}/lib,g' \ - -e '/appdata.path/s,\/usr,${PREFIX},' \ - ${WRKSRC}/${PORTNAME}.pro - .include <bsd.port.mk> diff --git a/editors/texstudio/distinfo b/editors/texstudio/distinfo index 09128d72fbf1..870c4c6201ef 100644 --- a/editors/texstudio/distinfo +++ b/editors/texstudio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746577521 -SHA256 (texstudio-org-texstudio-4.8.7_GH0.tar.gz) = b8272bc6a067b7132805f8877aad9bee077e80970728cdb889edef2bb23e3b70 -SIZE (texstudio-org-texstudio-4.8.7_GH0.tar.gz) = 114210486 +TIMESTAMP = 1761118029 +SHA256 (texstudio-org-texstudio-4.8.9_GH0.tar.gz) = 4d7e04fe076ae01da5773b5ae6e9386345a1cc2bf95dee8648e7bb2faa4adeea +SIZE (texstudio-org-texstudio-4.8.9_GH0.tar.gz) = 115097229 diff --git a/editors/texstudio/files/patch-texstudio.pro b/editors/texstudio/files/patch-texstudio.pro deleted file mode 100644 index 7365c2aed36d..000000000000 --- a/editors/texstudio/files/patch-texstudio.pro +++ /dev/null @@ -1,16 +0,0 @@ ---- texstudio.pro.orig 2022-12-06 17:09:33 UTC -+++ texstudio.pro -@@ -371,10 +371,12 @@ isEmpty(USE_SYSTEM_QUAZIP) { - } - !versionGreaterOrEqual($$QT_VERSION, "6.0.0") { - message(System quazip5) -- isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip5 -+ isEmpty(QUAZIP_LIB): QUAZIP_LIB = -lquazip1-qt5 - isEmpty(QUAZIP_INCLUDE): QUAZIP_INCLUDE = $${PREFIX}/include/quazip5 - INCLUDEPATH += $${QUAZIP_INCLUDE} - LIBS += $${QUAZIP_LIB} -+ CONFIG += link_pkgconfig -+ PKGCONFIG += quazip1-qt5 - } - } - diff --git a/editors/texstudio/pkg-plist b/editors/texstudio/pkg-plist index 0d6aabce16d5..16bfd54773e1 100644 --- a/editors/texstudio/pkg-plist +++ b/editors/texstudio/pkg-plist @@ -2,198 +2,203 @@ bin/texstudio share/applications/texstudio.desktop share/icons/hicolor/scalable/apps/texstudio.svg share/metainfo/texstudio.metainfo.xml -%%DATADIR%%/AUTHORS -%%DATADIR%%/CHANGELOG.html -%%DATADIR%%/COPYING -%%DATADIR%%/_images/TOC_file.webp -%%DATADIR%%/_images/TOC_standard.webp -%%DATADIR%%/_images/Tool_Bar_Menu.webp -%%DATADIR%%/_images/Tool_Bar_Move.webp -%%DATADIR%%/_images/active_language.webp -%%DATADIR%%/_images/ai_wizard.webp -%%DATADIR%%/_images/blockCursor.webp -%%DATADIR%%/_images/blockCursor_selection.webp -%%DATADIR%%/_images/block_selection.webp -%%DATADIR%%/_images/bookmark1.webp -%%DATADIR%%/_images/bookmark2.webp -%%DATADIR%%/_images/bookmark3.webp -%%DATADIR%%/_images/bookmark4.webp -%%DATADIR%%/_images/bookmark5.webp -%%DATADIR%%/_images/bookmark6.webp -%%DATADIR%%/_images/compile_toolbar.webp -%%DATADIR%%/_images/completer.webp -%%DATADIR%%/_images/completer_env.webp -%%DATADIR%%/_images/completer_env_before.webp -%%DATADIR%%/_images/completer_filename.webp -%%DATADIR%%/_images/completer_filename_preview.webp -%%DATADIR%%/_images/completer_keys.webp -%%DATADIR%%/_images/completer_length.webp -%%DATADIR%%/_images/completer_ref.webp -%%DATADIR%%/_images/completer_reference.webp -%%DATADIR%%/_images/completer_text.webp -%%DATADIR%%/_images/completer_usertag.webp -%%DATADIR%%/_images/completer_usertag_text.webp -%%DATADIR%%/_images/conf_LT.webp -%%DATADIR%%/_images/conf_LT_adv.webp -%%DATADIR%%/_images/conf_ai.webp -%%DATADIR%%/_images/conf_grammar_internal.webp -%%DATADIR%%/_images/conf_structurepanel.webp -%%DATADIR%%/_images/conf_tableautoformating.webp -%%DATADIR%%/_images/conf_thesaurus.webp -%%DATADIR%%/_images/configure_advancedEditor.webp -%%DATADIR%%/_images/configure_build.webp -%%DATADIR%%/_images/configure_commands.webp -%%DATADIR%%/_images/configure_completion.webp -%%DATADIR%%/_images/configure_completion_adv.webp -%%DATADIR%%/_images/configure_customToolbar.webp -%%DATADIR%%/_images/configure_customizeMenu.webp -%%DATADIR%%/_images/configure_editor.webp -%%DATADIR%%/_images/configure_editor_adv.webp -%%DATADIR%%/_images/configure_general.webp -%%DATADIR%%/_images/configure_general_adv.webp -%%DATADIR%%/_images/configure_guiscaling.webp -%%DATADIR%%/_images/configure_language.webp -%%DATADIR%%/_images/configure_preview.webp -%%DATADIR%%/_images/configure_shortcuts.webp -%%DATADIR%%/_images/configure_svn.webp -%%DATADIR%%/_images/configure_syntaxhighlighting.webp -%%DATADIR%%/_images/doc16.webp -%%DATADIR%%/_images/doc17.webp -%%DATADIR%%/_images/doc18.webp -%%DATADIR%%/_images/doc19.webp -%%DATADIR%%/_images/doc21.webp -%%DATADIR%%/_images/doc3.webp -%%DATADIR%%/_images/dock_move.webp -%%DATADIR%%/_images/dock_split.webp -%%DATADIR%%/_images/dock_start.webp -%%DATADIR%%/_images/errorlog.webp -%%DATADIR%%/_images/extendedSearch.webp -%%DATADIR%%/_images/findUsage.webp -%%DATADIR%%/_images/format_example.webp -%%DATADIR%%/_images/grid4x2_book_col1.webp -%%DATADIR%%/_images/grid4x2_book_col2.webp -%%DATADIR%%/_images/hide_panes.webp -%%DATADIR%%/_images/insertImage_menu.webp -%%DATADIR%%/_images/insert_ref.webp -%%DATADIR%%/_images/insert_ref_fromStructure.webp -%%DATADIR%%/_images/menu_session.webp -%%DATADIR%%/_images/menu_svn.webp -%%DATADIR%%/_images/preview_color.webp -%%DATADIR%%/_images/preview_context.webp -%%DATADIR%%/_images/preview_image.webp -%%DATADIR%%/_images/preview_inline.webp -%%DATADIR%%/_images/preview_inline_context.webp -%%DATADIR%%/_images/preview_tooltip.webp -%%DATADIR%%/_images/quickstartwizard.webp -%%DATADIR%%/_images/searchpanel.webp -%%DATADIR%%/_images/spellcheck_menu.webp -%%DATADIR%%/_images/spellcheck_options.webp -%%DATADIR%%/_images/speller_dialog.webp -%%DATADIR%%/_images/spelling_error.webp -%%DATADIR%%/_images/structureview.webp -%%DATADIR%%/_images/symbol_panel.webp -%%DATADIR%%/_images/syntax_error.webp -%%DATADIR%%/_images/syntax_error_tooltip.webp -%%DATADIR%%/_images/tb_central_format.webp -%%DATADIR%%/_images/tb_central_math.webp -%%DATADIR%%/_images/tb_math.webp -%%DATADIR%%/_images/tb_pdf_magnifyPan.webp -%%DATADIR%%/_images/tb_reference.webp -%%DATADIR%%/_images/template.webp -%%DATADIR%%/_images/thesaurus.webp -%%DATADIR%%/_images/txs_compile.webp -%%DATADIR%%/_images/txs_equation.webp -%%DATADIR%%/_images/txs_overview.webp -%%DATADIR%%/_images/txs_section.webp -%%DATADIR%%/_images/txs_symbol.webp -%%DATADIR%%/_images/txs_view.webp -%%DATADIR%%/_images/txs_wizard.webp -%%DATADIR%%/_images/userfoldmarker.webp -%%DATADIR%%/_images/view_docks.webp -%%DATADIR%%/_images/viewbutton.webp -%%DATADIR%%/_images/wizard_array.webp -%%DATADIR%%/_images/wizard_figure.webp -%%DATADIR%%/_images/wizard_tabbing.webp -%%DATADIR%%/_images/wizard_tabular.webp -%%DATADIR%%/_sphinx_design_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css -%%DATADIR%%/_sphinx_design_static/design-tabs.js -%%DATADIR%%/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css -%%DATADIR%%/_static/_sphinx_javascript_frameworks_compat.js -%%DATADIR%%/_static/basic.css -%%DATADIR%%/_static/debug.css -%%DATADIR%%/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css -%%DATADIR%%/_static/design-tabs.js -%%DATADIR%%/_static/doctools.js -%%DATADIR%%/_static/documentation_options.js -%%DATADIR%%/_static/file.png -%%DATADIR%%/_static/jquery-3.6.0.js -%%DATADIR%%/_static/jquery.js -%%DATADIR%%/_static/language_data.js -%%DATADIR%%/_static/minus.png -%%DATADIR%%/_static/plus.png -%%DATADIR%%/_static/pygments.css -%%DATADIR%%/_static/scripts/furo-extensions.js -%%DATADIR%%/_static/scripts/furo.js -%%DATADIR%%/_static/scripts/furo.js.LICENSE.txt -%%DATADIR%%/_static/scripts/furo.js.map -%%DATADIR%%/_static/scripts/gumshoe-patched.js -%%DATADIR%%/_static/searchtools.js -%%DATADIR%%/_static/skeleton.css -%%DATADIR%%/_static/sphinx_highlight.js -%%DATADIR%%/_static/styles/furo-extensions.css -%%DATADIR%%/_static/styles/furo-extensions.css.map -%%DATADIR%%/_static/styles/furo.css -%%DATADIR%%/_static/styles/furo.css.map -%%DATADIR%%/_static/tabs.css -%%DATADIR%%/_static/tabs.js -%%DATADIR%%/_static/texstudio.ico -%%DATADIR%%/_static/texstudio128x128.png -%%DATADIR%%/_static/underscore-1.13.1.js -%%DATADIR%%/_static/underscore.js -%%DATADIR%%/advanced.html -%%DATADIR%%/background.html -%%DATADIR%%/compiling.html -%%DATADIR%%/configuration.html +%%DATADIR%%/README_DIC_fr_FR.txt +%%DATADIR%%/README_es_ES.txt +%%DATADIR%%/README_hu_HU.txt +%%DATADIR%%/README_it_IT.txt +%%DATADIR%%/README_others.txt +%%DATADIR%%/README_pt_BR.TXT +%%DATADIR%%/bg_BG-Bulgarian.aff +%%DATADIR%%/bg_BG-Bulgarian.dic +%%DATADIR%%/br_BR-Breton.aff +%%DATADIR%%/br_BR-Breton.dic +%%DATADIR%%/ca_CAVA-CatalanValencian.aff +%%DATADIR%%/ca_CAVA-CatalanValencian.dic +%%DATADIR%%/ca_ES-Catalan.aff +%%DATADIR%%/ca_ES-Catalan.dic +%%DATADIR%%/cs_CS-Czech.aff +%%DATADIR%%/cs_CS-Czech.dic +%%DATADIR%%/da_DA-Danish.aff +%%DATADIR%%/da_DA-Danish.dic +%%DATADIR%%/de_AT-GermanAustria.aff +%%DATADIR%%/de_AT-GermanAustria.dic +%%DATADIR%%/de_CH-GermanSwitzerland.aff +%%DATADIR%%/de_CH-GermanSwitzerland.dic %%DATADIR%%/de_DE.aff %%DATADIR%%/de_DE.badWords %%DATADIR%%/de_DE.dic %%DATADIR%%/de_DE.stopWords %%DATADIR%%/de_DE.stopWords.level2 -%%DATADIR%%/editing.html +%%DATADIR%%/el_EL-ModernGreek.aff +%%DATADIR%%/el_EL-ModernGreek.dic +%%DATADIR%%/el_POL-ModerGreekPolytonicGreek.aff +%%DATADIR%%/el_POL-ModerGreekPolytonicGreek.dic +%%DATADIR%%/en_AU-EnglishAustralia.aff +%%DATADIR%%/en_AU-EnglishAustralia.dic +%%DATADIR%%/en_CA-EnglishCanada.aff +%%DATADIR%%/en_CA-EnglishCanada.dic +%%DATADIR%%/en_EN-EnglishUnitedKingdom.aff +%%DATADIR%%/en_EN-EnglishUnitedKingdom.dic %%DATADIR%%/en_GB.aff %%DATADIR%%/en_GB.dic %%DATADIR%%/en_GB.stopWords %%DATADIR%%/en_US.aff %%DATADIR%%/en_US.dic %%DATADIR%%/en_US.stopWords +%%DATADIR%%/en_ZA-EnglishSouthAfrica.aff +%%DATADIR%%/en_ZA-EnglishSouthAfrica.dic +%%DATADIR%%/eo_EO-Esperanto.aff +%%DATADIR%%/eo_EO-Esperanto.dic +%%DATADIR%%/es_AR-SpanishArgentina.aff +%%DATADIR%%/es_AR-SpanishArgentina.dic +%%DATADIR%%/es_BO-SpanishBolivia.aff +%%DATADIR%%/es_BO-SpanishBolivia.dic +%%DATADIR%%/es_CL-SpanishChile.aff +%%DATADIR%%/es_CL-SpanishChile.dic +%%DATADIR%%/es_CO-SpanishColombia.aff +%%DATADIR%%/es_CO-SpanishColombia.dic +%%DATADIR%%/es_CR-SpanishCostaRica.aff +%%DATADIR%%/es_CR-SpanishCostaRica.dic +%%DATADIR%%/es_CU-SpanishCuba.aff +%%DATADIR%%/es_CU-SpanishCuba.dic +%%DATADIR%%/es_DO-SpanishDominicanRepublic.aff +%%DATADIR%%/es_DO-SpanishDominicanRepublic.dic +%%DATADIR%%/es_EC-SpanishEcuador.aff +%%DATADIR%%/es_EC-SpanishEcuador.dic %%DATADIR%%/es_ES.aff %%DATADIR%%/es_ES.dic +%%DATADIR%%/es_GT-SpanishGuatemala.aff +%%DATADIR%%/es_GT-SpanishGuatemala.dic +%%DATADIR%%/es_HN-SpanishHonduras.aff +%%DATADIR%%/es_HN-SpanishHonduras.dic +%%DATADIR%%/es_MX-SpanishMexico.aff +%%DATADIR%%/es_MX-SpanishMexico.dic +%%DATADIR%%/es_NI-SpanishNicaragua.aff +%%DATADIR%%/es_NI-SpanishNicaragua.dic +%%DATADIR%%/es_PA-SpanishPanama.aff +%%DATADIR%%/es_PA-SpanishPanama.dic +%%DATADIR%%/es_PE-SpanishPeru.aff +%%DATADIR%%/es_PE-SpanishPeru.dic +%%DATADIR%%/es_PH-SpanishPhilippines.aff +%%DATADIR%%/es_PH-SpanishPhilippines.dic +%%DATADIR%%/es_PR-SpanishPuertoRico.aff +%%DATADIR%%/es_PR-SpanishPuertoRico.dic +%%DATADIR%%/es_PY-SpanishParaguay.aff +%%DATADIR%%/es_PY-SpanishParaguay.dic +%%DATADIR%%/es_SV-SpanishElSalvador.aff +%%DATADIR%%/es_SV-SpanishElSalvador.dic +%%DATADIR%%/es_US-SpanishUnitedStates.aff +%%DATADIR%%/es_US-SpanishUnitedStates.dic +%%DATADIR%%/es_UY-SpanishUruguay.aff +%%DATADIR%%/es_UY-SpanishUruguay.dic +%%DATADIR%%/es_VE-SpanishVenezuela.aff +%%DATADIR%%/es_VE-SpanishVenezuela.dic +%%DATADIR%%/et_ET-Estonian.aff +%%DATADIR%%/et_ET-Estonian.dic +%%DATADIR%%/eu_EU-Basque.aff +%%DATADIR%%/eu_EU-Basque.dic +%%DATADIR%%/fa_FA-Persian.aff +%%DATADIR%%/fa_FA-Persian.dic +%%DATADIR%%/fo_FO-Faroese.aff +%%DATADIR%%/fo_FO-Faroese.dic %%DATADIR%%/fr_FR.aff %%DATADIR%%/fr_FR.dic %%DATADIR%%/fr_FR.stopWords -%%DATADIR%%/genindex.html -%%DATADIR%%/getting_started.html +%%DATADIR%%/fur_FUR-Friulian.aff +%%DATADIR%%/fur_FUR-Friulian.dic +%%DATADIR%%/fy_FY-WesternFrisian.aff +%%DATADIR%%/fy_FY-WesternFrisian.dic +%%DATADIR%%/ga_GA-Irish.aff +%%DATADIR%%/ga_GA-Irish.dic +%%DATADIR%%/gd_GD-Gaelic.aff +%%DATADIR%%/gd_GD-Gaelic.dic +%%DATADIR%%/gl_GL-Galician.aff +%%DATADIR%%/gl_GL-Galician.dic +%%DATADIR%%/he_HE-Hebrew.aff +%%DATADIR%%/he_HE-Hebrew.dic +%%DATADIR%%/hr_HR-Croatian.aff +%%DATADIR%%/hr_HR-Croatian.dic %%DATADIR%%/hu_HU.aff %%DATADIR%%/hu_HU.dic -%%DATADIR%%/index.html +%%DATADIR%%/hy_HY-Armenian.aff +%%DATADIR%%/hy_HY-Armenian.dic +%%DATADIR%%/hyw_HYW-WesternArmenian.aff +%%DATADIR%%/hyw_HYW-WesternArmenian.dic +%%DATADIR%%/ia_IA-Interlingua.aff +%%DATADIR%%/ia_IA-Interlingua.dic +%%DATADIR%%/ie_IE-Interlingue.aff +%%DATADIR%%/ie_IE-Interlingue.dic +%%DATADIR%%/is_IS-Icelandic.aff +%%DATADIR%%/is_IS-Icelandic.dic %%DATADIR%%/it_IT.aff %%DATADIR%%/it_IT.dic -%%DATADIR%%/latex2e.css -%%DATADIR%%/latex2e.html +%%DATADIR%%/ka_KA-Georgian.aff +%%DATADIR%%/ka_KA-Georgian.dic +%%DATADIR%%/ko_KO-Korean.aff +%%DATADIR%%/ko_KO-Korean.dic +%%DATADIR%%/la_LA-Latin.aff +%%DATADIR%%/la_LA-Latin.dic +%%DATADIR%%/lb_LB-Luxembourgish.aff +%%DATADIR%%/lb_LB-Luxembourgish.dic +%%DATADIR%%/lt_LT-Lithuanian.aff +%%DATADIR%%/lt_LT-Lithuanian.dic +%%DATADIR%%/ltg_LTG-Latgalian.aff +%%DATADIR%%/ltg_LTG-Latgalian.dic +%%DATADIR%%/lv_LV-Latvian.aff +%%DATADIR%%/lv_LV-Latvian.dic +%%DATADIR%%/mk_MK-Macedonian.aff +%%DATADIR%%/mk_MK-Macedonian.dic +%%DATADIR%%/mm_MM-Mongolian.aff +%%DATADIR%%/mm_MM-Mongolian.dic +%%DATADIR%%/nb_NB-NorwegianBokmal.aff +%%DATADIR%%/nb_NB-NorwegianBokmal.dic +%%DATADIR%%/nds_NDS-LowGerman.aff +%%DATADIR%%/nds_NDS-LowGerman.dic +%%DATADIR%%/ne_NE-Nepali.aff +%%DATADIR%%/ne_NE-Nepali.dic +%%DATADIR%%/nl_NL-Dutch.aff +%%DATADIR%%/nl_NL-Dutch.dic +%%DATADIR%%/nn_NN-NorwegianNynorsk.aff +%%DATADIR%%/nn_NN-NorwegianNynorsk.dic +%%DATADIR%%/pl_PL-Polish.aff +%%DATADIR%%/pl_PL-Polish.dic %%DATADIR%%/pt_BR.aff %%DATADIR%%/pt_BR.dic +%%DATADIR%%/pt_PT-Portuguese.aff +%%DATADIR%%/pt_PT-Portuguese.dic +%%DATADIR%%/pt_PT2-PortuguesePortugal.aff +%%DATADIR%%/pt_PT2-PortuguesePortugal.dic %%DATADIR%%/qt_cs.qm %%DATADIR%%/qt_de.qm +%%DATADIR%%/qt_es.qm %%DATADIR%%/qt_fr.qm %%DATADIR%%/qt_hu.qm %%DATADIR%%/qt_ja.qm %%DATADIR%%/qt_pl.qm +%%DATADIR%%/qt_ru.qm %%DATADIR%%/qt_zh.qm -%%DATADIR%%/search.html +%%DATADIR%%/ro_RO-Romanian.aff +%%DATADIR%%/ro_RO-Romanian.dic +%%DATADIR%%/ru_RU-Russian.aff +%%DATADIR%%/ru_RU-Russian.dic +%%DATADIR%%/sk_SK-Slovak.aff +%%DATADIR%%/sk_SK-Slovak.dic +%%DATADIR%%/sl_SL-Slovenian.aff +%%DATADIR%%/sl_SL-Slovenian.dic +%%DATADIR%%/sr_LATN-SerbianLatin.aff +%%DATADIR%%/sr_LATN-SerbianLatin.dic +%%DATADIR%%/sr_SR-Serbian.aff +%%DATADIR%%/sr_SR-Serbian.dic +%%DATADIR%%/sv_FI-SwedishFinland.aff +%%DATADIR%%/sv_FI-SwedishFinland.dic +%%DATADIR%%/sv_SV-Swedish.aff +%%DATADIR%%/sv_SV-Swedish.dic %%DATADIR%%/tabletemplate_fullyframed_firstBold.js %%DATADIR%%/tabletemplate_fullyframed_firstBold.png %%DATADIR%%/tabletemplate_fullyframed_longtable.js %%DATADIR%%/tabletemplate_fullyframed_longtable.png +%%DATADIR%%/tabletemplate_fullyframed_longtabu.js +%%DATADIR%%/tabletemplate_fullyframed_longtabu.png %%DATADIR%%/tabletemplate_plain_tabular.js %%DATADIR%%/tabletemplate_plain_tabular.png %%DATADIR%%/tabletemplate_plain_tabularx.js @@ -210,6 +215,7 @@ share/metainfo/texstudio.metainfo.xml %%DATADIR%%/template_Article_LuaLaTeX_French.png %%DATADIR%%/template_Article_LuaLaTeX_French.tex %%DATADIR%%/template_Beamer.json +%%DATADIR%%/template_Beamer.png %%DATADIR%%/template_Beamer.tex %%DATADIR%%/template_Book.json %%DATADIR%%/template_Book.png @@ -239,21 +245,18 @@ share/metainfo/texstudio.metainfo.xml %%DATADIR%%/template_Scrlttr2.tex %%DATADIR%%/template_Scrreprt.json %%DATADIR%%/template_Scrreprt.tex -%%DATADIR%%/texstudio128x128.png -%%DATADIR%%/texstudio16x16.png -%%DATADIR%%/texstudio22x22.png -%%DATADIR%%/texstudio32x32.png -%%DATADIR%%/texstudio48x48.png -%%DATADIR%%/texstudio64x64.png %%DATADIR%%/texstudio_ar.qm %%DATADIR%%/texstudio_br.qm %%DATADIR%%/texstudio_ca.qm %%DATADIR%%/texstudio_cs.qm %%DATADIR%%/texstudio_de.qm +%%DATADIR%%/texstudio_de_CH.qm %%DATADIR%%/texstudio_el.qm +%%DATADIR%%/texstudio_en.qm %%DATADIR%%/texstudio_es.qm %%DATADIR%%/texstudio_fa.qm %%DATADIR%%/texstudio_fr.qm +%%DATADIR%%/texstudio_gsw.qm %%DATADIR%%/texstudio_hu.qm %%DATADIR%%/texstudio_id_ID.qm %%DATADIR%%/texstudio_ie.qm @@ -266,9 +269,11 @@ share/metainfo/texstudio.metainfo.xml %%DATADIR%%/texstudio_pl.qm %%DATADIR%%/texstudio_pt.qm %%DATADIR%%/texstudio_pt_BR.qm +%%DATADIR%%/texstudio_ru.qm %%DATADIR%%/texstudio_ru_RU.qm %%DATADIR%%/texstudio_si.qm %%DATADIR%%/texstudio_sk.qm +%%DATADIR%%/texstudio_sq.qm %%DATADIR%%/texstudio_sv.qm %%DATADIR%%/texstudio_tr_TR.qm %%DATADIR%%/texstudio_ug.qm @@ -279,4 +284,17 @@ share/metainfo/texstudio.metainfo.xml %%DATADIR%%/th_en_US_v2.dat %%DATADIR%%/th_fr_FR_v2.dat %%DATADIR%%/th_it_IT_v2.dat -%%DATADIR%%/viewing.html +%%DATADIR%%/tk_TK-Turkmen.aff +%%DATADIR%%/tk_TK-Turkmen.dic +%%DATADIR%%/tlh_LATN-KlingonLatin.aff +%%DATADIR%%/tlh_LATN-KlingonLatin.dic +%%DATADIR%%/tlh_TLH-Klingon.aff +%%DATADIR%%/tlh_TLH-Klingon.dic +%%DATADIR%%/tr_TR-Turkish.aff +%%DATADIR%%/tr_TR-Turkish.dic +%%DATADIR%%/ug_CN-China.aff +%%DATADIR%%/ug_CN-China.dic +%%DATADIR%%/uk_UK-Ukrainian.aff +%%DATADIR%%/uk_UK-Ukrainian.dic +%%DATADIR%%/vi_VI-Vietnamese.aff +%%DATADIR%%/vi_VI-Vietnamese.dic diff --git a/editors/with-editor/Makefile b/editors/with-editor/Makefile index f6cc3f0cb269..3ee70f3738c6 100644 --- a/editors/with-editor/Makefile +++ b/editors/with-editor/Makefile @@ -1,6 +1,6 @@ PORTNAME= with-editor DISTVERSIONPREFIX= v -DISTVERSION= 3.4.6 +DISTVERSION= 3.4.7 CATEGORIES= editors elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/editors/with-editor/distinfo b/editors/with-editor/distinfo index 47affeb55a6c..f97f690cbcc2 100644 --- a/editors/with-editor/distinfo +++ b/editors/with-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756809032 -SHA256 (magit-with-editor-v3.4.6_GH0.tar.gz) = 0c025d53f4d64952af428a7630b13cdf98bf44a1966316680ed30d6de4e9fca0 -SIZE (magit-with-editor-v3.4.6_GH0.tar.gz) = 34061 +TIMESTAMP = 1762059462 +SHA256 (magit-with-editor-v3.4.7_GH0.tar.gz) = 5763468385818860c68c5c41d10e6882ca99c03a73bfb120a798fe7f38cc0f59 +SIZE (magit-with-editor-v3.4.7_GH0.tar.gz) = 33985 |
