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

Collapse All | Expand All

(-)devel/etl/Makefile (-2 / +4 lines)
Lines 10-22 Link Here
10
MAINTAINER=	woodsb02@gmail.com
10
MAINTAINER=	woodsb02@gmail.com
11
COMMENT=	Voria Extended Class and Template Library
11
COMMENT=	Voria Extended Class and Template Library
12
12
13
WRKSRC=		${WRKDIR}/${DISTNAME}
13
LICENSE=	GPLv2 # (or later)
14
14
15
NO_ARCH=	yes
16
15
OPTIONS_DEFINE=	DOCS
17
OPTIONS_DEFINE=	DOCS
16
18
17
SYNFIG_VERSION=	1.0
19
SYNFIG_VERSION=	1.0
18
20
19
USES=	gmake pathfix pkgconfig
21
USES=		gmake pathfix pkgconfig
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
23
22
post-install:
24
post-install:
(-)devel/etl/files/patch-ETL___stringf.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_stringf.h.orig
1
--- ETL/_stringf.h.orig	2015-03-28 15:08:17 UTC
2
+++ ETL/_stringf.h
2
+++ ETL/_stringf.h
3
@@ -57,7 +57,7 @@
3
@@ -57,7 +57,7 @@
4
 
4
 
(-)devel/etl/files/patch-ETL___surface.h (-1 / +1 lines)
Lines 1-4 Link Here
1
--- ETL/_surface.h.orig
1
--- ETL/_surface.h.orig	2015-03-28 10:15:00 UTC
2
+++ ETL/_surface.h
2
+++ ETL/_surface.h
3
@@ -34,6 +34,7 @@
3
@@ -34,6 +34,7 @@
4
 #include "_misc.h"
4
 #include "_misc.h"
(-)devel/synfig/Makefile (-6 / +10 lines)
Lines 9-17 Link Here
9
MAINTAINER=	woodsb02@gmail.com
9
MAINTAINER=	woodsb02@gmail.com
10
COMMENT=	Vector based 2D animation package
10
COMMENT=	Vector based 2D animation package
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv2 # (or later)
13
13
14
BUILD_DEPENDS=	etl>=0.04.17:${PORTSDIR}/devel/etl
14
BUILD_DEPENDS=	etl>=0.04.18:${PORTSDIR}/devel/etl
15
LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
15
LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
16
		libltdl.so:${PORTSDIR}/devel/libltdl \
16
		libltdl.so:${PORTSDIR}/devel/libltdl \
17
		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
17
		libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick \
Lines 23-29 Link Here
23
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
23
		libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
24
		libdv.so:${PORTSDIR}/multimedia/libdv
24
		libdv.so:${PORTSDIR}/multimedia/libdv
25
25
26
USES=		gettext iconv jpeg libtool pathfix pkgconfig
26
USES=		iconv jpeg libtool pathfix pkgconfig
27
USE_GNOME=	cairo glibmm libxml++26
27
USE_GNOME=	cairo glibmm libxml++26
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
29
CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG}
Lines 34-39 Link Here
34
CPPFLAGS+=	-I${LOCALBASE}/include
34
CPPFLAGS+=	-I${LOCALBASE}/include
35
LDFLAGS+=	-L${LOCALBASE}/lib
35
LDFLAGS+=	-L${LOCALBASE}/lib
36
36
37
OPTIONS_DEFINE=	DOCS NLS
38
OPTIONS_SUB=	yes
39
40
NLS_USES=		gettext
41
NLS_CONFIGURE_ENABLE=	nls
42
37
post-patch:
43
post-patch:
38
	@${REINPLACE_CMD} -e \
44
	@${REINPLACE_CMD} -e \
39
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
45
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
Lines 43-51 Link Here
43
		 s|no_NO|no| ; \
49
		 s|no_NO|no| ; \
44
		 s|pl_PL|pl| ; \
50
		 s|pl_PL|pl| ; \
45
		 s|sk_SK|sk| ; \
51
		 s|sk_SK|sk| ; \
46
		 s|sv_SE|sv| ; \
52
		 s|sv_SE|sv|' \
47
		 s|<tr1/|<| ; \
48
		 s|::tr1||' \
49
		${WRKSRC}/configure
53
		${WRKSRC}/configure
