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

(-)./Makefile (-7 / +26 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/x11-fm/doublecmd/Makefile 389678 2015-06-15 08:45:13Z acm $
2
# $FreeBSD: head/x11-fm/doublecmd/Makefile 389678 2015-06-15 08:45:13Z acm $
3
3
4
PORTNAME=	doublecmd
4
PORTNAME=	doublecmd
5
PORTVERSION=	0.6.2
5
PORTVERSION=	0.6.3
6
PORTREVISION=	1
7
CATEGORIES=	x11-fm
6
CATEGORIES=	x11-fm
8
MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
7
MASTER_SITES=	SF/${PORTNAME}/Double%20Commander%20Source
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
8
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
Lines 40-50 Link Here
40
OPTIONS_SINGLE=		LCL
39
OPTIONS_SINGLE=		LCL
41
OPTIONS_SINGLE_LCL=	GTK2 QT4
40
OPTIONS_SINGLE_LCL=	GTK2 QT4
42
OPTIONS_GROUP=		WCX WDX WFX WLX DSX
41
OPTIONS_GROUP=		WCX WDX WFX WLX DSX
43
WCX_DESC=	Packer plugins
44
WDX_DESC=	Content plugins
45
WFX_DESC=	File system plugins
46
WLX_DESC=	Lister plugins
47
DSX_DESC=	Search plugins
48
OPTIONS_GROUP_WCX=	WCX_CPIO \
42
OPTIONS_GROUP_WCX=	WCX_CPIO \
49
			WCX_DEB \
43
			WCX_DEB \
50
			WCX_RPM \
44
			WCX_RPM \
Lines 61-66 Link Here
61
OPTIONS_GROUP_WLX=	WLX_MPLAYER
55
OPTIONS_GROUP_WLX=	WLX_MPLAYER
62
OPTIONS_GROUP_DSX=	DSX_LOCATE
56
OPTIONS_GROUP_DSX=	DSX_LOCATE
63
57
58
WCX_DESC=	Packer plugins to work with archives
59
WCX_CPIO_DESC=	CPIO format support
60
WCX_DEB_DESC=	Debian package archive support
61
WCX_RPM_DESC=	Red Hat package archive support
62
WCX_UNBZ2_DESC=	BZIP2 format support
63
WCX_UNRAR_DESC=	RAR format support
64
WCX_ZIP_DESC=	ZIP format support
65
66
WDX_DESC=	Plugins to display and search extended file attributes
67
WDX_DEB_DESC=	Debian package file information
68
WDX_RPM_DESC=	Red Hat package file information
69
WDX_SCRIPTS_DESC=	Add support to use custom Lua scripts
70
WDX_SVN_DESC=	Subversion repository information
71
WDX_XPI_DESC=	Mozilla plugin file information
72
73
WFX_DESC=	File system plugins
74
WFX_FTP_DESC=	FTP protocol support
75
WFX_SAMBA_DESC=	SMB protocol support
76
77
WLX_DESC=	Internal viewer plugins
78
WLX_MPLAYER_DESC=	Use MPlayer for multimedia files
79
80
DSX_DESC=	Search plugins
81
DSX_LOCATE_DESC=	Support locate command
82
64
OPTIONS_DEFAULT=	GTK2 \
83
OPTIONS_DEFAULT=	GTK2 \
65
			WCX_CPIO \
84
			WCX_CPIO \
66
			WCX_DEB \
85
			WCX_DEB \
(-)./distinfo (-2 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (doublecmd-0.6.2-src.tar.gz) = 76564e927b9bf372dec585df6a65880cfd6ff06086f8c56e7bcf9bbde960e3bb
1
SHA256 (doublecmd-0.6.3-src.tar.gz) = c9abfa1e878a8ed2df20db46111b1e7055e40e0c548df51ed1d39c9a3c3e3575
2
SIZE (doublecmd-0.6.2-src.tar.gz) = 5975990
2
SIZE (doublecmd-0.6.3-src.tar.gz) = 5996882
3
SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39
3
SHA256 (doublecmd-help-0.6.0-src.tar.gz) = d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39
4
SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996
4
SIZE (doublecmd-help-0.6.0-src.tar.gz) = 11514996

Return to bug 200902