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

(-)devel/cdk/Makefile (-19 / +16 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/cdk/Makefile 406756 2016-01-20 15:27:22Z vanilla $
2
# $FreeBSD: head/devel/cdk/Makefile 406756 2016-01-20 15:27:22Z vanilla $
3
3
4
PORTNAME=	cdk
4
PORTNAME=	cdk
5
DISTVERSION=	5.0-20150928
5
DISTVERSION=	5.0-20160131
6
PORTEPOCH=	1
6
PORTEPOCH=	1
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	ftp://invisible-island.net/cdk/
8
MASTER_SITES=	ftp://invisible-island.net/cdk/
Lines 11-43 Link Here
11
COMMENT=	Curses Development Kit for speedy development of full screen programs
11
COMMENT=	Curses Development Kit for speedy development of full screen programs
12
12
13
LICENSE=	BSD4CLAUSE
13
LICENSE=	BSD4CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
15
USES=		ncurses gmake tar:tgz
16
USES=		gmake ncurses tar:tgz
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
PORTDOCS=	COPYING EXPANDING INSTALL NOTES README TODO
18
CONFIGURE_ARGS=	--with-ncurses
18
MAKE_JOBS_UNSAFE=	yes
19
ALL_TARGET=	default cdkshlib
19
20
CONFIGURE_ARGS+=--with-ncurses
21
ALL_TARGET=	default examples demos cli cdkshlib
22
INSTALL_TARGET=	install installCDKSHLibrary
20
INSTALL_TARGET=	install installCDKSHLibrary
23
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
MAKE_JOBS_UNSAFE=	yes
24
23
25
OPTIONS_DEFINE=	DOCS EXAMPLES
24
OPTIONS_DEFINE=	DOCS EXAMPLES
26
25
27
.include <bsd.port.options.mk>
28
29
post-patch:
26
post-patch:
30
	@${REINPLACE_CMD} -e 's|/doc/cdk|/share/doc/cdk| ; s|VERSION)|VERSION_MAJOR)|' \
27
	@${REINPLACE_CMD} -e \
31
		-e 's|gcc|${CC}|g' ${WRKSRC}/Makefile.in
28
		's|gcc|$$(CC)| ; \
32
	@${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) cdk-config|$(INSTALL_SCRIPT) cdk-config|g' \
29
		 /^CDKREADME/s| COPYING||' ${WRKSRC}/Makefile.in
33
		${WRKSRC}/Makefile.in
34
30
35
post-install:
31
post-install:
36
.if ${PORT_OPTIONS:MEXAMPLES}
32
	@${FIND} ${STAGEDIR}${PREFIX}/lib -name "libcdk.so.*" \
37
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
33
		-type f -maxdepth 1 | ${XARGS} ${STRIP_CMD}
38
	cd ${WRKSRC}; \
34
39
		${COPYTREE_SHARE} "cli demos examples" \
35
post-install-EXAMPLES-on:
40
		${STAGEDIR}${EXAMPLESDIR} "! -type d"
36
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
41
.endif
37
	@(cd ${WRKSRC} && ${COPYTREE_SHARE} "cli demos examples" \
38
		${STAGEDIR}${EXAMPLESDIR})
42
39
43
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)devel/cdk/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (cdk-5.0-20150928.tgz) = 028da75d5f777a1c4184f88e34918bd273bd83bbe3c959bc11710c4f0ea2e448
1
SHA256 (cdk-5.0-20160131.tgz) = c32d075806c231b96ca3778bd24132c7aa0ba9a126f3cebb8a16c59a8b132c22
2
SIZE (cdk-5.0-20150928.tgz) = 515214
2
SIZE (cdk-5.0-20160131.tgz) = 516298
(-)devel/cdk/pkg-descr (-6 / +6 lines)
Lines 1-9 Link Here
1
Cdk stands for 'Curses Development Kit' and it currently contains 21 ready
1
Cdk stands for 'Curses Development Kit' and it currently contains 21
2
to use widgets which facilitate the speedy development of full screen
2
ready to use widgets which facilitate the speedy development of full
3
curses programs.
3
screen curses programs.
4
4
5
Each widget has the ability to display color, or other character attributes.
5
Each widget has the ability to display color, or other character
6
Cdk comes with a attribute/color format command set which allows a programmer
6
attributes. Cdk comes with a attribute/color format command set which
7
to add colors and characters attributes simply.
7
allows a programmer to add colors and characters attributes simply.
8
8
9
WWW: http://invisible-island.net/cdk/
9
WWW: http://invisible-island.net/cdk/
(-)devel/cdk/pkg-plist (-66 / +5 lines)
Lines 1014-1052 Link Here
1014
man/man3/viewFile.3.gz
1014
man/man3/viewFile.3.gz
1015
man/man3/viewInfo.3.gz
1015
man/man3/viewInfo.3.gz
1016
man/man3/waitCDKLabel.3.gz
1016
man/man3/waitCDKLabel.3.gz
1017
%%PORTDOCS%%%%DOCSDIR%%/EXPANDING
1018
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
1019
%%PORTDOCS%%%%DOCSDIR%%/NOTES
1020
%%PORTDOCS%%%%DOCSDIR%%/README
1021
%%PORTDOCS%%%%DOCSDIR%%/TODO
1017
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile
1022
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile
1018
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile.in
1023
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/Makefile.in
1019
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist
1020
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist.c
1024
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkalphalist.c
1021
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar
1022
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar.c
1025
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkcalendar.c
1023
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog
1024
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog.c
1026
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkdialog.c
1025
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry
1026
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry.c
1027
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkentry.c
1027
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect
1028
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect.c
1028
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkfselect.c
1029
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist
1030
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist.c
1029
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkitemlist.c
1031
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel
1032
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel.c
1030
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdklabel.c
1033
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix
1034
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix.c
1031
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmatrix.c
1035
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry
1036
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry.c
1032
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkmentry.c
1037
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio
1038
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio.c
1033
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkradio.c
1039
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale
1040
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale.c
1034
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscale.c
1041
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll
1042
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll.c
1035
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkscroll.c
1043
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection
1044
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection.c
1036
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkselection.c
1045
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider
1046
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider.c
1037
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkslider.c
1047
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate
1048
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate.c
1038
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdktemplate.c
1049
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer
1050
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer.c
1039
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/cdkviewer.c
1051
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/alphalist.sh
1040
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/alphalist.sh
1052
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/calendar.sh
1041
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/samples/calendar.sh
Lines 1068-1168 Link Here
1068
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig
1057
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cli/utils/netconfig
1069
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile
1058
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile
1070
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in
1059
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/Makefile.in
1071
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment
1072
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c
1060
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.c
1073
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/appointment.o
1074
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock
1075
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.c
1061
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.c
1076
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/clock.o
1077
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command
1078
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.c
1062
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.c
1079
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/command.o
1080
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview
1081
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.c
1063
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.c
1082
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/fileview.o
1083
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex
1084
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.c
1064
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.c
1085
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.h
1065
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.h
1086
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/rolodex.o
1087
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/serial.c
1066
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/serial.c
1088
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign
1089
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.c
1067
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.c
1090
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/stopSign.o
1091
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/syb.c
1068
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/syb.c
1092
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall
1093
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.c
1069
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.c
1094
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demos/vinstall.o
1095
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile
1070
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile
1096
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.in
1071
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/Makefile.in
1097
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex
1098
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex.c
1072
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/alphalist_ex.c
1099
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex
1100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex.c
1073
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/bind_ex.c
1101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex
1102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex.c
1074
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/buttonbox_ex.c
1103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex
1104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex.c
1075
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/calendar_ex.c
1105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex
1106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex.c
1076
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/cdkscreen_ex.c
1107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex
1108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex.c
1077
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/dialog_ex.c
1109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex
1110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex.c
1078
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/entry_ex.c
1111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex
1112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex.c
1079
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fscale_ex.c
1113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex
1114
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex.c
1080
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fselect_ex.c
1115
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex
1116
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex.c
1081
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/fslider_ex.c
1117
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex
1118
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex.c
1082
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/graph_ex.c
1119
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex
1120
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex.c
1083
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/hello_ex.c
1121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex
1122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex.c
1084
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/histogram_ex.c
1123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex
1124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex.c
1085
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/itemlist_ex.c
1125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex
1126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex.c
1086
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/label_ex.c
1127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex
1128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex.c
1087
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/lowerCDKObject_ex.c
1129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex
1130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex.c
1088
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/marquee_ex.c
1131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex
1132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex.c
1089
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/matrix_ex.c
1133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex
1134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex.c
1090
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/mentry_ex.c
1135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex
1136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex.c
1091
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/menu_ex.c
1137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex
1138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex.c
1092
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/position_ex.c
1139
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex
1140
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex.c
1093
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/preprocess_ex.c
1141
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex
1142
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex.c
1094
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio1_ex.c
1143
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex
1144
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex.c
1095
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/radio_ex.c
1145
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex
1146
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex.c
1096
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/raiseCDKObject_ex.c
1147
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex
1148
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex.c
1097
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scale_ex.c
1149
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex
1150
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex.c
1098
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/scroll_ex.c
1151
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex
1152
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex.c
1099
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/selection_ex.c
1153
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex
1154
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex.c
1100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/slider_ex.c
1155
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex
1156
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex.c
1101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/subwindow_ex.c
1157
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex
1158
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex.c
1102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/swindow_ex.c
1159
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex
1160
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex.c
1103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/template_ex.c
1161
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex
1162
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex.c
1104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/traverse_ex.c
1163
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex
1164
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c
1105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/uslider_ex.c
1165
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex
1166
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c
1106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex.c
1167
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2
1168
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c
1107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples/viewer_ex2.c

Return to bug 207157