From owner-svn-ports-all@FreeBSD.ORG Fri Oct 3 21:46:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33D9CC99; Fri, 3 Oct 2014 21:46:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DA0CB76; Fri, 3 Oct 2014 21:46:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s93LkvXs009253; Fri, 3 Oct 2014 21:46:57 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s93LksPb009238; Fri, 3 Oct 2014 21:46:54 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201410032146.s93LksPb009238@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Fri, 3 Oct 2014 21:46:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369939 - in head/x11-fm: librfm libtubo libtubo/files rodent X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 21:46:57 -0000 Author: rodrigo Date: Fri Oct 3 21:46:53 2014 New Revision: 369939 URL: https://svnweb.freebsd.org/changeset/ports/369939 QAT: https://qat.redports.org/buildarchive/r369939/ Log: Upgrade rodent file manager to v5.2.9 The rodent project split the code in 3 parts, rodent itself and two shared libraries, librfm and libtubo. Librfm and libtubo are new ports because they evolve separately and can be used by other ports. PR: ports/193561 Submitted by: rodrigo Approved by: mentors (implicit) Added: head/x11-fm/librfm/ head/x11-fm/librfm/Makefile (contents, props changed) head/x11-fm/librfm/distinfo (contents, props changed) head/x11-fm/librfm/pkg-descr (contents, props changed) head/x11-fm/librfm/pkg-plist (contents, props changed) head/x11-fm/libtubo/ head/x11-fm/libtubo/Makefile (contents, props changed) head/x11-fm/libtubo/distinfo (contents, props changed) head/x11-fm/libtubo/files/ head/x11-fm/libtubo/files/patch-Makefile.in (contents, props changed) head/x11-fm/libtubo/pkg-descr (contents, props changed) head/x11-fm/libtubo/pkg-plist (contents, props changed) Modified: head/x11-fm/rodent/Makefile head/x11-fm/rodent/distinfo head/x11-fm/rodent/pkg-plist Added: head/x11-fm/librfm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,41 @@ +# Created by: Rodrigo Osorio +# $FreeBSD$ + +PORTNAME= librfm +PORTVERSION= 5.2.10 +CATEGORIES= x11-fm +MASTER_SITES= SF/xffm/librfm/ +DISTNAME= ${PORTNAME}5-${PORTVERSION} + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= Basic library used by some rfm applications + +LICENSE= GPLv3 + +BUILD_DEPENDS= gawk:${PORTSDIR}/japanese/gawk +LIB_DEPENDS= libtubo.so:${PORTSDIR}/x11-fm/libtubo \ + libdbh.so:${PORTSDIR}/databases/dbh \ + libzip.so:${PORTSDIR}/archivers/libzip \ + librsvg-2.so:${PORTSDIR}/graphics/librsvg2 + +OPTIONS_DEFINE= NLS + +INSTALLS_ICONS= yes +USES= gmake libtool:keepla pkgconfig tar:bzip2 gettext +GNU_CONFIGURE= yes +USE_GNOME= gtk20 +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +WRKSRC= ${WRKDIR}/${PORTNAME}5-${PORTVERSION} + +.include + +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+=--disable-nls +.endif + +.include Added: head/x11-fm/librfm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,2 @@ +SHA256 (librfm5-5.2.10.tar.bz2) = 7a82a38704f64f7dfb7d28138e10b2429c15e5b20b9ead0e6a929f808e9a1264 +SIZE (librfm5-5.2.10.tar.bz2) = 3160930 Added: head/x11-fm/librfm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/pkg-descr Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,3 @@ + Librm is the basic library used by some rfm applications, such as Rodent filemanager. + +WWW: http://xffm.sourceforge.net/libxffm.html Added: head/x11-fm/librfm/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/librfm/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,339 @@ +include/rfm/combobox-module.h +include/rfm/constants.h +include/rfm/errors.h +include/rfm/files.h +include/rfm/gdk2_3_key_compat.h +include/rfm/gplv3.h +include/rfm/icon-module.h +include/rfm/mime-module.h +include/rfm/module-skeleton.h +include/rfm/module_constants.h +include/rfm/primary-compat.h +include/rfm/primary-completion.h +include/rfm/primary-entry.h +include/rfm/primary-environment.h +include/rfm/primary-icons.h +include/rfm/primary-layout.h +include/rfm/primary-misc.h +include/rfm/primary-modules.h +include/rfm/primary-options.h +include/rfm/primary-preview.h +include/rfm/primary-run.h +include/rfm/primary-types.h +include/rfm/primary-uri.h +include/rfm/primary.h +include/rfm/properties-module.h +include/rfm/rfm.h +include/rfm/rfm_modules.h +include/rfm/rodent.h +include/rfm/rodent_actions.h +include/rfm/rodent_bookmarks.h +include/rfm/rodent_deskview.h +include/rfm/rodent_expose.h +include/rfm/rodent_gridview.h +include/rfm/rodent_mouse.h +include/rfm/rodent_population.h +include/rfm/rodent_popup.h +include/rfm/rodent_popup_callbacks.h +include/rfm/rodent_popup_threads.h +include/rfm/rodent_threadqueue.h +include/rfm/rodent_tip.h +include/rfm/settings-module.h +include/rfm/tagfile.h +include/rfm/types.h +include/rfm/xfdir.h +lib/librfm.so +lib/librfm.so.2 +lib/librfm.so.2.0.0 +lib/librodent.so +lib/librodent.so.2 +lib/librodent.so.2.0.0 +lib/rfm/rmodules/libbcrypt.so +lib/rfm/rmodules/libcallbacks.so +lib/rfm/rmodules/libcombobox.so +lib/rfm/rmodules/libcompletion.so +lib/rfm/rmodules/libicons.so +lib/rfm/rmodules/libmime.so +lib/rfm/rmodules/libmimemagic.so +lib/rfm/rmodules/libmimezip.so +lib/rfm/rmodules/libproperties.so +lib/rfm/rmodules/librun.so +lib/rfm/rmodules/libsettings.so +lib/rfm/rmodules/libxmltree.so +libdata/pkgconfig/librfm.pc +share/icons/rfm/scalable/emblems/emblem-about.svg +share/icons/rfm/scalable/emblems/emblem-application.svg +share/icons/rfm/scalable/emblems/emblem-applications.svg +share/icons/rfm/scalable/emblems/emblem-archlinux.svg +share/icons/rfm/scalable/emblems/emblem-atom.svg +share/icons/rfm/scalable/emblems/emblem-attach.svg +share/icons/rfm/scalable/emblems/emblem-bak.svg +share/icons/rfm/scalable/emblems/emblem-blockdevice.svg +share/icons/rfm/scalable/emblems/emblem-blowfish.svg +share/icons/rfm/scalable/emblems/emblem-blueball.svg +share/icons/rfm/scalable/emblems/emblem-bluetooth.svg +share/icons/rfm/scalable/emblems/emblem-bookmark.svg +share/icons/rfm/scalable/emblems/emblem-broken.svg +share/icons/rfm/scalable/emblems/emblem-bsd.svg +share/icons/rfm/scalable/emblems/emblem-calc.svg +share/icons/rfm/scalable/emblems/emblem-calendar.svg +share/icons/rfm/scalable/emblems/emblem-cancel.svg +share/icons/rfm/scalable/emblems/emblem-chardevice.svg +share/icons/rfm/scalable/emblems/emblem-computer.svg +share/icons/rfm/scalable/emblems/emblem-core.svg +share/icons/rfm/scalable/emblems/emblem-debian.svg +share/icons/rfm/scalable/emblems/emblem-desktop.svg +share/icons/rfm/scalable/emblems/emblem-diff-tool.svg +share/icons/rfm/scalable/emblems/emblem-disk.svg +share/icons/rfm/scalable/emblems/emblem-display.svg +share/icons/rfm/scalable/emblems/emblem-documents.svg +share/icons/rfm/scalable/emblems/emblem-edit.svg +share/icons/rfm/scalable/emblems/emblem-exec.svg +share/icons/rfm/scalable/emblems/emblem-exit.svg +share/icons/rfm/scalable/emblems/emblem-favorite.svg +share/icons/rfm/scalable/emblems/emblem-fifo.svg +share/icons/rfm/scalable/emblems/emblem-file.svg +share/icons/rfm/scalable/emblems/emblem-find.svg +share/icons/rfm/scalable/emblems/emblem-flash.svg +share/icons/rfm/scalable/emblems/emblem-floppy.svg +share/icons/rfm/scalable/emblems/emblem-folder.svg +share/icons/rfm/scalable/emblems/emblem-ftp.svg +share/icons/rfm/scalable/emblems/emblem-game.svg +share/icons/rfm/scalable/emblems/emblem-gentoo.svg +share/icons/rfm/scalable/emblems/emblem-graphics.svg +share/icons/rfm/scalable/emblems/emblem-grayball.svg +share/icons/rfm/scalable/emblems/emblem-greenball.svg +share/icons/rfm/scalable/emblems/emblem-harddisk.svg +share/icons/rfm/scalable/emblems/emblem-help.svg +share/icons/rfm/scalable/emblems/emblem-home.svg +share/icons/rfm/scalable/emblems/emblem-image.svg +share/icons/rfm/scalable/emblems/emblem-important.svg +share/icons/rfm/scalable/emblems/emblem-invert.svg +share/icons/rfm/scalable/emblems/emblem-keyboard.svg +share/icons/rfm/scalable/emblems/emblem-keyhole.svg +share/icons/rfm/scalable/emblems/emblem-lock.svg +share/icons/rfm/scalable/emblems/emblem-mail.svg +share/icons/rfm/scalable/emblems/emblem-math.svg +share/icons/rfm/scalable/emblems/emblem-mouse.svg +share/icons/rfm/scalable/emblems/emblem-msoffice.svg +share/icons/rfm/scalable/emblems/emblem-music.svg +share/icons/rfm/scalable/emblems/emblem-network-symbol.svg +share/icons/rfm/scalable/emblems/emblem-network.svg +share/icons/rfm/scalable/emblems/emblem-nfs.svg +share/icons/rfm/scalable/emblems/emblem-notes.svg +share/icons/rfm/scalable/emblems/emblem-oo.svg +share/icons/rfm/scalable/emblems/emblem-package.svg +share/icons/rfm/scalable/emblems/emblem-pda.svg +share/icons/rfm/scalable/emblems/emblem-pdf.svg +share/icons/rfm/scalable/emblems/emblem-photos.svg +share/icons/rfm/scalable/emblems/emblem-preferences.svg +share/icons/rfm/scalable/emblems/emblem-print.svg +share/icons/rfm/scalable/emblems/emblem-readonly.svg +share/icons/rfm/scalable/emblems/emblem-redball.svg +share/icons/rfm/scalable/emblems/emblem-removable-media.svg +share/icons/rfm/scalable/emblems/emblem-rodent.svg +share/icons/rfm/scalable/emblems/emblem-root.svg +share/icons/rfm/scalable/emblems/emblem-run.svg +share/icons/rfm/scalable/emblems/emblem-scanner.svg +share/icons/rfm/scalable/emblems/emblem-science.svg +share/icons/rfm/scalable/emblems/emblem-script.svg +share/icons/rfm/scalable/emblems/emblem-select-all.svg +share/icons/rfm/scalable/emblems/emblem-select-none.svg +share/icons/rfm/scalable/emblems/emblem-shared.svg +share/icons/rfm/scalable/emblems/emblem-show-hidden.svg +share/icons/rfm/scalable/emblems/emblem-smb.svg +share/icons/rfm/scalable/emblems/emblem-socket.svg +share/icons/rfm/scalable/emblems/emblem-speaker.svg +share/icons/rfm/scalable/emblems/emblem-spreadsheet.svg +share/icons/rfm/scalable/emblems/emblem-ssh.svg +share/icons/rfm/scalable/emblems/emblem-star.svg +share/icons/rfm/scalable/emblems/emblem-start-here.svg +share/icons/rfm/scalable/emblems/emblem-symbolic-link.svg +share/icons/rfm/scalable/emblems/emblem-synchronized.svg +share/icons/rfm/scalable/emblems/emblem-system.svg +share/icons/rfm/scalable/emblems/emblem-terminal.svg +share/icons/rfm/scalable/emblems/emblem-text.svg +share/icons/rfm/scalable/emblems/emblem-unreadable.svg +share/icons/rfm/scalable/emblems/emblem-user.svg +share/icons/rfm/scalable/emblems/emblem-video.svg +share/icons/rfm/scalable/emblems/emblem-wait.svg +share/icons/rfm/scalable/emblems/emblem-webcam.svg +share/icons/rfm/scalable/emblems/emblem-write-ok.svg +share/icons/rfm/scalable/emblems/emblem-www.svg +share/images/juchi-2007.jpg +share/images/roa153b.jpg +%%NLS%%share/locale/af/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/am/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/an/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ar/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/as/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ast/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/az/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/be/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/be@latin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bn_IN/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/br/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/bs/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ca/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/crh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/csb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/cy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/da/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/de/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/dz/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/el/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_CA/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/eo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/es/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/et/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/eu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fur/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/fy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ga/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/gv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/he/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hne/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hsb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hu/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/hy/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ia/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/id/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ig/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/io/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/is/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/it/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ka/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/km/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/kn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ks/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ku/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ky/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/li/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/lv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mai/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ml/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/mr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ms/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/my/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nb/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nds/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ne/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nn/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/nso/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/oc/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/or/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ps/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ro/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/rw/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/se/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/si/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sl/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sq/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ije/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ijekavian/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@ijekavianlatin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/sv/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ta/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/te/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tg/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/th/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/tt/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ug/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uk/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/ur/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uz/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/uz@cyrillic/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/vi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/wa/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/xh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/yi/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/yo/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_HK/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_TW.Big5/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/librfm5.mo +%%NLS%%share/locale/zu/LC_MESSAGES/librfm5.mo +%%NLS%%share/rfm/rmodules/icons.mime.xml +%%NLS%%share/rfm/rmodules/keybind.xsd +%%NLS%%share/rfm/rmodules/mime-module.xml +@dirrm include/rfm +@dirrm lib/rfm/rmodules +@dirrm lib/rfm +@dirrm share/icons/rfm/scalable/emblems +@dirrm share/icons/rfm/scalable +@dirrm share/icons/rfm +@dirrm share/rfm/rmodules +@dirrm share/rfm +%%NLS%%@dirrmtry share/locale/an/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/an +%%NLS%%@dirrmtry share/locale/bo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bo +%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/en_US +%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fy +%%NLS%%@dirrmtry share/locale/gv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/gv +%%NLS%%@dirrmtry share/locale/hne/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hne +%%NLS%%@dirrmtry share/locale/hsb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/hsb +%%NLS%%@dirrmtry share/locale/ig/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ig +%%NLS%%@dirrmtry share/locale/kg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/kg +%%NLS%%@dirrmtry share/locale/ks/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ks +%%NLS%%@dirrmtry share/locale/ky/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ky +%%NLS%%@dirrmtry share/locale/lb/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lb +%%NLS%%@dirrmtry share/locale/lg/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/lg +%%NLS%%@dirrmtry share/locale/se/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/se +%%NLS%%@dirrmtry share/locale/sr@ijekavian/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@ijekavian +%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/sr@ijekavianlatin +%%NLS%%@dirrmtry share/locale/yo/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/yo Added: head/x11-fm/libtubo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,25 @@ +# Created by: Rodrigo Osorio +# $FreeBSD$ + +PORTNAME= libtubo +PORTVERSION= 5.0.14 +CATEGORIES= x11-fm +MASTER_SITES= SF/xffm/libtubo/ +DISTNAME= ${PORTNAME}0-${PORTVERSION} + +MAINTAINER= rodrigo@FreeBSD.org +COMMENT= XFFM Interprocess Communication and Control + +LICENSE= GPLv3 + +OPTIONS_DEFINE= DOCS + +USES= gmake libtool:keepla pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-PACKAGE=no +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip + +WRKSRC= ${WRKDIR}/${PORTNAME}0-${PORTVERSION} + +.include Added: head/x11-fm/libtubo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,2 @@ +SHA256 (libtubo0-5.0.14.tar.gz) = 41916aee3dd93a1df7a3e296ea9b7e948b92bec8e9d3ab9339187b1aa1d69b15 +SIZE (libtubo0-5.0.14.tar.gz) = 470228 Added: head/x11-fm/libtubo/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/files/patch-Makefile.in Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2014-09-25 13:41:18.147180046 +0000 ++++ Makefile.in 2014-09-25 13:42:04.545176862 +0000 +@@ -318,7 +318,7 @@ + top_srcdir = @top_srcdir@ + CLEANFILES = *~ *.bak core *.core *.o *.lo *.la + ACLOCAL_AMFLAGS = -I m4 +-@CENTOS_FALSE@pkgconfigdir = $(libdir)/pkgconfig ++@CENTOS_FALSE@pkgconfigdir = $(libdir)data/pkgconfig + @CENTOS_TRUE@pkgconfigdir = $(datadir)/pkgconfig + pkgconfig_DATA = tubo.pc + docs = \ Added: head/x11-fm/libtubo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/pkg-descr Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,7 @@ +The Libtubo library is small and simple function set to enable a +process to run any other process in the background and communicate +via the stdout, stderr and stdin file descriptors. This library is +used by Rodent filemanager but is also available here for other +programs to use freely. + +WWW: http://xffm.sourceforge.net/libtubo.html Added: head/x11-fm/libtubo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/libtubo/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -0,0 +1,22 @@ +bin/tuboexec +include/tubo.h +lib/libtubo.a +lib/libtubo.la +lib/libtubo.so +lib/libtubo.so.0 +lib/libtubo.so.0.1.0 +libdata/pkgconfig/tubo.pc +man/man1/tuboexec.1.gz +share/gtk-doc/html/libtubo/ch01.html +share/gtk-doc/html/libtubo/home.png +share/gtk-doc/html/libtubo/index.html +share/gtk-doc/html/libtubo/index.sgml +share/gtk-doc/html/libtubo/left.png +share/gtk-doc/html/libtubo/libtubo-tubo.html +share/gtk-doc/html/libtubo/libtubo.devhelp2 +share/gtk-doc/html/libtubo/right.png +share/gtk-doc/html/libtubo/style.css +share/gtk-doc/html/libtubo/up.png +@dirrmtry share/gtk-doc/html/libtubo +@dirrmtry share/gtk-doc/html +@dirrmtry share/gtk-doc Modified: head/x11-fm/rodent/Makefile ============================================================================== --- head/x11-fm/rodent/Makefile Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/Makefile Fri Oct 3 21:46:53 2014 (r369939) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= rodent -PORTVERSION= 4.8.0 -PORTREVISION= 3 +PORTVERSION= 5.2.9 CATEGORIES= x11-fm -MASTER_SITES= SF/xffm/${PORTVERSION}/ +MASTER_SITES= SF/xffm/rodent/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Fast, small and powerful file manager @@ -16,9 +15,10 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/japanese bash:${PORTSDIR}/shells/bash \ intltoolize:${PORTSDIR}/textproc/intltool LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ - libmagic.so:${PORTSDIR}/sysutils/file + libmagic.so:${PORTSDIR}/sysutils/file \ + librfm.so:${PORTSDIR}/x11-fm/librfm -USES= desktop-file-utils gmake libtool:keepla pkgconfig +USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--docdir=${DOCSDIR} @@ -34,9 +34,9 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -post-patch: - ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ - ${WRKSRC}/Build/share/Makefile.in +#post-patch: +# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \ +# ${WRKSRC}/Build/share/Makefile.in .for a in ia64 powerpc sparc63 BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64 Modified: head/x11-fm/rodent/distinfo ============================================================================== --- head/x11-fm/rodent/distinfo Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/distinfo Fri Oct 3 21:46:53 2014 (r369939) @@ -1,2 +1,2 @@ -SHA256 (rodent-4.8.0.tar.gz) = 4ab02052086690ba4e9ce4946ceff1218e0d98a269bfccd45e93a754d3c8ead9 -SIZE (rodent-4.8.0.tar.gz) = 11666749 +SHA256 (rodent-5.2.9.tar.bz2) = df1c16dc68d1b79f5a08ad0a7896393893d78776ee98e17376959fa42483da4b +SIZE (rodent-5.2.9.tar.bz2) = 6558000 Modified: head/x11-fm/rodent/pkg-plist ============================================================================== --- head/x11-fm/rodent/pkg-plist Fri Oct 3 21:44:11 2014 (r369938) +++ head/x11-fm/rodent/pkg-plist Fri Oct 3 21:46:53 2014 (r369939) @@ -1,1163 +1,1130 @@ bin/fgr -bin/rfm -bin/rfm-inquire bin/rodent -bin/rodent-cifs +bin/rodent-anim bin/rodent-desk bin/rodent-diff -bin/rodent-dotdesktop -bin/rodent-ecryptfs bin/rodent-fgr -bin/rodent-forked -bin/rodent-fstab -bin/rodent-ftp -bin/rodent-fuse +bin/rodent-fm bin/rodent-getpass -bin/rodent-mime -bin/rodent-nfs -bin/rodent-obex -bin/rodent-ps +bin/rodent-iconmgr +bin/rodent-plug bin/rodent-root -bin/rodent-shares -bin/rodent-smb -bin/rodent-sshfs -bin/rodent-workgroup -bin/xffm -lib/librfm.la -lib/librfm.so -lib/librfm.so.1 -lib/librfm.so.1.0.0 -lib/librfm_deskview.la -lib/librfm_deskview.so -lib/librfm_deskview.so.1 -lib/librfm_deskview.so.1.0.0 -lib/librfm_gridview.la -lib/librfm_gridview.so -lib/librfm_gridview.so.1 -lib/librfm_gridview.so.1.0.0 -lib/librodent.la -lib/librodent.so -lib/librodent.so.1 -lib/librodent.so.1.0.0 -%%NLS%%lib/locale/af/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ar/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/as/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ast/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/az/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/be/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/be@latin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/br/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/bs/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ca/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ca@valencia/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/crh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/cs/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/csb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/cy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/da/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/de/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/dz/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/el/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/en_CA/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/en_GB/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/eo/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/es/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/et/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/eu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/fy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ga/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/gl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/gu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/he/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hne/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hsb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hu/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/hy/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ia/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/id/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/is/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/it/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ja/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ka/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/kg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/km/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/kn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ko/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ku/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/lt/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/lv/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mai/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ml/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/mr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ms/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nb/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nds/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ne/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/nn/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/oc/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/or/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ps/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pt/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/pt_BR/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ro/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ru/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/si/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sl/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sq/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ije/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ijekavian/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@ijekavianlatin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sr@latin/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/sv/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ta/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/te/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tg/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/th/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/tr/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/ug/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uk/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uz/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/uz@cyrillic/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/vi/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/wa/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/xh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_CN/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_HK/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_TW.Big5/LC_MESSAGES/rodent.mo -%%NLS%%lib/locale/zh_TW/LC_MESSAGES/rodent.mo -lib/rfm/modules/libcombobox.la -lib/rfm/modules/libcombobox.so -lib/rfm/modules/libcombobox.so.0 -lib/rfm/modules/libcombobox.so.0.0.0 -lib/rfm/modules/libcompletion.la -lib/rfm/modules/libcompletion.so -lib/rfm/modules/libcompletion.so.0 -lib/rfm/modules/libcompletion.so.0.0.0 -lib/rfm/modules/libfgr.la -lib/rfm/modules/libfgr.so -lib/rfm/modules/libfgr.so.0 -lib/rfm/modules/libfgr.so.0.0.0 -lib/rfm/modules/libicons.la -lib/rfm/modules/libicons.so -lib/rfm/modules/libicons.so.0 -lib/rfm/modules/libicons.so.0.0.0 -lib/rfm/modules/libmime.la -lib/rfm/modules/libmime.so -lib/rfm/modules/libmime.so.0 -lib/rfm/modules/libmime.so.0.0.0 -lib/rfm/modules/libmimezip.la -lib/rfm/modules/libmimezip.so -lib/rfm/modules/libmimezip.so.0 -lib/rfm/modules/libmimezip.so.0.0.0 -lib/rfm/modules/libops.la -lib/rfm/modules/libops.so -lib/rfm/modules/libops.so.0 -lib/rfm/modules/libops.so.0.0.0 -lib/rfm/modules/libproperties.la -lib/rfm/modules/libproperties.so -lib/rfm/modules/libproperties.so.0 -lib/rfm/modules/libproperties.so.0.0.0 -lib/rfm/modules/librun.la -lib/rfm/modules/librun.so -lib/rfm/modules/librun.so.0 -lib/rfm/modules/librun.so.0.0.0 -lib/rfm/modules/libsettings.la -lib/rfm/modules/libsettings.so -lib/rfm/modules/libsettings.so.0 -lib/rfm/modules/libsettings.so.0.0.0 -lib/rfm/plugins/libdotdesktop.la +lib/locale/af/LC_MESSAGES/fgr.mo +lib/locale/af/LC_MESSAGES/rodent-diff.mo +lib/locale/af/LC_MESSAGES/rodent-fgr.mo +lib/locale/af/LC_MESSAGES/rodent-fm.mo +lib/locale/af/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/af/LC_MESSAGES/rodent-pkg.mo +lib/locale/am/LC_MESSAGES/rodent-diff.mo +lib/locale/am/LC_MESSAGES/rodent-fgr.mo +lib/locale/am/LC_MESSAGES/rodent-fm.mo +lib/locale/am/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/am/LC_MESSAGES/rodent-pkg.mo +lib/locale/an/LC_MESSAGES/rodent-diff.mo +lib/locale/an/LC_MESSAGES/rodent-fgr.mo +lib/locale/an/LC_MESSAGES/rodent-fm.mo +lib/locale/an/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/an/LC_MESSAGES/rodent-pkg.mo +lib/locale/ar/LC_MESSAGES/fgr.mo +lib/locale/ar/LC_MESSAGES/rodent-diff.mo +lib/locale/ar/LC_MESSAGES/rodent-fgr.mo +lib/locale/ar/LC_MESSAGES/rodent-fm.mo +lib/locale/ar/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ar/LC_MESSAGES/rodent-pkg.mo +lib/locale/as/LC_MESSAGES/fgr.mo +lib/locale/as/LC_MESSAGES/rodent-diff.mo +lib/locale/as/LC_MESSAGES/rodent-fgr.mo +lib/locale/as/LC_MESSAGES/rodent-fm.mo +lib/locale/as/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/as/LC_MESSAGES/rodent-pkg.mo +lib/locale/ast/LC_MESSAGES/fgr.mo +lib/locale/ast/LC_MESSAGES/rodent-diff.mo +lib/locale/ast/LC_MESSAGES/rodent-fgr.mo +lib/locale/ast/LC_MESSAGES/rodent-fm.mo +lib/locale/ast/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ast/LC_MESSAGES/rodent-pkg.mo +lib/locale/az/LC_MESSAGES/fgr.mo +lib/locale/az/LC_MESSAGES/rodent-diff.mo +lib/locale/az/LC_MESSAGES/rodent-fgr.mo +lib/locale/az/LC_MESSAGES/rodent-fm.mo +lib/locale/az/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/az/LC_MESSAGES/rodent-pkg.mo +lib/locale/be/LC_MESSAGES/fgr.mo +lib/locale/be/LC_MESSAGES/rodent-diff.mo +lib/locale/be/LC_MESSAGES/rodent-fgr.mo +lib/locale/be/LC_MESSAGES/rodent-fm.mo +lib/locale/be/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/be/LC_MESSAGES/rodent-pkg.mo +lib/locale/be@latin/LC_MESSAGES/rodent-diff.mo +lib/locale/be@latin/LC_MESSAGES/rodent-fgr.mo +lib/locale/be@latin/LC_MESSAGES/rodent-fm.mo +lib/locale/be@latin/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/be@latin/LC_MESSAGES/rodent-pkg.mo +lib/locale/bg/LC_MESSAGES/fgr.mo +lib/locale/bg/LC_MESSAGES/rodent-diff.mo +lib/locale/bg/LC_MESSAGES/rodent-fgr.mo +lib/locale/bg/LC_MESSAGES/rodent-fm.mo +lib/locale/bg/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bg/LC_MESSAGES/rodent-pkg.mo +lib/locale/bn/LC_MESSAGES/fgr.mo +lib/locale/bn/LC_MESSAGES/rodent-diff.mo +lib/locale/bn/LC_MESSAGES/rodent-fgr.mo +lib/locale/bn/LC_MESSAGES/rodent-fm.mo +lib/locale/bn/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bn/LC_MESSAGES/rodent-pkg.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-diff.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-fgr.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-fm.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bn_IN/LC_MESSAGES/rodent-pkg.mo +lib/locale/bo/LC_MESSAGES/rodent-diff.mo +lib/locale/bo/LC_MESSAGES/rodent-fgr.mo +lib/locale/bo/LC_MESSAGES/rodent-fm.mo +lib/locale/bo/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bo/LC_MESSAGES/rodent-pkg.mo +lib/locale/br/LC_MESSAGES/fgr.mo +lib/locale/br/LC_MESSAGES/rodent-diff.mo +lib/locale/br/LC_MESSAGES/rodent-fgr.mo +lib/locale/br/LC_MESSAGES/rodent-fm.mo +lib/locale/br/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/br/LC_MESSAGES/rodent-pkg.mo +lib/locale/bs/LC_MESSAGES/fgr.mo +lib/locale/bs/LC_MESSAGES/rodent-diff.mo +lib/locale/bs/LC_MESSAGES/rodent-fgr.mo +lib/locale/bs/LC_MESSAGES/rodent-fm.mo +lib/locale/bs/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/bs/LC_MESSAGES/rodent-pkg.mo +lib/locale/ca/LC_MESSAGES/fgr.mo +lib/locale/ca/LC_MESSAGES/rodent-diff.mo +lib/locale/ca/LC_MESSAGES/rodent-fgr.mo +lib/locale/ca/LC_MESSAGES/rodent-fm.mo +lib/locale/ca/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ca/LC_MESSAGES/rodent-pkg.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-diff.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-fgr.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-fm.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ca@valencia/LC_MESSAGES/rodent-pkg.mo +lib/locale/crh/LC_MESSAGES/fgr.mo +lib/locale/crh/LC_MESSAGES/rodent-diff.mo +lib/locale/crh/LC_MESSAGES/rodent-fgr.mo +lib/locale/crh/LC_MESSAGES/rodent-fm.mo +lib/locale/crh/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/crh/LC_MESSAGES/rodent-pkg.mo +lib/locale/cs/LC_MESSAGES/fgr.mo +lib/locale/cs/LC_MESSAGES/rodent-diff.mo +lib/locale/cs/LC_MESSAGES/rodent-fgr.mo +lib/locale/cs/LC_MESSAGES/rodent-fm.mo +lib/locale/cs/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/cs/LC_MESSAGES/rodent-pkg.mo +lib/locale/csb/LC_MESSAGES/fgr.mo +lib/locale/csb/LC_MESSAGES/rodent-diff.mo +lib/locale/csb/LC_MESSAGES/rodent-fgr.mo +lib/locale/csb/LC_MESSAGES/rodent-fm.mo +lib/locale/csb/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/csb/LC_MESSAGES/rodent-pkg.mo +lib/locale/cy/LC_MESSAGES/fgr.mo +lib/locale/cy/LC_MESSAGES/rodent-diff.mo +lib/locale/cy/LC_MESSAGES/rodent-fgr.mo +lib/locale/cy/LC_MESSAGES/rodent-fm.mo +lib/locale/cy/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/cy/LC_MESSAGES/rodent-pkg.mo +lib/locale/da/LC_MESSAGES/fgr.mo +lib/locale/da/LC_MESSAGES/rodent-diff.mo +lib/locale/da/LC_MESSAGES/rodent-fgr.mo +lib/locale/da/LC_MESSAGES/rodent-fm.mo +lib/locale/da/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/da/LC_MESSAGES/rodent-pkg.mo +lib/locale/de/LC_MESSAGES/fgr.mo +lib/locale/de/LC_MESSAGES/rodent-diff.mo +lib/locale/de/LC_MESSAGES/rodent-fgr.mo +lib/locale/de/LC_MESSAGES/rodent-fm.mo +lib/locale/de/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/de/LC_MESSAGES/rodent-pkg.mo +lib/locale/dz/LC_MESSAGES/fgr.mo +lib/locale/dz/LC_MESSAGES/rodent-diff.mo +lib/locale/dz/LC_MESSAGES/rodent-fgr.mo +lib/locale/dz/LC_MESSAGES/rodent-fm.mo +lib/locale/dz/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/dz/LC_MESSAGES/rodent-pkg.mo +lib/locale/el/LC_MESSAGES/fgr.mo +lib/locale/el/LC_MESSAGES/rodent-diff.mo +lib/locale/el/LC_MESSAGES/rodent-fgr.mo +lib/locale/el/LC_MESSAGES/rodent-fm.mo +lib/locale/el/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/el/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_AU/LC_MESSAGES/rodent-diff.mo +lib/locale/en_AU/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_AU/LC_MESSAGES/rodent-fm.mo +lib/locale/en_AU/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_AU/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_CA/LC_MESSAGES/fgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-diff.mo +lib/locale/en_CA/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-fm.mo +lib/locale/en_CA/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_CA/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_GB/LC_MESSAGES/fgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-diff.mo +lib/locale/en_GB/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-fm.mo +lib/locale/en_GB/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_GB/LC_MESSAGES/rodent-pkg.mo +lib/locale/en_US/LC_MESSAGES/rodent-diff.mo +lib/locale/en_US/LC_MESSAGES/rodent-fgr.mo +lib/locale/en_US/LC_MESSAGES/rodent-fm.mo +lib/locale/en_US/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/en_US/LC_MESSAGES/rodent-pkg.mo +lib/locale/eo/LC_MESSAGES/fgr.mo +lib/locale/eo/LC_MESSAGES/rodent-diff.mo +lib/locale/eo/LC_MESSAGES/rodent-fgr.mo +lib/locale/eo/LC_MESSAGES/rodent-fm.mo +lib/locale/eo/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/eo/LC_MESSAGES/rodent-pkg.mo +lib/locale/es/LC_MESSAGES/fgr.mo +lib/locale/es/LC_MESSAGES/rodent-diff.mo +lib/locale/es/LC_MESSAGES/rodent-fgr.mo +lib/locale/es/LC_MESSAGES/rodent-fm.mo +lib/locale/es/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/es/LC_MESSAGES/rodent-pkg.mo +lib/locale/et/LC_MESSAGES/fgr.mo +lib/locale/et/LC_MESSAGES/rodent-diff.mo +lib/locale/et/LC_MESSAGES/rodent-fgr.mo +lib/locale/et/LC_MESSAGES/rodent-fm.mo +lib/locale/et/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/et/LC_MESSAGES/rodent-pkg.mo +lib/locale/eu/LC_MESSAGES/fgr.mo +lib/locale/eu/LC_MESSAGES/rodent-diff.mo +lib/locale/eu/LC_MESSAGES/rodent-fgr.mo +lib/locale/eu/LC_MESSAGES/rodent-fm.mo +lib/locale/eu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/eu/LC_MESSAGES/rodent-pkg.mo +lib/locale/fa/LC_MESSAGES/fgr.mo +lib/locale/fa/LC_MESSAGES/rodent-diff.mo +lib/locale/fa/LC_MESSAGES/rodent-fgr.mo +lib/locale/fa/LC_MESSAGES/rodent-fm.mo +lib/locale/fa/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fa/LC_MESSAGES/rodent-pkg.mo +lib/locale/fi/LC_MESSAGES/fgr.mo +lib/locale/fi/LC_MESSAGES/rodent-diff.mo +lib/locale/fi/LC_MESSAGES/rodent-fgr.mo +lib/locale/fi/LC_MESSAGES/rodent-fm.mo +lib/locale/fi/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fi/LC_MESSAGES/rodent-pkg.mo +lib/locale/fr/LC_MESSAGES/fgr.mo +lib/locale/fr/LC_MESSAGES/rodent-diff.mo +lib/locale/fr/LC_MESSAGES/rodent-fgr.mo +lib/locale/fr/LC_MESSAGES/rodent-fm.mo +lib/locale/fr/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fr/LC_MESSAGES/rodent-pkg.mo +lib/locale/fur/LC_MESSAGES/rodent-diff.mo +lib/locale/fur/LC_MESSAGES/rodent-fgr.mo +lib/locale/fur/LC_MESSAGES/rodent-fm.mo +lib/locale/fur/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fur/LC_MESSAGES/rodent-pkg.mo +lib/locale/fy/LC_MESSAGES/fgr.mo +lib/locale/fy/LC_MESSAGES/rodent-diff.mo +lib/locale/fy/LC_MESSAGES/rodent-fgr.mo +lib/locale/fy/LC_MESSAGES/rodent-fm.mo +lib/locale/fy/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/fy/LC_MESSAGES/rodent-pkg.mo +lib/locale/ga/LC_MESSAGES/fgr.mo +lib/locale/ga/LC_MESSAGES/rodent-diff.mo +lib/locale/ga/LC_MESSAGES/rodent-fgr.mo +lib/locale/ga/LC_MESSAGES/rodent-fm.mo +lib/locale/ga/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/ga/LC_MESSAGES/rodent-pkg.mo +lib/locale/gl/LC_MESSAGES/fgr.mo +lib/locale/gl/LC_MESSAGES/rodent-diff.mo +lib/locale/gl/LC_MESSAGES/rodent-fgr.mo +lib/locale/gl/LC_MESSAGES/rodent-fm.mo +lib/locale/gl/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gl/LC_MESSAGES/rodent-pkg.mo +lib/locale/gu/LC_MESSAGES/fgr.mo +lib/locale/gu/LC_MESSAGES/rodent-diff.mo +lib/locale/gu/LC_MESSAGES/rodent-fgr.mo +lib/locale/gu/LC_MESSAGES/rodent-fm.mo +lib/locale/gu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gu/LC_MESSAGES/rodent-pkg.mo +lib/locale/gv/LC_MESSAGES/rodent-diff.mo +lib/locale/gv/LC_MESSAGES/rodent-fgr.mo +lib/locale/gv/LC_MESSAGES/rodent-fm.mo +lib/locale/gv/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/gv/LC_MESSAGES/rodent-pkg.mo +lib/locale/he/LC_MESSAGES/fgr.mo +lib/locale/he/LC_MESSAGES/rodent-diff.mo +lib/locale/he/LC_MESSAGES/rodent-fgr.mo +lib/locale/he/LC_MESSAGES/rodent-fm.mo +lib/locale/he/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/he/LC_MESSAGES/rodent-pkg.mo +lib/locale/hi/LC_MESSAGES/fgr.mo +lib/locale/hi/LC_MESSAGES/rodent-diff.mo +lib/locale/hi/LC_MESSAGES/rodent-fgr.mo +lib/locale/hi/LC_MESSAGES/rodent-fm.mo +lib/locale/hi/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hi/LC_MESSAGES/rodent-pkg.mo +lib/locale/hne/LC_MESSAGES/fgr.mo +lib/locale/hne/LC_MESSAGES/rodent-diff.mo +lib/locale/hne/LC_MESSAGES/rodent-fgr.mo +lib/locale/hne/LC_MESSAGES/rodent-fm.mo +lib/locale/hne/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hne/LC_MESSAGES/rodent-pkg.mo +lib/locale/hr/LC_MESSAGES/fgr.mo +lib/locale/hr/LC_MESSAGES/rodent-diff.mo +lib/locale/hr/LC_MESSAGES/rodent-fgr.mo +lib/locale/hr/LC_MESSAGES/rodent-fm.mo +lib/locale/hr/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hr/LC_MESSAGES/rodent-pkg.mo +lib/locale/hsb/LC_MESSAGES/fgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-diff.mo +lib/locale/hsb/LC_MESSAGES/rodent-fgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-fm.mo +lib/locale/hsb/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hsb/LC_MESSAGES/rodent-pkg.mo +lib/locale/hu/LC_MESSAGES/fgr.mo +lib/locale/hu/LC_MESSAGES/rodent-diff.mo +lib/locale/hu/LC_MESSAGES/rodent-fgr.mo +lib/locale/hu/LC_MESSAGES/rodent-fm.mo +lib/locale/hu/LC_MESSAGES/rodent-iconmgr.mo +lib/locale/hu/LC_MESSAGES/rodent-pkg.mo +lib/locale/hy/LC_MESSAGES/fgr.mo +lib/locale/hy/LC_MESSAGES/rodent-diff.mo +lib/locale/hy/LC_MESSAGES/rodent-fgr.mo +lib/locale/hy/LC_MESSAGES/rodent-fm.mo +lib/locale/hy/LC_MESSAGES/rodent-iconmgr.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***