Date: Tue, 26 Nov 2013 15:40:35 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334946 - in head/x11-fm/xfe: . files Message-ID: <201311261540.rAQFeZar026908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Nov 26 15:40:34 2013 New Revision: 334946 URL: http://svnweb.freebsd.org/changeset/ports/334946 Log: - Update to 1.37 This release contains a new file search dialog based on the find and grep commands that allows to quickly retrieve files and folders and perform the usual file operations on them. Many bugs were also fixed. Spanish, italian, greek, czesch, german, swedish and brazilian portuguese translations were updated. - Support NLS - STAGE-clean Deleted: head/x11-fm/xfe/files/patch-src_FilePanel head/x11-fm/xfe/files/patch-xvt_ttyinit.c Modified: head/x11-fm/xfe/Makefile head/x11-fm/xfe/distinfo head/x11-fm/xfe/pkg-plist Modified: head/x11-fm/xfe/Makefile ============================================================================== --- head/x11-fm/xfe/Makefile Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/Makefile Tue Nov 26 15:40:34 2013 (r334946) @@ -2,30 +2,39 @@ # $FreeBSD$ PORTNAME= xfe -PORTVERSION= 1.35 -PORTREVISION= 1 +PORTVERSION= 1.37 CATEGORIES= x11-fm MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org -COMMENT= Fast MS-Explorer like filemanager for X +COMMENT= Fast MS-Explorer like file manager for X -LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 +LICENSE= GPLv2 + +LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 + +OPTIONS_DEFINE= NLS USE_XORG= xft -USE_GNOME= gnomehack intltool -USES= gettext gmake +USE_GNOME= intltool +USES= gettext gmake pathfix GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -g -O0 +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \ ${WRKSRC}/src/XFileExplorer.cpp \ ${WRKSRC}/src/help.h \ ${WRKSRC}/src/xfedefs.h +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+=--disable-nls +.endif + .include <bsd.port.mk> Modified: head/x11-fm/xfe/distinfo ============================================================================== --- head/x11-fm/xfe/distinfo Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/distinfo Tue Nov 26 15:40:34 2013 (r334946) @@ -1,2 +1,2 @@ -SHA256 (xfe-1.35.tar.gz) = 9f001cc9c07a9703b2874cd41635b1b2402cd1d7d270ab436d3daf0015369850 -SIZE (xfe-1.35.tar.gz) = 2447267 +SHA256 (xfe-1.37.tar.gz) = 4dbb2e24b18a63d78afd0219232f05cd7401370750e2db5f8fa70a6fef022abd +SIZE (xfe-1.37.tar.gz) = 2480940 Modified: head/x11-fm/xfe/pkg-plist ============================================================================== --- head/x11-fm/xfe/pkg-plist Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/pkg-plist Tue Nov 26 15:40:34 2013 (r334946) @@ -3,29 +3,34 @@ bin/xfi bin/xfp bin/xfv bin/xfw -share/locale/bs/LC_MESSAGES/xfe.mo -share/locale/ca/LC_MESSAGES/xfe.mo -share/locale/cs/LC_MESSAGES/xfe.mo -share/locale/da/LC_MESSAGES/xfe.mo -share/locale/de/LC_MESSAGES/xfe.mo -share/locale/el/LC_MESSAGES/xfe.mo -share/locale/es/LC_MESSAGES/xfe.mo -share/locale/es_AR/LC_MESSAGES/xfe.mo -share/locale/es_CO/LC_MESSAGES/xfe.mo -share/locale/fr/LC_MESSAGES/xfe.mo -share/locale/hu/LC_MESSAGES/xfe.mo -share/locale/it/LC_MESSAGES/xfe.mo -share/locale/ja/LC_MESSAGES/xfe.mo -share/locale/nl/LC_MESSAGES/xfe.mo -share/locale/no/LC_MESSAGES/xfe.mo -share/locale/pl/LC_MESSAGES/xfe.mo -share/locale/pt_BR/LC_MESSAGES/xfe.mo -share/locale/pt_PT/LC_MESSAGES/xfe.mo -share/locale/ru/LC_MESSAGES/xfe.mo -share/locale/sv/LC_MESSAGES/xfe.mo -share/locale/tr/LC_MESSAGES/xfe.mo -share/locale/zh_CN/LC_MESSAGES/xfe.mo -share/locale/zh_TW/LC_MESSAGES/xfe.mo +man/man1/xfe.1.gz +man/man1/xfi.1.gz +man/man1/xfp.1.gz +man/man1/xfv.1.gz +man/man1/xfw.1.gz +%%NLS%%share/locale/bs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_AR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_CO/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/no/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfe.mo share/pixmaps/xfe.png share/pixmaps/xfi.png share/pixmaps/xfp.png @@ -2834,7 +2839,7 @@ share/applications/xfp.desktop @dirrm %%DATADIR%%/icons/blue-theme @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR +%%NLS%%@dirrmtry share/locale/es_CO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es_CO +%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es_AR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311261540.rAQFeZar026908>