[Midnightbsd-cvs] mports [20339] trunk/x11-toolkits: fix several ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Sep 28 09:39:09 EDT 2015
Revision: 20339
http://svnweb.midnightbsd.org/mports/?rev=20339
Author: laffer1
Date: 2015-09-28 09:39:08 -0400 (Mon, 28 Sep 2015)
Log Message:
-----------
fix several ports
Modified Paths:
--------------
trunk/databases/py-psycopg2/Makefile
trunk/deskutils/Makefile
trunk/devel/Makefile
trunk/devel/py-fileutils/Makefile
trunk/devel/py-gdata/Makefile
trunk/devel/py-gdata/pkg-plist
trunk/devel/py-isodate/Makefile
trunk/devel/py-parsing/Makefile
trunk/devel/py-parsing/distinfo
trunk/devel/py-parsing/pkg-descr
trunk/devel/py-simplejson/Makefile
trunk/devel/py-simplejson/distinfo
trunk/devel/py-termcolor/Makefile
trunk/devel/py-yaml/Makefile
trunk/devel/py-yaml/pkg-plist
trunk/devel/py3-dbus/Makefile
trunk/devel/pydbus-common/Makefile
trunk/devel/pydbus-common/distinfo
trunk/dns/py-dnspython/Makefile
trunk/textproc/Makefile
trunk/x11-toolkits/Xaw3d/pkg-plist
trunk/x11-toolkits/py-tkinter/Makefile
trunk/x11-toolkits/vte/Makefile
trunk/x11-toolkits/vte3/Makefile
trunk/x11-toolkits/vte3/distinfo
trunk/x11-toolkits/vte3/pkg-plist
Added Paths:
-----------
trunk/deskutils/gnome-clocks/
trunk/deskutils/gnome-clocks/Makefile
trunk/deskutils/gnome-clocks/distinfo
trunk/deskutils/gnome-clocks/pkg-descr
trunk/deskutils/gnome-clocks/pkg-plist
trunk/deskutils/gnome-dictionary/
trunk/deskutils/gnome-dictionary/Makefile
trunk/deskutils/gnome-dictionary/distinfo
trunk/deskutils/gnome-dictionary/pkg-descr
trunk/deskutils/gnome-dictionary/pkg-plist
trunk/deskutils/gnome-documents/
trunk/deskutils/gnome-documents/Makefile
trunk/deskutils/gnome-documents/distinfo
trunk/deskutils/gnome-documents/pkg-descr
trunk/deskutils/gnome-documents/pkg-plist
trunk/deskutils/gnome-font-viewer/
trunk/deskutils/gnome-font-viewer/Makefile
trunk/deskutils/gnome-font-viewer/distinfo
trunk/deskutils/gnome-font-viewer/pkg-descr
trunk/deskutils/gnome-font-viewer/pkg-plist
trunk/deskutils/gnome-search-tool/
trunk/deskutils/gnome-search-tool/Makefile
trunk/deskutils/gnome-search-tool/distinfo
trunk/deskutils/gnome-search-tool/pkg-descr
trunk/deskutils/gnome-search-tool/pkg-plist
trunk/textproc/unoconv/
trunk/textproc/unoconv/Makefile
trunk/textproc/unoconv/distinfo
trunk/textproc/unoconv/files/
trunk/textproc/unoconv/files/pkg-message.in
trunk/textproc/unoconv/files/unoconv.in
trunk/textproc/unoconv/pkg-descr
trunk/textproc/unoconv/pkg-plist
trunk/x11-toolkits/gtksourceview3-reference/distinfo
Removed Paths:
-------------
trunk/devel/qt4-qtestlib/
trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c
trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in
Property Changed:
----------------
trunk/x11-toolkits/py-tkinter/Makefile
Modified: trunk/databases/py-psycopg2/Makefile
===================================================================
--- trunk/databases/py-psycopg2/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/databases/py-psycopg2/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -14,7 +14,7 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python pgsql
-USE_PYTHON= distutils autoplist concurrent
+USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/py-psycopg2
EXAMPLESDIR= ${PREFIX}/share/examples/py-psycopg2
Modified: trunk/deskutils/Makefile
===================================================================
--- trunk/deskutils/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/deskutils/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -26,10 +26,15 @@
SUBDIR += etoile-trackerkit
SUBDIR += etoile-ui
SUBDIR += glabels
+SUBDIR += gnome-clocks
SUBDIR += gnome-contacts
+SUBDIR += gnome-dictionary
+SUBDIR += gnome-documents
+SUBDIR += gnome-font-viewer
SUBDIR += gnome-maps
SUBDIR += gnome-photos
SUBDIR += gnome-screenshot
+SUBDIR += gnome-search-tool
SUBDIR += gnome-system-log
SUBDIR += gnome-utils
SUBDIR += gnome-weather
Added: trunk/deskutils/gnome-clocks/Makefile
===================================================================
--- trunk/deskutils/gnome-clocks/Makefile (rev 0)
+++ trunk/deskutils/gnome-clocks/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,38 @@
+# Created by: Gustau Perez <gustau.perez at gmail.com>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-clocks/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME= gnome-clocks
+PORTVERSION= 3.16.1
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Clocks for GNOME 3
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue \
+ itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libgeocode-glib.so:${PORTSDIR}/net/geocode-glib \
+ libgweather-3.so:${PORTSDIR}/net/libgweather
+RUN_DEPENDS= geoclue>=0:${PORTSDIR}/net/geoclue
+
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_LDCONFIG= yes
+USE_GNOME= gnomedesktop3 gsound gtk30 intlhack
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+
+GLIB_SCHEMAS= org.gnome.clocks.gschema.xml
+
+post-patch:
+# for base gcc
+ @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnome-clocks/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-clocks/distinfo
===================================================================
--- trunk/deskutils/gnome-clocks/distinfo (rev 0)
+++ trunk/deskutils/gnome-clocks/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-clocks-3.16.1.tar.xz) = 1804bac40d95044d43d6c04762dd2a0785f8783b38d9393290c31face083f3cc
+SIZE (gnome3/gnome-clocks-3.16.1.tar.xz) = 871648
Property changes on: trunk/deskutils/gnome-clocks/distinfo
___________________________________________________________________
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
Added: trunk/deskutils/gnome-clocks/pkg-descr
===================================================================
--- trunk/deskutils/gnome-clocks/pkg-descr (rev 0)
+++ trunk/deskutils/gnome-clocks/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,3 @@
+Clock application designed for GNOME 3
+
+WWW: https://wiki.gnome.org/Apps/Clocks
Property changes on: trunk/deskutils/gnome-clocks/pkg-descr
___________________________________________________________________
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
Added: trunk/deskutils/gnome-clocks/pkg-plist
===================================================================
--- trunk/deskutils/gnome-clocks/pkg-plist (rev 0)
+++ trunk/deskutils/gnome-clocks/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,224 @@
+bin/gnome-clocks
+share/appdata/org.gnome.clocks.appdata.xml
+share/applications/org.gnome.clocks.desktop
+share/dbus-1/services/org.gnome.clocks.service
+%%DATADIR%%/images/day.png
+%%DATADIR%%/images/night.png
+share/gnome-shell/search-providers/org.gnome.clocks.search-provider.ini
+share/help/C/gnome-clocks/alarm-add.page
+share/help/C/gnome-clocks/alarm-edit.page
+share/help/C/gnome-clocks/alarm-remove.page
+share/help/C/gnome-clocks/alarm-snooze-stop.page
+share/help/C/gnome-clocks/figures/gnome-clocks.png
+share/help/C/gnome-clocks/index.page
+share/help/C/gnome-clocks/legal.xml
+share/help/C/gnome-clocks/stopwatch.page
+share/help/C/gnome-clocks/timer.page
+share/help/C/gnome-clocks/world-add.page
+share/help/C/gnome-clocks/world-check.page
+share/help/C/gnome-clocks/world-remove.page
+share/help/cs/gnome-clocks/alarm-add.page
+share/help/cs/gnome-clocks/alarm-edit.page
+share/help/cs/gnome-clocks/alarm-remove.page
+share/help/cs/gnome-clocks/alarm-snooze-stop.page
+share/help/cs/gnome-clocks/figures/gnome-clocks.png
+share/help/cs/gnome-clocks/index.page
+share/help/cs/gnome-clocks/legal.xml
+share/help/cs/gnome-clocks/stopwatch.page
+share/help/cs/gnome-clocks/timer.page
+share/help/cs/gnome-clocks/world-add.page
+share/help/cs/gnome-clocks/world-check.page
+share/help/cs/gnome-clocks/world-remove.page
+share/help/de/gnome-clocks/alarm-add.page
+share/help/de/gnome-clocks/alarm-edit.page
+share/help/de/gnome-clocks/alarm-remove.page
+share/help/de/gnome-clocks/alarm-snooze-stop.page
+share/help/de/gnome-clocks/figures/gnome-clocks.png
+share/help/de/gnome-clocks/index.page
+share/help/de/gnome-clocks/legal.xml
+share/help/de/gnome-clocks/stopwatch.page
+share/help/de/gnome-clocks/timer.page
+share/help/de/gnome-clocks/world-add.page
+share/help/de/gnome-clocks/world-check.page
+share/help/de/gnome-clocks/world-remove.page
+share/help/el/gnome-clocks/alarm-add.page
+share/help/el/gnome-clocks/alarm-edit.page
+share/help/el/gnome-clocks/alarm-remove.page
+share/help/el/gnome-clocks/alarm-snooze-stop.page
+share/help/el/gnome-clocks/figures/gnome-clocks.png
+share/help/el/gnome-clocks/index.page
+share/help/el/gnome-clocks/legal.xml
+share/help/el/gnome-clocks/stopwatch.page
+share/help/el/gnome-clocks/timer.page
+share/help/el/gnome-clocks/world-add.page
+share/help/el/gnome-clocks/world-check.page
+share/help/el/gnome-clocks/world-remove.page
+share/help/es/gnome-clocks/alarm-add.page
+share/help/es/gnome-clocks/alarm-edit.page
+share/help/es/gnome-clocks/alarm-remove.page
+share/help/es/gnome-clocks/alarm-snooze-stop.page
+share/help/es/gnome-clocks/figures/gnome-clocks.png
+share/help/es/gnome-clocks/index.page
+share/help/es/gnome-clocks/legal.xml
+share/help/es/gnome-clocks/stopwatch.page
+share/help/es/gnome-clocks/timer.page
+share/help/es/gnome-clocks/world-add.page
+share/help/es/gnome-clocks/world-check.page
+share/help/es/gnome-clocks/world-remove.page
+share/help/fi/gnome-clocks/alarm-add.page
+share/help/fi/gnome-clocks/alarm-edit.page
+share/help/fi/gnome-clocks/alarm-remove.page
+share/help/fi/gnome-clocks/alarm-snooze-stop.page
+share/help/fi/gnome-clocks/figures/gnome-clocks.png
+share/help/fi/gnome-clocks/index.page
+share/help/fi/gnome-clocks/legal.xml
+share/help/fi/gnome-clocks/stopwatch.page
+share/help/fi/gnome-clocks/timer.page
+share/help/fi/gnome-clocks/world-add.page
+share/help/fi/gnome-clocks/world-check.page
+share/help/fi/gnome-clocks/world-remove.page
+share/help/fr/gnome-clocks/alarm-add.page
+share/help/fr/gnome-clocks/alarm-edit.page
+share/help/fr/gnome-clocks/alarm-remove.page
+share/help/fr/gnome-clocks/alarm-snooze-stop.page
+share/help/fr/gnome-clocks/figures/gnome-clocks.png
+share/help/fr/gnome-clocks/index.page
+share/help/fr/gnome-clocks/legal.xml
+share/help/fr/gnome-clocks/stopwatch.page
+share/help/fr/gnome-clocks/timer.page
+share/help/fr/gnome-clocks/world-add.page
+share/help/fr/gnome-clocks/world-check.page
+share/help/fr/gnome-clocks/world-remove.page
+share/help/gl/gnome-clocks/alarm-add.page
+share/help/gl/gnome-clocks/alarm-edit.page
+share/help/gl/gnome-clocks/alarm-remove.page
+share/help/gl/gnome-clocks/alarm-snooze-stop.page
+share/help/gl/gnome-clocks/figures/gnome-clocks.png
+share/help/gl/gnome-clocks/index.page
+share/help/gl/gnome-clocks/legal.xml
+share/help/gl/gnome-clocks/stopwatch.page
+share/help/gl/gnome-clocks/timer.page
+share/help/gl/gnome-clocks/world-add.page
+share/help/gl/gnome-clocks/world-check.page
+share/help/gl/gnome-clocks/world-remove.page
+share/help/hu/gnome-clocks/alarm-add.page
+share/help/hu/gnome-clocks/alarm-edit.page
+share/help/hu/gnome-clocks/alarm-remove.page
+share/help/hu/gnome-clocks/alarm-snooze-stop.page
+share/help/hu/gnome-clocks/figures/gnome-clocks.png
+share/help/hu/gnome-clocks/index.page
+share/help/hu/gnome-clocks/legal.xml
+share/help/hu/gnome-clocks/stopwatch.page
+share/help/hu/gnome-clocks/timer.page
+share/help/hu/gnome-clocks/world-add.page
+share/help/hu/gnome-clocks/world-check.page
+share/help/hu/gnome-clocks/world-remove.page
+share/help/id/gnome-clocks/alarm-add.page
+share/help/id/gnome-clocks/alarm-edit.page
+share/help/id/gnome-clocks/alarm-remove.page
+share/help/id/gnome-clocks/alarm-snooze-stop.page
+share/help/id/gnome-clocks/figures/gnome-clocks.png
+share/help/id/gnome-clocks/index.page
+share/help/id/gnome-clocks/legal.xml
+share/help/id/gnome-clocks/stopwatch.page
+share/help/id/gnome-clocks/timer.page
+share/help/id/gnome-clocks/world-add.page
+share/help/id/gnome-clocks/world-check.page
+share/help/id/gnome-clocks/world-remove.page
+share/help/pt_BR/gnome-clocks/alarm-add.page
+share/help/pt_BR/gnome-clocks/alarm-edit.page
+share/help/pt_BR/gnome-clocks/alarm-remove.page
+share/help/pt_BR/gnome-clocks/alarm-snooze-stop.page
+share/help/pt_BR/gnome-clocks/figures/gnome-clocks.png
+share/help/pt_BR/gnome-clocks/index.page
+share/help/pt_BR/gnome-clocks/legal.xml
+share/help/pt_BR/gnome-clocks/stopwatch.page
+share/help/pt_BR/gnome-clocks/timer.page
+share/help/pt_BR/gnome-clocks/world-add.page
+share/help/pt_BR/gnome-clocks/world-check.page
+share/help/pt_BR/gnome-clocks/world-remove.page
+share/help/ru/gnome-clocks/alarm-add.page
+share/help/ru/gnome-clocks/alarm-edit.page
+share/help/ru/gnome-clocks/alarm-remove.page
+share/help/ru/gnome-clocks/alarm-snooze-stop.page
+share/help/ru/gnome-clocks/figures/gnome-clocks.png
+share/help/ru/gnome-clocks/index.page
+share/help/ru/gnome-clocks/legal.xml
+share/help/ru/gnome-clocks/stopwatch.page
+share/help/ru/gnome-clocks/timer.page
+share/help/ru/gnome-clocks/world-add.page
+share/help/ru/gnome-clocks/world-check.page
+share/help/ru/gnome-clocks/world-remove.page
+share/icons/hicolor/16x16/apps/gnome-clocks.png
+share/icons/hicolor/22x22/apps/gnome-clocks.png
+share/icons/hicolor/256x256/apps/gnome-clocks.png
+share/icons/hicolor/32x32/apps/gnome-clocks.png
+share/icons/hicolor/48x48/apps/gnome-clocks.png
+share/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg
+share/locale/af/LC_MESSAGES/gnome-clocks.mo
+share/locale/an/LC_MESSAGES/gnome-clocks.mo
+share/locale/ar/LC_MESSAGES/gnome-clocks.mo
+share/locale/as/LC_MESSAGES/gnome-clocks.mo
+share/locale/be/LC_MESSAGES/gnome-clocks.mo
+share/locale/bg/LC_MESSAGES/gnome-clocks.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-clocks.mo
+share/locale/bs/LC_MESSAGES/gnome-clocks.mo
+share/locale/ca/LC_MESSAGES/gnome-clocks.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-clocks.mo
+share/locale/cs/LC_MESSAGES/gnome-clocks.mo
+share/locale/da/LC_MESSAGES/gnome-clocks.mo
+share/locale/de/LC_MESSAGES/gnome-clocks.mo
+share/locale/el/LC_MESSAGES/gnome-clocks.mo
+share/locale/en_GB/LC_MESSAGES/gnome-clocks.mo
+share/locale/eo/LC_MESSAGES/gnome-clocks.mo
+share/locale/es/LC_MESSAGES/gnome-clocks.mo
+share/locale/et/LC_MESSAGES/gnome-clocks.mo
+share/locale/eu/LC_MESSAGES/gnome-clocks.mo
+share/locale/fa/LC_MESSAGES/gnome-clocks.mo
+share/locale/fi/LC_MESSAGES/gnome-clocks.mo
+share/locale/fr/LC_MESSAGES/gnome-clocks.mo
+share/locale/fur/LC_MESSAGES/gnome-clocks.mo
+share/locale/ga/LC_MESSAGES/gnome-clocks.mo
+share/locale/gd/LC_MESSAGES/gnome-clocks.mo
+share/locale/gl/LC_MESSAGES/gnome-clocks.mo
+share/locale/gu/LC_MESSAGES/gnome-clocks.mo
+share/locale/he/LC_MESSAGES/gnome-clocks.mo
+share/locale/hi/LC_MESSAGES/gnome-clocks.mo
+share/locale/hu/LC_MESSAGES/gnome-clocks.mo
+share/locale/id/LC_MESSAGES/gnome-clocks.mo
+share/locale/is/LC_MESSAGES/gnome-clocks.mo
+share/locale/it/LC_MESSAGES/gnome-clocks.mo
+share/locale/ja/LC_MESSAGES/gnome-clocks.mo
+share/locale/kk/LC_MESSAGES/gnome-clocks.mo
+share/locale/kn/LC_MESSAGES/gnome-clocks.mo
+share/locale/ko/LC_MESSAGES/gnome-clocks.mo
+share/locale/lt/LC_MESSAGES/gnome-clocks.mo
+share/locale/lv/LC_MESSAGES/gnome-clocks.mo
+share/locale/ml/LC_MESSAGES/gnome-clocks.mo
+share/locale/mr/LC_MESSAGES/gnome-clocks.mo
+share/locale/nb/LC_MESSAGES/gnome-clocks.mo
+share/locale/ne/LC_MESSAGES/gnome-clocks.mo
+share/locale/nl/LC_MESSAGES/gnome-clocks.mo
+share/locale/or/LC_MESSAGES/gnome-clocks.mo
+share/locale/pa/LC_MESSAGES/gnome-clocks.mo
+share/locale/pl/LC_MESSAGES/gnome-clocks.mo
+share/locale/pt/LC_MESSAGES/gnome-clocks.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-clocks.mo
+share/locale/ro/LC_MESSAGES/gnome-clocks.mo
+share/locale/ru/LC_MESSAGES/gnome-clocks.mo
+share/locale/sk/LC_MESSAGES/gnome-clocks.mo
+share/locale/sl/LC_MESSAGES/gnome-clocks.mo
+share/locale/sr/LC_MESSAGES/gnome-clocks.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-clocks.mo
+share/locale/sv/LC_MESSAGES/gnome-clocks.mo
+share/locale/ta/LC_MESSAGES/gnome-clocks.mo
+share/locale/te/LC_MESSAGES/gnome-clocks.mo
+share/locale/tg/LC_MESSAGES/gnome-clocks.mo
+share/locale/th/LC_MESSAGES/gnome-clocks.mo
+share/locale/tr/LC_MESSAGES/gnome-clocks.mo
+share/locale/ug/LC_MESSAGES/gnome-clocks.mo
+share/locale/uk/LC_MESSAGES/gnome-clocks.mo
+share/locale/vi/LC_MESSAGES/gnome-clocks.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-clocks.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-clocks.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-clocks.mo
Property changes on: trunk/deskutils/gnome-clocks/pkg-plist
___________________________________________________________________
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
Added: trunk/deskutils/gnome-dictionary/Makefile
===================================================================
--- trunk/deskutils/gnome-dictionary/Makefile (rev 0)
+++ trunk/deskutils/gnome-dictionary/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,30 @@
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-dictionary/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME= gnome-dictionary
+PORTVERSION= 3.16.2
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GNOME 3 dictionary lookup application
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \
+ itstool:${PORTSDIR}/textproc/itstool
+
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= intlhack introspection:build gtk30
+INSTALLS_ICONS= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.dictionary.gschema.xml
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnome-dictionary/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-dictionary/distinfo
===================================================================
--- trunk/deskutils/gnome-dictionary/distinfo (rev 0)
+++ trunk/deskutils/gnome-dictionary/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-dictionary-3.16.2.tar.xz) = a2981a76ecf57a5e5f1ebc88697f228a40e550c3371535aa15cc959fe51badd5
+SIZE (gnome3/gnome-dictionary-3.16.2.tar.xz) = 847024
Property changes on: trunk/deskutils/gnome-dictionary/distinfo
___________________________________________________________________
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
Added: trunk/deskutils/gnome-dictionary/pkg-descr
===================================================================
--- trunk/deskutils/gnome-dictionary/pkg-descr (rev 0)
+++ trunk/deskutils/gnome-dictionary/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,3 @@
+GNOME GUI client for DICT servers to look up definitions.
+
+WWW: https://wiki.gnome.org/Dictionary
Property changes on: trunk/deskutils/gnome-dictionary/pkg-descr
___________________________________________________________________
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
Added: trunk/deskutils/gnome-dictionary/pkg-plist
===================================================================
--- trunk/deskutils/gnome-dictionary/pkg-plist (rev 0)
+++ trunk/deskutils/gnome-dictionary/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,641 @@
+bin/gnome-dictionary
+include/gdict-1.0/gdict/gdict-client-context.h
+include/gdict-1.0/gdict/gdict-context.h
+include/gdict-1.0/gdict/gdict-database-chooser.h
+include/gdict-1.0/gdict/gdict-defbox.h
+include/gdict-1.0/gdict/gdict-enum-types.h
+include/gdict-1.0/gdict/gdict-source-chooser.h
+include/gdict-1.0/gdict/gdict-source-loader.h
+include/gdict-1.0/gdict/gdict-source.h
+include/gdict-1.0/gdict/gdict-speller.h
+include/gdict-1.0/gdict/gdict-strategy-chooser.h
+include/gdict-1.0/gdict/gdict-utils.h
+include/gdict-1.0/gdict/gdict-version.h
+include/gdict-1.0/gdict/gdict.h
+lib/girepository-1.0/Gdict-1.0.typelib
+lib/libgdict-1.0.so
+lib/libgdict-1.0.so.8
+lib/libgdict-1.0.so.8.1.0
+libdata/pkgconfig/gdict-1.0.pc
+man/man1/gnome-dictionary.1.gz
+share/appdata/org.gnome.Dictionary.appdata.xml
+share/applications/org.gnome.Dictionary.desktop
+share/dbus-1/services/org.gnome.Dictionary.service
+share/gdict-1.0/sources/default.desktop
+share/gdict-1.0/sources/spanish.desktop
+share/gdict-1.0/sources/thai.desktop
+share/gir-1.0/Gdict-1.0.gir
+share/gtk-doc/html/gdict/GdictClientContext.html
+share/gtk-doc/html/gdict/GdictContext.html
+share/gtk-doc/html/gdict/GdictDatabaseChooser.html
+share/gtk-doc/html/gdict/GdictDefbox.html
+share/gtk-doc/html/gdict/GdictSource.html
+share/gtk-doc/html/gdict/GdictSourceChooser.html
+share/gtk-doc/html/gdict/GdictSourceLoader.html
+share/gtk-doc/html/gdict/GdictSpeller.html
+share/gtk-doc/html/gdict/GdictStrategyChooser.html
+share/gtk-doc/html/gdict/annotation-glossary.html
+share/gtk-doc/html/gdict/ch05.html
+share/gtk-doc/html/gdict/ch06.html
+share/gtk-doc/html/gdict/context-types.html
+share/gtk-doc/html/gdict/context.html
+share/gtk-doc/html/gdict/gdict-Gdict-Utilities.html
+share/gtk-doc/html/gdict/gdict-Gdict-Version-Checking.html
+share/gtk-doc/html/gdict/gdict-utils.html
+share/gtk-doc/html/gdict/gdict.devhelp2
+share/gtk-doc/html/gdict/gdict.html
+share/gtk-doc/html/gdict/gdictui.html
+share/gtk-doc/html/gdict/home.png
+share/gtk-doc/html/gdict/index.html
+share/gtk-doc/html/gdict/index.sgml
+share/gtk-doc/html/gdict/introduction.html
+share/gtk-doc/html/gdict/ix01.html
+share/gtk-doc/html/gdict/ix02.html
+share/gtk-doc/html/gdict/ix03.html
+share/gtk-doc/html/gdict/ix04.html
+share/gtk-doc/html/gdict/left-insensitive.png
+share/gtk-doc/html/gdict/left.png
+share/gtk-doc/html/gdict/right-insensitive.png
+share/gtk-doc/html/gdict/right.png
+share/gtk-doc/html/gdict/sources.html
+share/gtk-doc/html/gdict/style.css
+share/gtk-doc/html/gdict/up-insensitive.png
+share/gtk-doc/html/gdict/up.png
+share/help/C/gnome-dictionary/definition.page
+share/help/C/gnome-dictionary/dictionary-select.page
+share/help/C/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/C/gnome-dictionary/figures/gnome-dictionary.png
+share/help/C/gnome-dictionary/find.page
+share/help/C/gnome-dictionary/index.page
+share/help/C/gnome-dictionary/introduction.page
+share/help/C/gnome-dictionary/keyboard-shortcuts.page
+share/help/C/gnome-dictionary/legal.xml
+share/help/C/gnome-dictionary/pref.page
+share/help/C/gnome-dictionary/print-font.page
+share/help/C/gnome-dictionary/print.page
+share/help/C/gnome-dictionary/prob-retrieving-definition.page
+share/help/C/gnome-dictionary/save-definition.page
+share/help/C/gnome-dictionary/similar-words.page
+share/help/C/gnome-dictionary/source-add-local.page
+share/help/C/gnome-dictionary/sources-default.page
+share/help/C/gnome-dictionary/sources-delete.page
+share/help/C/gnome-dictionary/sources-edit.page
+share/help/C/gnome-dictionary/sources-select.page
+share/help/C/gnome-dictionary/sources.page
+share/help/C/gnome-dictionary/text-copy.page
+share/help/ca/gnome-dictionary/definition.page
+share/help/ca/gnome-dictionary/dictionary-select.page
+share/help/ca/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/ca/gnome-dictionary/figures/gnome-dictionary.png
+share/help/ca/gnome-dictionary/find.page
+share/help/ca/gnome-dictionary/index.page
+share/help/ca/gnome-dictionary/introduction.page
+share/help/ca/gnome-dictionary/keyboard-shortcuts.page
+share/help/ca/gnome-dictionary/legal.xml
+share/help/ca/gnome-dictionary/pref.page
+share/help/ca/gnome-dictionary/print-font.page
+share/help/ca/gnome-dictionary/print.page
+share/help/ca/gnome-dictionary/prob-retrieving-definition.page
+share/help/ca/gnome-dictionary/save-definition.page
+share/help/ca/gnome-dictionary/similar-words.page
+share/help/ca/gnome-dictionary/source-add-local.page
+share/help/ca/gnome-dictionary/sources-default.page
+share/help/ca/gnome-dictionary/sources-delete.page
+share/help/ca/gnome-dictionary/sources-edit.page
+share/help/ca/gnome-dictionary/sources-select.page
+share/help/ca/gnome-dictionary/sources.page
+share/help/ca/gnome-dictionary/text-copy.page
+share/help/cs/gnome-dictionary/definition.page
+share/help/cs/gnome-dictionary/dictionary-select.page
+share/help/cs/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/cs/gnome-dictionary/figures/gnome-dictionary.png
+share/help/cs/gnome-dictionary/find.page
+share/help/cs/gnome-dictionary/index.page
+share/help/cs/gnome-dictionary/introduction.page
+share/help/cs/gnome-dictionary/keyboard-shortcuts.page
+share/help/cs/gnome-dictionary/legal.xml
+share/help/cs/gnome-dictionary/pref.page
+share/help/cs/gnome-dictionary/print-font.page
+share/help/cs/gnome-dictionary/print.page
+share/help/cs/gnome-dictionary/prob-retrieving-definition.page
+share/help/cs/gnome-dictionary/save-definition.page
+share/help/cs/gnome-dictionary/similar-words.page
+share/help/cs/gnome-dictionary/source-add-local.page
+share/help/cs/gnome-dictionary/sources-default.page
+share/help/cs/gnome-dictionary/sources-delete.page
+share/help/cs/gnome-dictionary/sources-edit.page
+share/help/cs/gnome-dictionary/sources-select.page
+share/help/cs/gnome-dictionary/sources.page
+share/help/cs/gnome-dictionary/text-copy.page
+share/help/da/gnome-dictionary/definition.page
+share/help/da/gnome-dictionary/dictionary-select.page
+share/help/da/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/da/gnome-dictionary/figures/gnome-dictionary.png
+share/help/da/gnome-dictionary/find.page
+share/help/da/gnome-dictionary/index.page
+share/help/da/gnome-dictionary/introduction.page
+share/help/da/gnome-dictionary/keyboard-shortcuts.page
+share/help/da/gnome-dictionary/legal.xml
+share/help/da/gnome-dictionary/pref.page
+share/help/da/gnome-dictionary/print-font.page
+share/help/da/gnome-dictionary/print.page
+share/help/da/gnome-dictionary/prob-retrieving-definition.page
+share/help/da/gnome-dictionary/save-definition.page
+share/help/da/gnome-dictionary/similar-words.page
+share/help/da/gnome-dictionary/source-add-local.page
+share/help/da/gnome-dictionary/sources-default.page
+share/help/da/gnome-dictionary/sources-delete.page
+share/help/da/gnome-dictionary/sources-edit.page
+share/help/da/gnome-dictionary/sources-select.page
+share/help/da/gnome-dictionary/sources.page
+share/help/da/gnome-dictionary/text-copy.page
+share/help/de/gnome-dictionary/definition.page
+share/help/de/gnome-dictionary/dictionary-select.page
+share/help/de/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/de/gnome-dictionary/figures/gnome-dictionary.png
+share/help/de/gnome-dictionary/find.page
+share/help/de/gnome-dictionary/index.page
+share/help/de/gnome-dictionary/introduction.page
+share/help/de/gnome-dictionary/keyboard-shortcuts.page
+share/help/de/gnome-dictionary/legal.xml
+share/help/de/gnome-dictionary/pref.page
+share/help/de/gnome-dictionary/print-font.page
+share/help/de/gnome-dictionary/print.page
+share/help/de/gnome-dictionary/prob-retrieving-definition.page
+share/help/de/gnome-dictionary/save-definition.page
+share/help/de/gnome-dictionary/similar-words.page
+share/help/de/gnome-dictionary/source-add-local.page
+share/help/de/gnome-dictionary/sources-default.page
+share/help/de/gnome-dictionary/sources-delete.page
+share/help/de/gnome-dictionary/sources-edit.page
+share/help/de/gnome-dictionary/sources-select.page
+share/help/de/gnome-dictionary/sources.page
+share/help/de/gnome-dictionary/text-copy.page
+share/help/el/gnome-dictionary/definition.page
+share/help/el/gnome-dictionary/dictionary-select.page
+share/help/el/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/el/gnome-dictionary/figures/gnome-dictionary.png
+share/help/el/gnome-dictionary/find.page
+share/help/el/gnome-dictionary/index.page
+share/help/el/gnome-dictionary/introduction.page
+share/help/el/gnome-dictionary/keyboard-shortcuts.page
+share/help/el/gnome-dictionary/legal.xml
+share/help/el/gnome-dictionary/pref.page
+share/help/el/gnome-dictionary/print-font.page
+share/help/el/gnome-dictionary/print.page
+share/help/el/gnome-dictionary/prob-retrieving-definition.page
+share/help/el/gnome-dictionary/save-definition.page
+share/help/el/gnome-dictionary/similar-words.page
+share/help/el/gnome-dictionary/source-add-local.page
+share/help/el/gnome-dictionary/sources-default.page
+share/help/el/gnome-dictionary/sources-delete.page
+share/help/el/gnome-dictionary/sources-edit.page
+share/help/el/gnome-dictionary/sources-select.page
+share/help/el/gnome-dictionary/sources.page
+share/help/el/gnome-dictionary/text-copy.page
+share/help/en_GB/gnome-dictionary/definition.page
+share/help/en_GB/gnome-dictionary/dictionary-select.page
+share/help/en_GB/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/en_GB/gnome-dictionary/figures/gnome-dictionary.png
+share/help/en_GB/gnome-dictionary/find.page
+share/help/en_GB/gnome-dictionary/index.page
+share/help/en_GB/gnome-dictionary/introduction.page
+share/help/en_GB/gnome-dictionary/keyboard-shortcuts.page
+share/help/en_GB/gnome-dictionary/legal.xml
+share/help/en_GB/gnome-dictionary/pref.page
+share/help/en_GB/gnome-dictionary/print-font.page
+share/help/en_GB/gnome-dictionary/print.page
+share/help/en_GB/gnome-dictionary/prob-retrieving-definition.page
+share/help/en_GB/gnome-dictionary/save-definition.page
+share/help/en_GB/gnome-dictionary/similar-words.page
+share/help/en_GB/gnome-dictionary/source-add-local.page
+share/help/en_GB/gnome-dictionary/sources-default.page
+share/help/en_GB/gnome-dictionary/sources-delete.page
+share/help/en_GB/gnome-dictionary/sources-edit.page
+share/help/en_GB/gnome-dictionary/sources-select.page
+share/help/en_GB/gnome-dictionary/sources.page
+share/help/en_GB/gnome-dictionary/text-copy.page
+share/help/es/gnome-dictionary/definition.page
+share/help/es/gnome-dictionary/dictionary-select.page
+share/help/es/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/es/gnome-dictionary/figures/gnome-dictionary.png
+share/help/es/gnome-dictionary/find.page
+share/help/es/gnome-dictionary/index.page
+share/help/es/gnome-dictionary/introduction.page
+share/help/es/gnome-dictionary/keyboard-shortcuts.page
+share/help/es/gnome-dictionary/legal.xml
+share/help/es/gnome-dictionary/pref.page
+share/help/es/gnome-dictionary/print-font.page
+share/help/es/gnome-dictionary/print.page
+share/help/es/gnome-dictionary/prob-retrieving-definition.page
+share/help/es/gnome-dictionary/save-definition.page
+share/help/es/gnome-dictionary/similar-words.page
+share/help/es/gnome-dictionary/source-add-local.page
+share/help/es/gnome-dictionary/sources-default.page
+share/help/es/gnome-dictionary/sources-delete.page
+share/help/es/gnome-dictionary/sources-edit.page
+share/help/es/gnome-dictionary/sources-select.page
+share/help/es/gnome-dictionary/sources.page
+share/help/es/gnome-dictionary/text-copy.page
+share/help/eu/gnome-dictionary/definition.page
+share/help/eu/gnome-dictionary/dictionary-select.page
+share/help/eu/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/eu/gnome-dictionary/figures/gnome-dictionary.png
+share/help/eu/gnome-dictionary/find.page
+share/help/eu/gnome-dictionary/index.page
+share/help/eu/gnome-dictionary/introduction.page
+share/help/eu/gnome-dictionary/keyboard-shortcuts.page
+share/help/eu/gnome-dictionary/legal.xml
+share/help/eu/gnome-dictionary/pref.page
+share/help/eu/gnome-dictionary/print-font.page
+share/help/eu/gnome-dictionary/print.page
+share/help/eu/gnome-dictionary/prob-retrieving-definition.page
+share/help/eu/gnome-dictionary/save-definition.page
+share/help/eu/gnome-dictionary/similar-words.page
+share/help/eu/gnome-dictionary/source-add-local.page
+share/help/eu/gnome-dictionary/sources-default.page
+share/help/eu/gnome-dictionary/sources-delete.page
+share/help/eu/gnome-dictionary/sources-edit.page
+share/help/eu/gnome-dictionary/sources-select.page
+share/help/eu/gnome-dictionary/sources.page
+share/help/eu/gnome-dictionary/text-copy.page
+share/help/fi/gnome-dictionary/definition.page
+share/help/fi/gnome-dictionary/dictionary-select.page
+share/help/fi/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/fi/gnome-dictionary/figures/gnome-dictionary.png
+share/help/fi/gnome-dictionary/find.page
+share/help/fi/gnome-dictionary/index.page
+share/help/fi/gnome-dictionary/introduction.page
+share/help/fi/gnome-dictionary/keyboard-shortcuts.page
+share/help/fi/gnome-dictionary/legal.xml
+share/help/fi/gnome-dictionary/pref.page
+share/help/fi/gnome-dictionary/print-font.page
+share/help/fi/gnome-dictionary/print.page
+share/help/fi/gnome-dictionary/prob-retrieving-definition.page
+share/help/fi/gnome-dictionary/save-definition.page
+share/help/fi/gnome-dictionary/similar-words.page
+share/help/fi/gnome-dictionary/source-add-local.page
+share/help/fi/gnome-dictionary/sources-default.page
+share/help/fi/gnome-dictionary/sources-delete.page
+share/help/fi/gnome-dictionary/sources-edit.page
+share/help/fi/gnome-dictionary/sources-select.page
+share/help/fi/gnome-dictionary/sources.page
+share/help/fi/gnome-dictionary/text-copy.page
+share/help/fr/gnome-dictionary/definition.page
+share/help/fr/gnome-dictionary/dictionary-select.page
+share/help/fr/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/fr/gnome-dictionary/figures/gnome-dictionary.png
+share/help/fr/gnome-dictionary/find.page
+share/help/fr/gnome-dictionary/index.page
+share/help/fr/gnome-dictionary/introduction.page
+share/help/fr/gnome-dictionary/keyboard-shortcuts.page
+share/help/fr/gnome-dictionary/legal.xml
+share/help/fr/gnome-dictionary/pref.page
+share/help/fr/gnome-dictionary/print-font.page
+share/help/fr/gnome-dictionary/print.page
+share/help/fr/gnome-dictionary/prob-retrieving-definition.page
+share/help/fr/gnome-dictionary/save-definition.page
+share/help/fr/gnome-dictionary/similar-words.page
+share/help/fr/gnome-dictionary/source-add-local.page
+share/help/fr/gnome-dictionary/sources-default.page
+share/help/fr/gnome-dictionary/sources-delete.page
+share/help/fr/gnome-dictionary/sources-edit.page
+share/help/fr/gnome-dictionary/sources-select.page
+share/help/fr/gnome-dictionary/sources.page
+share/help/fr/gnome-dictionary/text-copy.page
+share/help/gl/gnome-dictionary/definition.page
+share/help/gl/gnome-dictionary/dictionary-select.page
+share/help/gl/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/gl/gnome-dictionary/figures/gnome-dictionary.png
+share/help/gl/gnome-dictionary/find.page
+share/help/gl/gnome-dictionary/index.page
+share/help/gl/gnome-dictionary/introduction.page
+share/help/gl/gnome-dictionary/keyboard-shortcuts.page
+share/help/gl/gnome-dictionary/legal.xml
+share/help/gl/gnome-dictionary/pref.page
+share/help/gl/gnome-dictionary/print-font.page
+share/help/gl/gnome-dictionary/print.page
+share/help/gl/gnome-dictionary/prob-retrieving-definition.page
+share/help/gl/gnome-dictionary/save-definition.page
+share/help/gl/gnome-dictionary/similar-words.page
+share/help/gl/gnome-dictionary/source-add-local.page
+share/help/gl/gnome-dictionary/sources-default.page
+share/help/gl/gnome-dictionary/sources-delete.page
+share/help/gl/gnome-dictionary/sources-edit.page
+share/help/gl/gnome-dictionary/sources-select.page
+share/help/gl/gnome-dictionary/sources.page
+share/help/gl/gnome-dictionary/text-copy.page
+share/help/hu/gnome-dictionary/definition.page
+share/help/hu/gnome-dictionary/dictionary-select.page
+share/help/hu/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/hu/gnome-dictionary/figures/gnome-dictionary.png
+share/help/hu/gnome-dictionary/find.page
+share/help/hu/gnome-dictionary/index.page
+share/help/hu/gnome-dictionary/introduction.page
+share/help/hu/gnome-dictionary/keyboard-shortcuts.page
+share/help/hu/gnome-dictionary/legal.xml
+share/help/hu/gnome-dictionary/pref.page
+share/help/hu/gnome-dictionary/print-font.page
+share/help/hu/gnome-dictionary/print.page
+share/help/hu/gnome-dictionary/prob-retrieving-definition.page
+share/help/hu/gnome-dictionary/save-definition.page
+share/help/hu/gnome-dictionary/similar-words.page
+share/help/hu/gnome-dictionary/source-add-local.page
+share/help/hu/gnome-dictionary/sources-default.page
+share/help/hu/gnome-dictionary/sources-delete.page
+share/help/hu/gnome-dictionary/sources-edit.page
+share/help/hu/gnome-dictionary/sources-select.page
+share/help/hu/gnome-dictionary/sources.page
+share/help/hu/gnome-dictionary/text-copy.page
+share/help/id/gnome-dictionary/definition.page
+share/help/id/gnome-dictionary/dictionary-select.page
+share/help/id/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/id/gnome-dictionary/figures/gnome-dictionary.png
+share/help/id/gnome-dictionary/find.page
+share/help/id/gnome-dictionary/index.page
+share/help/id/gnome-dictionary/introduction.page
+share/help/id/gnome-dictionary/keyboard-shortcuts.page
+share/help/id/gnome-dictionary/legal.xml
+share/help/id/gnome-dictionary/pref.page
+share/help/id/gnome-dictionary/print-font.page
+share/help/id/gnome-dictionary/print.page
+share/help/id/gnome-dictionary/prob-retrieving-definition.page
+share/help/id/gnome-dictionary/save-definition.page
+share/help/id/gnome-dictionary/similar-words.page
+share/help/id/gnome-dictionary/source-add-local.page
+share/help/id/gnome-dictionary/sources-default.page
+share/help/id/gnome-dictionary/sources-delete.page
+share/help/id/gnome-dictionary/sources-edit.page
+share/help/id/gnome-dictionary/sources-select.page
+share/help/id/gnome-dictionary/sources.page
+share/help/id/gnome-dictionary/text-copy.page
+share/help/it/gnome-dictionary/definition.page
+share/help/it/gnome-dictionary/dictionary-select.page
+share/help/it/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/it/gnome-dictionary/figures/gnome-dictionary.png
+share/help/it/gnome-dictionary/find.page
+share/help/it/gnome-dictionary/index.page
+share/help/it/gnome-dictionary/introduction.page
+share/help/it/gnome-dictionary/keyboard-shortcuts.page
+share/help/it/gnome-dictionary/legal.xml
+share/help/it/gnome-dictionary/pref.page
+share/help/it/gnome-dictionary/print-font.page
+share/help/it/gnome-dictionary/print.page
+share/help/it/gnome-dictionary/prob-retrieving-definition.page
+share/help/it/gnome-dictionary/save-definition.page
+share/help/it/gnome-dictionary/similar-words.page
+share/help/it/gnome-dictionary/source-add-local.page
+share/help/it/gnome-dictionary/sources-default.page
+share/help/it/gnome-dictionary/sources-delete.page
+share/help/it/gnome-dictionary/sources-edit.page
+share/help/it/gnome-dictionary/sources-select.page
+share/help/it/gnome-dictionary/sources.page
+share/help/it/gnome-dictionary/text-copy.page
+share/help/oc/gnome-dictionary/definition.page
+share/help/oc/gnome-dictionary/dictionary-select.page
+share/help/oc/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/oc/gnome-dictionary/figures/gnome-dictionary.png
+share/help/oc/gnome-dictionary/find.page
+share/help/oc/gnome-dictionary/index.page
+share/help/oc/gnome-dictionary/introduction.page
+share/help/oc/gnome-dictionary/keyboard-shortcuts.page
+share/help/oc/gnome-dictionary/legal.xml
+share/help/oc/gnome-dictionary/pref.page
+share/help/oc/gnome-dictionary/print-font.page
+share/help/oc/gnome-dictionary/print.page
+share/help/oc/gnome-dictionary/prob-retrieving-definition.page
+share/help/oc/gnome-dictionary/save-definition.page
+share/help/oc/gnome-dictionary/similar-words.page
+share/help/oc/gnome-dictionary/source-add-local.page
+share/help/oc/gnome-dictionary/sources-default.page
+share/help/oc/gnome-dictionary/sources-delete.page
+share/help/oc/gnome-dictionary/sources-edit.page
+share/help/oc/gnome-dictionary/sources-select.page
+share/help/oc/gnome-dictionary/sources.page
+share/help/oc/gnome-dictionary/text-copy.page
+share/help/pt_BR/gnome-dictionary/definition.page
+share/help/pt_BR/gnome-dictionary/dictionary-select.page
+share/help/pt_BR/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/pt_BR/gnome-dictionary/figures/gnome-dictionary.png
+share/help/pt_BR/gnome-dictionary/find.page
+share/help/pt_BR/gnome-dictionary/index.page
+share/help/pt_BR/gnome-dictionary/introduction.page
+share/help/pt_BR/gnome-dictionary/keyboard-shortcuts.page
+share/help/pt_BR/gnome-dictionary/legal.xml
+share/help/pt_BR/gnome-dictionary/pref.page
+share/help/pt_BR/gnome-dictionary/print-font.page
+share/help/pt_BR/gnome-dictionary/print.page
+share/help/pt_BR/gnome-dictionary/prob-retrieving-definition.page
+share/help/pt_BR/gnome-dictionary/save-definition.page
+share/help/pt_BR/gnome-dictionary/similar-words.page
+share/help/pt_BR/gnome-dictionary/source-add-local.page
+share/help/pt_BR/gnome-dictionary/sources-default.page
+share/help/pt_BR/gnome-dictionary/sources-delete.page
+share/help/pt_BR/gnome-dictionary/sources-edit.page
+share/help/pt_BR/gnome-dictionary/sources-select.page
+share/help/pt_BR/gnome-dictionary/sources.page
+share/help/pt_BR/gnome-dictionary/text-copy.page
+share/help/ru/gnome-dictionary/definition.page
+share/help/ru/gnome-dictionary/dictionary-select.page
+share/help/ru/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/ru/gnome-dictionary/figures/gnome-dictionary.png
+share/help/ru/gnome-dictionary/find.page
+share/help/ru/gnome-dictionary/index.page
+share/help/ru/gnome-dictionary/introduction.page
+share/help/ru/gnome-dictionary/keyboard-shortcuts.page
+share/help/ru/gnome-dictionary/legal.xml
+share/help/ru/gnome-dictionary/pref.page
+share/help/ru/gnome-dictionary/print-font.page
+share/help/ru/gnome-dictionary/print.page
+share/help/ru/gnome-dictionary/prob-retrieving-definition.page
+share/help/ru/gnome-dictionary/save-definition.page
+share/help/ru/gnome-dictionary/similar-words.page
+share/help/ru/gnome-dictionary/source-add-local.page
+share/help/ru/gnome-dictionary/sources-default.page
+share/help/ru/gnome-dictionary/sources-delete.page
+share/help/ru/gnome-dictionary/sources-edit.page
+share/help/ru/gnome-dictionary/sources-select.page
+share/help/ru/gnome-dictionary/sources.page
+share/help/ru/gnome-dictionary/text-copy.page
+share/help/sl/gnome-dictionary/definition.page
+share/help/sl/gnome-dictionary/dictionary-select.page
+share/help/sl/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/sl/gnome-dictionary/figures/gnome-dictionary.png
+share/help/sl/gnome-dictionary/find.page
+share/help/sl/gnome-dictionary/index.page
+share/help/sl/gnome-dictionary/introduction.page
+share/help/sl/gnome-dictionary/keyboard-shortcuts.page
+share/help/sl/gnome-dictionary/legal.xml
+share/help/sl/gnome-dictionary/pref.page
+share/help/sl/gnome-dictionary/print-font.page
+share/help/sl/gnome-dictionary/print.page
+share/help/sl/gnome-dictionary/prob-retrieving-definition.page
+share/help/sl/gnome-dictionary/save-definition.page
+share/help/sl/gnome-dictionary/similar-words.page
+share/help/sl/gnome-dictionary/source-add-local.page
+share/help/sl/gnome-dictionary/sources-default.page
+share/help/sl/gnome-dictionary/sources-delete.page
+share/help/sl/gnome-dictionary/sources-edit.page
+share/help/sl/gnome-dictionary/sources-select.page
+share/help/sl/gnome-dictionary/sources.page
+share/help/sl/gnome-dictionary/text-copy.page
+share/help/sv/gnome-dictionary/definition.page
+share/help/sv/gnome-dictionary/dictionary-select.page
+share/help/sv/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/sv/gnome-dictionary/figures/gnome-dictionary.png
+share/help/sv/gnome-dictionary/find.page
+share/help/sv/gnome-dictionary/index.page
+share/help/sv/gnome-dictionary/introduction.page
+share/help/sv/gnome-dictionary/keyboard-shortcuts.page
+share/help/sv/gnome-dictionary/legal.xml
+share/help/sv/gnome-dictionary/pref.page
+share/help/sv/gnome-dictionary/print-font.page
+share/help/sv/gnome-dictionary/print.page
+share/help/sv/gnome-dictionary/prob-retrieving-definition.page
+share/help/sv/gnome-dictionary/save-definition.page
+share/help/sv/gnome-dictionary/similar-words.page
+share/help/sv/gnome-dictionary/source-add-local.page
+share/help/sv/gnome-dictionary/sources-default.page
+share/help/sv/gnome-dictionary/sources-delete.page
+share/help/sv/gnome-dictionary/sources-edit.page
+share/help/sv/gnome-dictionary/sources-select.page
+share/help/sv/gnome-dictionary/sources.page
+share/help/sv/gnome-dictionary/text-copy.page
+share/help/uk/gnome-dictionary/definition.page
+share/help/uk/gnome-dictionary/dictionary-select.page
+share/help/uk/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/uk/gnome-dictionary/figures/gnome-dictionary.png
+share/help/uk/gnome-dictionary/find.page
+share/help/uk/gnome-dictionary/index.page
+share/help/uk/gnome-dictionary/introduction.page
+share/help/uk/gnome-dictionary/keyboard-shortcuts.page
+share/help/uk/gnome-dictionary/legal.xml
+share/help/uk/gnome-dictionary/pref.page
+share/help/uk/gnome-dictionary/print-font.page
+share/help/uk/gnome-dictionary/print.page
+share/help/uk/gnome-dictionary/prob-retrieving-definition.page
+share/help/uk/gnome-dictionary/save-definition.page
+share/help/uk/gnome-dictionary/similar-words.page
+share/help/uk/gnome-dictionary/source-add-local.page
+share/help/uk/gnome-dictionary/sources-default.page
+share/help/uk/gnome-dictionary/sources-delete.page
+share/help/uk/gnome-dictionary/sources-edit.page
+share/help/uk/gnome-dictionary/sources-select.page
+share/help/uk/gnome-dictionary/sources.page
+share/help/uk/gnome-dictionary/text-copy.page
+share/help/zh_CN/gnome-dictionary/definition.page
+share/help/zh_CN/gnome-dictionary/dictionary-select.page
+share/help/zh_CN/gnome-dictionary/figures/gnome-dictionary-icon.png
+share/help/zh_CN/gnome-dictionary/figures/gnome-dictionary.png
+share/help/zh_CN/gnome-dictionary/find.page
+share/help/zh_CN/gnome-dictionary/index.page
+share/help/zh_CN/gnome-dictionary/introduction.page
+share/help/zh_CN/gnome-dictionary/keyboard-shortcuts.page
+share/help/zh_CN/gnome-dictionary/legal.xml
+share/help/zh_CN/gnome-dictionary/pref.page
+share/help/zh_CN/gnome-dictionary/print-font.page
+share/help/zh_CN/gnome-dictionary/print.page
+share/help/zh_CN/gnome-dictionary/prob-retrieving-definition.page
+share/help/zh_CN/gnome-dictionary/save-definition.page
+share/help/zh_CN/gnome-dictionary/similar-words.page
+share/help/zh_CN/gnome-dictionary/source-add-local.page
+share/help/zh_CN/gnome-dictionary/sources-default.page
+share/help/zh_CN/gnome-dictionary/sources-delete.page
+share/help/zh_CN/gnome-dictionary/sources-edit.page
+share/help/zh_CN/gnome-dictionary/sources-select.page
+share/help/zh_CN/gnome-dictionary/sources.page
+share/help/zh_CN/gnome-dictionary/text-copy.page
+share/locale/af/LC_MESSAGES/gnome-dictionary.mo
+share/locale/am/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ar/LC_MESSAGES/gnome-dictionary.mo
+share/locale/as/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ast/LC_MESSAGES/gnome-dictionary.mo
+share/locale/az/LC_MESSAGES/gnome-dictionary.mo
+share/locale/be/LC_MESSAGES/gnome-dictionary.mo
+share/locale/be at latin/LC_MESSAGES/gnome-dictionary.mo
+share/locale/bg/LC_MESSAGES/gnome-dictionary.mo
+share/locale/bn/LC_MESSAGES/gnome-dictionary.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-dictionary.mo
+share/locale/br/LC_MESSAGES/gnome-dictionary.mo
+share/locale/bs/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ca/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-dictionary.mo
+share/locale/crh/LC_MESSAGES/gnome-dictionary.mo
+share/locale/cs/LC_MESSAGES/gnome-dictionary.mo
+share/locale/cy/LC_MESSAGES/gnome-dictionary.mo
+share/locale/da/LC_MESSAGES/gnome-dictionary.mo
+share/locale/de/LC_MESSAGES/gnome-dictionary.mo
+share/locale/dz/LC_MESSAGES/gnome-dictionary.mo
+share/locale/el/LC_MESSAGES/gnome-dictionary.mo
+share/locale/en at shaw/LC_MESSAGES/gnome-dictionary.mo
+share/locale/en_CA/LC_MESSAGES/gnome-dictionary.mo
+share/locale/en_GB/LC_MESSAGES/gnome-dictionary.mo
+share/locale/eo/LC_MESSAGES/gnome-dictionary.mo
+share/locale/es/LC_MESSAGES/gnome-dictionary.mo
+share/locale/et/LC_MESSAGES/gnome-dictionary.mo
+share/locale/eu/LC_MESSAGES/gnome-dictionary.mo
+share/locale/fa/LC_MESSAGES/gnome-dictionary.mo
+share/locale/fi/LC_MESSAGES/gnome-dictionary.mo
+share/locale/fr/LC_MESSAGES/gnome-dictionary.mo
+share/locale/fur/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ga/LC_MESSAGES/gnome-dictionary.mo
+share/locale/gl/LC_MESSAGES/gnome-dictionary.mo
+share/locale/gu/LC_MESSAGES/gnome-dictionary.mo
+share/locale/he/LC_MESSAGES/gnome-dictionary.mo
+share/locale/hi/LC_MESSAGES/gnome-dictionary.mo
+share/locale/hr/LC_MESSAGES/gnome-dictionary.mo
+share/locale/hu/LC_MESSAGES/gnome-dictionary.mo
+share/locale/id/LC_MESSAGES/gnome-dictionary.mo
+share/locale/is/LC_MESSAGES/gnome-dictionary.mo
+share/locale/it/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ja/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ka/LC_MESSAGES/gnome-dictionary.mo
+share/locale/kk/LC_MESSAGES/gnome-dictionary.mo
+share/locale/km/LC_MESSAGES/gnome-dictionary.mo
+share/locale/kn/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ko/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ku/LC_MESSAGES/gnome-dictionary.mo
+share/locale/lt/LC_MESSAGES/gnome-dictionary.mo
+share/locale/lv/LC_MESSAGES/gnome-dictionary.mo
+share/locale/mai/LC_MESSAGES/gnome-dictionary.mo
+share/locale/mg/LC_MESSAGES/gnome-dictionary.mo
+share/locale/mk/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ml/LC_MESSAGES/gnome-dictionary.mo
+share/locale/mn/LC_MESSAGES/gnome-dictionary.mo
+share/locale/mr/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ms/LC_MESSAGES/gnome-dictionary.mo
+share/locale/nb/LC_MESSAGES/gnome-dictionary.mo
+share/locale/nds/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ne/LC_MESSAGES/gnome-dictionary.mo
+share/locale/nl/LC_MESSAGES/gnome-dictionary.mo
+share/locale/nn/LC_MESSAGES/gnome-dictionary.mo
+share/locale/oc/LC_MESSAGES/gnome-dictionary.mo
+share/locale/or/LC_MESSAGES/gnome-dictionary.mo
+share/locale/pa/LC_MESSAGES/gnome-dictionary.mo
+share/locale/pl/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ps/LC_MESSAGES/gnome-dictionary.mo
+share/locale/pt/LC_MESSAGES/gnome-dictionary.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ro/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ru/LC_MESSAGES/gnome-dictionary.mo
+share/locale/rw/LC_MESSAGES/gnome-dictionary.mo
+share/locale/si/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sk/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sl/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sq/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sr/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-dictionary.mo
+share/locale/sv/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ta/LC_MESSAGES/gnome-dictionary.mo
+share/locale/te/LC_MESSAGES/gnome-dictionary.mo
+share/locale/tg/LC_MESSAGES/gnome-dictionary.mo
+share/locale/th/LC_MESSAGES/gnome-dictionary.mo
+share/locale/tr/LC_MESSAGES/gnome-dictionary.mo
+share/locale/ug/LC_MESSAGES/gnome-dictionary.mo
+share/locale/uk/LC_MESSAGES/gnome-dictionary.mo
+share/locale/vi/LC_MESSAGES/gnome-dictionary.mo
+share/locale/wa/LC_MESSAGES/gnome-dictionary.mo
+share/locale/xh/LC_MESSAGES/gnome-dictionary.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-dictionary.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-dictionary.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-dictionary.mo
Property changes on: trunk/deskutils/gnome-dictionary/pkg-plist
___________________________________________________________________
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
Added: trunk/deskutils/gnome-documents/Makefile
===================================================================
--- trunk/deskutils/gnome-documents/Makefile (rev 0)
+++ trunk/deskutils/gnome-documents/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,49 @@
+# Created by: Gustau Perez i Querol <gustau.perez at gmail.com>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-documents/Makefile 393729 2015-08-08 13:56:32Z kwm $
+
+PORTNAME= gnome-documents
+PORTVERSION= 3.16.3
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Document manager application designed to work with GNOME 3
+
+LICENSE= gpl2
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool \
+ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libwebkit2gtk-4.0.so:${PORTSDIR}/www/webkit2-gtk3 \
+ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \
+ libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
+ libevview3.so:${PORTSDIR}/graphics/evince \
+ libgdata.so:${PORTSDIR}/devel/libgdata \
+ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
+ libgjs.so:${PORTSDIR}/lang/gjs \
+ libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker \
+ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit
+RUN_DEPENDS= py2?-dbus>0:${PORTSDIR}/devel/py-dbus \
+ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
+ unoconv:${PORTSDIR}/textproc/unoconv
+
+PORTSCOUT= limitw:1,even
+
+USES= compiler:c++11-lib gettext gmake libtool pathfix \
+ pkgconfig tar:xz
+USE_GNOME= gnomedesktop3 gtk30 intltool \
+ introspection:build librsvg2 libxml2
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.Documents.enums.xml \
+ org.gnome.books.gschema.xml \
+ org.gnome.documents.gschema.xml
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnome-documents/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-documents/distinfo
===================================================================
--- trunk/deskutils/gnome-documents/distinfo (rev 0)
+++ trunk/deskutils/gnome-documents/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-documents-3.16.3.tar.xz) = 4ea2ee08421fc0d43e4daa5937f008fced477f06666c6862fe0b87fc756d633d
+SIZE (gnome3/gnome-documents-3.16.3.tar.xz) = 2280484
Property changes on: trunk/deskutils/gnome-documents/distinfo
___________________________________________________________________
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
Added: trunk/deskutils/gnome-documents/pkg-descr
===================================================================
--- trunk/deskutils/gnome-documents/pkg-descr (rev 0)
+++ trunk/deskutils/gnome-documents/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,4 @@
+Documents is a document manager application designed to work with GNOME 3. It's
+included in the default set of core applications since GNOME 3.2.
+
+WWW: https://live.gnome.org/GnomeDocuments
Property changes on: trunk/deskutils/gnome-documents/pkg-descr
___________________________________________________________________
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
Added: trunk/deskutils/gnome-documents/pkg-plist
===================================================================
--- trunk/deskutils/gnome-documents/pkg-plist (rev 0)
+++ trunk/deskutils/gnome-documents/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,612 @@
+bin/gnome-books
+bin/gnome-documents
+lib/gnome-documents/girepository-1.0/Gd-1.0.typelib
+lib/gnome-documents/girepository-1.0/GdPrivate-1.0.typelib
+lib/gnome-documents/libgd.so
+lib/gnome-documents/libgdprivate-1.0.so
+man/man1/gnome-books.1.gz
+man/man1/gnome-documents.1.gz
+share/appdata/org.gnome.Books.appdata.xml
+share/appdata/org.gnome.Documents.appdata.xml
+share/applications/org.gnome.Books.desktop
+share/applications/org.gnome.Documents.desktop
+share/dbus-1/services/org.gnome.Books.service
+share/dbus-1/services/org.gnome.Documents.service
+%%DATADIR%%/gir-1.0/Gd-1.0.gir
+%%DATADIR%%/gir-1.0/GdPrivate-1.0.gir
+%%DATADIR%%/gnome-documents.gresource
+%%DATADIR%%/js/application.js
+%%DATADIR%%/js/changeMonitor.js
+%%DATADIR%%/js/config.js
+%%DATADIR%%/js/documents.js
+%%DATADIR%%/js/edit.js
+%%DATADIR%%/js/embed.js
+%%DATADIR%%/js/errorBox.js
+%%DATADIR%%/js/main.js
+%%DATADIR%%/js/mainBooks.js
+%%DATADIR%%/js/mainToolbar.js
+%%DATADIR%%/js/mainWindow.js
+%%DATADIR%%/js/manager.js
+%%DATADIR%%/js/miners.js
+%%DATADIR%%/js/notifications.js
+%%DATADIR%%/js/password.js
+%%DATADIR%%/js/path.js
+%%DATADIR%%/js/places.js
+%%DATADIR%%/js/presentation.js
+%%DATADIR%%/js/preview.js
+%%DATADIR%%/js/properties.js
+%%DATADIR%%/js/query.js
+%%DATADIR%%/js/search.js
+%%DATADIR%%/js/searchbar.js
+%%DATADIR%%/js/selections.js
+%%DATADIR%%/js/sharing.js
+%%DATADIR%%/js/shellSearchProvider.js
+%%DATADIR%%/js/trackerController.js
+%%DATADIR%%/js/trackerUtils.js
+%%DATADIR%%/js/utils.js
+%%DATADIR%%/js/view.js
+%%DATADIR%%/js/windowMode.js
+share/gnome-shell/search-providers/org.gnome.Documents.search-provider.ini
+share/help/C/gnome-documents/collections.page
+share/help/C/gnome-documents/filter.page
+share/help/C/gnome-documents/formats.page
+share/help/C/gnome-documents/index.page
+share/help/C/gnome-documents/info.page
+share/help/C/gnome-documents/legal.xml
+share/help/C/gnome-documents/media/go-down.png
+share/help/C/gnome-documents/media/icon_gnome-documents.png
+share/help/C/gnome-documents/print.page
+share/help/C/gnome-documents/prob-no-show.page
+share/help/C/gnome-documents/prob-previews.page
+share/help/C/gnome-documents/search.page
+share/help/C/gnome-documents/view-add.page
+share/help/C/gnome-documents/view.page
+share/help/C/gnome-documents/viewgrid.page
+share/help/as/gnome-documents/collections.page
+share/help/as/gnome-documents/filter.page
+share/help/as/gnome-documents/formats.page
+share/help/as/gnome-documents/index.page
+share/help/as/gnome-documents/info.page
+share/help/as/gnome-documents/legal.xml
+share/help/as/gnome-documents/media/go-down.png
+share/help/as/gnome-documents/media/icon_gnome-documents.png
+share/help/as/gnome-documents/print.page
+share/help/as/gnome-documents/prob-no-show.page
+share/help/as/gnome-documents/prob-previews.page
+share/help/as/gnome-documents/search.page
+share/help/as/gnome-documents/view-add.page
+share/help/as/gnome-documents/view.page
+share/help/as/gnome-documents/viewgrid.page
+share/help/ca/gnome-documents/collections.page
+share/help/ca/gnome-documents/filter.page
+share/help/ca/gnome-documents/formats.page
+share/help/ca/gnome-documents/index.page
+share/help/ca/gnome-documents/info.page
+share/help/ca/gnome-documents/legal.xml
+share/help/ca/gnome-documents/media/go-down.png
+share/help/ca/gnome-documents/media/icon_gnome-documents.png
+share/help/ca/gnome-documents/print.page
+share/help/ca/gnome-documents/prob-no-show.page
+share/help/ca/gnome-documents/prob-previews.page
+share/help/ca/gnome-documents/search.page
+share/help/ca/gnome-documents/view-add.page
+share/help/ca/gnome-documents/view.page
+share/help/ca/gnome-documents/viewgrid.page
+share/help/cs/gnome-documents/collections.page
+share/help/cs/gnome-documents/filter.page
+share/help/cs/gnome-documents/formats.page
+share/help/cs/gnome-documents/index.page
+share/help/cs/gnome-documents/info.page
+share/help/cs/gnome-documents/legal.xml
+share/help/cs/gnome-documents/media/go-down.png
+share/help/cs/gnome-documents/media/icon_gnome-documents.png
+share/help/cs/gnome-documents/print.page
+share/help/cs/gnome-documents/prob-no-show.page
+share/help/cs/gnome-documents/prob-previews.page
+share/help/cs/gnome-documents/search.page
+share/help/cs/gnome-documents/view-add.page
+share/help/cs/gnome-documents/view.page
+share/help/cs/gnome-documents/viewgrid.page
+share/help/de/gnome-documents/collections.page
+share/help/de/gnome-documents/filter.page
+share/help/de/gnome-documents/formats.page
+share/help/de/gnome-documents/index.page
+share/help/de/gnome-documents/info.page
+share/help/de/gnome-documents/legal.xml
+share/help/de/gnome-documents/media/go-down.png
+share/help/de/gnome-documents/media/icon_gnome-documents.png
+share/help/de/gnome-documents/print.page
+share/help/de/gnome-documents/prob-no-show.page
+share/help/de/gnome-documents/prob-previews.page
+share/help/de/gnome-documents/search.page
+share/help/de/gnome-documents/view-add.page
+share/help/de/gnome-documents/view.page
+share/help/de/gnome-documents/viewgrid.page
+share/help/el/gnome-documents/collections.page
+share/help/el/gnome-documents/filter.page
+share/help/el/gnome-documents/formats.page
+share/help/el/gnome-documents/index.page
+share/help/el/gnome-documents/info.page
+share/help/el/gnome-documents/legal.xml
+share/help/el/gnome-documents/media/go-down.png
+share/help/el/gnome-documents/media/icon_gnome-documents.png
+share/help/el/gnome-documents/print.page
+share/help/el/gnome-documents/prob-no-show.page
+share/help/el/gnome-documents/prob-previews.page
+share/help/el/gnome-documents/search.page
+share/help/el/gnome-documents/view-add.page
+share/help/el/gnome-documents/view.page
+share/help/el/gnome-documents/viewgrid.page
+share/help/es/gnome-documents/collections.page
+share/help/es/gnome-documents/filter.page
+share/help/es/gnome-documents/formats.page
+share/help/es/gnome-documents/index.page
+share/help/es/gnome-documents/info.page
+share/help/es/gnome-documents/legal.xml
+share/help/es/gnome-documents/media/go-down.png
+share/help/es/gnome-documents/media/icon_gnome-documents.png
+share/help/es/gnome-documents/print.page
+share/help/es/gnome-documents/prob-no-show.page
+share/help/es/gnome-documents/prob-previews.page
+share/help/es/gnome-documents/search.page
+share/help/es/gnome-documents/view-add.page
+share/help/es/gnome-documents/view.page
+share/help/es/gnome-documents/viewgrid.page
+share/help/fi/gnome-documents/collections.page
+share/help/fi/gnome-documents/filter.page
+share/help/fi/gnome-documents/formats.page
+share/help/fi/gnome-documents/index.page
+share/help/fi/gnome-documents/info.page
+share/help/fi/gnome-documents/legal.xml
+share/help/fi/gnome-documents/media/go-down.png
+share/help/fi/gnome-documents/media/icon_gnome-documents.png
+share/help/fi/gnome-documents/print.page
+share/help/fi/gnome-documents/prob-no-show.page
+share/help/fi/gnome-documents/prob-previews.page
+share/help/fi/gnome-documents/search.page
+share/help/fi/gnome-documents/view-add.page
+share/help/fi/gnome-documents/view.page
+share/help/fi/gnome-documents/viewgrid.page
+share/help/fr/gnome-documents/collections.page
+share/help/fr/gnome-documents/filter.page
+share/help/fr/gnome-documents/formats.page
+share/help/fr/gnome-documents/index.page
+share/help/fr/gnome-documents/info.page
+share/help/fr/gnome-documents/legal.xml
+share/help/fr/gnome-documents/media/go-down.png
+share/help/fr/gnome-documents/media/icon_gnome-documents.png
+share/help/fr/gnome-documents/print.page
+share/help/fr/gnome-documents/prob-no-show.page
+share/help/fr/gnome-documents/prob-previews.page
+share/help/fr/gnome-documents/search.page
+share/help/fr/gnome-documents/view-add.page
+share/help/fr/gnome-documents/view.page
+share/help/fr/gnome-documents/viewgrid.page
+share/help/gl/gnome-documents/collections.page
+share/help/gl/gnome-documents/filter.page
+share/help/gl/gnome-documents/formats.page
+share/help/gl/gnome-documents/index.page
+share/help/gl/gnome-documents/info.page
+share/help/gl/gnome-documents/legal.xml
+share/help/gl/gnome-documents/media/go-down.png
+share/help/gl/gnome-documents/media/icon_gnome-documents.png
+share/help/gl/gnome-documents/print.page
+share/help/gl/gnome-documents/prob-no-show.page
+share/help/gl/gnome-documents/prob-previews.page
+share/help/gl/gnome-documents/search.page
+share/help/gl/gnome-documents/view-add.page
+share/help/gl/gnome-documents/view.page
+share/help/gl/gnome-documents/viewgrid.page
+share/help/gu/gnome-documents/collections.page
+share/help/gu/gnome-documents/filter.page
+share/help/gu/gnome-documents/formats.page
+share/help/gu/gnome-documents/index.page
+share/help/gu/gnome-documents/info.page
+share/help/gu/gnome-documents/legal.xml
+share/help/gu/gnome-documents/media/go-down.png
+share/help/gu/gnome-documents/media/icon_gnome-documents.png
+share/help/gu/gnome-documents/print.page
+share/help/gu/gnome-documents/prob-no-show.page
+share/help/gu/gnome-documents/prob-previews.page
+share/help/gu/gnome-documents/search.page
+share/help/gu/gnome-documents/view-add.page
+share/help/gu/gnome-documents/view.page
+share/help/gu/gnome-documents/viewgrid.page
+share/help/hi/gnome-documents/collections.page
+share/help/hi/gnome-documents/filter.page
+share/help/hi/gnome-documents/formats.page
+share/help/hi/gnome-documents/index.page
+share/help/hi/gnome-documents/info.page
+share/help/hi/gnome-documents/legal.xml
+share/help/hi/gnome-documents/media/go-down.png
+share/help/hi/gnome-documents/media/icon_gnome-documents.png
+share/help/hi/gnome-documents/print.page
+share/help/hi/gnome-documents/prob-no-show.page
+share/help/hi/gnome-documents/prob-previews.page
+share/help/hi/gnome-documents/search.page
+share/help/hi/gnome-documents/view-add.page
+share/help/hi/gnome-documents/view.page
+share/help/hi/gnome-documents/viewgrid.page
+share/help/hu/gnome-documents/collections.page
+share/help/hu/gnome-documents/filter.page
+share/help/hu/gnome-documents/formats.page
+share/help/hu/gnome-documents/index.page
+share/help/hu/gnome-documents/info.page
+share/help/hu/gnome-documents/legal.xml
+share/help/hu/gnome-documents/media/go-down.png
+share/help/hu/gnome-documents/media/icon_gnome-documents.png
+share/help/hu/gnome-documents/print.page
+share/help/hu/gnome-documents/prob-no-show.page
+share/help/hu/gnome-documents/prob-previews.page
+share/help/hu/gnome-documents/search.page
+share/help/hu/gnome-documents/view-add.page
+share/help/hu/gnome-documents/view.page
+share/help/hu/gnome-documents/viewgrid.page
+share/help/id/gnome-documents/collections.page
+share/help/id/gnome-documents/filter.page
+share/help/id/gnome-documents/formats.page
+share/help/id/gnome-documents/index.page
+share/help/id/gnome-documents/info.page
+share/help/id/gnome-documents/legal.xml
+share/help/id/gnome-documents/media/go-down.png
+share/help/id/gnome-documents/media/icon_gnome-documents.png
+share/help/id/gnome-documents/print.page
+share/help/id/gnome-documents/prob-no-show.page
+share/help/id/gnome-documents/prob-previews.page
+share/help/id/gnome-documents/search.page
+share/help/id/gnome-documents/view-add.page
+share/help/id/gnome-documents/view.page
+share/help/id/gnome-documents/viewgrid.page
+share/help/it/gnome-documents/collections.page
+share/help/it/gnome-documents/filter.page
+share/help/it/gnome-documents/formats.page
+share/help/it/gnome-documents/index.page
+share/help/it/gnome-documents/info.page
+share/help/it/gnome-documents/legal.xml
+share/help/it/gnome-documents/media/go-down.png
+share/help/it/gnome-documents/media/icon_gnome-documents.png
+share/help/it/gnome-documents/print.page
+share/help/it/gnome-documents/prob-no-show.page
+share/help/it/gnome-documents/prob-previews.page
+share/help/it/gnome-documents/search.page
+share/help/it/gnome-documents/view-add.page
+share/help/it/gnome-documents/view.page
+share/help/it/gnome-documents/viewgrid.page
+share/help/ja/gnome-documents/collections.page
+share/help/ja/gnome-documents/filter.page
+share/help/ja/gnome-documents/formats.page
+share/help/ja/gnome-documents/index.page
+share/help/ja/gnome-documents/info.page
+share/help/ja/gnome-documents/legal.xml
+share/help/ja/gnome-documents/media/go-down.png
+share/help/ja/gnome-documents/media/icon_gnome-documents.png
+share/help/ja/gnome-documents/print.page
+share/help/ja/gnome-documents/prob-no-show.page
+share/help/ja/gnome-documents/prob-previews.page
+share/help/ja/gnome-documents/search.page
+share/help/ja/gnome-documents/view-add.page
+share/help/ja/gnome-documents/view.page
+share/help/ja/gnome-documents/viewgrid.page
+share/help/kn/gnome-documents/collections.page
+share/help/kn/gnome-documents/filter.page
+share/help/kn/gnome-documents/formats.page
+share/help/kn/gnome-documents/index.page
+share/help/kn/gnome-documents/info.page
+share/help/kn/gnome-documents/legal.xml
+share/help/kn/gnome-documents/media/go-down.png
+share/help/kn/gnome-documents/media/icon_gnome-documents.png
+share/help/kn/gnome-documents/print.page
+share/help/kn/gnome-documents/prob-no-show.page
+share/help/kn/gnome-documents/prob-previews.page
+share/help/kn/gnome-documents/search.page
+share/help/kn/gnome-documents/view-add.page
+share/help/kn/gnome-documents/view.page
+share/help/kn/gnome-documents/viewgrid.page
+share/help/ko/gnome-documents/collections.page
+share/help/ko/gnome-documents/filter.page
+share/help/ko/gnome-documents/formats.page
+share/help/ko/gnome-documents/index.page
+share/help/ko/gnome-documents/info.page
+share/help/ko/gnome-documents/legal.xml
+share/help/ko/gnome-documents/media/go-down.png
+share/help/ko/gnome-documents/media/icon_gnome-documents.png
+share/help/ko/gnome-documents/print.page
+share/help/ko/gnome-documents/prob-no-show.page
+share/help/ko/gnome-documents/prob-previews.page
+share/help/ko/gnome-documents/search.page
+share/help/ko/gnome-documents/view-add.page
+share/help/ko/gnome-documents/view.page
+share/help/ko/gnome-documents/viewgrid.page
+share/help/lv/gnome-documents/collections.page
+share/help/lv/gnome-documents/filter.page
+share/help/lv/gnome-documents/formats.page
+share/help/lv/gnome-documents/index.page
+share/help/lv/gnome-documents/info.page
+share/help/lv/gnome-documents/legal.xml
+share/help/lv/gnome-documents/media/go-down.png
+share/help/lv/gnome-documents/media/icon_gnome-documents.png
+share/help/lv/gnome-documents/print.page
+share/help/lv/gnome-documents/prob-no-show.page
+share/help/lv/gnome-documents/prob-previews.page
+share/help/lv/gnome-documents/search.page
+share/help/lv/gnome-documents/view-add.page
+share/help/lv/gnome-documents/view.page
+share/help/lv/gnome-documents/viewgrid.page
+share/help/mr/gnome-documents/collections.page
+share/help/mr/gnome-documents/filter.page
+share/help/mr/gnome-documents/formats.page
+share/help/mr/gnome-documents/index.page
+share/help/mr/gnome-documents/info.page
+share/help/mr/gnome-documents/legal.xml
+share/help/mr/gnome-documents/media/go-down.png
+share/help/mr/gnome-documents/media/icon_gnome-documents.png
+share/help/mr/gnome-documents/print.page
+share/help/mr/gnome-documents/prob-no-show.page
+share/help/mr/gnome-documents/prob-previews.page
+share/help/mr/gnome-documents/search.page
+share/help/mr/gnome-documents/view-add.page
+share/help/mr/gnome-documents/view.page
+share/help/mr/gnome-documents/viewgrid.page
+share/help/nl/gnome-documents/collections.page
+share/help/nl/gnome-documents/filter.page
+share/help/nl/gnome-documents/formats.page
+share/help/nl/gnome-documents/index.page
+share/help/nl/gnome-documents/info.page
+share/help/nl/gnome-documents/legal.xml
+share/help/nl/gnome-documents/media/go-down.png
+share/help/nl/gnome-documents/media/icon_gnome-documents.png
+share/help/nl/gnome-documents/print.page
+share/help/nl/gnome-documents/prob-no-show.page
+share/help/nl/gnome-documents/prob-previews.page
+share/help/nl/gnome-documents/search.page
+share/help/nl/gnome-documents/view-add.page
+share/help/nl/gnome-documents/view.page
+share/help/nl/gnome-documents/viewgrid.page
+share/help/pa/gnome-documents/collections.page
+share/help/pa/gnome-documents/filter.page
+share/help/pa/gnome-documents/formats.page
+share/help/pa/gnome-documents/index.page
+share/help/pa/gnome-documents/info.page
+share/help/pa/gnome-documents/legal.xml
+share/help/pa/gnome-documents/media/go-down.png
+share/help/pa/gnome-documents/media/icon_gnome-documents.png
+share/help/pa/gnome-documents/print.page
+share/help/pa/gnome-documents/prob-no-show.page
+share/help/pa/gnome-documents/prob-previews.page
+share/help/pa/gnome-documents/search.page
+share/help/pa/gnome-documents/view-add.page
+share/help/pa/gnome-documents/view.page
+share/help/pa/gnome-documents/viewgrid.page
+share/help/pt_BR/gnome-documents/collections.page
+share/help/pt_BR/gnome-documents/filter.page
+share/help/pt_BR/gnome-documents/formats.page
+share/help/pt_BR/gnome-documents/index.page
+share/help/pt_BR/gnome-documents/info.page
+share/help/pt_BR/gnome-documents/legal.xml
+share/help/pt_BR/gnome-documents/media/go-down.png
+share/help/pt_BR/gnome-documents/media/icon_gnome-documents.png
+share/help/pt_BR/gnome-documents/print.page
+share/help/pt_BR/gnome-documents/prob-no-show.page
+share/help/pt_BR/gnome-documents/prob-previews.page
+share/help/pt_BR/gnome-documents/search.page
+share/help/pt_BR/gnome-documents/view-add.page
+share/help/pt_BR/gnome-documents/view.page
+share/help/pt_BR/gnome-documents/viewgrid.page
+share/help/ru/gnome-documents/collections.page
+share/help/ru/gnome-documents/filter.page
+share/help/ru/gnome-documents/formats.page
+share/help/ru/gnome-documents/index.page
+share/help/ru/gnome-documents/info.page
+share/help/ru/gnome-documents/legal.xml
+share/help/ru/gnome-documents/media/go-down.png
+share/help/ru/gnome-documents/media/icon_gnome-documents.png
+share/help/ru/gnome-documents/print.page
+share/help/ru/gnome-documents/prob-no-show.page
+share/help/ru/gnome-documents/prob-previews.page
+share/help/ru/gnome-documents/search.page
+share/help/ru/gnome-documents/view-add.page
+share/help/ru/gnome-documents/view.page
+share/help/ru/gnome-documents/viewgrid.page
+share/help/sl/gnome-documents/collections.page
+share/help/sl/gnome-documents/filter.page
+share/help/sl/gnome-documents/formats.page
+share/help/sl/gnome-documents/index.page
+share/help/sl/gnome-documents/info.page
+share/help/sl/gnome-documents/legal.xml
+share/help/sl/gnome-documents/media/go-down.png
+share/help/sl/gnome-documents/media/icon_gnome-documents.png
+share/help/sl/gnome-documents/print.page
+share/help/sl/gnome-documents/prob-no-show.page
+share/help/sl/gnome-documents/prob-previews.page
+share/help/sl/gnome-documents/search.page
+share/help/sl/gnome-documents/view-add.page
+share/help/sl/gnome-documents/view.page
+share/help/sl/gnome-documents/viewgrid.page
+share/help/sr/gnome-documents/collections.page
+share/help/sr/gnome-documents/filter.page
+share/help/sr/gnome-documents/formats.page
+share/help/sr/gnome-documents/index.page
+share/help/sr/gnome-documents/info.page
+share/help/sr/gnome-documents/legal.xml
+share/help/sr/gnome-documents/media/go-down.png
+share/help/sr/gnome-documents/media/icon_gnome-documents.png
+share/help/sr/gnome-documents/print.page
+share/help/sr/gnome-documents/prob-no-show.page
+share/help/sr/gnome-documents/prob-previews.page
+share/help/sr/gnome-documents/search.page
+share/help/sr/gnome-documents/view-add.page
+share/help/sr/gnome-documents/view.page
+share/help/sr/gnome-documents/viewgrid.page
+share/help/sr at latin/gnome-documents/collections.page
+share/help/sr at latin/gnome-documents/filter.page
+share/help/sr at latin/gnome-documents/formats.page
+share/help/sr at latin/gnome-documents/index.page
+share/help/sr at latin/gnome-documents/info.page
+share/help/sr at latin/gnome-documents/legal.xml
+share/help/sr at latin/gnome-documents/media/go-down.png
+share/help/sr at latin/gnome-documents/media/icon_gnome-documents.png
+share/help/sr at latin/gnome-documents/print.page
+share/help/sr at latin/gnome-documents/prob-no-show.page
+share/help/sr at latin/gnome-documents/prob-previews.page
+share/help/sr at latin/gnome-documents/search.page
+share/help/sr at latin/gnome-documents/view-add.page
+share/help/sr at latin/gnome-documents/view.page
+share/help/sr at latin/gnome-documents/viewgrid.page
+share/help/sv/gnome-documents/collections.page
+share/help/sv/gnome-documents/filter.page
+share/help/sv/gnome-documents/formats.page
+share/help/sv/gnome-documents/index.page
+share/help/sv/gnome-documents/info.page
+share/help/sv/gnome-documents/legal.xml
+share/help/sv/gnome-documents/media/go-down.png
+share/help/sv/gnome-documents/media/icon_gnome-documents.png
+share/help/sv/gnome-documents/print.page
+share/help/sv/gnome-documents/prob-no-show.page
+share/help/sv/gnome-documents/prob-previews.page
+share/help/sv/gnome-documents/search.page
+share/help/sv/gnome-documents/view-add.page
+share/help/sv/gnome-documents/view.page
+share/help/sv/gnome-documents/viewgrid.page
+share/help/ta/gnome-documents/collections.page
+share/help/ta/gnome-documents/filter.page
+share/help/ta/gnome-documents/formats.page
+share/help/ta/gnome-documents/index.page
+share/help/ta/gnome-documents/info.page
+share/help/ta/gnome-documents/legal.xml
+share/help/ta/gnome-documents/media/go-down.png
+share/help/ta/gnome-documents/media/icon_gnome-documents.png
+share/help/ta/gnome-documents/print.page
+share/help/ta/gnome-documents/prob-no-show.page
+share/help/ta/gnome-documents/prob-previews.page
+share/help/ta/gnome-documents/search.page
+share/help/ta/gnome-documents/view-add.page
+share/help/ta/gnome-documents/view.page
+share/help/ta/gnome-documents/viewgrid.page
+share/help/te/gnome-documents/collections.page
+share/help/te/gnome-documents/filter.page
+share/help/te/gnome-documents/formats.page
+share/help/te/gnome-documents/index.page
+share/help/te/gnome-documents/info.page
+share/help/te/gnome-documents/legal.xml
+share/help/te/gnome-documents/media/go-down.png
+share/help/te/gnome-documents/media/icon_gnome-documents.png
+share/help/te/gnome-documents/print.page
+share/help/te/gnome-documents/prob-no-show.page
+share/help/te/gnome-documents/prob-previews.page
+share/help/te/gnome-documents/search.page
+share/help/te/gnome-documents/view-add.page
+share/help/te/gnome-documents/view.page
+share/help/te/gnome-documents/viewgrid.page
+share/help/vi/gnome-documents/collections.page
+share/help/vi/gnome-documents/filter.page
+share/help/vi/gnome-documents/formats.page
+share/help/vi/gnome-documents/index.page
+share/help/vi/gnome-documents/info.page
+share/help/vi/gnome-documents/legal.xml
+share/help/vi/gnome-documents/media/go-down.png
+share/help/vi/gnome-documents/media/icon_gnome-documents.png
+share/help/vi/gnome-documents/print.page
+share/help/vi/gnome-documents/prob-no-show.page
+share/help/vi/gnome-documents/prob-previews.page
+share/help/vi/gnome-documents/search.page
+share/help/vi/gnome-documents/view-add.page
+share/help/vi/gnome-documents/view.page
+share/help/vi/gnome-documents/viewgrid.page
+share/help/zh_CN/gnome-documents/collections.page
+share/help/zh_CN/gnome-documents/filter.page
+share/help/zh_CN/gnome-documents/formats.page
+share/help/zh_CN/gnome-documents/index.page
+share/help/zh_CN/gnome-documents/info.page
+share/help/zh_CN/gnome-documents/legal.xml
+share/help/zh_CN/gnome-documents/media/go-down.png
+share/help/zh_CN/gnome-documents/media/icon_gnome-documents.png
+share/help/zh_CN/gnome-documents/print.page
+share/help/zh_CN/gnome-documents/prob-no-show.page
+share/help/zh_CN/gnome-documents/prob-previews.page
+share/help/zh_CN/gnome-documents/search.page
+share/help/zh_CN/gnome-documents/view-add.page
+share/help/zh_CN/gnome-documents/view.page
+share/help/zh_CN/gnome-documents/viewgrid.page
+share/icons/hicolor/16x16/apps/gnome-books.png
+share/icons/hicolor/16x16/apps/gnome-documents.png
+share/icons/hicolor/22x22/apps/gnome-books.png
+share/icons/hicolor/22x22/apps/gnome-documents.png
+share/icons/hicolor/24x24/apps/gnome-books.png
+share/icons/hicolor/24x24/apps/gnome-documents.png
+share/icons/hicolor/256x256/apps/gnome-books.png
+share/icons/hicolor/256x256/apps/gnome-documents.png
+share/icons/hicolor/32x32/apps/gnome-books.png
+share/icons/hicolor/32x32/apps/gnome-documents.png
+share/icons/hicolor/48x48/apps/gnome-books.png
+share/icons/hicolor/48x48/apps/gnome-documents.png
+share/icons/hicolor/512x512/apps/gnome-books.png
+share/icons/hicolor/512x512/apps/gnome-documents.png
+share/icons/hicolor/scalable/apps/gnome-books-symbolic.svg
+share/icons/hicolor/scalable/apps/gnome-documents-symbolic.svg
+share/locale/af/LC_MESSAGES/gnome-documents.mo
+share/locale/ar/LC_MESSAGES/gnome-documents.mo
+share/locale/as/LC_MESSAGES/gnome-documents.mo
+share/locale/be/LC_MESSAGES/gnome-documents.mo
+share/locale/bg/LC_MESSAGES/gnome-documents.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-documents.mo
+share/locale/bs/LC_MESSAGES/gnome-documents.mo
+share/locale/ca/LC_MESSAGES/gnome-documents.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-documents.mo
+share/locale/cs/LC_MESSAGES/gnome-documents.mo
+share/locale/da/LC_MESSAGES/gnome-documents.mo
+share/locale/de/LC_MESSAGES/gnome-documents.mo
+share/locale/el/LC_MESSAGES/gnome-documents.mo
+share/locale/en_GB/LC_MESSAGES/gnome-documents.mo
+share/locale/eo/LC_MESSAGES/gnome-documents.mo
+share/locale/es/LC_MESSAGES/gnome-documents.mo
+share/locale/et/LC_MESSAGES/gnome-documents.mo
+share/locale/eu/LC_MESSAGES/gnome-documents.mo
+share/locale/fa/LC_MESSAGES/gnome-documents.mo
+share/locale/fi/LC_MESSAGES/gnome-documents.mo
+share/locale/fr/LC_MESSAGES/gnome-documents.mo
+share/locale/fur/LC_MESSAGES/gnome-documents.mo
+share/locale/ga/LC_MESSAGES/gnome-documents.mo
+share/locale/gl/LC_MESSAGES/gnome-documents.mo
+share/locale/gu/LC_MESSAGES/gnome-documents.mo
+share/locale/he/LC_MESSAGES/gnome-documents.mo
+share/locale/hi/LC_MESSAGES/gnome-documents.mo
+share/locale/hu/LC_MESSAGES/gnome-documents.mo
+share/locale/id/LC_MESSAGES/gnome-documents.mo
+share/locale/it/LC_MESSAGES/gnome-documents.mo
+share/locale/ja/LC_MESSAGES/gnome-documents.mo
+share/locale/kk/LC_MESSAGES/gnome-documents.mo
+share/locale/kn/LC_MESSAGES/gnome-documents.mo
+share/locale/ko/LC_MESSAGES/gnome-documents.mo
+share/locale/lt/LC_MESSAGES/gnome-documents.mo
+share/locale/lv/LC_MESSAGES/gnome-documents.mo
+share/locale/mk/LC_MESSAGES/gnome-documents.mo
+share/locale/ml/LC_MESSAGES/gnome-documents.mo
+share/locale/mr/LC_MESSAGES/gnome-documents.mo
+share/locale/nb/LC_MESSAGES/gnome-documents.mo
+share/locale/ne/LC_MESSAGES/gnome-documents.mo
+share/locale/nl/LC_MESSAGES/gnome-documents.mo
+share/locale/oc/LC_MESSAGES/gnome-documents.mo
+share/locale/or/LC_MESSAGES/gnome-documents.mo
+share/locale/pa/LC_MESSAGES/gnome-documents.mo
+share/locale/pl/LC_MESSAGES/gnome-documents.mo
+share/locale/pt/LC_MESSAGES/gnome-documents.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-documents.mo
+share/locale/ro/LC_MESSAGES/gnome-documents.mo
+share/locale/ru/LC_MESSAGES/gnome-documents.mo
+share/locale/sk/LC_MESSAGES/gnome-documents.mo
+share/locale/sl/LC_MESSAGES/gnome-documents.mo
+share/locale/sr/LC_MESSAGES/gnome-documents.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-documents.mo
+share/locale/sv/LC_MESSAGES/gnome-documents.mo
+share/locale/ta/LC_MESSAGES/gnome-documents.mo
+share/locale/te/LC_MESSAGES/gnome-documents.mo
+share/locale/tg/LC_MESSAGES/gnome-documents.mo
+share/locale/th/LC_MESSAGES/gnome-documents.mo
+share/locale/tr/LC_MESSAGES/gnome-documents.mo
+share/locale/ug/LC_MESSAGES/gnome-documents.mo
+share/locale/uk/LC_MESSAGES/gnome-documents.mo
+share/locale/vi/LC_MESSAGES/gnome-documents.mo
+share/locale/xh/LC_MESSAGES/gnome-documents.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-documents.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-documents.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-documents.mo
Property changes on: trunk/deskutils/gnome-documents/pkg-plist
___________________________________________________________________
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
Added: trunk/deskutils/gnome-font-viewer/Makefile
===================================================================
--- trunk/deskutils/gnome-font-viewer/Makefile (rev 0)
+++ trunk/deskutils/gnome-font-viewer/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,30 @@
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-font-viewer/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME= gnome-font-viewer
+PORTVERSION= 3.16.2
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GNOME 3 font viewer utility
+
+LICENSE= gpl2
+
+LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+
+CONFLICTS= gnome-utils-2.[0-9]*
+
+USES= desktop-file-utils gettext gmake pathfix \
+ pkgconfig tar:xz
+USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
+USE_GNOME= intlhack gtk30 gnomedesktop3
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnome-font-viewer/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-font-viewer/distinfo
===================================================================
--- trunk/deskutils/gnome-font-viewer/distinfo (rev 0)
+++ trunk/deskutils/gnome-font-viewer/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-font-viewer-3.16.2.tar.xz) = f5367417d926d1dbe175aceb8eb4d2733d723a237428f130edd4b4023c0dc1cf
+SIZE (gnome3/gnome-font-viewer-3.16.2.tar.xz) = 306488
Property changes on: trunk/deskutils/gnome-font-viewer/distinfo
___________________________________________________________________
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
Added: trunk/deskutils/gnome-font-viewer/pkg-descr
===================================================================
--- trunk/deskutils/gnome-font-viewer/pkg-descr (rev 0)
+++ trunk/deskutils/gnome-font-viewer/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1 @@
+GNOME 3.0 font viewer and thumbnailer utility.
Property changes on: trunk/deskutils/gnome-font-viewer/pkg-descr
___________________________________________________________________
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
Added: trunk/deskutils/gnome-font-viewer/pkg-plist
===================================================================
--- trunk/deskutils/gnome-font-viewer/pkg-plist (rev 0)
+++ trunk/deskutils/gnome-font-viewer/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,103 @@
+bin/gnome-font-viewer
+bin/gnome-thumbnail-font
+share/appdata/org.gnome.font-viewer.appdata.xml
+share/applications/org.gnome.font-viewer.desktop
+share/dbus-1/services/org.gnome.font-viewer.service
+share/locale/af/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/am/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/an/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ar/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/as/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ast/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/az/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/be/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/be at latin/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/bg/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/bn/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/br/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/bs/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ca/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/crh/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/cs/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/cy/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/da/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/de/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/dz/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/el/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/en_CA/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/en_GB/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/eo/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/es/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/et/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/eu/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/fa/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/fi/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/fr/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/fur/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ga/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/gd/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/gl/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/gu/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/he/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/hi/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/hr/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/hu/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/id/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/is/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/it/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ja/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ka/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/kk/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/km/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/kn/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ko/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ku/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ky/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/lt/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/lv/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/mai/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/mg/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/mk/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ml/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/mn/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/mr/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ms/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/nb/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/nds/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ne/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/nl/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/nn/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/oc/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/or/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/pa/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/pl/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ps/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/pt/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ro/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ru/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/rw/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/si/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sk/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sl/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sq/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sr/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/sv/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ta/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/te/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/tg/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/th/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/tr/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/ug/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/uk/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/vi/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/wa/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/xh/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-font-viewer.mo
+share/locale/uz at cyrillic/LC_MESSAGES/gnome-font-viewer.mo
+share/thumbnailers/gnome-font-viewer.thumbnailer
Property changes on: trunk/deskutils/gnome-font-viewer/pkg-plist
___________________________________________________________________
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
Added: trunk/deskutils/gnome-search-tool/Makefile
===================================================================
--- trunk/deskutils/gnome-search-tool/Makefile (rev 0)
+++ trunk/deskutils/gnome-search-tool/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,31 @@
+# Created by: Joe Marcus Clarke <marcus at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/deskutils/gnome-search-tool/Makefile 372768 2014-11-19 11:49:04Z kwm $
+
+PORTNAME= gnome-search-tool
+PORTVERSION= 3.6.0
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= GNOME 3 file search utilities
+
+LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+
+CONFLICTS= gnome-utils-2.[0-9]*
+
+USES= gettext gmake pathfix pkgconfig tar:xz
+USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
+USE_GNOME= gnomeprefix gtk30 intlhack
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+GLIB_SCHEMAS= org.gnome.gnome-search-tool.gschema.xml
+
+.include <bsd.port.mk>
Property changes on: trunk/deskutils/gnome-search-tool/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/deskutils/gnome-search-tool/distinfo
===================================================================
--- trunk/deskutils/gnome-search-tool/distinfo (rev 0)
+++ trunk/deskutils/gnome-search-tool/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-search-tool-3.6.0.tar.xz) = a33000cd7d033be4ea50422f0f2cca611da5b79bd0f0875017f105a1bc177f42
+SIZE (gnome3/gnome-search-tool-3.6.0.tar.xz) = 685172
Property changes on: trunk/deskutils/gnome-search-tool/distinfo
___________________________________________________________________
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
Added: trunk/deskutils/gnome-search-tool/pkg-descr
===================================================================
--- trunk/deskutils/gnome-search-tool/pkg-descr (rev 0)
+++ trunk/deskutils/gnome-search-tool/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1 @@
+GNOME 3.0 utility for searching for files.
Property changes on: trunk/deskutils/gnome-search-tool/pkg-descr
___________________________________________________________________
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
Added: trunk/deskutils/gnome-search-tool/pkg-plist
===================================================================
--- trunk/deskutils/gnome-search-tool/pkg-plist (rev 0)
+++ trunk/deskutils/gnome-search-tool/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,134 @@
+bin/gnome-search-tool
+man/man1/gnome-search-tool.1.gz
+share/GConf/gsettings/gnome-search-tool.convert
+share/applications/gnome-search-tool.desktop
+share/help/C/gnome-search-tool/index.docbook
+share/help/C/gnome-search-tool/legal.xml
+share/help/ca/gnome-search-tool/index.docbook
+share/help/ca/gnome-search-tool/legal.xml
+share/help/cs/gnome-search-tool/index.docbook
+share/help/cs/gnome-search-tool/legal.xml
+share/help/de/gnome-search-tool/index.docbook
+share/help/de/gnome-search-tool/legal.xml
+share/help/el/gnome-search-tool/index.docbook
+share/help/el/gnome-search-tool/legal.xml
+share/help/en_GB/gnome-search-tool/index.docbook
+share/help/en_GB/gnome-search-tool/legal.xml
+share/help/es/gnome-search-tool/index.docbook
+share/help/es/gnome-search-tool/legal.xml
+share/help/eu/gnome-search-tool/index.docbook
+share/help/eu/gnome-search-tool/legal.xml
+share/help/fi/gnome-search-tool/index.docbook
+share/help/fi/gnome-search-tool/legal.xml
+share/help/fr/gnome-search-tool/index.docbook
+share/help/fr/gnome-search-tool/legal.xml
+share/help/it/gnome-search-tool/index.docbook
+share/help/it/gnome-search-tool/legal.xml
+share/help/ja/gnome-search-tool/index.docbook
+share/help/ja/gnome-search-tool/legal.xml
+share/help/ko/gnome-search-tool/index.docbook
+share/help/ko/gnome-search-tool/legal.xml
+share/help/oc/gnome-search-tool/index.docbook
+share/help/oc/gnome-search-tool/legal.xml
+share/help/ru/gnome-search-tool/index.docbook
+share/help/ru/gnome-search-tool/legal.xml
+share/help/sl/gnome-search-tool/index.docbook
+share/help/sl/gnome-search-tool/legal.xml
+share/help/sv/gnome-search-tool/index.docbook
+share/help/sv/gnome-search-tool/legal.xml
+share/help/te/gnome-search-tool/index.docbook
+share/help/te/gnome-search-tool/legal.xml
+share/help/uk/gnome-search-tool/index.docbook
+share/help/uk/gnome-search-tool/legal.xml
+share/help/zh_CN/gnome-search-tool/index.docbook
+share/help/zh_CN/gnome-search-tool/legal.xml
+share/locale/af/LC_MESSAGES/gnome-search-tool.mo
+share/locale/am/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ar/LC_MESSAGES/gnome-search-tool.mo
+share/locale/as/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ast/LC_MESSAGES/gnome-search-tool.mo
+share/locale/az/LC_MESSAGES/gnome-search-tool.mo
+share/locale/be/LC_MESSAGES/gnome-search-tool.mo
+share/locale/be at latin/LC_MESSAGES/gnome-search-tool.mo
+share/locale/bg/LC_MESSAGES/gnome-search-tool.mo
+share/locale/bn/LC_MESSAGES/gnome-search-tool.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-search-tool.mo
+share/locale/br/LC_MESSAGES/gnome-search-tool.mo
+share/locale/bs/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ca/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ca at valencia/LC_MESSAGES/gnome-search-tool.mo
+share/locale/crh/LC_MESSAGES/gnome-search-tool.mo
+share/locale/cs/LC_MESSAGES/gnome-search-tool.mo
+share/locale/cy/LC_MESSAGES/gnome-search-tool.mo
+share/locale/da/LC_MESSAGES/gnome-search-tool.mo
+share/locale/de/LC_MESSAGES/gnome-search-tool.mo
+share/locale/dz/LC_MESSAGES/gnome-search-tool.mo
+share/locale/el/LC_MESSAGES/gnome-search-tool.mo
+share/locale/en at shaw/LC_MESSAGES/gnome-search-tool.mo
+share/locale/en_CA/LC_MESSAGES/gnome-search-tool.mo
+share/locale/en_GB/LC_MESSAGES/gnome-search-tool.mo
+share/locale/eo/LC_MESSAGES/gnome-search-tool.mo
+share/locale/es/LC_MESSAGES/gnome-search-tool.mo
+share/locale/et/LC_MESSAGES/gnome-search-tool.mo
+share/locale/eu/LC_MESSAGES/gnome-search-tool.mo
+share/locale/fa/LC_MESSAGES/gnome-search-tool.mo
+share/locale/fi/LC_MESSAGES/gnome-search-tool.mo
+share/locale/fr/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ga/LC_MESSAGES/gnome-search-tool.mo
+share/locale/gl/LC_MESSAGES/gnome-search-tool.mo
+share/locale/gu/LC_MESSAGES/gnome-search-tool.mo
+share/locale/he/LC_MESSAGES/gnome-search-tool.mo
+share/locale/hi/LC_MESSAGES/gnome-search-tool.mo
+share/locale/hr/LC_MESSAGES/gnome-search-tool.mo
+share/locale/hu/LC_MESSAGES/gnome-search-tool.mo
+share/locale/id/LC_MESSAGES/gnome-search-tool.mo
+share/locale/it/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ja/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ka/LC_MESSAGES/gnome-search-tool.mo
+share/locale/kn/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ko/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ku/LC_MESSAGES/gnome-search-tool.mo
+share/locale/lt/LC_MESSAGES/gnome-search-tool.mo
+share/locale/lv/LC_MESSAGES/gnome-search-tool.mo
+share/locale/mai/LC_MESSAGES/gnome-search-tool.mo
+share/locale/mg/LC_MESSAGES/gnome-search-tool.mo
+share/locale/mk/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ml/LC_MESSAGES/gnome-search-tool.mo
+share/locale/mn/LC_MESSAGES/gnome-search-tool.mo
+share/locale/mr/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ms/LC_MESSAGES/gnome-search-tool.mo
+share/locale/nb/LC_MESSAGES/gnome-search-tool.mo
+share/locale/nds/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ne/LC_MESSAGES/gnome-search-tool.mo
+share/locale/nl/LC_MESSAGES/gnome-search-tool.mo
+share/locale/nn/LC_MESSAGES/gnome-search-tool.mo
+share/locale/oc/LC_MESSAGES/gnome-search-tool.mo
+share/locale/or/LC_MESSAGES/gnome-search-tool.mo
+share/locale/pa/LC_MESSAGES/gnome-search-tool.mo
+share/locale/pl/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ps/LC_MESSAGES/gnome-search-tool.mo
+share/locale/pt/LC_MESSAGES/gnome-search-tool.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ro/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ru/LC_MESSAGES/gnome-search-tool.mo
+share/locale/rw/LC_MESSAGES/gnome-search-tool.mo
+share/locale/si/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sk/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sl/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sq/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sr/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sr at latin/LC_MESSAGES/gnome-search-tool.mo
+share/locale/sv/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ta/LC_MESSAGES/gnome-search-tool.mo
+share/locale/te/LC_MESSAGES/gnome-search-tool.mo
+share/locale/th/LC_MESSAGES/gnome-search-tool.mo
+share/locale/tr/LC_MESSAGES/gnome-search-tool.mo
+share/locale/ug/LC_MESSAGES/gnome-search-tool.mo
+share/locale/uk/LC_MESSAGES/gnome-search-tool.mo
+share/locale/vi/LC_MESSAGES/gnome-search-tool.mo
+share/locale/wa/LC_MESSAGES/gnome-search-tool.mo
+share/locale/xh/LC_MESSAGES/gnome-search-tool.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-search-tool.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-search-tool.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-search-tool.mo
+share/pixmaps/gsearchtool/thumbnail_frame.png
Property changes on: trunk/deskutils/gnome-search-tool/pkg-plist
___________________________________________________________________
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
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -445,7 +445,6 @@
SUBDIR += qt4-qdoc3
SUBDIR += qt4-qmlviewer
SUBDIR += qt4-qt3support
-SUBDIR += qt4-qtestlib
SUBDIR += qt4-qtsolutions-singleapplication
SUBDIR += qt4-qvfb
SUBDIR += qt4-rcc
Modified: trunk/devel/py-fileutils/Makefile
===================================================================
--- trunk/devel/py-fileutils/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-fileutils/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -11,9 +11,7 @@
COMMENT= File I/O related functions and classes
LICENSE= mit
-USES= tar:bzip2
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python tar:bzip2
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: trunk/devel/py-gdata/Makefile
===================================================================
--- trunk/devel/py-gdata/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-gdata/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -12,10 +12,10 @@
LICENSE= apache2
PROJECTHOST= gdata-python-client
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
+USES= python:2
+USE_PYTHON= distutils
-OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO
+OPTIONS_DEFINE= GMPY M2CRYPTO PYCRYPTO EXAMPLES
# optional modules (see src/gdata/tlslite/utils/cryptomath.py)
GMPY_DESC= Multiprecision arithmetic
@@ -40,8 +40,9 @@
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}/
- ${CP} -R ${WRKSRC}/samples/ ${EXAMPLESDIR}/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+ @cd ${WRKSRC}/samples && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
Modified: trunk/devel/py-gdata/pkg-plist
===================================================================
--- trunk/devel/py-gdata/pkg-plist 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-gdata/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -873,107 +873,3 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webmastertools/AddDeleteExampleDotCom.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webmastertools/SitemapsFeedSummary.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webmastertools/SitesFeedSummary.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webmastertools
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/spreadsheets
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sites
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth/oauth_on_appengine/js
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth/oauth_on_appengine/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth/oauth_on_appengine/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth/oauth_on_appengine/appengine_utilities
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth/oauth_on_appengine
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oauth
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mashups
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/finance
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/docs
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/contentforshopping
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/contacts
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/codesearch
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/calendar_resource
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/calendar
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogger/oauth-appengine/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogger/oauth-appengine
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogger/app
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/blogger
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/authsub
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/provisioning_oauth_example/js
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/provisioning_oauth_example/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/provisioning_oauth_example/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/provisioning_oauth_example
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/templates
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/js
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/tlslite/utils
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/tlslite/integration
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/tlslite
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/oauth
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/calendar
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/organization
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/multidomain
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/migration
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/groups
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/emailsettings
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/audit
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps/adminsettings
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata/apps
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/gdata
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/atom
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/templates
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/css/cssreset
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/css/cssgrids
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/css/cssfonts
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/css/cssbase
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface/css
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/interface
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities/django-middleware
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample/appengine_utilities
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps/marketplace_sample
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/analytics
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/youtube
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/webmastertools
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/tlslite/utils
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/tlslite/integration
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/tlslite
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/spreadsheets
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/spreadsheet
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/sites
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/projecthosting
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/photos
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/opensearch
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/oauth
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/notebook
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/media
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/health
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/geo
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/finance
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/exif
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/dublincore
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/docs
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/contentforshopping
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/contacts
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/codesearch
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/calendar_resource
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/calendar
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/books
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/blogger
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/organization
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/multidomain
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/migration
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/groups
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/emailsettings
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/audit
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps/adminsettings
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/apps
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/analytics
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/alt
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/acl
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto/Util
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto/PublicKey
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto/Protocol
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto/Hash
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto/Cipher
- at dirrm %%PYTHON_SITELIBDIR%%/gdata/Crypto
- at dirrm %%PYTHON_SITELIBDIR%%/gdata
- at dirrm %%PYTHON_SITELIBDIR%%/atom
Modified: trunk/devel/py-isodate/Makefile
===================================================================
--- trunk/devel/py-isodate/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-isodate/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -11,8 +11,7 @@
LICENSE= bsd3
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+USE_PYTHON= autoplist distutils
+USES= python
.include <bsd.port.mk>
Modified: trunk/devel/py-parsing/Makefile
===================================================================
--- trunk/devel/py-parsing/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-parsing/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,7 +1,7 @@
# $MidightBSD$
PORTNAME= parsing
-PORTVERSION= 2.0.1
+PORTVERSION= 2.0.3
CATEGORIES= devel python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,7 @@
LICENSE= mit
LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USE_PYTHON= autoplist distutils
+USES= python
.include <bsd.port.mk>
Modified: trunk/devel/py-parsing/distinfo
===================================================================
--- trunk/devel/py-parsing/distinfo 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-parsing/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,2 +1,2 @@
-SHA256 (pyparsing-2.0.1.tar.gz) = 0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
-SIZE (pyparsing-2.0.1.tar.gz) = 1129563
+SHA256 (pyparsing-2.0.3.tar.gz) = 06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f
+SIZE (pyparsing-2.0.3.tar.gz) = 1462653
Modified: trunk/devel/py-parsing/pkg-descr
===================================================================
--- trunk/devel/py-parsing/pkg-descr 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-parsing/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,6 +1,7 @@
-Pyparsing is a general parsing module for Python. Grammars are
-implemented directly in the client code using parsing objects,
-instead of externally, as with lex/yacc-type tools. Includes simple
-examples for parsing SQL, CORBA IDL, and 4-function math.
+Pyparsing is a general parsing module for Python. Grammars are implemented
+directly in the client code using parsing objects, instead of externally, as
+with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL,
+and 4-function math.
-WWW: http://pyparsing.sourceforge.net/
+WWW: https://pypi.python.org/pypi/pyparsing
+WWW: http://pyparsing.wikispaces.com/
Modified: trunk/devel/py-simplejson/Makefile
===================================================================
--- trunk/devel/py-simplejson/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-simplejson/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= simplejson
-PORTVERSION= 3.4.0
+PORTVERSION= 3.6.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +11,8 @@
LICENSE= mit
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
Modified: trunk/devel/py-simplejson/distinfo
===================================================================
--- trunk/devel/py-simplejson/distinfo 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-simplejson/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,2 +1,2 @@
-SHA256 (simplejson-3.4.0.tar.gz) = 62e2c1abc4af5ff9ba4ee35a4c4a026dad476f1fd39b742f780e2ddbaed54595
-SIZE (simplejson-3.4.0.tar.gz) = 68908
+SHA256 (simplejson-3.6.3.tar.gz) = 1e2fe250d0325a6b53ab770376f1729e0bf4883785343bbfab23764419f09d7a
+SIZE (simplejson-3.6.3.tar.gz) = 73802
Modified: trunk/devel/py-termcolor/Makefile
===================================================================
--- trunk/devel/py-termcolor/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-termcolor/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -2,6 +2,7 @@
PORTNAME= termcolor
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,7 @@
LICENSE= mit
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
Modified: trunk/devel/py-yaml/Makefile
===================================================================
--- trunk/devel/py-yaml/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-yaml/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -15,9 +15,8 @@
OPTIONS_DEFINE= LIBYAML EXAMPLES
LIBYAML_DESC= Use textproc/libyaml for faster parsing
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
Modified: trunk/devel/py-yaml/pkg-plist
===================================================================
--- trunk/devel/py-yaml/pkg-plist 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py-yaml/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -2,6 +2,3 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pygments-lexer/example.yaml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-highlight/yaml_hl.cfg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yaml-highlight/yaml_hl.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/yaml-highlight
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pygments-lexer
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
Modified: trunk/devel/py3-dbus/Makefile
===================================================================
--- trunk/devel/py3-dbus/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/py3-dbus/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,6 +1,6 @@
# $MidnightBSD$
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=
Modified: trunk/devel/pydbus-common/Makefile
===================================================================
--- trunk/devel/pydbus-common/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/pydbus-common/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= dbus
-PORTVERSION= 1.1.1
+PORTVERSION= 1.2.0
PORTREVISION?= 0
CATEGORIES= devel gnome python
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
Modified: trunk/devel/pydbus-common/distinfo
===================================================================
--- trunk/devel/pydbus-common/distinfo 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/devel/pydbus-common/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,2 +1,2 @@
-SHA256 (dbus-python-1.1.1.tar.gz) = 8917ca4fb8f4d693aee18d200cbad166b2c938dfb88c03bb4ab3d90a7c915e88
-SIZE (dbus-python-1.1.1.tar.gz) = 596476
+SHA256 (dbus-python-1.2.0.tar.gz) = e12c6c8b2bf3a9302f75166952cbe41d6b38c3441bbc6767dbd498942316c6df
+SIZE (dbus-python-1.2.0.tar.gz) = 602426
Modified: trunk/dns/py-dnspython/Makefile
===================================================================
--- trunk/dns/py-dnspython/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/dns/py-dnspython/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -14,8 +14,7 @@
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=yes
+USE_PYTHON= autoplist distutils
OPTIONS_DEFINE= DOCS EXAMPLES PYCRYPTO
PYCRYPTO_DESC= Enable pycrypto (part of dnssec needs it)
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/textproc/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -153,6 +153,7 @@
SUBDIR += teckit
SUBDIR += texi2html
SUBDIR += tidyp
+SUBDIR += unoconv
SUBDIR += urlview
SUBDIR += wv
SUBDIR += wv2
Added: trunk/textproc/unoconv/Makefile
===================================================================
--- trunk/textproc/unoconv/Makefile (rev 0)
+++ trunk/textproc/unoconv/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,63 @@
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/textproc/unoconv/Makefile 374183 2014-12-07 10:01:36Z mva $
+
+PORTNAME= unoconv
+PORTVERSION= 0.6
+CATEGORIES= textproc python
+MASTER_SITES= http://dag.wieers.com/home-made/${PORTNAME}/ \
+ SF/nemysisfreebsdp/textproc/:icons
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}.png:icons
+DIST_SUBDIR= python
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Convert any document from and to any LibreOffice supported format
+
+LICENSE= gpl2
+
+RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
+
+USES= python
+NO_BUILD= yes
+
+PORTDOCS= *
+
+DOCSRCDIR1= ${WRKSRC}
+DOC_FILES1= AUTHORS ChangeLog README.asciidoc WISHLIST
+
+DOCSRCDIR2= ${WRKSRC}/doc
+DOCSDIR2= ${DOCSDIR}/doc
+DOC_FILES2= errcode.txt filters.txt formats.txt office-installations.txt \
+ selinux.txt unoconv.1.txt
+
+OPTIONS_DEFINE= DOCS
+
+SUB_FILES= ${PORTNAME} pkg-message
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
+ ${WRKSRC}/${PORTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+
+ @${MKDIR} ${STAGEDIR}${DATADIR}/tests/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${DATADIR}
+
+.for f in *.odt *.csv
+ @(cd ${WRKSRC}/tests && ${INSTALL_DATA} ${f} ${STAGEDIR}${DATADIR}/tests)
+.endfor
+
+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \
+ ${STAGEDIR}${MAN1PREFIX}/man/man1/
+
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR2}
+ ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/unoconv/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/unoconv/distinfo
===================================================================
--- trunk/textproc/unoconv/distinfo (rev 0)
+++ trunk/textproc/unoconv/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,4 @@
+SHA256 (python/unoconv-0.6.tar.gz) = 790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4
+SIZE (python/unoconv-0.6.tar.gz) = 91578
+SHA256 (python/unoconv.png) = 459f7dbc60e34ccce5c9d46a7317be02dd3c8275e7f7588b7b3885c67b6738eb
+SIZE (python/unoconv.png) = 744
Property changes on: trunk/textproc/unoconv/distinfo
___________________________________________________________________
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
Added: trunk/textproc/unoconv/files/pkg-message.in
===================================================================
--- trunk/textproc/unoconv/files/pkg-message.in (rev 0)
+++ trunk/textproc/unoconv/files/pkg-message.in 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,11 @@
+===============================================================================
+
+Universal Office Converter (unoconv) has been installed.
+
+For Document conversions is needed that is LibreOffice or OpenOffice installed
+
+editors/libreoffice
+
+editors/openoffice*
+
+===============================================================================
Property changes on: trunk/textproc/unoconv/files/pkg-message.in
___________________________________________________________________
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
Added: trunk/textproc/unoconv/files/unoconv.in
===================================================================
--- trunk/textproc/unoconv/files/unoconv.in (rev 0)
+++ trunk/textproc/unoconv/files/unoconv.in 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# $FreeBSD: head/textproc/unoconv/files/unoconv.in 336717 2013-12-17 11:46:29Z nemysis $
+#
+
+cd "%%DATADIR%%"
+exec ./unoconv "$@"
Property changes on: trunk/textproc/unoconv/files/unoconv.in
___________________________________________________________________
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
Added: trunk/textproc/unoconv/pkg-descr
===================================================================
--- trunk/textproc/unoconv/pkg-descr (rev 0)
+++ trunk/textproc/unoconv/pkg-descr 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,9 @@
+Universal Office Converter (unoconv) is a command line tool to convert any
+document format that LibreOffice can import to any document format that
+LibreOffice can export. It makes use of the LibreOffice's UNO bindings for
+non-interactive conversion of documents.
+
+For practical reasons we mention LibreOffice, but OpenOffice is supported by
+unoconv as well.
+
+WWW: http://dag.wieers.com/home-made/unoconv/
Property changes on: trunk/textproc/unoconv/pkg-descr
___________________________________________________________________
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
Added: trunk/textproc/unoconv/pkg-plist
===================================================================
--- trunk/textproc/unoconv/pkg-plist (rev 0)
+++ trunk/textproc/unoconv/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,6 @@
+bin/unoconv
+man/man1/unoconv.1.gz
+share/pixmaps/unoconv.png
+%%DATADIR%%/tests/document-example.odt
+%%DATADIR%%/tests/spreadsheet-example.csv
+%%DATADIR%%/unoconv
Property changes on: trunk/textproc/unoconv/pkg-plist
___________________________________________________________________
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
Modified: trunk/x11-toolkits/Xaw3d/pkg-plist
===================================================================
--- trunk/x11-toolkits/Xaw3d/pkg-plist 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/Xaw3d/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,6 +1,6 @@
lib/libXaw3d.a
lib/libXaw3d.so
-lib/libXaw3d.so.8.0
+lib/libXaw3d.so.8
include/X11/Xaw3d/AllWidgets.h
include/X11/Xaw3d/AsciiSink.h
include/X11/Xaw3d/AsciiSinkP.h
Added: trunk/x11-toolkits/gtksourceview3-reference/distinfo
===================================================================
--- trunk/x11-toolkits/gtksourceview3-reference/distinfo (rev 0)
+++ trunk/x11-toolkits/gtksourceview3-reference/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gtksourceview-3.16.1.tar.xz) = 669e9846ca744ec4d04ce61377e85df7ca909ad476329922a6abf4da423f1b0c
+SIZE (gnome3/gtksourceview-3.16.1.tar.xz) = 1272152
Property changes on: trunk/x11-toolkits/gtksourceview3-reference/distinfo
___________________________________________________________________
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
Modified: trunk/x11-toolkits/py-tkinter/Makefile
===================================================================
--- trunk/x11-toolkits/py-tkinter/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/py-tkinter/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -3,34 +3,30 @@
PORTNAME= tkinter
PORTVERSION= ${PYTHON_PORTVERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits python
-MASTER_SITES= ${PYTHON_MASTER_SITES}
-MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
+MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTFILES= ${PYTHON_DISTFILE}
+DISTNAME= Python-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= Python bindings to the Tk widget set
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-USE_TK= yes
-USE_XZ= yes
+LICENSE= python
+USE_PYTHON= distutils autoplist
+USES= python tar:xz tk
+
DIST_SUBDIR= python
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
-WRKSRC= ${PYTHON_WRKSRC}/Modules
+WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Modules
PYDISTUTILS_INSTALLARGS+= --install-lib ${PYTHON_LIBDIR}/lib-dynload
-PYDISTUTILS_NOEGGINFO= yes
-PYDISTUTILS_PKGNAME= Tkinter
-PLIST_FILES= %%PYTHON_LIBDIR%%/lib-dynload/_tkinter.so
-
.include <bsd.port.pre.mk>
post-extract:
-.if ${PYTHON_REL} < 300
+.if ${PYTHON_REL} < 3000
@${SED} -e "s|%%TK_VER%%|${TK_VER}|" ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
.else
@${SED} -e "s|%%TK_VER%%|${TK_VER}|" ${FILESDIR}/setup3.py > ${WRKSRC}/setup.py
Property changes on: trunk/x11-toolkits/py-tkinter/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/x11-toolkits/vte/Makefile
===================================================================
--- trunk/x11-toolkits/vte/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -2,7 +2,7 @@
PORTNAME= vte
PORTVERSION= 0.28.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -18,10 +18,10 @@
RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
-USES+= gettext gmake libtool pathfix pkgconfig
+USES+= cpe gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack
+USE_GNOME?= gnomeprefix gtk20 intltool introspection:build referencehack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
@@ -33,6 +33,8 @@
--enable-introspection \
--disable-gnome-pty-helper
+CPE_VENDOR= nalin_dahyabhai
+
.include <bsd.mport.options.mk>
.if ${OSVERSION} < 4016
Modified: trunk/x11-toolkits/vte3/Makefile
===================================================================
--- trunk/x11-toolkits/vte3/Makefile 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte3/Makefile 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,11 +1,10 @@
# $MidnightBSD$
PORTNAME?= vte
-PORTVERSION= 0.38.3
+PORTVERSION= 0.40.2
PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome
-MASTER_SITES= GNOME
-MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R}
+MASTER_SITES= GNOME/sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R}
DISTNAME= vte-${PORTVERSION}
PKGNAMESUFFIX?= 3
DIST_SUBDIR= gnome3
@@ -23,13 +22,17 @@
.if ${VTE3_SLAVE} != yes
BUILD_DEPENDS+= vapigen:${PORTSDIR}/lang/vala \
bash:${PORTSDIR}/shells/bash
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
+.else
+# we need gnutls for configure to pass for gnome-pty-helper ..
+BUILD_DEPENDS+= gnutls>=0:${PORTSDIR}/security/gnutls
.endif
USES+= bison gettext gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GNOME?= gnomeprefix gtk30 referencehack introspection:build
+USE_GNOME?= gtk30 intltool referencehack introspection:build
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS?=--disable-python \
@@ -45,8 +48,8 @@
.include <bsd.mport.options.mk>
-.if ${OSVERSION} < 4015
-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == MidnightBSD
+LIBS+= -lz
.endif
post-patch:
@@ -54,12 +57,22 @@
@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
${WRKSRC}/src/Makefile.in
.endif
-.if ${ARCH} == i386
+# zlib.pc only is available on 10.1-R and newer.
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 || ${OPSYS} == MidnightBSD
+ @${REINPLACE_CMD} -e 's|gio-unix-2.0 zlib|gio-unix-2.0|g' \
+ ${WRKSRC}/configure
+.endif
+# borrowed osversion from bsd.ssp.mk
+.if ${OSVERSION} < 1000036 && ${ARCH} == i386
@${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \
s|-fstack-protector||g' \
${WRKSRC}/configure
.endif
+ @${REINPLACE_CMD} -e 's|(AM_MAKEFLAGS) install-exec-hook|(AM_MAKEFLAGS)|g' \
+ ${WRKSRC}/gnome-pty-helper/Makefile.in
.include <bsd.port.mk>
+.else
+PORTSCOUT= ignore:1
.endif
Modified: trunk/x11-toolkits/vte3/distinfo
===================================================================
--- trunk/x11-toolkits/vte3/distinfo 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte3/distinfo 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,2 +1,2 @@
-SHA256 (gnome3/vte-0.38.3.tar.xz) = 3f3ae063207ceea9ca2abd1cf9c9f8bd2b66ca82156609f31f3554288c0c2bf4
-SIZE (gnome3/vte-0.38.3.tar.xz) = 1005548
+SHA256 (gnome3/vte-0.40.2.tar.xz) = 9b68fbc16b27f2d79e6271f2b0708808594ac5acf979d0fccea118608199fd2d
+SIZE (gnome3/vte-0.40.2.tar.xz) = 923852
Deleted: trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c
===================================================================
--- trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,40 +0,0 @@
---- gnome-pty-helper/gnome-utmp.c.orig Sat Oct 28 23:15:53 2006
-+++ gnome-pty-helper/gnome-utmp.c Sat Oct 28 23:15:40 2006
-@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v
- #endif
-
- if (utmp)
-+#if defined(__FreeBSD__)
-+ logout (put.ut_line);
-+#else
- update_utmp (&put);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (put.ut_line, "", "");
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, &put);
-+#endif
-
- free (ut);
- }
-@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch
- # endif
- #endif
- if (utmp)
-+#if defined(__FreeBSD__)
-+ login (ut);
-+#else
- update_utmp (ut);
-+#endif
-
- if (wtmp)
-+#if defined(__FreeBSD__)
-+ logwtmp (ut->ut_line, ut->ut_name, ut->ut_host);
-+#else
- update_wtmp (WTMP_OUTPUT_FILENAME, ut);
-+#endif
-
- if (lastlog)
- update_lastlog(login_name, ut);
Deleted: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,13 +0,0 @@
---- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
-+++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
-@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
-
-
- install-exec-hook:
-- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-
- -include $(top_srcdir)/git.mk
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
Modified: trunk/x11-toolkits/vte3/pkg-plist
===================================================================
--- trunk/x11-toolkits/vte3/pkg-plist 2015-09-28 13:14:43 UTC (rev 20338)
+++ trunk/x11-toolkits/vte3/pkg-plist 2015-09-28 13:39:08 UTC (rev 20339)
@@ -1,6 +1,7 @@
bin/vte-%%VERSION%%
etc/profile.d/vte.sh
include/vte-%%VERSION%%/vte/vte.h
+include/vte-%%VERSION%%/vte/vtedeprecated.h
include/vte-%%VERSION%%/vte/vteenums.h
include/vte-%%VERSION%%/vte/vteglobals.h
include/vte-%%VERSION%%/vte/vtemacros.h
@@ -11,32 +12,33 @@
lib/girepository-1.0/Vte-%%VERSION%%.typelib
lib/libvte-%%VERSION%%.so
lib/libvte-%%VERSION%%.so.0
-lib/libvte-%%VERSION%%.so.0.3800.3
+lib/libvte-%%VERSION%%.so.0.4000.2
libdata/pkgconfig/vte-%%VERSION%%.pc
-share/doc/vte-%%VERSION%%/VteTerminal.html
-share/doc/vte-%%VERSION%%/annotation-glossary.html
-share/doc/vte-%%VERSION%%/api-index-deprecated.html
-share/doc/vte-%%VERSION%%/api-index-full.html
-share/doc/vte-%%VERSION%%/ch01.html
-share/doc/vte-%%VERSION%%/ch02.html
-share/doc/vte-%%VERSION%%/ch03.html
-share/doc/vte-%%VERSION%%/home.png
-share/doc/vte-%%VERSION%%/index.html
-share/doc/vte-%%VERSION%%/index.sgml
-share/doc/vte-%%VERSION%%/left-insensitive.png
-share/doc/vte-%%VERSION%%/left.png
-share/doc/vte-%%VERSION%%/licence.html
-share/doc/vte-%%VERSION%%/object-hierarchy.html
-share/doc/vte-%%VERSION%%/pt01.html
-share/doc/vte-%%VERSION%%/right-insensitive.png
-share/doc/vte-%%VERSION%%/right.png
-share/doc/vte-%%VERSION%%/style.css
-share/doc/vte-%%VERSION%%/up-insensitive.png
-share/doc/vte-%%VERSION%%/up.png
-share/doc/vte-%%VERSION%%/vte-%%VERSION%%.devhelp2
-share/doc/vte-%%VERSION%%/vte-Version-Information.html
-share/doc/vte-%%VERSION%%/vte-Vte-PTY.html
share/gir-1.0/Vte-%%VERSION%%.gir
+share/gtk-doc/html/vte-%%VERSION%%/VteTerminal.html
+share/gtk-doc/html/vte-%%VERSION%%/annotation-glossary.html
+share/gtk-doc/html/vte-%%VERSION%%/api-index-0-40.html
+share/gtk-doc/html/vte-%%VERSION%%/api-index-deprecated.html
+share/gtk-doc/html/vte-%%VERSION%%/api-index-full.html
+share/gtk-doc/html/vte-%%VERSION%%/ch01.html
+share/gtk-doc/html/vte-%%VERSION%%/ch02.html
+share/gtk-doc/html/vte-%%VERSION%%/ch03.html
+share/gtk-doc/html/vte-%%VERSION%%/home.png
+share/gtk-doc/html/vte-%%VERSION%%/index.html
+share/gtk-doc/html/vte-%%VERSION%%/index.sgml
+share/gtk-doc/html/vte-%%VERSION%%/left-insensitive.png
+share/gtk-doc/html/vte-%%VERSION%%/left.png
+share/gtk-doc/html/vte-%%VERSION%%/licence.html
+share/gtk-doc/html/vte-%%VERSION%%/object-hierarchy.html
+share/gtk-doc/html/vte-%%VERSION%%/pt01.html
+share/gtk-doc/html/vte-%%VERSION%%/right-insensitive.png
+share/gtk-doc/html/vte-%%VERSION%%/right.png
+share/gtk-doc/html/vte-%%VERSION%%/style.css
+share/gtk-doc/html/vte-%%VERSION%%/up-insensitive.png
+share/gtk-doc/html/vte-%%VERSION%%/up.png
+share/gtk-doc/html/vte-%%VERSION%%/vte-%%VERSION%%.devhelp2
+share/gtk-doc/html/vte-%%VERSION%%/vte-Version-Information.html
+share/gtk-doc/html/vte-%%VERSION%%/vte-Vte-PTY.html
share/locale/am/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ang/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ar/LC_MESSAGES/vte-%%VERSION%%.mo
@@ -81,6 +83,7 @@
share/locale/it/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ka/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/kk/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/kn/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ko/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ku/LC_MESSAGES/vte-%%VERSION%%.mo
@@ -96,8 +99,8 @@
share/locale/mr/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ms/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/nb/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/nds/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/ne/LC_MESSAGES/vte-%%VERSION%%.mo
-share/locale/nds/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/nl/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/nn/LC_MESSAGES/vte-%%VERSION%%.mo
share/locale/oc/LC_MESSAGES/vte-%%VERSION%%.mo
More information about the Midnightbsd-cvs
mailing list