View | Details | Raw Unified | Return to bug 128459
Collapse All | Expand All

(-)/usr/ports/x11-fm/emelfm2.new/Makefile (-3 / +4 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	emelfm2
8
PORTNAME=	emelfm2
9
PORTVERSION=	0.4.1
9
PORTVERSION=	0.5.0
10
PORTREVISION=	2
11
CATEGORIES=	x11-fm
10
CATEGORIES=	x11-fm
12
MASTER_SITES=	http://emelfm2.net/rel/
11
MASTER_SITES=	http://emelfm2.net/rel/
13
12
14
MAINTAINER=	mva@sysfault.org
13
MAINTAINER=	mva@sysfault.org
15
COMMENT=	The gtk2 port of emelfm, a fast graphical filemanager
14
COMMENT=	The gtk2 port of emelfm, a fast graphical filemanager
16
15
16
USE_BZIP2=	yes
17
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
INSTALL_TARGET=	install
20
INSTALL_TARGET=	install
21
WRKSRC=		${WRKDIR}/${PORTNAME}-0.5
21
22
22
CFLAGS+=	${PTHREAD_CFLAGS}
23
CFLAGS+=	${PTHREAD_CFLAGS}
23
LDFLAGS+=	${PTHREAD_LIBS}
24
LDFLAGS+=	${PTHREAD_LIBS}
Lines 33-39 Link Here
33
		NLS	"Enable gettext support" on
34
		NLS	"Enable gettext support" on
34
35
35
DOCFILES=	ACTIONS CONFIGURATION CREDITS GPL HACKING INSTALL LGPL NEWS \
36
DOCFILES=	ACTIONS CONFIGURATION CREDITS GPL HACKING INSTALL LGPL NEWS \
36
		README SPEC TODO USAGE WARNING help.txt
37
		README SPEC TODO USAGE WARNING
37
38
38
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
39
40
(-)/usr/ports/x11-fm/emelfm2.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (emelfm2-0.4.1.tar.gz) = 215d0a872350b4bdb22de940a8f2a4af
1
MD5 (emelfm2-0.5.0.tar.bz2) = 26ce3efa9739c601bee082f642c66ac1
2
SHA256 (emelfm2-0.4.1.tar.gz) = 074b5003ea0d71699716c7b0a3d16e37f96c77e8df284957ca1112e4d1b455eb
2
SHA256 (emelfm2-0.5.0.tar.bz2) = 3905941010390762f0d827e5d142238a5c118170afca7c4a7a669a8d4f803e9d
3
SIZE (emelfm2-0.4.1.tar.gz) = 1149166
3
SIZE (emelfm2-0.5.0.tar.bz2) = 967187
(-)/usr/ports/x11-fm/emelfm2.new/pkg-plist (-5 / +5 lines)
Lines 33-57 Link Here
33
%%PORTDOCS%%%%DOCSDIR%%/TODO
33
%%PORTDOCS%%%%DOCSDIR%%/TODO
34
%%PORTDOCS%%%%DOCSDIR%%/USAGE
34
%%PORTDOCS%%%%DOCSDIR%%/USAGE
35
%%PORTDOCS%%%%DOCSDIR%%/WARNING
35
%%PORTDOCS%%%%DOCSDIR%%/WARNING
36
%%PORTDOCS%%%%DOCSDIR%%/help.txt
37
%%NLS%%share/locale/de/LC_MESSAGES/emelfm2.mo
36
%%NLS%%share/locale/de/LC_MESSAGES/emelfm2.mo
38
%%NLS%%share/locale/fr/LC_MESSAGES/emelfm2.mo
37
%%NLS%%share/locale/fr/LC_MESSAGES/emelfm2.mo
39
%%NLS%%share/locale/ja/LC_MESSAGES/emelfm2.mo
38
%%NLS%%share/locale/ja/LC_MESSAGES/emelfm2.mo
39
%%NLS%%share/locale/pl/LC_MESSAGES/emelfm2.mo
40
%%NLS%%share/locale/ru/LC_MESSAGES/emelfm2.mo
40
%%NLS%%share/locale/ru/LC_MESSAGES/emelfm2.mo
41
share/pixmaps/emelfm2/add_mark_bottom_48.png
41
share/pixmaps/emelfm2/add_mark_bottom_48.png
42
share/pixmaps/emelfm2/add_mark_top_48.png
42
share/pixmaps/emelfm2/add_mark_top_48.png
43
share/pixmaps/emelfm2/apply_all_48.png
43
share/pixmaps/emelfm2/apply_all_32.png
44
share/pixmaps/emelfm2/bookmark_48.png
44
share/pixmaps/emelfm2/bookmark_48.png
45
share/pixmaps/emelfm2/cl_clear_48.png
45
share/pixmaps/emelfm2/cl_clear_48.png
46
share/pixmaps/emelfm2/copy_as_48.png
46
share/pixmaps/emelfm2/copy_as_48.png
47
share/pixmaps/emelfm2/delete_48.png
47
share/pixmaps/emelfm2/delete_48.png
48
share/pixmaps/emelfm2/dragsel.png
48
share/pixmaps/emelfm2/dragsel.png
49
share/pixmaps/emelfm2/edit_48.png
50
share/pixmaps/emelfm2/emelfm2_24.png
49
share/pixmaps/emelfm2/emelfm2_24.png
51
share/pixmaps/emelfm2/emelfm2_32.png
50
share/pixmaps/emelfm2/emelfm2_32.png
52
share/pixmaps/emelfm2/emelfm2_48.png
51
share/pixmaps/emelfm2/emelfm2_48.png
53
share/pixmaps/emelfm2/filter_48.png
52
share/pixmaps/emelfm2/filter_48.png
54
share/pixmaps/emelfm2/filter_off_48.png
53
share/pixmaps/emelfm2/filter_off_48.png
54
share/pixmaps/emelfm2/gtk-discard.svg
55
share/pixmaps/emelfm2/hidden_noshow_48.png
55
share/pixmaps/emelfm2/hidden_noshow_48.png
56
share/pixmaps/emelfm2/hidden_show_48.png
56
share/pixmaps/emelfm2/hidden_show_48.png
57
share/pixmaps/emelfm2/mirror_horiz_48.png
57
share/pixmaps/emelfm2/mirror_horiz_48.png
Lines 81-91 Link Here
81
share/pixmaps/emelfm2/plugin_timeset_48.png
81
share/pixmaps/emelfm2/plugin_timeset_48.png
82
%%TRACKER%%share/pixmaps/emelfm2/plugin_track_48.png
82
%%TRACKER%%share/pixmaps/emelfm2/plugin_track_48.png
83
share/pixmaps/emelfm2/plugin_unpack_48.png
83
share/pixmaps/emelfm2/plugin_unpack_48.png
84
share/pixmaps/emelfm2/proceed_32.png
84
share/pixmaps/emelfm2/ps_48.png
85
share/pixmaps/emelfm2/ps_48.png
85
share/pixmaps/emelfm2/save_selection_48.png
86
share/pixmaps/emelfm2/save_selection_32.png
86
share/pixmaps/emelfm2/split_horiz_48.png
87
share/pixmaps/emelfm2/split_horiz_48.png
87
share/pixmaps/emelfm2/split_vert_48.png
88
share/pixmaps/emelfm2/split_vert_48.png
88
share/pixmaps/emelfm2/star_48.png
89
share/pixmaps/emelfm2/su_48.png
89
share/pixmaps/emelfm2/su_48.png
90
share/pixmaps/emelfm2/switch_48.png
90
share/pixmaps/emelfm2/switch_48.png
91
share/pixmaps/emelfm2/symlink_48.png
91
share/pixmaps/emelfm2/symlink_48.png

Return to bug 128459