[Midnightbsd-cvs] mports [18861] trunk/x11-fm/nautilus: nautilus 3.14.2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 9 10:15:28 EDT 2015


Revision: 18861
          http://svnweb.midnightbsd.org/mports/?rev=18861
Author:   laffer1
Date:     2015-05-09 10:15:27 -0400 (Sat, 09 May 2015)
Log Message:
-----------
nautilus 3.14.2

Modified Paths:
--------------
    trunk/x11-fm/nautilus/Makefile
    trunk/x11-fm/nautilus/distinfo
    trunk/x11-fm/nautilus/pkg-plist

Removed Paths:
-------------
    trunk/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in
    trunk/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c

Modified: trunk/x11-fm/nautilus/Makefile
===================================================================
--- trunk/x11-fm/nautilus/Makefile	2015-05-09 14:13:52 UTC (rev 18860)
+++ trunk/x11-fm/nautilus/Makefile	2015-05-09 14:15:27 UTC (rev 18861)
@@ -1,11 +1,10 @@
 # $MidnightBSD$
 
 PORTNAME=	nautilus
-PORTVERSION=	2.32.2.1
-PORTREVISION=	2
+PORTVERSION=	3.14.2
 CATEGORIES=	x11-fm gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
+DIST_SUBDIR=	gnome3
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	File manager for the GNOME desktop
@@ -12,42 +11,37 @@
 
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	g-ir-compiler:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS=	exif:${PORTSDIR}/graphics/libexif \
-		unique-1.0:${PORTSDIR}/x11-toolkits/unique \
-		exempi:${PORTSDIR}/textproc/exempi
+BUILD_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
+		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
+LIB_DEPENDS=	libexif.so:${PORTSDIR}/graphics/libexif \
+		libnotify.so:${PORTSDIR}/devel/libnotify \
+		libexempi.so:${PORTSDIR}/textproc/exempi
+RUN_DEPENDS=	gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \
+		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
 
-CONFLICTS=	nautilus-3.[0-9]*
-
-INSTALLS_ICONS=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USES=		gettext
-USES=		desktop-file-utils shared-mime-info
-USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop \
-		librsvg2 ltverhack gvfs ltasneededhack
+USES=		desktop-file-utils gettext gmake libtool pathfix \
+		pkgconfig shared-mime-info tar:xz
+USE_GNOME=	gnomeprefix intlhack gnomedesktop3 libxml2 \
+		gvfs introspection:build
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \
-		LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
+GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS=	--enable-static --disable-packagekit
-MAKE_ENV=	G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
+LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ENV=	LIBS="-pthread"
+CONFIGURE_ARGS=	--disable-packagekit
+INSTALL_TARGET=	install-strip
 
-GCONF_SCHEMAS=	apps_nautilus_preferences.schemas
+GLIB_SCHEMAS=	org.gnome.nautilus.gschema.xml
 
