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

(-)graphics/showimg/Makefile (-9 / +6 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	showimg
9
PORTNAME=	showimg
10
PORTVERSION=	0.8.0
10
PORTVERSION=	0.8.1
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	graphics
12
CATEGORIES=	graphics
13
MASTER_SITES=	http://www.jalix.org/projects/showimg/download/${PORTVERSION}/
13
MASTER_SITES=	http://www.jalix.org/projects/showimg/download/${PORTVERSION}/
Lines 20-35 Link Here
20
20
21
USE_BZIP2=	yes
21
USE_BZIP2=	yes
22
USE_KDEBASE_VER=	3
22
USE_KDEBASE_VER=	3
23
USE_REINPLACE=	yes
24
USE_GMAKE=	yes
23
USE_GMAKE=	yes
25
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
26
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
27
CONFIGURE_ARGS=	--with-xinerama
26
		AUTOHEADER="${TRUE}"
28
27
29
MAN1=		showimg.1
28
MAN1=		showimg.1
30
29
31
post-patch:
30
.include <bsd.port.pre.mk>
32
	@${REINPLACE_CMD} -e 's|-pedantic||g ; \
31
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
33
		 s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
32
.include <bsd.port.post.mk>
34
35
.include <bsd.port.mk>
(-)graphics/showimg/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (showimg-0.8.0.tar.bz2) = 15cc19daaa13c3811335cb857bb0ce48
1
MD5 (showimg-0.8.1.tar.bz2) = deb476376937d8c72185ee8b3929b272
(-)graphics/showimg/files/patch-qtiffio.cpp (-10 lines)
Lines 1-10 Link Here
1
--- showimg/qtiffio.cpp.orig	Fri Aug  1 15:29:41 2003
2
+++ showimg/qtiffio.cpp	Fri Aug  1 15:31:45 2003
3
@@ -17,6 +17,7 @@
4
 // 
5
 
6
 #include <stdio.h>
7
+#include <sys/types.h>
8
 #include <sys/mman.h>
9
 
10
 #include <tiffio.h>
(-)graphics/showimg/pkg-plist (-40 / +61 lines)
Lines 1-7 Link Here
1
bin/showimg
1
bin/showimg
2
share/applnk/Graphics/showimg.desktop
2
share/applnk/Graphics/showimg.desktop
3
share/apps/konqueror/servicemenus/konqshowimg.desktop
3
share/apps/konqueror/servicemenus/konqshowimg.desktop
4
share/apps/showimg/logo.png
4
share/apps/showimg/convert2png.pl
5
share/apps/showimg/icons/hicolor/16x16/actions/flip.png
6
share/apps/showimg/icons/hicolor/16x16/actions/item_rename.png
7
share/apps/showimg/icons/hicolor/16x16/actions/miror.png
8
share/apps/showimg/icons/hicolor/16x16/actions/rotation_acw.png
9
share/apps/showimg/icons/hicolor/16x16/actions/rotation_cw.png
10
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_bis+.png
11
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_bis-.png
12
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_factor.png
13
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_full.png
14
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_h.png
15
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_lock.png
16
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_no.png
17
share/apps/showimg/icons/hicolor/16x16/actions/viewmag_w.png
18
share/apps/showimg/icons/hicolor/22x22/actions/flip.png
19
share/apps/showimg/icons/hicolor/22x22/actions/largethumbnails.png
20
share/apps/showimg/icons/hicolor/22x22/actions/medthumbnails.png
21
share/apps/showimg/icons/hicolor/22x22/actions/miror.png
22
share/apps/showimg/icons/hicolor/22x22/actions/rotation_acw.png
23
share/apps/showimg/icons/hicolor/22x22/actions/rotation_cw.png
24
share/apps/showimg/icons/hicolor/22x22/actions/smallthumbnails.png
25
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_bis+.png
26
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_bis-.png
27
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_factor.png
28
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_full.png
29
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_lock.png
30
share/apps/showimg/icons/hicolor/22x22/actions/viewmag_no.png
31
share/apps/showimg/icons/hicolor/22x22/mimetypes/psd.png
32
share/apps/showimg/icons/hicolor/32x32/actions/flip.png
33
share/apps/showimg/icons/hicolor/32x32/actions/miror.png
34
share/apps/showimg/icons/hicolor/32x32/actions/rotation_acw.png
35
share/apps/showimg/icons/hicolor/32x32/actions/rotation_cw.png
36
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_bis+.png
37
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_bis-.png
38
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_factor.png
39
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_full.png
40
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_h.png
41
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_lock.png
42
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_no.png
43
share/apps/showimg/icons/hicolor/32x32/actions/viewmag_w.png
44
share/apps/showimg/icons/hicolor/32x32/mimetypes/psd.png
45
share/apps/showimg/icons/hicolor/48x48/mimetypes/psd.png
46
share/apps/showimg/icons/hicolor/64x64/mimetypes/psd.png
47
share/apps/showimg/pics/logo.png
5
share/apps/showimg/showimgui.rc
48
share/apps/showimg/showimgui.rc
6
share/doc/HTML/de/showimg/but-back.png
49
share/doc/HTML/de/showimg/but-back.png
7
share/doc/HTML/de/showimg/but-copy.png
50
share/doc/HTML/de/showimg/but-copy.png
Lines 32-37 Link Here
32
share/doc/HTML/de/showimg/main-window.png
75
share/doc/HTML/de/showimg/main-window.png
33
share/doc/HTML/en/showimg/but-back.png
76
share/doc/HTML/en/showimg/but-back.png
34
share/doc/HTML/en/showimg/but-copy.png
77
share/doc/HTML/en/showimg/but-copy.png
78
share/doc/HTML/en/showimg/but-cut.png
35
share/doc/HTML/en/showimg/but-forward.png
79
share/doc/HTML/en/showimg/but-forward.png
36
share/doc/HTML/en/showimg/but-fullscreen.png
80
share/doc/HTML/en/showimg/but-fullscreen.png
37
share/doc/HTML/en/showimg/but-go_up.png
81
share/doc/HTML/en/showimg/but-go_up.png
Lines 70-117 Link Here
70
share/doc/HTML/en/showimg/index.cache.bz2
114
share/doc/HTML/en/showimg/index.cache.bz2
71
share/doc/HTML/en/showimg/index.docbook
115
share/doc/HTML/en/showimg/index.docbook
72
share/doc/HTML/en/showimg/main-window.png
116
share/doc/HTML/en/showimg/main-window.png
73
share/icons/hicolor/16x16/actions/flip.png
74
share/icons/hicolor/16x16/actions/item_rename.png
75
share/icons/hicolor/16x16/actions/miror.png
76
share/icons/hicolor/16x16/actions/rotation_acw.png
77
share/icons/hicolor/16x16/actions/rotation_cw.png
78
share/icons/hicolor/16x16/actions/viewmag_bis+.png
79
share/icons/hicolor/16x16/actions/viewmag_bis-.png
80
share/icons/hicolor/16x16/actions/viewmag_factor.png
81
share/icons/hicolor/16x16/actions/viewmag_full.png
82
share/icons/hicolor/16x16/actions/viewmag_h.png
83
share/icons/hicolor/16x16/actions/viewmag_lock.png
84
share/icons/hicolor/16x16/actions/viewmag_no.png
85
share/icons/hicolor/16x16/actions/viewmag_w.png
86
share/icons/hicolor/22x22/actions/flip.png
87
share/icons/hicolor/22x22/actions/largethumbnails.png
88
share/icons/hicolor/22x22/actions/medthumbnails.png
89
share/icons/hicolor/22x22/actions/miror.png
90
share/icons/hicolor/22x22/actions/rotation_acw.png
91
share/icons/hicolor/22x22/actions/rotation_cw.png
92
share/icons/hicolor/22x22/actions/smallthumbnails.png
93
share/icons/hicolor/22x22/actions/viewmag_bis+.png
94
share/icons/hicolor/22x22/actions/viewmag_bis-.png
95
share/icons/hicolor/22x22/actions/viewmag_factor.png
96
share/icons/hicolor/22x22/actions/viewmag_full.png
97
share/icons/hicolor/22x22/actions/viewmag_lock.png
98
share/icons/hicolor/22x22/actions/viewmag_no.png
99
share/icons/hicolor/32x32/actions/flip.png
100
share/icons/hicolor/32x32/actions/miror.png
101
share/icons/hicolor/32x32/actions/rotation_acw.png
102
share/icons/hicolor/32x32/actions/rotation_cw.png
103
share/icons/hicolor/32x32/actions/viewmag_bis+.png
104
share/icons/hicolor/32x32/actions/viewmag_bis-.png
105
share/icons/hicolor/32x32/actions/viewmag_factor.png
106
share/icons/hicolor/32x32/actions/viewmag_full.png
107
share/icons/hicolor/32x32/actions/viewmag_h.png
108
share/icons/hicolor/32x32/actions/viewmag_lock.png
109
share/icons/hicolor/32x32/actions/viewmag_no.png
110
share/icons/hicolor/32x32/actions/viewmag_w.png
111
share/icons/hicolor/32x32/apps/showimg.png
117
share/icons/hicolor/32x32/apps/showimg.png
112
share/icons/hicolor/48x48/apps/showimg.png
118
share/icons/hicolor/48x48/apps/showimg.png
113
share/icons/hicolor/64x64/apps/showimg.png
119
share/icons/hicolor/64x64/apps/showimg.png
114
share/locale/cs/LC_MESSAGES/showimg.mo
115
share/locale/de/LC_MESSAGES/showimg.mo
120
share/locale/de/LC_MESSAGES/showimg.mo
116
share/locale/es/LC_MESSAGES/showimg.mo
121
share/locale/es/LC_MESSAGES/showimg.mo
117
share/locale/fr/LC_MESSAGES/showimg.mo
122
share/locale/fr/LC_MESSAGES/showimg.mo
Lines 120-125 Link Here
120
share/locale/nl/LC_MESSAGES/showimg.mo
125
share/locale/nl/LC_MESSAGES/showimg.mo
121
share/locale/sk/LC_MESSAGES/showimg.mo
126
share/locale/sk/LC_MESSAGES/showimg.mo
122
share/locale/sv/LC_MESSAGES/showimg.mo
127
share/locale/sv/LC_MESSAGES/showimg.mo
128
share/mimelnk/image/x-psd.desktop
123
@dirrm share/doc/HTML/en/showimg
129
@dirrm share/doc/HTML/en/showimg
124
@dirrm share/doc/HTML/de/showimg
130
@dirrm share/doc/HTML/de/showimg
131
@dirrm share/apps/showimg/pics
132
@dirrm share/apps/showimg/icons/hicolor/64x64/mimetypes
133
@dirrm share/apps/showimg/icons/hicolor/64x64
134
@dirrm share/apps/showimg/icons/hicolor/48x48/mimetypes
135
@dirrm share/apps/showimg/icons/hicolor/48x48
136
@dirrm share/apps/showimg/icons/hicolor/32x32/mimetypes
137
@dirrm share/apps/showimg/icons/hicolor/32x32/actions
138
@dirrm share/apps/showimg/icons/hicolor/32x32
139
@dirrm share/apps/showimg/icons/hicolor/22x22/mimetypes
140
@dirrm share/apps/showimg/icons/hicolor/22x22/actions
141
@dirrm share/apps/showimg/icons/hicolor/22x22
142
@dirrm share/apps/showimg/icons/hicolor/16x16/actions
143
@dirrm share/apps/showimg/icons/hicolor/16x16
144
@dirrm share/apps/showimg/icons/hicolor
145
@dirrm share/apps/showimg/icons
125
@dirrm share/apps/showimg
146
@dirrm share/apps/showimg

Return to bug 59845