FreeBSD Bugzilla – Attachment 191828 Details for
Bug 226938
editors/latexila: update to 3.28.0, rename to gnome-latex, add dependencies (gtksourceview4 and tepl4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gnome-latex.patch
gnome-latex.patch (text/plain), 45.44 KB, created by
Val Packett
on 2018-03-26 10:38:57 UTC
(
hide
)
Description:
gnome-latex.patch
Filename:
MIME Type:
Creator:
Val Packett
Created:
2018-03-26 10:38:57 UTC
Size:
45.44 KB
patch
obsolete
>diff --git c/MOVED i/MOVED >index 0487734d384c..cd75ff2b6a2a 100644 >--- c/MOVED >+++ i/MOVED >@@ -10385,3 +10385,4 @@ textproc/p5-HTML-CTPP2||2018-03-20|Has expired: Broken for more than 6 months > textproc/rubygem-compass-rails||2018-03-20|Has expired: Broken for more than 6 months > graphics/pfscalibration||2018-03-20|Deprecated: pfs-calibration is a part of pfstools (from version 2.0) > graphics/pfstmo||2018-03-20|Deprecated: pfstmo is a part of pfstools >+editors/latexila|editors/gnome-latex|2018-03-26|Project renamed >diff --git c/Mk/Uses/gnome.mk i/Mk/Uses/gnome.mk >index 522f8bd20efe..f496e1c5a017 100644 >--- c/Mk/Uses/gnome.mk >+++ i/Mk/Uses/gnome.mk >@@ -89,8 +89,8 @@ _USE_GNOME_ALL+= atk cairo \ > > # GNOME 3 components > _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ >- gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 libgda5 \ >- libgda5-ui libwnck3 metacity nautilus3 \ >+ gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 gtksourceview4 tepl4 \ >+ libgda5 libgda5-ui libwnck3 metacity nautilus3 \ > pygobject3 vte3 > > _USE_GNOME_ALL+=gtk40 >@@ -325,6 +325,12 @@ gtksourceview2_USE_GNOME_IMPL=gtk20 libxml2 > gtksourceview3_LIB_DEPENDS= libgtksourceview-3.0.so:x11-toolkits/gtksourceview3 > gtksourceview3_USE_GNOME_IMPL=gtk30 libxml2 > >+gtksourceview4_LIB_DEPENDS= libgtksourceview-4.so:x11-toolkits/gtksourceview4 >+gtksourceview4_USE_GNOME_IMPL=gtk30 libxml2 >+ >+tepl4_LIB_DEPENDS= libtepl-4.so:x11-toolkits/tepl4 >+tepl4_USE_GNOME_IMPL=gtksourceview4 >+ > libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf > libgsf_USE_GNOME_IMPL= glib20 libxml2 > >diff --git c/editors/latexila/Makefile i/editors/gnome-latex/Makefile >similarity index 69% >rename from editors/latexila/Makefile >rename to editors/gnome-latex/Makefile >index d2f460ae6a99..a7c01b7d5ab3 100644 >--- c/editors/latexila/Makefile >+++ i/editors/gnome-latex/Makefile >@@ -1,15 +1,14 @@ > # Created by: Olivier Duchateau > # $FreeBSD$ > >-PORTNAME= latexila >-PORTVERSION= 3.22.1 >-PORTREVISION= 1 >+PORTNAME= gnome-latex >+PORTVERSION= 3.27.2 > CATEGORIES= editors > MASTER_SITES= GNOME > DIST_SUBDIR= gnome3 > >-MAINTAINER= ports@FreeBSD.org >-COMMENT= Integrated LaTeX environment >+MAINTAINER= greg@unrelenting.technology >+COMMENT= LaTeX editor for the GNOME desktop > > LICENSE= GPLv3 > >@@ -19,10 +18,9 @@ BUILD_DEPENDS= valac:lang/vala \ > LIB_DEPENDS= libgee-0.8.so:devel/libgee \ > libgspell-1.so:textproc/gspell > >-USES= compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig \ >- tar:xz >+USES= compiler:c11 desktop-file-utils gettext-tools gmake pkgconfig tar:xz > GNU_CONFIGURE= yes >-USE_GNOME= cairo glib20 gtk30 gtksourceview3 intltool intlhack libxml2 >+USE_GNOME= cairo glib20 gtk30 gtksourceview4 tepl4 intltool intlhack libxml2 > USE_TEX= latex dvipsk > INSTALLS_ICONS= yes > INSTALL_TARGET= install-strip >@@ -32,6 +30,6 @@ NLS_USES= gettext-runtime > NLS_CONFIGURE_ENABLE= nls > OPTIONS_SUB= yes > >-GLIB_SCHEMAS= org.gnome.latexila.gschema.xml >+GLIB_SCHEMAS= org.gnome.gnome-latex.gschema.xml > > .include <bsd.port.mk> >diff --git c/editors/gnome-latex/distinfo i/editors/gnome-latex/distinfo >new file mode 100644 >index 000000000000..fa0e1851594d >--- /dev/null >+++ i/editors/gnome-latex/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1521992178 >+SHA256 (gnome3/gnome-latex-3.27.2.tar.xz) = a1d55f09df0a34f42ed439d1a75a70641272ecbb62c8f0f10d43ae4092525949 >+SIZE (gnome3/gnome-latex-3.27.2.tar.xz) = 1076632 >diff --git c/editors/gnome-latex/pkg-descr i/editors/gnome-latex/pkg-descr >new file mode 100644 >index 000000000000..8f84dfae91dd >--- /dev/null >+++ i/editors/gnome-latex/pkg-descr >@@ -0,0 +1,5 @@ >+GNOME LaTeX (previously called LaTeXila) is a LaTeX editor for the GNOME desktop. >+The idea of GNOME LaTeX is to always deal directly with the LaTeX code, while >+simplifying as much as possible the writing of this LaTeX code. >+ >+WWW: https://wiki.gnome.org/Apps/GNOME-LaTeX >diff --git c/editors/gnome-latex/pkg-plist i/editors/gnome-latex/pkg-plist >new file mode 100644 >index 000000000000..98c961084f37 >--- /dev/null >+++ i/editors/gnome-latex/pkg-plist >@@ -0,0 +1,181 @@ >+bin/gnome-latex >+man/man1/gnome-latex.1.gz >+share/applications/org.gnome.gnome-latex.desktop >+share/dbus-1/services/org.gnome.gnome-latex.service >+%%DATADIR%%/build_tools.xml >+%%DATADIR%%/completion.xml >+%%DATADIR%%/latexhelp.html >+%%DATADIR%%/templates/article.xml >+%%DATADIR%%/templates/beamer.xml >+%%DATADIR%%/templates/book.xml >+%%DATADIR%%/templates/letter.xml >+%%DATADIR%%/templates/report.xml >+%%DATADIR%%/ui/preferences_dialog.ui >+%%DATADIR%%/ui/ui.xml >+share/gtk-doc/html/gnome-latex/LatexilaBuildJob.html >+share/gtk-doc/html/gnome-latex/LatexilaBuildTool.html >+share/gtk-doc/html/gnome-latex/LatexilaBuildTools.html >+share/gtk-doc/html/gnome-latex/LatexilaBuildToolsDefault.html >+share/gtk-doc/html/gnome-latex/LatexilaBuildToolsPersonal.html >+share/gtk-doc/html/gnome-latex/LatexilaBuildView.html >+share/gtk-doc/html/gnome-latex/LatexilaPostProcessor.html >+share/gtk-doc/html/gnome-latex/LatexilaPostProcessorAllOutput.html >+share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatex.html >+share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatexmk.html >+share/gtk-doc/html/gnome-latex/LatexilaSynctex.html >+share/gtk-doc/html/gnome-latex/LatexilaTemplatesDefault.html >+share/gtk-doc/html/gnome-latex/LatexilaTemplatesManageDialog.html >+share/gtk-doc/html/gnome-latex/LatexilaTemplatesPersonal.html >+share/gtk-doc/html/gnome-latex/annexes.html >+share/gtk-doc/html/gnome-latex/annotation-glossary.html >+share/gtk-doc/html/gnome-latex/api-reference.html >+share/gtk-doc/html/gnome-latex/ch01.html >+share/gtk-doc/html/gnome-latex/ch02.html >+share/gtk-doc/html/gnome-latex/ch03.html >+share/gtk-doc/html/gnome-latex/ch04.html >+share/gtk-doc/html/gnome-latex/gnome-latex-LaTeX-commands.html >+share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaTemplatesDialogs.html >+share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaUtils.html >+share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaView.html >+share/gtk-doc/html/gnome-latex/gnome-latex.devhelp2 >+share/gtk-doc/html/gnome-latex/home.png >+share/gtk-doc/html/gnome-latex/index.html >+share/gtk-doc/html/gnome-latex/ix01.html >+share/gtk-doc/html/gnome-latex/left-insensitive.png >+share/gtk-doc/html/gnome-latex/left.png >+share/gtk-doc/html/gnome-latex/object-tree.html >+share/gtk-doc/html/gnome-latex/right-insensitive.png >+share/gtk-doc/html/gnome-latex/right.png >+share/gtk-doc/html/gnome-latex/style.css >+share/gtk-doc/html/gnome-latex/up-insensitive.png >+share/gtk-doc/html/gnome-latex/up.png >+share/help/C/gnome-latex/build_tools.page >+share/help/C/gnome-latex/completion.page >+share/help/C/gnome-latex/index.page >+share/help/C/gnome-latex/projects.page >+share/help/C/gnome-latex/spell_checking.page >+share/help/C/gnome-latex/structure.page >+share/help/C/gnome-latex/synctex.page >+share/help/cs/gnome-latex/build_tools.page >+share/help/cs/gnome-latex/completion.page >+share/help/cs/gnome-latex/index.page >+share/help/cs/gnome-latex/projects.page >+share/help/cs/gnome-latex/spell_checking.page >+share/help/cs/gnome-latex/structure.page >+share/help/cs/gnome-latex/synctex.page >+share/help/de/gnome-latex/build_tools.page >+share/help/de/gnome-latex/completion.page >+share/help/de/gnome-latex/index.page >+share/help/de/gnome-latex/projects.page >+share/help/de/gnome-latex/spell_checking.page >+share/help/de/gnome-latex/structure.page >+share/help/de/gnome-latex/synctex.page >+share/help/el/gnome-latex/build_tools.page >+share/help/el/gnome-latex/completion.page >+share/help/el/gnome-latex/index.page >+share/help/el/gnome-latex/projects.page >+share/help/el/gnome-latex/spell_checking.page >+share/help/el/gnome-latex/structure.page >+share/help/el/gnome-latex/synctex.page >+share/help/es/gnome-latex/build_tools.page >+share/help/es/gnome-latex/completion.page >+share/help/es/gnome-latex/index.page >+share/help/es/gnome-latex/projects.page >+share/help/es/gnome-latex/spell_checking.page >+share/help/es/gnome-latex/structure.page >+share/help/es/gnome-latex/synctex.page >+share/help/fr/gnome-latex/build_tools.page >+share/help/fr/gnome-latex/completion.page >+share/help/fr/gnome-latex/index.page >+share/help/fr/gnome-latex/projects.page >+share/help/fr/gnome-latex/spell_checking.page >+share/help/fr/gnome-latex/structure.page >+share/help/fr/gnome-latex/synctex.page >+share/help/gl/gnome-latex/build_tools.page >+share/help/gl/gnome-latex/completion.page >+share/help/gl/gnome-latex/index.page >+share/help/gl/gnome-latex/projects.page >+share/help/gl/gnome-latex/spell_checking.page >+share/help/gl/gnome-latex/structure.page >+share/help/gl/gnome-latex/synctex.page >+share/help/hu/gnome-latex/build_tools.page >+share/help/hu/gnome-latex/completion.page >+share/help/hu/gnome-latex/index.page >+share/help/hu/gnome-latex/projects.page >+share/help/hu/gnome-latex/spell_checking.page >+share/help/hu/gnome-latex/structure.page >+share/help/hu/gnome-latex/synctex.page >+share/help/pl/gnome-latex/build_tools.page >+share/help/pl/gnome-latex/completion.page >+share/help/pl/gnome-latex/index.page >+share/help/pl/gnome-latex/projects.page >+share/help/pl/gnome-latex/spell_checking.page >+share/help/pl/gnome-latex/structure.page >+share/help/pl/gnome-latex/synctex.page >+share/help/pt_BR/gnome-latex/build_tools.page >+share/help/pt_BR/gnome-latex/completion.page >+share/help/pt_BR/gnome-latex/index.page >+share/help/pt_BR/gnome-latex/projects.page >+share/help/pt_BR/gnome-latex/spell_checking.page >+share/help/pt_BR/gnome-latex/structure.page >+share/help/pt_BR/gnome-latex/synctex.page >+share/help/ru/gnome-latex/build_tools.page >+share/help/ru/gnome-latex/completion.page >+share/help/ru/gnome-latex/index.page >+share/help/ru/gnome-latex/projects.page >+share/help/ru/gnome-latex/spell_checking.page >+share/help/ru/gnome-latex/structure.page >+share/help/ru/gnome-latex/synctex.page >+share/help/sv/gnome-latex/build_tools.page >+share/help/sv/gnome-latex/completion.page >+share/help/sv/gnome-latex/index.page >+share/help/sv/gnome-latex/projects.page >+share/help/sv/gnome-latex/spell_checking.page >+share/help/sv/gnome-latex/structure.page >+share/help/sv/gnome-latex/synctex.page >+share/help/uk/gnome-latex/build_tools.page >+share/help/uk/gnome-latex/completion.page >+share/help/uk/gnome-latex/index.page >+share/help/uk/gnome-latex/projects.page >+share/help/uk/gnome-latex/spell_checking.page >+share/help/uk/gnome-latex/structure.page >+share/help/uk/gnome-latex/synctex.page >+share/icons/hicolor/128x128/apps/gnome-latex.png >+share/icons/hicolor/16x16/apps/gnome-latex.png >+share/icons/hicolor/22x22/apps/gnome-latex.png >+share/icons/hicolor/24x24/apps/gnome-latex.png >+share/icons/hicolor/256x256/apps/gnome-latex.png >+share/icons/hicolor/32x32/apps/gnome-latex.png >+share/icons/hicolor/48x48/apps/gnome-latex.png >+share/icons/hicolor/scalable/apps/gnome-latex.svg >+%%NLS%%share/locale/bs/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/de/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/el/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/es/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/eu/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/he/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/id/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/it/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/lt/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/lv/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/nb/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/oc/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/sl/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/sr/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/sr@latin/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/uk/LC_MESSAGES/gnome-latex.mo >+%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnome-latex.mo >+share/metainfo/org.gnome.gnome-latex.appdata.xml >diff --git c/editors/latexila/distinfo i/editors/latexila/distinfo >deleted file mode 100644 >index 94571ae4007e..000000000000 >--- c/editors/latexila/distinfo >+++ /dev/null >@@ -1,3 +0,0 @@ >-TIMESTAMP = 1494145558 >-SHA256 (gnome3/latexila-3.22.1.tar.xz) = 41692d850a48521d2a700ae296680464078ef0bef1c1383383b433c5ecdf2719 >-SIZE (gnome3/latexila-3.22.1.tar.xz) = 1111820 >diff --git c/editors/latexila/pkg-descr i/editors/latexila/pkg-descr >deleted file mode 100644 >index b7e0ee50113d..000000000000 >--- c/editors/latexila/pkg-descr >+++ /dev/null >@@ -1,5 +0,0 @@ >-LaTeXila is a LaTeX editor for the GNOME desktop. The idea of LaTeXila is >-to always deal directly with the LaTeX code, while simplifying as most as >-possible the writing of this LaTeX code. >- >-WWW: https://wiki.gnome.org/Apps/LaTeXila >diff --git c/editors/latexila/pkg-plist i/editors/latexila/pkg-plist >deleted file mode 100644 >index b1c096556ec1..000000000000 >--- c/editors/latexila/pkg-plist >+++ /dev/null >@@ -1,168 +0,0 @@ >-bin/latexila >-man/man1/latexila.1.gz >-share/appdata/org.gnome.latexila.appdata.xml >-share/applications/org.gnome.latexila.desktop >-share/dbus-1/services/org.gnome.latexila.service >-share/gtk-doc/html/latexila/LatexilaBuildJob.html >-share/gtk-doc/html/latexila/LatexilaBuildTool.html >-share/gtk-doc/html/latexila/LatexilaBuildTools.html >-share/gtk-doc/html/latexila/LatexilaBuildToolsDefault.html >-share/gtk-doc/html/latexila/LatexilaBuildToolsPersonal.html >-share/gtk-doc/html/latexila/LatexilaBuildView.html >-share/gtk-doc/html/latexila/LatexilaPostProcessor.html >-share/gtk-doc/html/latexila/LatexilaPostProcessorAllOutput.html >-share/gtk-doc/html/latexila/LatexilaPostProcessorLatex.html >-share/gtk-doc/html/latexila/LatexilaPostProcessorLatexmk.html >-share/gtk-doc/html/latexila/LatexilaSynctex.html >-share/gtk-doc/html/latexila/LatexilaTemplatesDefault.html >-share/gtk-doc/html/latexila/LatexilaTemplatesManageDialog.html >-share/gtk-doc/html/latexila/LatexilaTemplatesPersonal.html >-share/gtk-doc/html/latexila/annotation-glossary.html >-share/gtk-doc/html/latexila/ch01.html >-share/gtk-doc/html/latexila/home.png >-share/gtk-doc/html/latexila/index.html >-share/gtk-doc/html/latexila/ix01.html >-share/gtk-doc/html/latexila/latexila-LatexilaTemplatesDialogs.html >-share/gtk-doc/html/latexila/latexila-LatexilaUtils.html >-share/gtk-doc/html/latexila/latexila.devhelp2 >-share/gtk-doc/html/latexila/left-insensitive.png >-share/gtk-doc/html/latexila/left.png >-share/gtk-doc/html/latexila/object-tree.html >-share/gtk-doc/html/latexila/right-insensitive.png >-share/gtk-doc/html/latexila/right.png >-share/gtk-doc/html/latexila/style.css >-share/gtk-doc/html/latexila/up-insensitive.png >-share/gtk-doc/html/latexila/up.png >-share/help/C/latexila/build_tools.page >-share/help/C/latexila/completion.page >-share/help/C/latexila/index.page >-share/help/C/latexila/projects.page >-share/help/C/latexila/spell_checking.page >-share/help/C/latexila/structure.page >-share/help/C/latexila/synctex.page >-share/help/cs/latexila/build_tools.page >-share/help/cs/latexila/completion.page >-share/help/cs/latexila/index.page >-share/help/cs/latexila/projects.page >-share/help/cs/latexila/spell_checking.page >-share/help/cs/latexila/structure.page >-share/help/cs/latexila/synctex.page >-share/help/de/latexila/build_tools.page >-share/help/de/latexila/completion.page >-share/help/de/latexila/index.page >-share/help/de/latexila/projects.page >-share/help/de/latexila/spell_checking.page >-share/help/de/latexila/structure.page >-share/help/de/latexila/synctex.page >-share/help/el/latexila/build_tools.page >-share/help/el/latexila/completion.page >-share/help/el/latexila/index.page >-share/help/el/latexila/projects.page >-share/help/el/latexila/spell_checking.page >-share/help/el/latexila/structure.page >-share/help/el/latexila/synctex.page >-share/help/es/latexila/build_tools.page >-share/help/es/latexila/completion.page >-share/help/es/latexila/index.page >-share/help/es/latexila/projects.page >-share/help/es/latexila/spell_checking.page >-share/help/es/latexila/structure.page >-share/help/es/latexila/synctex.page >-share/help/fr/latexila/build_tools.page >-share/help/fr/latexila/completion.page >-share/help/fr/latexila/index.page >-share/help/fr/latexila/projects.page >-share/help/fr/latexila/spell_checking.page >-share/help/fr/latexila/structure.page >-share/help/fr/latexila/synctex.page >-share/help/gl/latexila/build_tools.page >-share/help/gl/latexila/completion.page >-share/help/gl/latexila/index.page >-share/help/gl/latexila/projects.page >-share/help/gl/latexila/spell_checking.page >-share/help/gl/latexila/structure.page >-share/help/gl/latexila/synctex.page >-share/help/hu/latexila/build_tools.page >-share/help/hu/latexila/completion.page >-share/help/hu/latexila/index.page >-share/help/hu/latexila/projects.page >-share/help/hu/latexila/spell_checking.page >-share/help/hu/latexila/structure.page >-share/help/hu/latexila/synctex.page >-share/help/pt_BR/latexila/build_tools.page >-share/help/pt_BR/latexila/completion.page >-share/help/pt_BR/latexila/index.page >-share/help/pt_BR/latexila/projects.page >-share/help/pt_BR/latexila/spell_checking.page >-share/help/pt_BR/latexila/structure.page >-share/help/pt_BR/latexila/synctex.page >-share/help/ru/latexila/build_tools.page >-share/help/ru/latexila/completion.page >-share/help/ru/latexila/index.page >-share/help/ru/latexila/projects.page >-share/help/ru/latexila/spell_checking.page >-share/help/ru/latexila/structure.page >-share/help/ru/latexila/synctex.page >-share/help/sv/latexila/build_tools.page >-share/help/sv/latexila/completion.page >-share/help/sv/latexila/index.page >-share/help/sv/latexila/projects.page >-share/help/sv/latexila/spell_checking.page >-share/help/sv/latexila/structure.page >-share/help/sv/latexila/synctex.page >-share/help/uk/latexila/build_tools.page >-share/help/uk/latexila/completion.page >-share/help/uk/latexila/index.page >-share/help/uk/latexila/projects.page >-share/help/uk/latexila/spell_checking.page >-share/help/uk/latexila/structure.page >-share/help/uk/latexila/synctex.page >-share/icons/hicolor/128x128/apps/latexila.png >-share/icons/hicolor/16x16/apps/latexila.png >-share/icons/hicolor/22x22/apps/latexila.png >-share/icons/hicolor/24x24/apps/latexila.png >-share/icons/hicolor/256x256/apps/latexila.png >-share/icons/hicolor/32x32/apps/latexila.png >-share/icons/hicolor/48x48/apps/latexila.png >-share/icons/hicolor/scalable/apps/latexila.svg >-%%DATADIR%%/build_tools.xml >-%%DATADIR%%/completion.xml >-%%DATADIR%%/images/app/logo.png >-%%DATADIR%%/latexhelp.html >-%%DATADIR%%/templates/article.xml >-%%DATADIR%%/templates/beamer.xml >-%%DATADIR%%/templates/book.xml >-%%DATADIR%%/templates/letter.xml >-%%DATADIR%%/templates/report.xml >-%%DATADIR%%/ui/preferences_dialog.ui >-%%DATADIR%%/ui/ui.xml >-%%NLS%%share/locale/bs/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/ca/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/cs/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/de/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/el/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/eo/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/es/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/eu/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/fr/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/gl/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/he/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/hu/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/id/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/it/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/lt/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/lv/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/nb/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/nl/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/oc/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/pl/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/pt/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/pt_BR/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/ru/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/sl/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/sr/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/sr@latin/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/sv/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/tr/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/uk/LC_MESSAGES/latexila.mo >-%%NLS%%share/locale/zh_CN/LC_MESSAGES/latexila.mo >diff --git c/x11-toolkits/gtksourceview4/Makefile i/x11-toolkits/gtksourceview4/Makefile >new file mode 100644 >index 000000000000..83c14f3e5e8f >--- /dev/null >+++ i/x11-toolkits/gtksourceview4/Makefile >@@ -0,0 +1,38 @@ >+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> >+# $FreeBSD$ >+ >+PORTNAME= gtksourceview >+PORTVERSION= 4.0.0 >+CATEGORIES= x11-toolkits gnome >+MASTER_SITES= GNOME >+PKGNAMESUFFIX= 4 >+DIST_SUBDIR= gnome3 >+ >+MAINTAINER= gnome@FreeBSD.org >+COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+.if !defined(REFERENCE_PORT) >+ >+BUILD_DEPENDS= vala:lang/vala >+ >+USES+= compiler:c11 gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz >+USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack >+ introspection:build libxml2 referencehack >+GNU_CONFIGURE= yes >+USE_LDCONFIG= yes >+CONFIGURE_ARGS= --enable-compile-warnings=no \ >+ --enable-glade-catalog=no \ >+ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ >+ --enable-introspection >+INSTALL_TARGET= install-strip >+ >+post-patch: >+ @${REINPLACE_CMD} -e 's|--warn-all||g' \ >+ ${WRKSRC}/gtksourceview/Makefile.in >+ >+.include <bsd.port.mk> >+ >+.endif >diff --git c/x11-toolkits/gtksourceview4/distinfo i/x11-toolkits/gtksourceview4/distinfo >new file mode 100644 >index 000000000000..e8cb6b37a51c >--- /dev/null >+++ i/x11-toolkits/gtksourceview4/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1521993034 >+SHA256 (gnome3/gtksourceview-4.0.0.tar.xz) = 6e5c7a28a7fa456a89f289f0659c57100cc09fe692db6abfcc23f7ade5d5b32a >+SIZE (gnome3/gtksourceview-4.0.0.tar.xz) = 1352196 >diff --git c/x11-toolkits/gtksourceview4/pkg-descr i/x11-toolkits/gtksourceview4/pkg-descr >new file mode 100644 >index 000000000000..8070096cc763 >--- /dev/null >+++ i/x11-toolkits/gtksourceview4/pkg-descr >@@ -0,0 +1,2 @@ >+GtkSourceView is a text widget for Gtk+-3 that provides syntax highlighting >+and other features typically expected in a source code editor. >diff --git c/x11-toolkits/gtksourceview4/pkg-plist i/x11-toolkits/gtksourceview4/pkg-plist >new file mode 100644 >index 000000000000..b8c4e5f80975 >--- /dev/null >+++ i/x11-toolkits/gtksourceview4/pkg-plist >@@ -0,0 +1,342 @@ >+include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h >+include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h >+include/gtksourceview-4/gtksourceview/gtksource.h >+include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h >+include/gtksourceview-4/gtksourceview/gtksourcebuffer.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletion.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h >+include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h >+include/gtksourceview-4/gtksourceview/gtksourceencoding.h >+include/gtksourceview-4/gtksourceview/gtksourcefile.h >+include/gtksourceview-4/gtksourceview/gtksourcefileloader.h >+include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h >+include/gtksourceview-4/gtksourceview/gtksourcegutter.h >+include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h >+include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h >+include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h >+include/gtksourceview-4/gtksourceview/gtksourceinit.h >+include/gtksourceview-4/gtksourceview/gtksourcelanguage.h >+include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h >+include/gtksourceview-4/gtksourceview/gtksourcemap.h >+include/gtksourceview-4/gtksourceview/gtksourcemark.h >+include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h >+include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h >+include/gtksourceview-4/gtksourceview/gtksourceregion.h >+include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h >+include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h >+include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h >+include/gtksourceview-4/gtksourceview/gtksourcestyle.h >+include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h >+include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h >+include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h >+include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h >+include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h >+include/gtksourceview-4/gtksourceview/gtksourcetag.h >+include/gtksourceview-4/gtksourceview/gtksourcetypes.h >+include/gtksourceview-4/gtksourceview/gtksourceundomanager.h >+include/gtksourceview-4/gtksourceview/gtksourceutils.h >+include/gtksourceview-4/gtksourceview/gtksourceversion.h >+include/gtksourceview-4/gtksourceview/gtksourceview.h >+lib/girepository-1.0/GtkSource-4.typelib >+lib/libgtksourceview-4.so >+lib/libgtksourceview-4.so.0 >+lib/libgtksourceview-4.so.0.0.0 >+libdata/pkgconfig/gtksourceview-4.pc >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceBuffer.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletion.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionContext.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionInfo.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionItem.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionProposal.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionProvider.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceCompletionWords.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceEncoding.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceFile.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceFileLoader.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceFileSaver.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceGutter.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceGutterRenderer.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceGutterRendererPixbuf.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceGutterRendererText.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceLanguage.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceLanguageManager.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceMap.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceMark.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceMarkAttributes.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourcePrintCompositor.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceRegion.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceSearchContext.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceSearchSettings.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceSpaceDrawer.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyle.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyleScheme.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyleSchemeChooser.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyleSchemeChooserButton.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyleSchemeChooserWidget.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceStyleSchemeManager.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceTag.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceUndoManager.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/GtkSourceView.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/annexes.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/annotation-glossary.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/api-index-full.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/api-reference.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/completion.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/file-loading-and-saving.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/general.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/gtksourceview-4.0-GtkSourceUtils.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/gtksourceview-4.0-Version-Information.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/gtksourceview-4.0.devhelp2 >+%%PORTDOCS%%%%DOCSDIR%%-4.0/gutter.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/home.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/index.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/intro.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/lang-reference.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/lang-tutorial.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/left-insensitive.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/left.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/main-classes.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/misc.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/object-tree.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/porting-guide-3-to-4.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/porting-guide.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/printing.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/right-insensitive.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/right.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/search-and-replace.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/style-reference.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/style.css >+%%PORTDOCS%%%%DOCSDIR%%-4.0/styling.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/syntax-highlighting-reference.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/syntax-highlighting.html >+%%PORTDOCS%%%%DOCSDIR%%-4.0/up-insensitive.png >+%%PORTDOCS%%%%DOCSDIR%%-4.0/up.png >+share/gir-1.0/GtkSource-4.gir >+%%DATADIR%%-4/language-specs/R.lang >+%%DATADIR%%-4/language-specs/abnf.lang >+%%DATADIR%%-4/language-specs/actionscript.lang >+%%DATADIR%%-4/language-specs/ada.lang >+%%DATADIR%%-4/language-specs/ansforth94.lang >+%%DATADIR%%-4/language-specs/asp.lang >+%%DATADIR%%-4/language-specs/automake.lang >+%%DATADIR%%-4/language-specs/awk.lang >+%%DATADIR%%-4/language-specs/bennugd.lang >+%%DATADIR%%-4/language-specs/bibtex.lang >+%%DATADIR%%-4/language-specs/bluespec.lang >+%%DATADIR%%-4/language-specs/boo.lang >+%%DATADIR%%-4/language-specs/c.lang >+%%DATADIR%%-4/language-specs/cg.lang >+%%DATADIR%%-4/language-specs/changelog.lang >+%%DATADIR%%-4/language-specs/chdr.lang >+%%DATADIR%%-4/language-specs/cmake.lang >+%%DATADIR%%-4/language-specs/cobol.lang >+%%DATADIR%%-4/language-specs/cpp.lang >+%%DATADIR%%-4/language-specs/cpphdr.lang >+%%DATADIR%%-4/language-specs/csharp.lang >+%%DATADIR%%-4/language-specs/css.lang >+%%DATADIR%%-4/language-specs/csv.lang >+%%DATADIR%%-4/language-specs/cuda.lang >+%%DATADIR%%-4/language-specs/d.lang >+%%DATADIR%%-4/language-specs/def.lang >+%%DATADIR%%-4/language-specs/desktop.lang >+%%DATADIR%%-4/language-specs/diff.lang >+%%DATADIR%%-4/language-specs/docbook.lang >+%%DATADIR%%-4/language-specs/dosbatch.lang >+%%DATADIR%%-4/language-specs/dot.lang >+%%DATADIR%%-4/language-specs/dpatch.lang >+%%DATADIR%%-4/language-specs/dtd.lang >+%%DATADIR%%-4/language-specs/dtl.lang >+%%DATADIR%%-4/language-specs/eiffel.lang >+%%DATADIR%%-4/language-specs/erlang.lang >+%%DATADIR%%-4/language-specs/fcl.lang >+%%DATADIR%%-4/language-specs/forth.lang >+%%DATADIR%%-4/language-specs/fortran.lang >+%%DATADIR%%-4/language-specs/fsharp.lang >+%%DATADIR%%-4/language-specs/gap.lang >+%%DATADIR%%-4/language-specs/gdb-log.lang >+%%DATADIR%%-4/language-specs/genie.lang >+%%DATADIR%%-4/language-specs/glsl.lang >+%%DATADIR%%-4/language-specs/go.lang >+%%DATADIR%%-4/language-specs/groovy.lang >+%%DATADIR%%-4/language-specs/gtk-doc.lang >+%%DATADIR%%-4/language-specs/gtkrc.lang >+%%DATADIR%%-4/language-specs/haddock.lang >+%%DATADIR%%-4/language-specs/haskell-literate.lang >+%%DATADIR%%-4/language-specs/haskell.lang >+%%DATADIR%%-4/language-specs/haxe.lang >+%%DATADIR%%-4/language-specs/html.lang >+%%DATADIR%%-4/language-specs/idl-exelis.lang >+%%DATADIR%%-4/language-specs/idl.lang >+%%DATADIR%%-4/language-specs/imagej.lang >+%%DATADIR%%-4/language-specs/ini.lang >+%%DATADIR%%-4/language-specs/j.lang >+%%DATADIR%%-4/language-specs/jade.lang >+%%DATADIR%%-4/language-specs/java.lang >+%%DATADIR%%-4/language-specs/javascript.lang >+%%DATADIR%%-4/language-specs/json.lang >+%%DATADIR%%-4/language-specs/julia.lang >+%%DATADIR%%-4/language-specs/kotlin.lang >+%%DATADIR%%-4/language-specs/language.dtd >+%%DATADIR%%-4/language-specs/language.rng >+%%DATADIR%%-4/language-specs/language2.rng >+%%DATADIR%%-4/language-specs/latex.lang >+%%DATADIR%%-4/language-specs/lex.lang >+%%DATADIR%%-4/language-specs/libtool.lang >+%%DATADIR%%-4/language-specs/llvm.lang >+%%DATADIR%%-4/language-specs/logcat.lang >+%%DATADIR%%-4/language-specs/lua.lang >+%%DATADIR%%-4/language-specs/m4.lang >+%%DATADIR%%-4/language-specs/makefile.lang >+%%DATADIR%%-4/language-specs/mallard.lang >+%%DATADIR%%-4/language-specs/markdown.lang >+%%DATADIR%%-4/language-specs/matlab.lang >+%%DATADIR%%-4/language-specs/maxima.lang >+%%DATADIR%%-4/language-specs/mediawiki.lang >+%%DATADIR%%-4/language-specs/meson.lang >+%%DATADIR%%-4/language-specs/modelica.lang >+%%DATADIR%%-4/language-specs/mxml.lang >+%%DATADIR%%-4/language-specs/nemerle.lang >+%%DATADIR%%-4/language-specs/netrexx.lang >+%%DATADIR%%-4/language-specs/nsis.lang >+%%DATADIR%%-4/language-specs/objc.lang >+%%DATADIR%%-4/language-specs/objj.lang >+%%DATADIR%%-4/language-specs/ocaml.lang >+%%DATADIR%%-4/language-specs/ocl.lang >+%%DATADIR%%-4/language-specs/octave.lang >+%%DATADIR%%-4/language-specs/ooc.lang >+%%DATADIR%%-4/language-specs/opal.lang >+%%DATADIR%%-4/language-specs/opencl.lang >+%%DATADIR%%-4/language-specs/pascal.lang >+%%DATADIR%%-4/language-specs/perl.lang >+%%DATADIR%%-4/language-specs/php.lang >+%%DATADIR%%-4/language-specs/pig.lang >+%%DATADIR%%-4/language-specs/pkgconfig.lang >+%%DATADIR%%-4/language-specs/po.lang >+%%DATADIR%%-4/language-specs/prolog.lang >+%%DATADIR%%-4/language-specs/protobuf.lang >+%%DATADIR%%-4/language-specs/puppet.lang >+%%DATADIR%%-4/language-specs/python.lang >+%%DATADIR%%-4/language-specs/python3.lang >+%%DATADIR%%-4/language-specs/rpmspec.lang >+%%DATADIR%%-4/language-specs/rst.lang >+%%DATADIR%%-4/language-specs/ruby.lang >+%%DATADIR%%-4/language-specs/rust.lang >+%%DATADIR%%-4/language-specs/scala.lang >+%%DATADIR%%-4/language-specs/scheme.lang >+%%DATADIR%%-4/language-specs/scilab.lang >+%%DATADIR%%-4/language-specs/sh.lang >+%%DATADIR%%-4/language-specs/sml.lang >+%%DATADIR%%-4/language-specs/sparql.lang >+%%DATADIR%%-4/language-specs/sql.lang >+%%DATADIR%%-4/language-specs/sweave.lang >+%%DATADIR%%-4/language-specs/swift.lang >+%%DATADIR%%-4/language-specs/systemverilog.lang >+%%DATADIR%%-4/language-specs/t2t.lang >+%%DATADIR%%-4/language-specs/tcl.lang >+%%DATADIR%%-4/language-specs/tera.lang >+%%DATADIR%%-4/language-specs/texinfo.lang >+%%DATADIR%%-4/language-specs/thrift.lang >+%%DATADIR%%-4/language-specs/vala.lang >+%%DATADIR%%-4/language-specs/vbnet.lang >+%%DATADIR%%-4/language-specs/verilog.lang >+%%DATADIR%%-4/language-specs/vhdl.lang >+%%DATADIR%%-4/language-specs/xml.lang >+%%DATADIR%%-4/language-specs/xslt.lang >+%%DATADIR%%-4/language-specs/yacc.lang >+%%DATADIR%%-4/language-specs/yaml.lang >+%%DATADIR%%-4/styles/classic.xml >+%%DATADIR%%-4/styles/cobalt.xml >+%%DATADIR%%-4/styles/kate.xml >+%%DATADIR%%-4/styles/oblivion.xml >+%%DATADIR%%-4/styles/solarized-dark.xml >+%%DATADIR%%-4/styles/solarized-light.xml >+%%DATADIR%%-4/styles/styles.rng >+%%DATADIR%%-4/styles/tango.xml >+share/locale/ar/LC_MESSAGES/gtksourceview-4.mo >+share/locale/as/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ast/LC_MESSAGES/gtksourceview-4.mo >+share/locale/az/LC_MESSAGES/gtksourceview-4.mo >+share/locale/be/LC_MESSAGES/gtksourceview-4.mo >+share/locale/bg/LC_MESSAGES/gtksourceview-4.mo >+share/locale/bn/LC_MESSAGES/gtksourceview-4.mo >+share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo >+share/locale/bs/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ca/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo >+share/locale/cs/LC_MESSAGES/gtksourceview-4.mo >+share/locale/cy/LC_MESSAGES/gtksourceview-4.mo >+share/locale/da/LC_MESSAGES/gtksourceview-4.mo >+share/locale/de/LC_MESSAGES/gtksourceview-4.mo >+share/locale/dz/LC_MESSAGES/gtksourceview-4.mo >+share/locale/el/LC_MESSAGES/gtksourceview-4.mo >+share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo >+share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo >+share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo >+share/locale/eo/LC_MESSAGES/gtksourceview-4.mo >+share/locale/es/LC_MESSAGES/gtksourceview-4.mo >+share/locale/et/LC_MESSAGES/gtksourceview-4.mo >+share/locale/eu/LC_MESSAGES/gtksourceview-4.mo >+share/locale/fa/LC_MESSAGES/gtksourceview-4.mo >+share/locale/fi/LC_MESSAGES/gtksourceview-4.mo >+share/locale/fr/LC_MESSAGES/gtksourceview-4.mo >+share/locale/fur/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ga/LC_MESSAGES/gtksourceview-4.mo >+share/locale/gl/LC_MESSAGES/gtksourceview-4.mo >+share/locale/gu/LC_MESSAGES/gtksourceview-4.mo >+share/locale/he/LC_MESSAGES/gtksourceview-4.mo >+share/locale/hi/LC_MESSAGES/gtksourceview-4.mo >+share/locale/hr/LC_MESSAGES/gtksourceview-4.mo >+share/locale/hu/LC_MESSAGES/gtksourceview-4.mo >+share/locale/id/LC_MESSAGES/gtksourceview-4.mo >+share/locale/it/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ja/LC_MESSAGES/gtksourceview-4.mo >+share/locale/kk/LC_MESSAGES/gtksourceview-4.mo >+share/locale/kn/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ko/LC_MESSAGES/gtksourceview-4.mo >+share/locale/lt/LC_MESSAGES/gtksourceview-4.mo >+share/locale/lv/LC_MESSAGES/gtksourceview-4.mo >+share/locale/mai/LC_MESSAGES/gtksourceview-4.mo >+share/locale/mg/LC_MESSAGES/gtksourceview-4.mo >+share/locale/mk/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ml/LC_MESSAGES/gtksourceview-4.mo >+share/locale/mn/LC_MESSAGES/gtksourceview-4.mo >+share/locale/mr/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ms/LC_MESSAGES/gtksourceview-4.mo >+share/locale/nb/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ne/LC_MESSAGES/gtksourceview-4.mo >+share/locale/nl/LC_MESSAGES/gtksourceview-4.mo >+share/locale/nn/LC_MESSAGES/gtksourceview-4.mo >+share/locale/oc/LC_MESSAGES/gtksourceview-4.mo >+share/locale/or/LC_MESSAGES/gtksourceview-4.mo >+share/locale/pa/LC_MESSAGES/gtksourceview-4.mo >+share/locale/pl/LC_MESSAGES/gtksourceview-4.mo >+share/locale/pt/LC_MESSAGES/gtksourceview-4.mo >+share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ro/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ru/LC_MESSAGES/gtksourceview-4.mo >+share/locale/rw/LC_MESSAGES/gtksourceview-4.mo >+share/locale/si/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sk/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sl/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sq/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sr/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo >+share/locale/sv/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ta/LC_MESSAGES/gtksourceview-4.mo >+share/locale/te/LC_MESSAGES/gtksourceview-4.mo >+share/locale/tg/LC_MESSAGES/gtksourceview-4.mo >+share/locale/th/LC_MESSAGES/gtksourceview-4.mo >+share/locale/tr/LC_MESSAGES/gtksourceview-4.mo >+share/locale/ug/LC_MESSAGES/gtksourceview-4.mo >+share/locale/uk/LC_MESSAGES/gtksourceview-4.mo >+share/locale/vi/LC_MESSAGES/gtksourceview-4.mo >+share/locale/xh/LC_MESSAGES/gtksourceview-4.mo >+share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo >+share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo >+share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo >+share/vala/vapi/gtksourceview-4.deps >+share/vala/vapi/gtksourceview-4.vapi >diff --git c/x11-toolkits/tepl4/Makefile i/x11-toolkits/tepl4/Makefile >new file mode 100644 >index 000000000000..b45c8305e4f4 >--- /dev/null >+++ i/x11-toolkits/tepl4/Makefile >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= tepl >+PORTVERSION= 3.99.1 >+CATEGORIES= x11-toolkits gnome >+MASTER_SITES= GNOME >+PKGNAMESUFFIX= 4 >+DIST_SUBDIR= gnome3 >+ >+MAINTAINER= gnome@FreeBSD.org >+COMMENT= Feature library for GtkSourceView based text editors >+ >+LICENSE= LGPL21 >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+BUILD_DEPENDS= vala:lang/vala >+LIB_DEPENDS= libuchardet.so:textproc/uchardet >+ >+USES= compiler:c11 gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz >+USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 gtksourceview4 introspection:build libxml2 >+GNU_CONFIGURE= yes >+USE_LDCONFIG= yes >+CONFIGURE_ARGS= --enable-compile-warnings=no \ >+ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ >+ --enable-introspection >+INSTALL_TARGET= install-strip >+ >+.include <bsd.port.mk> >diff --git c/x11-toolkits/tepl4/distinfo i/x11-toolkits/tepl4/distinfo >new file mode 100644 >index 000000000000..ab27fe949b39 >--- /dev/null >+++ i/x11-toolkits/tepl4/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1521993477 >+SHA256 (gnome3/tepl-3.99.1.tar.xz) = f74c50a98c2e0bbf4c3bb727068be7c1e19454a99632971a4acbcaa1e7b6b83e >+SIZE (gnome3/tepl-3.99.1.tar.xz) = 485936 >diff --git c/x11-toolkits/tepl4/pkg-descr i/x11-toolkits/tepl4/pkg-descr >new file mode 100644 >index 000000000000..e204c26c0e4b >--- /dev/null >+++ i/x11-toolkits/tepl4/pkg-descr >@@ -0,0 +1,6 @@ >+Tepl is a library that eases the development of GtkSourceView-based text >+editors and IDEs. Tepl is the acronym for âText editor product lineâ. >+It serves as an incubator for GtkSourceView and was previously >+named Gtef (GTK+ text editor framework). >+ >+WWW: https://wiki.gnome.org/Projects/Tepl >diff --git c/x11-toolkits/tepl4/pkg-plist i/x11-toolkits/tepl4/pkg-plist >new file mode 100644 >index 000000000000..831481f1696d >--- /dev/null >+++ i/x11-toolkits/tepl4/pkg-plist >@@ -0,0 +1,128 @@ >+include/amtk-4/amtk/amtk-action-info-central-store.h >+include/amtk-4/amtk/amtk-action-info-store.h >+include/amtk-4/amtk/amtk-action-info.h >+include/amtk-4/amtk/amtk-action-map.h >+include/amtk-4/amtk/amtk-application-window.h >+include/amtk-4/amtk/amtk-enum-types.h >+include/amtk-4/amtk/amtk-factory.h >+include/amtk-4/amtk/amtk-init.h >+include/amtk-4/amtk/amtk-menu-item.h >+include/amtk-4/amtk/amtk-menu-shell.h >+include/amtk-4/amtk/amtk-types.h >+include/amtk-4/amtk/amtk-utils.h >+include/amtk-4/amtk/amtk.h >+include/tepl-4/tepl/tepl-abstract-factory-vala.h >+include/tepl-4/tepl/tepl-abstract-factory.h >+include/tepl-4/tepl/tepl-application-window.h >+include/tepl-4/tepl/tepl-application.h >+include/tepl-4/tepl/tepl-buffer.h >+include/tepl-4/tepl/tepl-encoding.h >+include/tepl-4/tepl/tepl-enum-types.h >+include/tepl-4/tepl/tepl-file-loader.h >+include/tepl-4/tepl/tepl-file-metadata.h >+include/tepl-4/tepl/tepl-file-saver.h >+include/tepl-4/tepl/tepl-file.h >+include/tepl-4/tepl/tepl-fold-region.h >+include/tepl-4/tepl/tepl-gutter-renderer-folds.h >+include/tepl-4/tepl/tepl-info-bar.h >+include/tepl-4/tepl/tepl-init.h >+include/tepl-4/tepl/tepl-iter.h >+include/tepl-4/tepl/tepl-menu-shell.h >+include/tepl-4/tepl/tepl-metadata-manager.h >+include/tepl-4/tepl/tepl-notebook.h >+include/tepl-4/tepl/tepl-tab-group.h >+include/tepl-4/tepl/tepl-tab-label.h >+include/tepl-4/tepl/tepl-tab.h >+include/tepl-4/tepl/tepl-types.h >+include/tepl-4/tepl/tepl-utils.h >+include/tepl-4/tepl/tepl-view.h >+include/tepl-4/tepl/tepl.h >+lib/girepository-1.0/Amtk-4.typelib >+lib/girepository-1.0/Tepl-4.typelib >+lib/libamtk-4.so >+lib/libamtk-4.so.0 >+lib/libamtk-4.so.0.0.0 >+lib/libtepl-4.so >+lib/libtepl-4.so.0 >+lib/libtepl-4.so.0.0.0 >+libdata/pkgconfig/amtk-4.pc >+libdata/pkgconfig/tepl-4.pc >+share/gir-1.0/Amtk-4.gir >+share/gir-1.0/Tepl-4.gir >+share/gtk-doc/html/tepl-4.0/AmtkActionInfo.html >+share/gtk-doc/html/tepl-4.0/AmtkActionInfoCentralStore.html >+share/gtk-doc/html/tepl-4.0/AmtkActionInfoStore.html >+share/gtk-doc/html/tepl-4.0/AmtkApplicationWindow.html >+share/gtk-doc/html/tepl-4.0/AmtkFactory.html >+share/gtk-doc/html/tepl-4.0/AmtkMenuShell.html >+share/gtk-doc/html/tepl-4.0/TeplAbstractFactory.html >+share/gtk-doc/html/tepl-4.0/TeplAbstractFactoryVala.html >+share/gtk-doc/html/tepl-4.0/TeplApplication.html >+share/gtk-doc/html/tepl-4.0/TeplApplicationWindow.html >+share/gtk-doc/html/tepl-4.0/TeplBuffer.html >+share/gtk-doc/html/tepl-4.0/TeplEncoding.html >+share/gtk-doc/html/tepl-4.0/TeplFile.html >+share/gtk-doc/html/tepl-4.0/TeplFileLoader.html >+share/gtk-doc/html/tepl-4.0/TeplFileMetadata.html >+share/gtk-doc/html/tepl-4.0/TeplFileSaver.html >+share/gtk-doc/html/tepl-4.0/TeplFoldRegion.html >+share/gtk-doc/html/tepl-4.0/TeplGutterRendererFolds.html >+share/gtk-doc/html/tepl-4.0/TeplInfoBar.html >+share/gtk-doc/html/tepl-4.0/TeplNotebook.html >+share/gtk-doc/html/tepl-4.0/TeplTab.html >+share/gtk-doc/html/tepl-4.0/TeplTabGroup.html >+share/gtk-doc/html/tepl-4.0/TeplTabLabel.html >+share/gtk-doc/html/tepl-4.0/TeplView.html >+share/gtk-doc/html/tepl-4.0/amtk-api-reference.html >+share/gtk-doc/html/tepl-4.0/amtk-intro.html >+share/gtk-doc/html/tepl-4.0/amtk.html >+share/gtk-doc/html/tepl-4.0/annexes.html >+share/gtk-doc/html/tepl-4.0/annotation-glossary.html >+share/gtk-doc/html/tepl-4.0/api-breaks-1-to-2.html >+share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-amtk.html >+share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-tepl.html >+share/gtk-doc/html/tepl-4.0/api-breaks-3-to-4-tepl.html >+share/gtk-doc/html/tepl-4.0/api-breaks.html >+share/gtk-doc/html/tepl-4.0/api-index-full.html >+share/gtk-doc/html/tepl-4.0/code-folding.html >+share/gtk-doc/html/tepl-4.0/file-loading-and-saving.html >+share/gtk-doc/html/tepl-4.0/framework.html >+share/gtk-doc/html/tepl-4.0/general.html >+share/gtk-doc/html/tepl-4.0/home.png >+share/gtk-doc/html/tepl-4.0/index.html >+share/gtk-doc/html/tepl-4.0/intro.html >+share/gtk-doc/html/tepl-4.0/left-insensitive.png >+share/gtk-doc/html/tepl-4.0/left.png >+share/gtk-doc/html/tepl-4.0/menus-and-toolbars.html >+share/gtk-doc/html/tepl-4.0/misc.html >+share/gtk-doc/html/tepl-4.0/object-tree.html >+share/gtk-doc/html/tepl-4.0/porting-guide-file-loading-and-saving.html >+share/gtk-doc/html/tepl-4.0/porting-guides.html >+share/gtk-doc/html/tepl-4.0/right-insensitive.png >+share/gtk-doc/html/tepl-4.0/right.png >+share/gtk-doc/html/tepl-4.0/style.css >+share/gtk-doc/html/tepl-4.0/tepl-4.0-Amtk-Initialization-and-Finalization.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkActionMap.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkMenuItem.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-AmtkUtils.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-Tepl-Initialization-and-Finalization.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplIter.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMenuShell.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMetadataManager.html >+share/gtk-doc/html/tepl-4.0/tepl-4.0.devhelp2 >+share/gtk-doc/html/tepl-4.0/tepl-api-reference.html >+share/gtk-doc/html/tepl-4.0/up-insensitive.png >+share/gtk-doc/html/tepl-4.0/up.png >+share/locale/cs/LC_MESSAGES/tepl-4.mo >+share/locale/de/LC_MESSAGES/tepl-4.mo >+share/locale/es/LC_MESSAGES/tepl-4.mo >+share/locale/fur/LC_MESSAGES/tepl-4.mo >+share/locale/hu/LC_MESSAGES/tepl-4.mo >+share/locale/id/LC_MESSAGES/tepl-4.mo >+share/locale/pl/LC_MESSAGES/tepl-4.mo >+share/locale/pt_BR/LC_MESSAGES/tepl-4.mo >+share/locale/ru/LC_MESSAGES/tepl-4.mo >+share/locale/sl/LC_MESSAGES/tepl-4.mo >+share/locale/sr/LC_MESSAGES/tepl-4.mo >+share/locale/sv/LC_MESSAGES/tepl-4.mo >+share/locale/uk/LC_MESSAGES/tepl-4.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226938
:
191828
|
192395