Index: head/Mk/Uses/gnome.mk =================================================================== --- head/Mk/Uses/gnome.mk (revision 469964) +++ head/Mk/Uses/gnome.mk (revision 469965) @@ -1,555 +1,559 @@ #-*- tab-width: 4; -*- # ex:ts=4 # # $FreeBSD$ # $NetBSD: $ # # Please view me with 4 column tabs! # ======================= USERS ================================= # # There are no significant user-definable settings in here. # This file is a framework to make it easier to create GNOME ports. # # ======================= /USERS ================================ # Please make sure all changes to this file are passed through the maintainer. # Do not commit them yourself (unless of course you're the Port's Wraith ;). # This section defines possible names of GNOME components and all information # necessary for ports to use those components. # Ports can use this as follows: # # USE_GNOME= glib20 introspection:build # # .include # # As a result proper LIB_DEPENDS/RUN_DEPENDS will be added and CONFIGURE_ENV # and MAKE_ENV defined. # # # GCONF_SCHEMAS - Set the following to list of all the gconf schema files # that your port installs. These schema files and # %gconf.xml files will be automatically added to # the ${PLIST}. For example, if your port has # "etc/gconf/schemas/(foo.schemas and bar.schemas)", # add the following to your Makefile: # "GCONF_SCHEMAS=foo.schemas bar.schemas". # # GLIB_SCHEMAS - Set the following to list of all gsettings schema files # (*.gschema.xml) that your ports installs. The # schema files will be automatically added to # the ${PLIST}. For example, if your port has # "share/glib-2.0/schemas/(foo.gschema.xml and bar.gschema.xml)", # add the following to your Makefile: # "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml". # # INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist # file and add apropriate @exec/@unexec directives for # each .omf file found to track OMF registration database. # # INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to # ${LOCALBASE}/share/icons, then you should use this # macro. Using this macro ensures that icons are cached # and will display correctly. This macro isn't needed # for QT based applications, which use a different method. # # MAINTAINER: gnome@FreeBSD.org .if !defined(_INCLUDE_USES_GNOME_MK) _INCLUDE_USES_GNOME_MK= yes _USES_POST+= gnome .if !empty(gnome_ARGS) IGNORE= USES=gnome takes no arguments .endif # non-version specific components _USE_GNOME_ALL= esound intlhack intltool introspection \ referencehack gnomemimedata \ gnomeprefix # GNOME 1 components _USE_GNOME_ALL+= gdkpixbuf glib12 gtk12 # GNOME 2 components _USE_GNOME_ALL+= atk cairo \ gdkpixbuf2 gconf2 glib20 \ gnomedocutils gnomesharp20 \ gnomevfs2 gtk-update-icon-cache gtk20 gtkhtml3 \ gtksharp20 gtksourceview gtksourceview2 gvfs libartlgpl2 libbonobo \ libbonoboui libglade2 libgnome \ libgnomecanvas libgnomekbd libgnomeprint libgnomeprintui \ libgnomeui libgsf libgtkhtml libidl librsvg2 libwnck \ libxml2 libxslt \ orbit2 pango pangox-compat pygnome2 pygobject pygtk2 \ pygtksourceview vte # GNOME 3 components _USE_GNOME_ALL+=dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 \ - gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 libgda5 \ + gnomemenus3 gsound gtk30 gtkhtml4 gtksourceview3 \ + gtksourceview4 libgda5 \ libgda5-ui libwnck3 metacity nautilus3 \ pygobject3 vte3 # C++ bindings _USE_GNOME_ALL+=atkmm cairomm gconfmm26 glibmm gtkmm20 gtkmm24 \ gtkmm30 gtksourceviewmm3 libgdamm5 \ libgtksourceviewmm libxml++26 libsigc++12 libsigc++20 \ pangomm GNOME_MAKEFILEIN?= Makefile.in SCROLLKEEPER_DIR= /var/db/rarian referencehack_PRE_PATCH= ${FIND} ${WRKSRC} -name "Makefile.in" -type f | ${XARGS} ${REINPLACE_CMD} -e \ "s|test \"\$$\$$installfiles\" = '\$$(srcdir)/html/\*'|:|" GNOME_HTML_DIR?= ${PREFIX}/share/doc GCONF_CONFIG_OPTIONS?= merged GCONF_CONFIG_DIRECTORY?=etc/gconf/gconf.xml.defaults GCONF_CONFIG_SOURCE?=xml:${GCONF_CONFIG_OPTIONS}:${PREFIX}/${GCONF_CONFIG_DIRECTORY} GNOME_LOCALSTATEDIR?= ${PREFIX}/share gnomeprefix_CONFIGURE_ENV=GTKDOC="false" gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \ --with-html-dir=${GNOME_HTML_DIR} \ --disable-gtk-doc \ --with-gconf-source=${GCONF_CONFIG_SOURCE} atkmm_LIB_DEPENDS= libatkmm-1.6.so:accessibility/atkmm atkmm_USE_GNOME_IMPL= glibmm atk libxml++26_LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 libxml++26_USE_GNOME_IMPL= glibmm libxml2 cairo_LIB_DEPENDS= libcairo.so:graphics/cairo cairomm_LIB_DEPENDS= libcairomm-1.0.so:graphics/cairomm cairomm_USE_GNOME_IMPL= cairo libxml++26 gconfmm26_LIB_DEPENDS= libgconfmm-2.6.so:devel/gconfmm26 gconfmm26_USE_GNOME_IMPL= glibmm gconf2 glibmm_LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm glibmm_USE_GNOME_IMPL= libsigc++20 glib20 gsound_BUILD_DEPENDS= gsound-play:audio/gsound gsound_LIB_DEPENDS= libgsound.so:audio/gsound gsound_RUN_DEPENDS= gsound-play:audio/gsound gsound_USE_GNOME_IMPL= glib20 gtkmm20_LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20 gtkmm20_USE_GNOME_IMPL= libsigc++12 gtk20 gtkmm24_LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 gtkmm24_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk20 gtkmm30_LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 gtkmm30_USE_GNOME_IMPL= glibmm cairomm atkmm pangomm gtk30 gtksourceviewmm3_LIB_DEPENDS= libgtksourceviewmm-3.0.so:x11-toolkits/gtksourceviewmm3 gtksourceviewmm3_USE_GNOME_IMPL= gtkmm30 gtksourceview3 libgdamm5_LIB_DEPENDS= libgdamm-5.0.so:databases/libgdamm5 libgdamm5_USE_GNOME_IMPL= libgda5 glibmm libgtksourceviewmm_LIB_DEPENDS= libgtksourceviewmm-2.0.so:x11-toolkits/libgtksourceviewmm libgtksourceviewmm_USE_GNOME_IMPL= gtksourceview2 gtkmm24 libsigc++12_LIB_DEPENDS= libsigc-1.2.so:devel/libsigc++12 libsigc++20_LIB_DEPENDS= libsigc-2.0.so:devel/libsigc++20 pangomm_LIB_DEPENDS= libpangomm-1.4.so:x11-toolkits/pangomm pangomm_USE_GNOME_IMPL= pango glibmm cairomm ESD_CONFIG?= ${LOCALBASE}/bin/esd-config esound_LIB_DEPENDS= libesd.so:audio/esound esound_CONFIGURE_ENV= ESD_CONFIG="${ESD_CONFIG}" esound_MAKE_ENV= ESD_CONFIG="${ESD_CONFIG}" GLIB_CONFIG?= ${LOCALBASE}/bin/glib-config glib12_LIB_DEPENDS= libglib.so:devel/glib12 glib12_CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" glib12_MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" GTK_CONFIG?= ${LOCALBASE}/bin/gtk-config gtk12_LIB_DEPENDS= libgtk.so:x11-toolkits/gtk12 gtk12_CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" gtk12_USE_GNOME_IMPL= glib12 GDK_PIXBUF_CONFIG?= ${LOCALBASE}/bin/gdk-pixbuf-config gdkpixbuf_LIB_DEPENDS= libgdk_pixbuf.so:graphics/gdk-pixbuf gdkpixbuf_CONFIGURE_ENV=GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_MAKE_ENV= GDK_PIXBUF_CONFIG="${GDK_PIXBUF_CONFIG}" gdkpixbuf_USE_GNOME_IMPL=gtk12 gnomemimedata_BUILD_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:misc/gnome-mime-data glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \ libintl.so:devel/gettext-runtime atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk atk_USE_GNOME_IMPL= glib20 dconf_BUILD_DEPENDS= dconf:devel/dconf dconf_LIB_DEPENDS= libdconf.so:devel/dconf dconf_RUN_DEPENDS= dconf:devel/dconf dconf_USE_GNOME_IMPL= glib20 pango_LIB_DEPENDS= libpango-1.0.so:x11-toolkits/pango pango_USE_GNOME_IMPL= glib20 pangox-compat_LIB_DEPENDS= libpangox-1.0.so:x11-toolkits/pangox-compat pangox-compat_USE_GNOME_IMPL= glib20 pango gdkpixbuf2_LIB_DEPENDS= libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2 gdkpixbuf2_USE_GNOME_IMPL=glib20 gtk-update-icon-cache_BUILD_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache gtk-update-icon-cache_RUN_DEPENDS= gtk-update-icon-cache:graphics/gtk-update-icon-cache gtk-update-icon-cache_USE_GNOME_IMPL= atk pango gdkpixbuf2 gtk20_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 gtk20_USE_GNOME_IMPL= atk pango GTK2_VERSION= 2.10.0 gtk30_LIB_DEPENDS= libgtk-3.so:x11-toolkits/gtk30 gtk30_USE_GNOME_IMPL= atk pango GTK3_VERSION= 3.0.0 libidl_LIB_DEPENDS= libIDL-2.so:devel/libIDL libidl_USE_GNOME_IMPL= glib20 orbit2_LIB_DEPENDS= libORBit-2.so:devel/ORBit2 orbit2_USE_GNOME_IMPL= libidl libglade2_LIB_DEPENDS= libglade-2.0.so:devel/libglade2 libglade2_USE_GNOME_IMPL=libxml2 gtk20 libxml2_BUILD_DEPENDS= xml2-config:textproc/libxml2 libxml2_LIB_DEPENDS= libxml2.so:textproc/libxml2 libxml2_RUN_DEPENDS= xml2-config:textproc/libxml2 libxslt_BUILD_DEPENDS= xsltproc:textproc/libxslt libxslt_LIB_DEPENDS= libxslt.so:textproc/libxslt libxslt_RUN_DEPENDS= ${libxslt_BUILD_DEPENDS} libxslt_USE_GNOME_IMPL= libxml2 libbonobo_LIB_DEPENDS= libbonobo-2.so:devel/libbonobo libbonobo_USE_GNOME_IMPL=libxml2 orbit2 introspection_BUILD_DEPENDS= g-ir-scanner:devel/gobject-introspection introspection_LIB_DEPENDS= libgirepository-1.0.so:devel/gobject-introspection introspection_RUN_DEPENDS= g-ir-scanner:devel/gobject-introspection introspection_USE_GNOME_IMPL= glib20 introspection_MAKE_ENV= GI_SCANNER_DISABLE_CACHE=1 XDG_CACHE_HOME=${WRKDIR} gconf2_LIB_DEPENDS= libgconf-2.so:devel/gconf2 gconf2_USE_GNOME_IMPL= orbit2 libxml2 gtk20 gnomevfs2_LIB_DEPENDS= libgnomevfs-2.so:devel/gnome-vfs gnomevfs2_USE_GNOME_IMPL=gconf2 gnomemimedata libgnomecanvas_LIB_DEPENDS= libgnomecanvas-2.so:graphics/libgnomecanvas libgnomecanvas_USE_GNOME_IMPL= libglade2 libartlgpl2 libartlgpl2_LIB_DEPENDS= libart_lgpl_2.so:graphics/libart_lgpl libgnomeprint_LIB_DEPENDS= libgnomeprint-2-2.so:print/libgnomeprint libgnomeprint_USE_GNOME_IMPL= libbonobo libartlgpl2 gtk20 libgnomeprintui_LIB_DEPENDS= libgnomeprintui-2-2.so:x11-toolkits/libgnomeprintui libgnomeprintui_USE_GNOME_IMPL= libgnomeprint libgnomecanvas libgnome_LIB_DEPENDS= libgnome-2.so:x11/libgnome libgnome_USE_GNOME_IMPL=gnomevfs2 libbonobo libbonoboui_LIB_DEPENDS= libbonoboui-2.so:x11-toolkits/libbonoboui libbonoboui_USE_GNOME_IMPL= libgnomecanvas libgnome libgnomeui_LIB_DEPENDS= libgnomeui-2.so:x11-toolkits/libgnomeui libgnomeui_USE_GNOME_IMPL= libbonoboui libgtkhtml_LIB_DEPENDS= libgtkhtml-2.so:www/libgtkhtml libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 gnomedesktop3_LIB_DEPENDS= libgnome-desktop-3.so:x11/gnome-desktop gnomedesktop3_USE_GNOME_IMPL= gtk30 libwnck_LIB_DEPENDS= libwnck-1.so:x11-toolkits/libwnck libwnck_USE_GNOME_IMPL= gtk20 libwnck3_LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 libwnck3_USE_GNOME_IMPL=gtk30 vte_LIB_DEPENDS= libvte.so:x11-toolkits/vte vte_USE_GNOME_IMPL= gtk20 vte3_LIB_DEPENDS= libvte-2.91.so:x11-toolkits/vte3 vte3_USE_GNOME_IMPL= gtk30 librsvg2_LIB_DEPENDS= librsvg-2.so:graphics/librsvg2 librsvg2_USE_GNOME_IMPL=libgsf gdkpixbuf2 pango nautilus3_LIB_DEPENDS= libnautilus-extension.so:x11-fm/nautilus nautilus3_USE_GNOME_IMPL=gnomedesktop3 gvfs libxml2 metacity_LIB_DEPENDS= libmetacity-private.so:x11-wm/metacity gnomecontrolcenter3_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc:sysutils/gnome-control-center gnomecontrolcenter3_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-keybindings.pc:sysutils/gnome-control-center gnomecontrolcenter3_USE_GNOME_IMPL= gnomedesktop3 libgda5_LIB_DEPENDS= libgda-5.0.so:databases/libgda5 libgda5_USE_GNOME_IMPL= glib20 libxslt libgda5-ui_LIB_DEPENDS= libgda-ui-5.0.so:databases/libgda5-ui libgda5-ui_USE_GNOME_IMPL=glib20 libxslt libgda5 gtksourceview_LIB_DEPENDS= libgtksourceview-1.0.so:x11-toolkits/gtksourceview gtksourceview_USE_GNOME_IMPL=libgnome libgnomeprintui gtksourceview2_LIB_DEPENDS= libgtksourceview-2.0.so:x11-toolkits/gtksourceview2 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 libgsf_LIB_DEPENDS= libgsf-1.so:devel/libgsf libgsf_USE_GNOME_IMPL= glib20 libxml2 pygobject_BUILD_DEPENDS= pygobject-codegen-2.0:devel/py-gobject pygobject_RUN_DEPENDS= pygobject-codegen-2.0:devel/py-gobject pygobject_USE_GNOME_IMPL= glib20 pygobject3_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} pygobject3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} pygobject3_USE_GNOME_IMPL= glib20 pygtk2_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 pygtk2_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:x11-toolkits/py-gtk2 pygtk2_USE_GNOME_IMPL= libglade2 pygobject pygnome2_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:x11-toolkits/py-gnome2 pygnome2_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:x11-toolkits/py-gnome2 pygnome2_USE_GNOME_IMPL=libgnomeui pygtk2 intltool_BUILD_DEPENDS= ${LOCALBASE}/bin/intltool-extract:textproc/intltool intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} \ 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \ s|/usr/bin/iconv|${ICONV_CMD}|g ; \ s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' ; \ ${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} \ 's/DATADIRNAME=lib/DATADIRNAME=share/' intlhack_USE_GNOME_IMPL=intltool gtkhtml3_LIB_DEPENDS= libgtkhtml-3.14.so:www/gtkhtml3 gtkhtml3_USE_GNOME_IMPL=libglade2 gtkhtml4_LIB_DEPENDS= libgtkhtml-4.0.so:www/gtkhtml4 gtkhtml4_USE_GNOME_IMPL=gtk30 libxml2 evolutiondataserver3_LIB_DEPENDS= libedataserver-1.2.so:databases/evolution-data-server evolutiondataserver3_USE_GNOME_IMPL= libxml2 gtk30 gnomemenus3_BUILD_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus gnomemenus3_RUN_DEPENDS= gnome-menus>=3.2.0:x11/gnome-menus gnomemenus3_USE_GNOME_IMPL= glib20 gnomedocutils_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-doc-utils.pc:textproc/gnome-doc-utils gnomedocutils_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-doc-utils.pc:textproc/gnome-doc-utils gnomedocutils_USE_GNOME_IMPL= libxslt gtksharp10_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:x11-toolkits/gtk-sharp10 gtksharp10_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc:x11-toolkits/gtk-sharp10 gtksharp10_USE_GNOME_IMPL= gtk20 gtksharp20_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20 gtksharp20_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp-2.0.pc:x11-toolkits/gtk-sharp20 gtksharp20_USE_GNOME_IMPL= gtk20 gnomesharp20_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc:x11-toolkits/gnome-sharp20 gnomesharp20_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-sharp-2.0.pc:x11-toolkits/gnome-sharp20 gnomesharp20_USE_GNOME_IMPL= gnomevfs2 gtkhtml3 gtksharp20 librsvg2 vte libgnomekbd_LIB_DEPENDS= libgnomekbd.so:x11/libgnomekbd libgnomekbd_USE_GNOME_IMPL= gtk30 libxml2 pygtksourceview_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc:x11-toolkits/py-gtksourceview pygtksourceview_RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtksourceview-2.0.pc:x11-toolkits/py-gtksourceview pygtksourceview_USE_GNOME_IMPL= gtksourceview2 pygtk2 gvfs_BUILD_DEPENDS= gvfs>=0:devel/gvfs gvfs_RUN_DEPENDS= gvfs>=0:devel/gvfs gvfs_USE_GNOME_IMPL= glib20 .if defined(INSTALLS_ICONS) USE_GNOME+= gtk-update-icon-cache .endif # End component definition section .if defined(USE_GNOME) # First of all expand all USE_GNOME_IMPL recursively . for component in ${_USE_GNOME_ALL} . for subcomponent in ${${component}_USE_GNOME_IMPL} ${component}_USE_GNOME_IMPL+=${${subcomponent}_USE_GNOME_IMPL} . endfor . endfor # Then use already expanded USE_GNOME_IMPL to expand USE_GNOME. # Also, check to see if each component has a desktop requirement. If it does, # and if the user's chosen desktop is not of the same version, mark the # port as IGNORE. . for component in ${USE_GNOME:C/^([^:]+).*/\1/} . if ${_USE_GNOME_ALL:M${component}}=="" IGNORE= cannot install: Unknown component ${component} . endif _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component} . endfor # Setup the GTK+ API version for pixbuf loaders, input method modules, # and theme engines. PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \ GTK3_VERSION="${GTK3_VERSION}" # Set USE_CSTD for all ports that depend on glib12 .if defined(_USE_GNOME) && !empty(_USE_GNOME:Mglib12) USE_CSTD= gnu89 .endif .if defined(_USE_GNOME) && empty(_USE_GNOME:Mglib20:u) && defined(GLIB_SCHEMAS) IGNORE= GLIB_SCHEMAS is set, but needs USE_GNOME=glib20 to work .endif .if defined(_USE_GNOME) && empty(_USE_GNOME:Mgconf2:u) && defined(GCONF_SCHEMAS) IGNORE= GCONF_SCHEMAS is set, but needs USE_GNOME=gconf2 to work .endif # Then traverse through all components, check which of them # exist in ${_USE_GNOME} and set variables accordingly .ifdef _USE_GNOME . for component in ${_USE_GNOME:O:u} . if defined(${component}_PATCH_DEPENDS) PATCH_DEPENDS+= ${${component}_PATCH_DEPENDS} . endif . if ${USE_GNOME:M${component}\:build} && defined(${component}_BUILD_DEPENDS) BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} . elif ${USE_GNOME:M${component}\:run} && defined(${component}_RUN_DEPENDS) RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . else . if defined(${component}_LIB_DEPENDS) LIB_DEPENDS+= ${${component}_LIB_DEPENDS} . else BUILD_DEPENDS+= ${${component}_BUILD_DEPENDS} RUN_DEPENDS+= ${${component}_RUN_DEPENDS} . endif . endif . if defined(${component}_CONFIGURE_ARGS) CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS} . endif . if defined(${component}_CONFIGURE_ENV) CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV} . endif . if defined(${component}_MAKE_ENV) MAKE_ENV+= ${${component}_MAKE_ENV} . endif . if !defined(CONFIGURE_TARGET) && defined(${component}_CONFIGURE_TARGET) CONFIGURE_TARGET= ${${component}_CONFIGURE_TARGET} . endif . if defined(${component}_PRE_PATCH) GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH} . endif . endfor .endif . if defined(GCONF_SCHEMAS) MAKE_ENV+= GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 . endif .endif .if defined(USE_GNOME_SUBR) GNOME_SUBR= ${LOCALBASE}/etc/gnome.subr RUN_DEPENDS+= ${GNOME_SUBR}:sysutils/gnome_subr SUB_LIST+= GNOME_SUBR=${GNOME_SUBR} .endif .endif # end of the part .if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_GNOME_POST_MK) _INCLUDE_USES_GNOME_POST_MK= yes .if defined(GNOME_PRE_PATCH) _USES_patch+= 290:gnome-pre-patch gnome-pre-patch: @${GNOME_PRE_PATCH:C/^;//1} .endif .if defined(GCONF_SCHEMAS) _USES_install+= 690:gnome-post-gconf-schemas gnome-post-gconf-schemas: @for i in ${GCONF_SCHEMAS}; do \ ${ECHO_CMD} "@postunexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "etc/gconf/schemas/$${i}" >> ${TMPPLIST}; \ ${ECHO_CMD} "@postexec env GCONF_CONFIG_SOURCE=xml:${GCONF_CONFIG_OPTIONS}:%D/${GCONF_CONFIG_DIRECTORY} HOME=${WRKDIR} gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/$${i} > /dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done .endif # we put the @unexec behind the plist schema entry, because it compiles files # in the directory. So we should remove the port file first before recompiling. .if defined(GLIB_SCHEMAS) _USES_install+= 690:gnome-post-glib-schemas gnome-post-glib-schemas: @for i in ${GLIB_SCHEMAS}; do \ ${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \ done @${ECHO_CMD} "@glib-schemas" >> ${TMPPLIST}; .endif .if defined(INSTALLS_OMF) _USES_install+= 690:gnome-post-omf gnome-post-omf: @for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \ ${ECHO_CMD} "@postexec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@postunexec scrollkeeper-uninstall -q %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done .endif .if defined(INSTALLS_ICONS) _USES_install+= 690:gnome-post-icons gnome-post-icons: @${RM} ${TMPPLIST}.icons1 @for i in `${GREP} "^share/icons/.*/" ${TMPPLIST} | ${CUT} -d / -f 1-3 | ${SORT} -u`; do \ ${ECHO_CMD} "@rmtry $${i}/icon-theme.cache" \ >> ${TMPPLIST}.icons1; \ ${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ ${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/$${i} 2>/dev/null || /usr/bin/true" \ >> ${TMPPLIST}; \ done @if test -f ${TMPPLIST}.icons1; then \ ${CAT} ${TMPPLIST}.icons1 ${TMPPLIST} > ${TMPPLIST}.icons2; \ ${RM} ${TMPPLIST}.icons1; \ ${MV} -f ${TMPPLIST}.icons2 ${TMPPLIST}; \ fi .endif .endif # End of use part. Index: head/x11-toolkits/Makefile =================================================================== --- head/x11-toolkits/Makefile (revision 469964) +++ head/x11-toolkits/Makefile (revision 469965) @@ -1,299 +1,300 @@ # $FreeBSD$ # COMMENT = X11 toolkits SUBDIR += SoXt SUBDIR += Xaw3d SUBDIR += Xmt SUBDIR += attica SUBDIR += bakery SUBDIR += blt SUBDIR += bwidget SUBDIR += c++-gtk-utils SUBDIR += diorite SUBDIR += flowcanvas SUBDIR += fltk SUBDIR += fltk-devel SUBDIR += fox14 SUBDIR += fox16 SUBDIR += fox17 SUBDIR += fpc-gtk2 SUBDIR += fpc-xforms SUBDIR += fxscintilla SUBDIR += gai SUBDIR += gdl SUBDIR += girara SUBDIR += gnocl SUBDIR += gnome-pty-helper SUBDIR += gnome-sharp20 SUBDIR += gnomemm SUBDIR += gnustep-back SUBDIR += gnustep-gui SUBDIR += granite SUBDIR += gstreamer-plugins-pango SUBDIR += gstreamer1-plugins-gtk SUBDIR += gstreamer1-plugins-pango SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp20 SUBDIR += gtk-sharp30 SUBDIR += gtk12 SUBDIR += gtk20 SUBDIR += gtk20-reference SUBDIR += gtk30 SUBDIR += gtk30-reference SUBDIR += gtkada SUBDIR += gtkada3 SUBDIR += gtkdatabox SUBDIR += gtkextra2 SUBDIR += gtkglarea2 SUBDIR += gtkglext SUBDIR += gtkglextmm SUBDIR += gtkimageview SUBDIR += gtkmathview SUBDIR += gtkmm20 SUBDIR += gtkmm20-reference SUBDIR += gtkmm24 SUBDIR += gtkmm24-reference SUBDIR += gtkmm30 SUBDIR += gtkmm30-reference SUBDIR += gtksourceview SUBDIR += gtksourceview-reference SUBDIR += gtksourceview2 SUBDIR += gtksourceview2-reference SUBDIR += gtksourceview3 SUBDIR += gtksourceview3-reference + SUBDIR += gtksourceview4 SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas SUBDIR += hs-GLURaw SUBDIR += hs-GLUT SUBDIR += hs-OpenGL SUBDIR += hs-OpenGLRaw SUBDIR += hs-gtk SUBDIR += hs-gtk2hs SUBDIR += hs-gtksourceview2 SUBDIR += hs-pango SUBDIR += hs-vte SUBDIR += hs-wx SUBDIR += hs-wxc SUBDIR += hs-wxcore SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets SUBDIR += kf5-attica SUBDIR += kf5-kcompletion SUBDIR += kf5-kconfigwidgets SUBDIR += kf5-kdesignerplugin SUBDIR += kf5-kguiaddons SUBDIR += kf5-kirigami2 SUBDIR += kf5-kitemviews SUBDIR += kf5-kjobwidgets SUBDIR += kf5-ktextwidgets SUBDIR += kf5-kwidgetsaddons SUBDIR += kf5-kxmlgui SUBDIR += kproperty SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu SUBDIR += libXt SUBDIR += libbonoboui SUBDIR += libbonoboui-reference SUBDIR += libgdiplus SUBDIR += libgnomeprintui SUBDIR += libgnomeprintuimm SUBDIR += libgnomeui SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 SUBDIR += libwnck SUBDIR += libwnck-reference SUBDIR += libwnck3 SUBDIR += libxaw3dxft SUBDIR += libxfce4gui SUBDIR += linux-c6-gtk2 SUBDIR += linux-c6-openmotif SUBDIR += linux-c6-pango SUBDIR += linux-c6-qt47-x11 SUBDIR += linux-c6-tk85 SUBDIR += linux-c7-gtk2 SUBDIR += linux-c7-openmotif SUBDIR += linux-c7-pango SUBDIR += linux-c7-qt-x11 SUBDIR += linux-c7-tk85 SUBDIR += movingmotif SUBDIR += mowitz SUBDIR += mygui SUBDIR += mygui-dummy SUBDIR += mygui-ogre SUBDIR += mygui-opengl SUBDIR += nanogui SUBDIR += neXtaw SUBDIR += ntk SUBDIR += nucleo SUBDIR += ocaml-lablgtk2 SUBDIR += ocaml-labltk SUBDIR += open-motif SUBDIR += osm-gps-map SUBDIR += otk SUBDIR += p5-Alien-wxWidgets SUBDIR += p5-Glade2 SUBDIR += p5-Gnome2 SUBDIR += p5-Gnome2-Canvas SUBDIR += p5-Gnome2-VFS SUBDIR += p5-Gnome2-Wnck SUBDIR += p5-Gtk-Perl SUBDIR += p5-Gtk2 SUBDIR += p5-Gtk2-Chmod SUBDIR += p5-Gtk2-Ex-Dialogs SUBDIR += p5-Gtk2-Ex-FormFactory SUBDIR += p5-Gtk2-Ex-PodViewer SUBDIR += p5-Gtk2-Ex-Simple-List SUBDIR += p5-Gtk2-Ex-Utils SUBDIR += p5-Gtk2-GladeXML SUBDIR += p5-Gtk2-Html2 SUBDIR += p5-Gtk2-ImageView SUBDIR += p5-Gtk2-PathButtonBar SUBDIR += p5-Gtk2-TrayIcon SUBDIR += p5-Gtk2-Unique SUBDIR += p5-Gtk3 SUBDIR += p5-Pango SUBDIR += p5-Prima SUBDIR += p5-Tk SUBDIR += p5-Tk-Action SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser SUBDIR += p5-Tk-Contrib SUBDIR += p5-Tk-CursorControl SUBDIR += p5-Tk-DKW SUBDIR += p5-Tk-Date SUBDIR += p5-Tk-DynaTabFrame SUBDIR += p5-Tk-Enscript SUBDIR += p5-Tk-FileDialog SUBDIR += p5-Tk-FontDialog SUBDIR += p5-Tk-GBARR SUBDIR += p5-Tk-Getopt SUBDIR += p5-Tk-HistEntry SUBDIR += p5-Tk-JComboBox SUBDIR += p5-Tk-ResizeButton SUBDIR += p5-Tk-Role-Dialog SUBDIR += p5-Tk-Role-HasWidgets SUBDIR += p5-Tk-Splashscreen SUBDIR += p5-Tk-Sugar SUBDIR += p5-Tk-TableMatrix SUBDIR += p5-Tk-ToolBar SUBDIR += p5-Tk-WaitBox SUBDIR += p5-Wx SUBDIR += p5-Wx-Perl-ProcessStream SUBDIR += pango SUBDIR += pango-reference SUBDIR += pangomm SUBDIR += pangox-compat SUBDIR += pangoxsl SUBDIR += phat SUBDIR += plasma5-kdeplasma-addons SUBDIR += plib SUBDIR += pure-gtk SUBDIR += pure-tk SUBDIR += py-Pmw SUBDIR += py-SquareMap SUBDIR += py-fltk SUBDIR += py-gnome2 SUBDIR += py-gtk2 SUBDIR += py-gtkglext SUBDIR += py-gtksourceview SUBDIR += py-gui SUBDIR += py-kivy SUBDIR += py-kiwi-gtk SUBDIR += py-qt4-gui SUBDIR += py-qt5-gui SUBDIR += py-qt5-quick SUBDIR += py-qt5-widgets SUBDIR += py-sexy SUBDIR += py-tkinter SUBDIR += py-tktreectrl SUBDIR += py-vte SUBDIR += py-wax SUBDIR += py-wxPython-common SUBDIR += py-wxPython28 SUBDIR += py-wxPython28-common SUBDIR += py-wxPython30 SUBDIR += py-xlib SUBDIR += pypy-tkinter SUBDIR += qml-box2d SUBDIR += qt4-declarative SUBDIR += qt4-gui SUBDIR += qt4pas SUBDIR += qt5-canvas3d SUBDIR += qt5-charts SUBDIR += qt5-datavis3d SUBDIR += qt5-gamepad SUBDIR += qt5-gtkplatform SUBDIR += qt5-gui SUBDIR += qt5-quick SUBDIR += qt5-quickcontrols SUBDIR += qt5-quickcontrols2 SUBDIR += qt5-uiplugin SUBDIR += qt5-virtualkeyboard SUBDIR += qt5-widgets SUBDIR += qt5pas SUBDIR += qtermwidget SUBDIR += qtermwidget-l10n SUBDIR += qwt5 SUBDIR += qwt5-designerplugin SUBDIR += qwt6 SUBDIR += rep-gtk2 SUBDIR += rubygem-gdk3 SUBDIR += rubygem-gtk2 SUBDIR += rubygem-gtk3 SUBDIR += rubygem-gtksourceview2 SUBDIR += rubygem-gtksourceview3 SUBDIR += rubygem-pango SUBDIR += rubygem-poppler SUBDIR += rubygem-uh SUBDIR += rubygem-vte SUBDIR += rubygem-vte3 SUBDIR += scintilla SUBDIR += sdl_pango SUBDIR += shared-desktop-ontologies SUBDIR += skinlf SUBDIR += slingshot SUBDIR += soqt SUBDIR += swt SUBDIR += swt-devel SUBDIR += termit SUBDIR += tile SUBDIR += tix SUBDIR += tk-wrapper SUBDIR += tk85 SUBDIR += tk86 SUBDIR += tk87 SUBDIR += tkdnd SUBDIR += tkshape SUBDIR += tktable SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique SUBDIR += v SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte SUBDIR += vte-reference SUBDIR += vte3 SUBDIR += vtkfox SUBDIR += wlc SUBDIR += wmapp SUBDIR += wxgtk28 SUBDIR += wxgtk28-common SUBDIR += wxgtk28-contrib SUBDIR += wxgtk28-contrib-common SUBDIR += wxgtk30 SUBDIR += xbae SUBDIR += xforms SUBDIR += xmhtml SUBDIR += xview SUBDIR += xview-clients .include Index: head/x11-toolkits/gtksourceview4/Makefile =================================================================== --- head/x11-toolkits/gtksourceview4/Makefile (nonexistent) +++ head/x11-toolkits/gtksourceview4/Makefile (revision 469965) @@ -0,0 +1,28 @@ +# Created by: Joe Marcus Clarke +# $FreeBSD$ + +PORTNAME= gtksourceview +PORTVERSION= 4.0.1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= GNOME +PKGNAMESUFFIX= 4 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +PORTSCOUT= limitw:1,even + +BUILD_DEPENDS= vala:lang/vala + +USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:xz +USE_CSTD= c11 +USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +.include Property changes on: head/x11-toolkits/gtksourceview4/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/gtksourceview4/distinfo =================================================================== --- head/x11-toolkits/gtksourceview4/distinfo (nonexistent) +++ head/x11-toolkits/gtksourceview4/distinfo (revision 469965) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525964440 +SHA256 (gnome/gtksourceview-4.0.1.tar.xz) = 38ce20ce0b8162d2ac0ee60c33b6c95173435499c7e101d2bde5f0276df5a37a +SIZE (gnome/gtksourceview-4.0.1.tar.xz) = 1356580 Property changes on: head/x11-toolkits/gtksourceview4/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/gtksourceview4/pkg-descr =================================================================== --- head/x11-toolkits/gtksourceview4/pkg-descr (nonexistent) +++ head/x11-toolkits/gtksourceview4/pkg-descr (revision 469965) @@ -0,0 +1,4 @@ +GtkSourceView is a text widget for Gtk+-3 that provides syntax highlighting +and other features typically expected in a source code editor. + +WWW: https://wiki.gnome.org/Projects/GtkSourceView Property changes on: head/x11-toolkits/gtksourceview4/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-toolkits/gtksourceview4/pkg-plist =================================================================== --- head/x11-toolkits/gtksourceview4/pkg-plist (nonexistent) +++ head/x11-toolkits/gtksourceview4/pkg-plist (revision 469965) @@ -0,0 +1,343 @@ +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 +share/gir-1.0/GtkSource-4.gir +share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +share/gtk-doc/html/gtksourceview-4.0/annexes.html +share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +share/gtk-doc/html/gtksourceview-4.0/api-reference.html +share/gtk-doc/html/gtksourceview-4.0/completion.html +share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +share/gtk-doc/html/gtksourceview-4.0/general.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +share/gtk-doc/html/gtksourceview-4.0/gutter.html +share/gtk-doc/html/gtksourceview-4.0/home.png +share/gtk-doc/html/gtksourceview-4.0/index.html +share/gtk-doc/html/gtksourceview-4.0/intro.html +share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/left.png +share/gtk-doc/html/gtksourceview-4.0/main-classes.html +share/gtk-doc/html/gtksourceview-4.0/misc.html +share/gtk-doc/html/gtksourceview-4.0/object-tree.html +share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +share/gtk-doc/html/gtksourceview-4.0/printing.html +share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/right.png +share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +share/gtk-doc/html/gtksourceview-4.0/style-reference.html +share/gtk-doc/html/gtksourceview-4.0/style.css +share/gtk-doc/html/gtksourceview-4.0/styling.html +share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +share/gtk-doc/html/gtksourceview-4.0/up.png +%%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/toml.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 Property changes on: head/x11-toolkits/gtksourceview4/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property