50
54
51
post-build:
55
post-build:
(-)devel/synfig/files/patch-src__synfig__main.cpp (-6 / +6 lines)
Lines 1-6 Link Here
1
--- src/synfig/main.cpp.orig	2015-08-21 15:38:05.415768235 +0800
1
--- src/synfig/main.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfig/main.cpp	2015-08-21 15:42:18.215824597 +0800
2
+++ src/synfig/main.cpp
3
@@ -198,7 +198,7 @@
3
@@ -198,7 +198,7 @@ synfig::Main::Main(const synfig::String&
4
 
4
 
5
 	unsigned int i;
5
 	unsigned int i;
6
 #ifdef _DEBUG
6
 #ifdef _DEBUG
Lines 9-15 Link Here
9
 	std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
9
 	std::set_terminate(__gnu_cxx::__verbose_terminate_handler);
10
 #endif
10
 #endif
11
 #endif
11
 #endif
12
@@ -490,7 +490,11 @@
12
@@ -490,7 +490,11 @@ synfig::get_binary_path(const String &fa
13
 
13
 
14
 	/* Read from /proc/self/exe (symlink) */
14
 	/* Read from /proc/self/exe (symlink) */
15
 	char* path2 = (char*)malloc(buf_size);
15
 	char* path2 = (char*)malloc(buf_size);
Lines 21-27 Link Here
21
 
21
 
22
 	while (1) {
22
 	while (1) {
23
 		int i;
23
 		int i;
24
@@ -524,9 +528,10 @@
24
@@ -524,9 +528,10 @@ synfig::get_binary_path(const String &fa
25
 		/* path is a symlink. Continue loop and resolve this. */
25
 		/* path is a symlink. Continue loop and resolve this. */
26
 		strncpy(path, path2, buf_size - 1);
26
 		strncpy(path, path2, buf_size - 1);
27
 	}
27
 	}
Lines 33-39 Link Here
33
 	if (result == "")
33
 	if (result == "")
34
 	{
34
 	{
35
 		/* readlink() or stat() failed; this can happen when the program is
35
 		/* readlink() or stat() failed; this can happen when the program is
36
@@ -568,6 +573,7 @@
36
@@ -568,6 +573,7 @@ synfig::get_binary_path(const String &fa
37
 		free(line);
37
 		free(line);
38
 		fclose(f);
38
 		fclose(f);
39
 	}
39
 	}
(-)devel/synfig/files/patch-src__synfig__transform.cpp (-1 / +1 lines)
Lines 1-4 Link Here
1
--- src/synfig/transform.cpp.orig
1
--- src/synfig/transform.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfig/transform.cpp
2
+++ src/synfig/transform.cpp
3
@@ -31,6 +31,7 @@
3
@@ -31,6 +31,7 @@
4
 
4
 
(-)devel/synfig/pkg-plist (-34 / +34 lines)
Lines 201-237 Link Here
201
%%PORTDOCS%%%%DOCSDIR%%/NEWS
201
%%PORTDOCS%%%%DOCSDIR%%/NEWS
202
%%PORTDOCS%%%%DOCSDIR%%/README
202
%%PORTDOCS%%%%DOCSDIR%%/README
203
%%PORTDOCS%%%%DOCSDIR%%/TODO
203
%%PORTDOCS%%%%DOCSDIR%%/TODO
204
share/locale/ar/LC_MESSAGES/synfig.mo
204
%%NLS%%share/locale/ar/LC_MESSAGES/synfig.mo
205
share/locale/bs/LC_MESSAGES/synfig.mo
205
%%NLS%%share/locale/bs/LC_MESSAGES/synfig.mo
206
share/locale/ca/LC_MESSAGES/synfig.mo
206
%%NLS%%share/locale/ca/LC_MESSAGES/synfig.mo
207
share/locale/cs/LC_MESSAGES/synfig.mo
207
%%NLS%%share/locale/cs/LC_MESSAGES/synfig.mo
208
share/locale/da/LC_MESSAGES/synfig.mo
208
%%NLS%%share/locale/da/LC_MESSAGES/synfig.mo
209
share/locale/de/LC_MESSAGES/synfig.mo
209
%%NLS%%share/locale/de/LC_MESSAGES/synfig.mo
210
share/locale/el/LC_MESSAGES/synfig.mo
210
%%NLS%%share/locale/el/LC_MESSAGES/synfig.mo
211
share/locale/en_GB/LC_MESSAGES/synfig.mo
211
%%NLS%%share/locale/en_GB/LC_MESSAGES/synfig.mo
212
share/locale/es/LC_MESSAGES/synfig.mo
212
%%NLS%%share/locale/es/LC_MESSAGES/synfig.mo
213
share/locale/eu/LC_MESSAGES/synfig.mo
213
%%NLS%%share/locale/eu/LC_MESSAGES/synfig.mo
214
share/locale/eu_ES/LC_MESSAGES/synfig.mo
214
%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfig.mo
215
share/locale/fa_IR/LC_MESSAGES/synfig.mo
215
%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfig.mo
216
share/locale/fr/LC_MESSAGES/synfig.mo
216
%%NLS%%share/locale/fr/LC_MESSAGES/synfig.mo
217
share/locale/gl/LC_MESSAGES/synfig.mo
217
%%NLS%%share/locale/gl/LC_MESSAGES/synfig.mo
218
share/locale/he/LC_MESSAGES/synfig.mo
218
%%NLS%%share/locale/he/LC_MESSAGES/synfig.mo
219
share/locale/hu/LC_MESSAGES/synfig.mo
219
%%NLS%%share/locale/hu/LC_MESSAGES/synfig.mo
220
share/locale/it/LC_MESSAGES/synfig.mo
220
%%NLS%%share/locale/it/LC_MESSAGES/synfig.mo
221
share/locale/ja/LC_MESSAGES/synfig.mo
221
%%NLS%%share/locale/ja/LC_MESSAGES/synfig.mo
222
share/locale/lt/LC_MESSAGES/synfig.mo
222
%%NLS%%share/locale/lt/LC_MESSAGES/synfig.mo
223
share/locale/nl/LC_MESSAGES/synfig.mo
223
%%NLS%%share/locale/nl/LC_MESSAGES/synfig.mo
224
share/locale/no/LC_MESSAGES/synfig.mo
224
%%NLS%%share/locale/no/LC_MESSAGES/synfig.mo
225
share/locale/pl/LC_MESSAGES/synfig.mo
225
%%NLS%%share/locale/pl/LC_MESSAGES/synfig.mo
226
share/locale/pt_BR/LC_MESSAGES/synfig.mo
226
%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfig.mo
227
share/locale/ro/LC_MESSAGES/synfig.mo
227
%%NLS%%share/locale/ro/LC_MESSAGES/synfig.mo
228
share/locale/ru/LC_MESSAGES/synfig.mo
228
%%NLS%%share/locale/ru/LC_MESSAGES/synfig.mo
229
share/locale/si/LC_MESSAGES/synfig.mo
229
%%NLS%%share/locale/si/LC_MESSAGES/synfig.mo
230
share/locale/sk/LC_MESSAGES/synfig.mo
230
%%NLS%%share/locale/sk/LC_MESSAGES/synfig.mo
231
share/locale/sr_RS/LC_MESSAGES/synfig.mo
231
%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfig.mo
232
share/locale/sv/LC_MESSAGES/synfig.mo
232
%%NLS%%share/locale/sv/LC_MESSAGES/synfig.mo
233
share/locale/tr/LC_MESSAGES/synfig.mo
233
%%NLS%%share/locale/tr/LC_MESSAGES/synfig.mo
234
share/locale/uz@Latn/LC_MESSAGES/synfig.mo
234
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfig.mo
235
share/locale/zh-Hant/LC_MESSAGES/synfig.mo
235
%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfig.mo
236
share/locale/zh_CN/LC_MESSAGES/synfig.mo
236
%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfig.mo
237
share/locale/zh_TW/LC_MESSAGES/synfig.mo
237
%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfig.mo
(-)graphics/synfigstudio/Makefile (-9 / +14 lines)
Lines 9-22 Link Here
9
MAINTAINER=	woodsb02@gmail.com
9
MAINTAINER=	woodsb02@gmail.com
10
COMMENT=	Vector-based 2D animation software package
10
COMMENT=	Vector-based 2D animation software package
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv2 # (or later)
13
13
14
BUILD_DEPENDS=	etl>=0.04.17:${PORTSDIR}/devel/etl
14
BUILD_DEPENDS=	etl>=0.04.18:${PORTSDIR}/devel/etl
15
LIB_DEPENDS=	libsynfig.so:${PORTSDIR}/devel/synfig
15
LIB_DEPENDS=	libsynfig.so:${PORTSDIR}/devel/synfig
16
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
16
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
17
17
18
USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
18
USES=		desktop-file-utils gmake libtool pathfix pkgconfig shared-mime-info
19
		shared-mime-info
20
USE_GNOME=	gtkmm30 intltool
19
USE_GNOME=	gtkmm30 intltool
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-update-mimedb
21
CONFIGURE_ARGS=	--disable-update-mimedb
Lines 27-41 Link Here
27
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
28
LDFLAGS+=	-L${LOCALBASE}/lib
27
LDFLAGS+=	-L${LOCALBASE}/lib
29
28
30
OPTIONS_DEFINE=	DOCS
29
OPTIONS_DEFINE=	DOCS JACK NLS
30
OPTIONS_SUB=	yes
31
31
32
JACK_LIB_DEPENDS=	libjack.so:${PORTSDIR}/audio/jack
33
JACK_CONFIGURE_ENABLE=	jack
34
35
NLS_USES=		gettext
36
NLS_CONFIGURE_ENABLE=	nls
37
32
post-patch:
38
post-patch:
33
	@${REINPLACE_CMD} -e \
39
	@${REINPLACE_CMD} -e \
34
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
40
		'/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \
35
		 /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \
41
		 /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \
36
		 /DATADIRNAME/s|lib|share| ; \
42
		 /DATADIRNAME/s|lib|share|' \
37
		 s|<tr1/|<| ; \
38
		 s|::tr1||' \
39
		${WRKSRC}/configure
43
		${WRKSRC}/configure
40
	@${REINPLACE_CMD} -e \
44
	@${REINPLACE_CMD} -e \
41
		's|el_GR|el| ; \
45
		's|el_GR|el| ; \
Lines 43-49 Link Here
43
		 s|no_NO|no| ; \
47
		 s|no_NO|no| ; \
44
		 s|pl_PL|pl| ; \
48
		 s|pl_PL|pl| ; \
45
		 s|sk_SK|sk| ; \
49
		 s|sk_SK|sk| ; \
46
		 s|sv_SE|sv|' ${WRKSRC}/po/LINGUAS
50
		 s|sv_SE|sv|' \
51
		${WRKSRC}/po/LINGUAS
47
52
48
pre-build:
53
pre-build:
49
# FIX LC_MESSAGES
54
# FIX LC_MESSAGES
(-)graphics/synfigstudio/files/patch-src_synfigapp_cvs.cpp (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/synfigapp/cvs.cpp.orig	2007-11-13 18:13:07.000000000 +0900
1
--- src/synfigapp/cvs.cpp.orig	2015-03-28 10:15:01 UTC
2
+++ src/synfigapp/cvs.cpp	2008-03-14 19:39:08.000000000 +0900
2
+++ src/synfigapp/cvs.cpp
3
@@ -62,7 +62,7 @@
3
@@ -62,7 +62,7 @@ using namespace synfigapp;
4
 #define HAVE_STRPTIME
4
 #define HAVE_STRPTIME
5
 #endif
5
 #endif
6
 
6
 
(-)graphics/synfigstudio/pkg-plist (-34 / +34 lines)
Lines 138-177 Link Here
138
share/icons/hicolor/48x48/apps/synfig_icon.png
138
share/icons/hicolor/48x48/apps/synfig_icon.png
139
share/icons/hicolor/64x64/apps/synfig_icon.png
139
share/icons/hicolor/64x64/apps/synfig_icon.png
140
share/icons/hicolor/scalable/apps/synfig_icon.svg
140
share/icons/hicolor/scalable/apps/synfig_icon.svg
141
share/locale/ar/LC_MESSAGES/synfigstudio.mo
141
%%NLS%%share/locale/ar/LC_MESSAGES/synfigstudio.mo
142
share/locale/bs/LC_MESSAGES/synfigstudio.mo
142
%%NLS%%share/locale/bs/LC_MESSAGES/synfigstudio.mo
143
share/locale/ca/LC_MESSAGES/synfigstudio.mo
143
%%NLS%%share/locale/ca/LC_MESSAGES/synfigstudio.mo
144
share/locale/cs/LC_MESSAGES/synfigstudio.mo
144
%%NLS%%share/locale/cs/LC_MESSAGES/synfigstudio.mo
145
share/locale/da/LC_MESSAGES/synfigstudio.mo
145
%%NLS%%share/locale/da/LC_MESSAGES/synfigstudio.mo
146
share/locale/de/LC_MESSAGES/synfigstudio.mo
146
%%NLS%%share/locale/de/LC_MESSAGES/synfigstudio.mo
147
share/locale/el/LC_MESSAGES/synfigstudio.mo
147
%%NLS%%share/locale/el/LC_MESSAGES/synfigstudio.mo
148
share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
148
%%NLS%%share/locale/en_GB/LC_MESSAGES/synfigstudio.mo
149
share/locale/es/LC_MESSAGES/synfigstudio.mo
149
%%NLS%%share/locale/es/LC_MESSAGES/synfigstudio.mo
150
share/locale/eu/LC_MESSAGES/synfigstudio.mo
150
%%NLS%%share/locale/eu/LC_MESSAGES/synfigstudio.mo
151
share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
151
%%NLS%%share/locale/eu_ES/LC_MESSAGES/synfigstudio.mo
152
share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
152
%%NLS%%share/locale/fa_IR/LC_MESSAGES/synfigstudio.mo
153
share/locale/fr/LC_MESSAGES/synfigstudio.mo
153
%%NLS%%share/locale/fr/LC_MESSAGES/synfigstudio.mo
154
share/locale/gl/LC_MESSAGES/synfigstudio.mo
154
%%NLS%%share/locale/gl/LC_MESSAGES/synfigstudio.mo
155
share/locale/he/LC_MESSAGES/synfigstudio.mo
155
%%NLS%%share/locale/he/LC_MESSAGES/synfigstudio.mo
156
share/locale/hu/LC_MESSAGES/synfigstudio.mo
156
%%NLS%%share/locale/hu/LC_MESSAGES/synfigstudio.mo
157
share/locale/it/LC_MESSAGES/synfigstudio.mo
157
%%NLS%%share/locale/it/LC_MESSAGES/synfigstudio.mo
158
share/locale/ja/LC_MESSAGES/synfigstudio.mo
158
%%NLS%%share/locale/ja/LC_MESSAGES/synfigstudio.mo
159
share/locale/lt/LC_MESSAGES/synfigstudio.mo
159
%%NLS%%share/locale/lt/LC_MESSAGES/synfigstudio.mo
160
share/locale/nl/LC_MESSAGES/synfigstudio.mo
160
%%NLS%%share/locale/nl/LC_MESSAGES/synfigstudio.mo
161
share/locale/no/LC_MESSAGES/synfigstudio.mo
161
%%NLS%%share/locale/no/LC_MESSAGES/synfigstudio.mo
162
share/locale/pl/LC_MESSAGES/synfigstudio.mo
162
%%NLS%%share/locale/pl/LC_MESSAGES/synfigstudio.mo
163
share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
163
%%NLS%%share/locale/pt_BR/LC_MESSAGES/synfigstudio.mo
164
share/locale/ro/LC_MESSAGES/synfigstudio.mo
164
%%NLS%%share/locale/ro/LC_MESSAGES/synfigstudio.mo
165
share/locale/ru/LC_MESSAGES/synfigstudio.mo
165
%%NLS%%share/locale/ru/LC_MESSAGES/synfigstudio.mo
166
share/locale/si/LC_MESSAGES/synfigstudio.mo
166
%%NLS%%share/locale/si/LC_MESSAGES/synfigstudio.mo
167
share/locale/sk/LC_MESSAGES/synfigstudio.mo
167
%%NLS%%share/locale/sk/LC_MESSAGES/synfigstudio.mo
168
share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
168
%%NLS%%share/locale/sr_RS/LC_MESSAGES/synfigstudio.mo
169
share/locale/sv/LC_MESSAGES/synfigstudio.mo
169
%%NLS%%share/locale/sv/LC_MESSAGES/synfigstudio.mo
170
share/locale/tr/LC_MESSAGES/synfigstudio.mo
170
%%NLS%%share/locale/tr/LC_MESSAGES/synfigstudio.mo
171
share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
171
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/synfigstudio.mo
172
share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
172
%%NLS%%share/locale/zh-Hant/LC_MESSAGES/synfigstudio.mo
173
share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
173
%%NLS%%share/locale/zh_CN/LC_MESSAGES/synfigstudio.mo
174
share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
174
%%NLS%%share/locale/zh_TW/LC_MESSAGES/synfigstudio.mo
175
share/mime-info/synfigstudio.keys
175
share/mime-info/synfigstudio.keys
176
share/mime-info/synfigstudio.mime
176
share/mime-info/synfigstudio.mime
177
share/mime/packages/synfigstudio.xml
177
share/mime/packages/synfigstudio.xml

Return to bug 201175