View | Details | Raw Unified | Return to bug 172302 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-14 / +6 lines)
Lines 1-18 Link Here
1
# New Ports collection makefile for:	viewnior
1
# Created by: nemysis@gmx.ch
2
# Date created:		2012-04-20
3
# Whom:			nemysis@gmx.ch
4
#
5
# $FreeBSD: ports/graphics/viewnior/Makefile,v 1.3 2012/08/19 14:20:01 madpilot Exp $
2
# $FreeBSD: ports/graphics/viewnior/Makefile,v 1.3 2012/08/19 14:20:01 madpilot Exp $
6
#
7
3
8
PORTNAME=	viewnior
4
PORTNAME=	viewnior
9
PORTVERSION=	1.3
5
PORTVERSION=	1.3
10
PORTREVISION=	1
6
PORTREVISION=	2
11
CATEGORIES=	graphics
7
CATEGORIES=	graphics
12
MASTER_SITES=	http://cloud.github.com/downloads/xsisqox/Viewnior/
8
MASTER_SITES=	http://cloud.github.com/downloads/xsisqox/Viewnior/
13
9
14
MAINTAINER=	nemysis@gmx.ch
10
MAINTAINER=	nemysis@gmx.ch
15
COMMENT=	Viewnior is a fast and simple image viewer
11
COMMENT=	Fast and simple image viewer
16
12
17
LICENSE=	GPLv3
13
LICENSE=	GPLv3
18
14
Lines 25-36 Link Here
25
USE_GNOME=	glib20 gtk20
21
USE_GNOME=	glib20 gtk20
26
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
27
23
28
MAN1=		viewnior.1
24
MAN1=		${PORTNAME}.1
29
25
30
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
26
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
31
27
32
OPTIONS_DEFINE=	NLS
28
OPTIONS_DEFINE=	NLS
33
NLS_DESC=	Native Language Support via gettext
34
OPTIONS_DEFAULT=	NLS
29
OPTIONS_DEFAULT=	NLS
35
30
36
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
Lines 44-56 Link Here
44
.endif
39
.endif
45
40
46
post-install:
41
post-install:
47
	${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1
48
# Documentation
49
.if ${PORT_OPTIONS:MDOCS}
42
.if ${PORT_OPTIONS:MDOCS}
50
	${MKDIR} ${DOCSDIR}
43
	${MKDIR} ${DOCSDIR}
51
.  for f in ${PORTDOCS}
44
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
52
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
53
.  endfor
54
.endif
45
.endif
46
	${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1
55
47
56
.include <bsd.port.mk>
48
.include <bsd.port.mk>
(-)./pkg-plist (-60 / +9 lines)
Lines 1-4 Link Here
1
bin/viewnior
1
bin/viewnior
2
share/applications/viewnior.desktop
3
share/icons/hicolor/16x16/apps/viewnior.png
4
share/icons/hicolor/22x22/apps/viewnior.png
5
share/icons/hicolor/24x24/apps/viewnior.png
6
share/icons/hicolor/32x32/apps/viewnior.png
7
share/icons/hicolor/48x48/apps/viewnior.png
8
share/icons/hicolor/scalable/apps/viewnior.svg
2
%%NLS%%share/locale/bg/LC_MESSAGES/viewnior.mo
9
%%NLS%%share/locale/bg/LC_MESSAGES/viewnior.mo
3
%%NLS%%share/locale/cs/LC_MESSAGES/viewnior.mo
10
%%NLS%%share/locale/cs/LC_MESSAGES/viewnior.mo
4
%%NLS%%share/locale/da/LC_MESSAGES/viewnior.mo
11
%%NLS%%share/locale/da/LC_MESSAGES/viewnior.mo
Lines 25-37 Link Here
25
%%NLS%%share/locale/tr/LC_MESSAGES/viewnior.mo
32
%%NLS%%share/locale/tr/LC_MESSAGES/viewnior.mo
26
%%NLS%%share/locale/uk/LC_MESSAGES/viewnior.mo
33
%%NLS%%share/locale/uk/LC_MESSAGES/viewnior.mo
27
%%NLS%%share/locale/zh_CN/LC_MESSAGES/viewnior.mo
34
%%NLS%%share/locale/zh_CN/LC_MESSAGES/viewnior.mo
28
share/applications/viewnior.desktop
29
share/icons/hicolor/16x16/apps/viewnior.png
30
share/icons/hicolor/22x22/apps/viewnior.png
31
share/icons/hicolor/24x24/apps/viewnior.png
32
share/icons/hicolor/32x32/apps/viewnior.png
33
share/icons/hicolor/48x48/apps/viewnior.png
34
share/icons/hicolor/scalable/apps/viewnior.svg
35
%%DATADIR%%/pixmaps/object-flip-horizontal.png
35
%%DATADIR%%/pixmaps/object-flip-horizontal.png
36
%%DATADIR%%/pixmaps/object-flip-vertical.png
36
%%DATADIR%%/pixmaps/object-flip-vertical.png
37
%%DATADIR%%/pixmaps/object-rotate-left.png
37
%%DATADIR%%/pixmaps/object-rotate-left.png
Lines 40-45 Link Here
40
%%DATADIR%%/vnr-preferences-dialog.ui
40
%%DATADIR%%/vnr-preferences-dialog.ui
41
@dirrm %%DATADIR%%/pixmaps
41
@dirrm %%DATADIR%%/pixmaps
42
@dirrm %%DATADIR%%
42
@dirrm %%DATADIR%%
43
%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES
44
%%NLS%%@dirrmtry share/locale/oc
43
@dirrmtry share/icons/hicolor/scalable/apps
45
@dirrmtry share/icons/hicolor/scalable/apps
44
@dirrmtry share/icons/hicolor/scalable
46
@dirrmtry share/icons/hicolor/scalable
45
@dirrmtry share/icons/hicolor/48x48/apps
47
@dirrmtry share/icons/hicolor/48x48/apps
Lines 55-110 Link Here
55
@dirrmtry share/icons/hicolor
57
@dirrmtry share/icons/hicolor
56
@dirrmtry share/icons
58
@dirrmtry share/icons
57
@dirrmtry share/applications
59
@dirrmtry share/applications
58
@dirrmtry lib/locale/zh_CN/LC_MESSAGES
59
@dirrmtry lib/locale/zh_CN
60
@dirrmtry lib/locale/uk/LC_MESSAGES
61
@dirrmtry lib/locale/uk
62
@dirrmtry lib/locale/tr/LC_MESSAGES
63
@dirrmtry lib/locale/tr
64
@dirrmtry lib/locale/sv/LC_MESSAGES
65
@dirrmtry lib/locale/sv
66
@dirrmtry lib/locale/sr/LC_MESSAGES
67
@dirrmtry lib/locale/sr
68
@dirrmtry lib/locale/sk/LC_MESSAGES
69
@dirrmtry lib/locale/sk
70
@dirrmtry lib/locale/ru/LC_MESSAGES
71
@dirrmtry lib/locale/ru
72
@dirrmtry lib/locale/pt_BR/LC_MESSAGES
73
@dirrmtry lib/locale/pt_BR
74
@dirrmtry lib/locale/pt/LC_MESSAGES
75
@dirrmtry lib/locale/pt
76
@dirrmtry lib/locale/pl/LC_MESSAGES
77
@dirrmtry lib/locale/pl
78
@dirrmtry lib/locale/oc/LC_MESSAGES
79
@dirrmtry lib/locale/oc
80
@dirrmtry lib/locale/nl/LC_MESSAGES
81
@dirrmtry lib/locale/nl
82
@dirrmtry lib/locale/lt/LC_MESSAGES
83
@dirrmtry lib/locale/lt
84
@dirrmtry lib/locale/ja/LC_MESSAGES
85
@dirrmtry lib/locale/ja
86
@dirrmtry lib/locale/it/LC_MESSAGES
87
@dirrmtry lib/locale/it
88
@dirrmtry lib/locale/hu/LC_MESSAGES
89
@dirrmtry lib/locale/hu
90
@dirrmtry lib/locale/he/LC_MESSAGES
91
@dirrmtry lib/locale/he
92
@dirrmtry lib/locale/gl/LC_MESSAGES
93
@dirrmtry lib/locale/gl
94
@dirrmtry lib/locale/fr/LC_MESSAGES
95
@dirrmtry lib/locale/fr
96
@dirrmtry lib/locale/fi/LC_MESSAGES
97
@dirrmtry lib/locale/fi
98
@dirrmtry lib/locale/es/LC_MESSAGES
99
@dirrmtry lib/locale/es
100
@dirrmtry lib/locale/el/LC_MESSAGES
101
@dirrmtry lib/locale/el
102
@dirrmtry lib/locale/de/LC_MESSAGES
103
@dirrmtry lib/locale/de
104
@dirrmtry lib/locale/da/LC_MESSAGES
105
@dirrmtry lib/locale/da
106
@dirrmtry lib/locale/cs/LC_MESSAGES
107
@dirrmtry lib/locale/cs
108
@dirrmtry lib/locale/bg/LC_MESSAGES
109
@dirrmtry lib/locale/bg
110
@dirrmtry lib/locale

Return to bug 172302