-MAN1=		nautilus-connect-server.1 nautilus-file-management-properties.1 \
-		nautilus.1
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	TRACKER
+OPTIONS_DEFAULT=TRACKER
+TRACKER_DESC=	Tracker support
+TRACKER_LIB_DEPENDS=	libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker
+TRACKER_CONFIGURE_ENABLE=	tracker
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \
-		${WRKSRC}/eel/eel-*.[ch] \
-		${WRKSRC}/libnautilus-private/*.[ch] \
-		${WRKSRC}/src/nautilus-zoom-control.c
-	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
-		${WRKSRC}/configure ${WRKSRC}/eel/Makefile.in
+	@${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
+		${WRKSRC}/configure
 
-post-install:
-	@${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
-
 .include <bsd.port.mk>

Modified: trunk/x11-fm/nautilus/distinfo
===================================================================
--- trunk/x11-fm/nautilus/distinfo	2015-05-09 14:13:52 UTC (rev 18860)
+++ trunk/x11-fm/nautilus/distinfo	2015-05-09 14:15:27 UTC (rev 18861)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/nautilus-2.32.2.1.tar.bz2) = 802dacc98c697afea2e6201dab1c8c800809f235fff39857983efb4340ecc303
-SIZE (gnome2/nautilus-2.32.2.1.tar.bz2) = 6350203
+SHA256 (gnome3/nautilus-3.14.2.tar.xz) = b2c9e13ba896a15101abf5d5fe30e291243e6030e0c84e8eb5df1e7bd90c10a5
+SIZE (gnome3/nautilus-3.14.2.tar.xz) = 3344428

Deleted: trunk/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in
===================================================================
--- trunk/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in	2015-05-09 14:13:52 UTC (rev 18860)
+++ trunk/x11-fm/nautilus/files/patch-data_nautilus.desktop.in.in	2015-05-09 14:15:27 UTC (rev 18861)
@@ -1,8 +0,0 @@
---- data/nautilus.desktop.in.in.orig	2009-04-25 17:13:18.000000000 -0400
-+++ data/nautilus.desktop.in.in	2009-04-25 17:13:32.000000000 -0400
-@@ -15,4 +15,5 @@ X-GNOME-Bugzilla-Version=@VERSION@
- X-GNOME-Autostart-Phase=Desktop
- X-GNOME-Autostart-Notify=true
- X-GNOME-AutoRestart=true
-+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop
- X-GNOME-Provides=filemanager

Deleted: trunk/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c
===================================================================
--- trunk/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c	2015-05-09 14:13:52 UTC (rev 18860)
+++ trunk/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c	2015-05-09 14:15:27 UTC (rev 18861)
@@ -1,12 +0,0 @@
---- src/file-manager/fm-properties-window.c.orig	Mon May 14 20:58:01 2007
-+++ src/file-manager/fm-properties-window.c	Mon May 14 20:58:42 2007
-@@ -89,9 +89,7 @@
- #if HAVE_SYS_VFS_H
- #include <sys/vfs.h>
- #elif HAVE_SYS_MOUNT_H
--#if HAVE_SYS_PARAM_H
- #include <sys/param.h>
--#endif
- #include <sys/mount.h>
- #endif
- 

Modified: trunk/x11-fm/nautilus/pkg-plist
===================================================================
--- trunk/x11-fm/nautilus/pkg-plist	2015-05-09 14:13:52 UTC (rev 18860)
+++ trunk/x11-fm/nautilus/pkg-plist	2015-05-09 14:15:27 UTC (rev 18861)
@@ -1,7 +1,7 @@
 bin/nautilus
 bin/nautilus-autorun-software
 bin/nautilus-connect-server
-bin/nautilus-file-management-properties
+etc/xdg/autostart/nautilus-autostart.desktop
 include/nautilus/libnautilus-extension/nautilus-column-provider.h
 include/nautilus/libnautilus-extension/nautilus-column.h
 include/nautilus/libnautilus-extension/nautilus-extension-types.h
@@ -13,50 +13,50 @@
 include/nautilus/libnautilus-extension/nautilus-menu.h
 include/nautilus/libnautilus-extension/nautilus-property-page-provider.h
 include/nautilus/libnautilus-extension/nautilus-property-page.h
-lib/girepository-1.0/Nautilus-2.0.typelib
-lib/libnautilus-extension.a
-lib/libnautilus-extension.la
+lib/girepository-1.0/Nautilus-3.0.typelib
 lib/libnautilus-extension.so
 lib/libnautilus-extension.so.1
+lib/libnautilus-extension.so.1.4.0
+lib/nautilus/extensions-3.0/libnautilus-sendto.so
 libexec/nautilus-convert-metadata
 libdata/pkgconfig/libnautilus-extension.pc
+man/man1/nautilus-connect-server.1.gz
+man/man1/nautilus.1.gz
+share/GConf/gsettings/nautilus.convert
+share/appdata/org.gnome.Nautilus.appdata.xml
 share/applications/nautilus-autorun-software.desktop
-share/applications/nautilus-browser.desktop
-share/applications/nautilus-computer.desktop
-share/applications/nautilus-file-management-properties.desktop
-share/applications/nautilus-folder-handler.desktop
-share/applications/nautilus-home.desktop
-share/applications/nautilus.desktop
-share/applications/network-scheme.desktop
+share/applications/nautilus-classic.desktop
+share/applications/nautilus-connect-server.desktop
+share/applications/org.gnome.Nautilus.desktop
+share/dbus-1/services/org.freedesktop.FileManager1.service
+share/dbus-1/services/org.gnome.Nautilus.service
 share/doc/libnautilus-extension/ch01.html
 share/doc/libnautilus-extension/home.png
 share/doc/libnautilus-extension/index.html
 share/doc/libnautilus-extension/index.sgml
 share/doc/libnautilus-extension/ix01.html
+share/doc/libnautilus-extension/left-insensitive.png
 share/doc/libnautilus-extension/left.png
-share/doc/libnautilus-extension/libnautilus-extension.devhelp
 share/doc/libnautilus-extension/libnautilus-extension.devhelp2
+share/doc/libnautilus-extension/libnautilus-extension-nautilus-column-provider.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-column.html
-share/doc/libnautilus-extension/libnautilus-extension-nautilus-column-provider.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-extension-types.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-file-info.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-info-provider.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-location-widget-provider.html
+share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu-provider.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu.html
-share/doc/libnautilus-extension/libnautilus-extension-nautilus-menu-provider.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page.html
 share/doc/libnautilus-extension/libnautilus-extension-nautilus-property-page-provider.html
 share/doc/libnautilus-extension/pt01.html
+share/doc/libnautilus-extension/right-insensitive.png
 share/doc/libnautilus-extension/right.png
 share/doc/libnautilus-extension/style.css
+share/doc/libnautilus-extension/up-insensitive.png
 share/doc/libnautilus-extension/up.png
-share/gir-1.0/Nautilus-2.0.gir
-share/icons/hicolor/16x16/apps/nautilus.png
-share/icons/hicolor/22x22/apps/nautilus.png
-share/icons/hicolor/24x24/apps/nautilus.png
-share/icons/hicolor/32x32/apps/nautilus.png
-share/icons/hicolor/scalable/apps/nautilus.svg
+share/gir-1.0/Nautilus-3.0.gir
 share/locale/af/LC_MESSAGES/nautilus.mo
+share/locale/an/LC_MESSAGES/nautilus.mo
 share/locale/am/LC_MESSAGES/nautilus.mo
 share/locale/ar/LC_MESSAGES/nautilus.mo
 share/locale/as/LC_MESSAGES/nautilus.mo
@@ -67,6 +67,7 @@
 share/locale/bg/LC_MESSAGES/nautilus.mo
 share/locale/bn/LC_MESSAGES/nautilus.mo
 share/locale/bn_IN/LC_MESSAGES/nautilus.mo
+share/locale/bo/LC_MESSAGES/nautilus.mo
 share/locale/br/LC_MESSAGES/nautilus.mo
 share/locale/bs/LC_MESSAGES/nautilus.mo
 share/locale/ca/LC_MESSAGES/nautilus.mo
@@ -88,9 +89,10 @@
 share/locale/fa/LC_MESSAGES/nautilus.mo
 share/locale/fi/LC_MESSAGES/nautilus.mo
 share/locale/fr/LC_MESSAGES/nautilus.mo
+share/locale/fur/LC_MESSAGES/nautilus.mo
 share/locale/fy/LC_MESSAGES/nautilus.mo
-share/locale/fur/LC_MESSAGES/nautilus.mo
 share/locale/ga/LC_MESSAGES/nautilus.mo
+share/locale/gd/LC_MESSAGES/nautilus.mo
 share/locale/gl/LC_MESSAGES/nautilus.mo
 share/locale/gu/LC_MESSAGES/nautilus.mo
 share/locale/gv/LC_MESSAGES/nautilus.mo
@@ -112,6 +114,7 @@
 share/locale/kn/LC_MESSAGES/nautilus.mo
 share/locale/ko/LC_MESSAGES/nautilus.mo
 share/locale/ku/LC_MESSAGES/nautilus.mo
+share/locale/ky/LC_MESSAGES/nautilus.mo
 share/locale/li/LC_MESSAGES/nautilus.mo
 share/locale/lt/LC_MESSAGES/nautilus.mo
 share/locale/lv/LC_MESSAGES/nautilus.mo
@@ -123,6 +126,7 @@
 share/locale/mn/LC_MESSAGES/nautilus.mo
 share/locale/mr/LC_MESSAGES/nautilus.mo
 share/locale/ms/LC_MESSAGES/nautilus.mo
+share/locale/my/LC_MESSAGES/nautilus.mo
 share/locale/nb/LC_MESSAGES/nautilus.mo
 share/locale/nds/LC_MESSAGES/nautilus.mo
 share/locale/ne/LC_MESSAGES/nautilus.mo
@@ -149,6 +153,7 @@
 share/locale/sv/LC_MESSAGES/nautilus.mo
 share/locale/ta/LC_MESSAGES/nautilus.mo
 share/locale/te/LC_MESSAGES/nautilus.mo
+share/locale/tg/LC_MESSAGES/nautilus.mo
 share/locale/th/LC_MESSAGES/nautilus.mo
 share/locale/tk/LC_MESSAGES/nautilus.mo
 share/locale/tr/LC_MESSAGES/nautilus.mo
@@ -165,157 +170,6 @@
 share/locale/zh_HK/LC_MESSAGES/nautilus.mo
 share/locale/zh_TW/LC_MESSAGES/nautilus.mo
 share/locale/zu/LC_MESSAGES/nautilus.mo
+share/gnome-shell/search-providers/nautilus-search-provider.ini
+share/mime/application/x-gnome-saved-search.xml
 share/mime/packages/nautilus.xml
-%%DATADIR%%/browser.xml
-%%DATADIR%%/icons/hicolor/16x16/emblems/emblem-note.png
-%%DATADIR%%/icons/hicolor/24x24/emblems/emblem-note.png
-%%DATADIR%%/icons/hicolor/48x48/emblems/emblem-note.png
-%%DATADIR%%/nautilus-extras.placeholder
-%%DATADIR%%/nautilus-suggested.placeholder
-%%DATADIR%%/patterns/blue_gray_rough.png
-%%DATADIR%%/patterns/blue_ridge.png
-%%DATADIR%%/patterns/blue_type.png
-%%DATADIR%%/patterns/brushed_metal.png
-%%DATADIR%%/patterns/burlap.jpg
-%%DATADIR%%/patterns/camouflage.png
-%%DATADIR%%/patterns/chalk.jpg
-%%DATADIR%%/patterns/cork.png
-%%DATADIR%%/patterns/countertop.png
-%%DATADIR%%/patterns/dark-gnome.jpg
-%%DATADIR%%/patterns/dots.png
-%%DATADIR%%/patterns/fibers.png
-%%DATADIR%%/patterns/fleur_de_lis.png
-%%DATADIR%%/patterns/floral.png
-%%DATADIR%%/patterns/fossil.png
-%%DATADIR%%/patterns/gnome.jpg
-%%DATADIR%%/patterns/green_weave.png
-%%DATADIR%%/patterns/ice.png
-%%DATADIR%%/patterns/manila_paper.png
-%%DATADIR%%/patterns/moss_ridge.png
-%%DATADIR%%/patterns/numbers.png
-%%DATADIR%%/patterns/ocean_stripes.png
-%%DATADIR%%/patterns/purple_marble.png
-%%DATADIR%%/patterns/reset.png
-%%DATADIR%%/patterns/ridged_paper.png
-%%DATADIR%%/patterns/rough_paper.png
-%%DATADIR%%/patterns/sky_ridge.png
-%%DATADIR%%/patterns/snow_ridge.png
-%%DATADIR%%/patterns/stucco.jpg
-%%DATADIR%%/patterns/terracotta.png
-%%DATADIR%%/patterns/wavy_white.png
-%%DATADIR%%/ui/nautilus-bookmarks-window.ui
-%%DATADIR%%/ui/nautilus-file-management-properties.ui
-%%DATADIR%%/ui/nautilus-desktop-icon-view-ui.xml
-%%DATADIR%%/ui/nautilus-directory-view-ui.xml
-%%DATADIR%%/ui/nautilus-icon-view-ui.xml
-%%DATADIR%%/ui/nautilus-list-view-ui.xml
-%%DATADIR%%/ui/nautilus-navigation-window-ui.xml
-%%DATADIR%%/ui/nautilus-shell-ui.xml
-%%DATADIR%%/ui/nautilus-spatial-window-ui.xml
-share/pixmaps/nautilus/audio.svg
-share/pixmaps/nautilus/backgrounds.png
-share/pixmaps/nautilus/chit_frame.png
-share/pixmaps/nautilus/colors.png
-share/pixmaps/nautilus/emblems.png
-share/pixmaps/nautilus/erase.png
-share/pixmaps/nautilus/knob.png
-share/pixmaps/nautilus/thumbnail_frame.png
- at dirrm share/pixmaps/nautilus
- at dirrm %%DATADIR%%/ui
- at dirrm %%DATADIR%%/patterns
- at dirrmtry %%DATADIR%%/icons/hicolor/48x48/emblems
- at dirrmtry %%DATADIR%%/icons/hicolor/48x48
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24/emblems
- at dirrmtry %%DATADIR%%/icons/hicolor/24x24
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16/emblems
- at dirrmtry %%DATADIR%%/icons/hicolor/16x16
- at dirrmtry %%DATADIR%%/icons/hicolor
- at dirrmtry %%DATADIR%%/icons
- at dirrm %%DATADIR%%
- at dirrmtry share/applications
- at exec /bin/mkdir -p %D/lib/nautilus/extensions-2.0
- at dirrmtry lib/nautilus/extensions-2.0
- at dirrmtry lib/nautilus
- at dirrm include/nautilus/libnautilus-extension
- at dirrm include/nautilus
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrm share/doc/libnautilus-extension
- at dirrmtry share/locale/zu/LC_MESSAGES
- at dirrmtry share/locale/zu
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/yo/LC_MESSAGES
- at dirrmtry share/locale/yo
- at dirrmtry share/locale/yi/LC_MESSAGES
- at dirrmtry share/locale/yi
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/uz at cyrillic/LC_MESSAGES
- at dirrmtry share/locale/uz at cyrillic
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/sr at ije/LC_MESSAGES
- at dirrmtry share/locale/sr at ije
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/ps/LC_MESSAGES
- at dirrmtry share/locale/ps
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nso/LC_MESSAGES
- at dirrmtry share/locale/nso
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mi/LC_MESSAGES
- at dirrmtry share/locale/mi
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/km/LC_MESSAGES
- at dirrmtry share/locale/km
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/io/LC_MESSAGES
- at dirrmtry share/locale/io
- at dirrmtry share/locale/ig/LC_MESSAGES
- at dirrmtry share/locale/ig
- at dirrmtry share/locale/hy/LC_MESSAGES
- at dirrmtry share/locale/hy
- at dirrmtry share/locale/ha/LC_MESSAGES
- at dirrmtry share/locale/ha
- at dirrmtry share/locale/gv/LC_MESSAGES
- at dirrmtry share/locale/gv
- at dirrmtry share/locale/fy/LC_MESSAGES
- at dirrmtry share/locale/fy
- at dirrmtry share/locale/fur/LC_MESSAGES
- at dirrmtry share/locale/fur
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/crh/LC_MESSAGES
- at dirrmtry share/locale/crh
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as



More information about the Midnightbsd-cvs mailing list