summaryrefslogtreecommitdiff
path: root/devel/swig20/pkg-plist
blob: 33b378c213688ce0facd7e2c28c0fc26e2fba6a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
bin/ccache-swig
bin/swig
bin/swig%%VER%%
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/cmdopt.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/engineering.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/file.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/index.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/internals.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/migrate.txt
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/parm.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/runtime.txt
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/scanner.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/tree.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Devel/wrapobj.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Allegrocl.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Arguments.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CCache.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/CSharp.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Chicken.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contents.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Contract.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Customization.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Extending.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Guile.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Introduction.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Java.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Library.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lisp.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Lua.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Makefile
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modula3.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Modules.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Mzscheme.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ocaml.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Octave.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Perl5.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Php.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Pike.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preface.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Preprocessor.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Python.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/R.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/README
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Ruby.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIG.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGDocumentation.pdf
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/SWIGPlus.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Scripting.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Sections.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Tcl.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Typemaps.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Varargs.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Warnings.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/Windows.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.1.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch11.2.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch1%%VER%%.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch12.1.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch2.1.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/ch9.table.2.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/chapters
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/fixstyle.py
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/index.html
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/makechap.py
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/maketoc.py
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/margin-left.patch
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/style.css
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swig16.png
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swightml.book
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/Manual/swigpdf.book
%%PORTDOCS%%%%DOCSDIR%%/%%PORTVERSION%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full/test-gifplot.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple/test-simple.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full/runme.lisp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full/runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include/gifplot.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/color.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/font.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/frame.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/gif.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/matrix.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/pixmap.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot2d.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib/plot3d.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/shadow/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/shadow/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/shadow/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/shadow/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/simple/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/gifplot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/cmap
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/display.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel/mandel.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple/simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-lowlevel-class.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class/test-tinyclos-class.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants/test-constants.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/mod2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi.setup
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/multi_init.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/single.setup
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg/test.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap/test-multimap.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload/test-overload.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple/test-simple.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/README.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib/test-zlib.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c/runme2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme1.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx/runme3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-cs.csproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example-vc.vcproj
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/example.sln
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables/runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/constants.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/main.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/matrix.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/package.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix/vector.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap/runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue/runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port/port.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple/example.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector/runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/class/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/native/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/template/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables/runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/dual.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual/example2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/embed.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/embed2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/embed3.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.cpp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/lua.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables/runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class/swig.tmpl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap/example.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple/example.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector/example.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/example_prog.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr/foolib.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test/runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables/runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/example.dsw
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Example.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring/xmlstring.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/class/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/include.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/runme-proxy.php4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/value/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables/runme.php4.old
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template/runme.pike
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/class/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/example.dsw
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Example.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/java/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr/smartptr.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/template/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave/swigptr2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/class/runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple/runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/example.dsw
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Example.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables/runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp/uffi.lisp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/check.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class/runme2.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/bar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/example.dsw
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/foo.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import/spam.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Example.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.dsp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables/runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_access.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_inherit_ok.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_signature.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_typedef2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/abstract_virtual.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/access_change.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/add_link.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/aggregate.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allowexcept.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allprotected.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/anonymous_bitfield.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/apply_signed_char.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/apply_strings.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argcargvtest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/argout.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_member.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/array_typedef_memberin.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrayref.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_dimensionless.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_global_twodim.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/arrays_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bloody_hell.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/bools.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/callback.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cast_operator.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/casts.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_constant.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/char_strings.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/casts_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/char_constant_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/chicken_ext_test_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/class_ignore_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/clientdata_prop_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/constover_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/contract_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_basic_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_enum_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/cpp_namespace_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/dynamic_cast_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/ext_test_external.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/global_vars_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/import_nomodule_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/imports_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/inherit_missing_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_std_string_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/li_typemaps_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/list_vector_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/member_pointer_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multiple_inheritance_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/multivalue_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/name_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject1_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/newobject2_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_complicated_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_copy_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_extend_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_simple_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/overload_subtype_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/pointer_in_out_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/reference_global_vars_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/testsuite.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/throw_exception_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typedef_inherit_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/typename_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken/unions_runme_proxy.ss
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken_ext_test.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_ignore.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/class_scope_weird.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_a.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clientdata_prop_b.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/common.mk
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/compactdefaultargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/complextest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/const_const_2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constant_pointers.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constants.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constover.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_copy.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_exception.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_explicit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_ignore.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/constructor_value.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/contract.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/conversion_ns_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cplusplus_throw.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_basic.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_broken.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_nodefault.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_static.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cpp_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/aggregate_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/allprotected_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/apply_strings_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/bools_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/char_strings_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/constover_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_attributes_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_exceptions_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_lib_arrays_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_prepost_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/csharp_typemaps_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_args_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/default_constructor_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_basic_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_classes_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_classic_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_ignore_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_primitives_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_protected_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/director_string_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_simple_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/enum_thorough_typesafe_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/imports_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/intermediary_classname_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_attribute_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_boost_shared_ptr_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_except_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_string_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_vector_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_std_wstring_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/li_typemaps_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/long_long_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/member_pointer_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/operator_overload_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_complicated_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/overload_template_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/pointer_reference_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sizet_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/sneaky1_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/threads_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/throw_exception_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/typemap_namespace_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/varargs_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp/virtual_poly_runme.cs
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_attributes.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_exceptions.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_features.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_lib_arrays.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_prepost.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp_typemaps.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_args.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/default_constructor.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/defvalue_constructor.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_byvalue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/derived_nested.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/destructor_reprotected.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_abstract.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_basic.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_classes.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_classic.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_constructor.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_default.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_detect.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_exception.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_finalizer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_frob.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_ignore.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_namespace_clash.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_nested.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_overload.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_primitives.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_profile.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_protected_overloaded.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_redefined.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_stl.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_string.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_thread.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_unroll.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_using.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wombat.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/director_wstring.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/disown.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/dynamic_cast.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/empty.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_plus.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_scope_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_proper.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typesafe.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_thorough_typeunsafe.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enum_var.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/enums.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_name.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_bad_native.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_class.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_default_error.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_deprecated.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_empty_char.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_enum_badvalue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rblock.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_rbrace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_extra_unsigned.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_insert_missing.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_long_short.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_rbrace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_missing_semi.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_redefine.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/c_varargs_neg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_bad_extern.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_redefine.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_extend_undefined.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_inline_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_missing_rtemplate.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_alias.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasnot.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_namespace_aliasundef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nested.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_no_access.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_nobase.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_overload.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_defvalue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_private_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_argname.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_nargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_not.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_partial.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_repeat.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_template_undef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_not.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/cpp_using_undef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/make.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/nomodule.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_badeval.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_defined.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_args.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_badchar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_nargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_redef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_rparen.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_macro_unterminated.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_elif.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_misplaced_else.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_enddef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_endif.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_file.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_missing_rblock.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_char.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_comment.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/pp_unterm_string.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_apply_nargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_identifier.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_insert_bad.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_copy.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors/swig_typemap_old.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_ns.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/evil_diamond_prop.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_order.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/exception_partial_info.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_default.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_placement.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_template_ns.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extend_variable.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_declaration.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/extern_throws.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/features.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/file_test.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fragments.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/friends.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/funcptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/function_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/fvirtual.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_ns_arg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/global_vars.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/grouping.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/casts_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/char_constant_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/class_ignore_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/constover_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/contract_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_enum_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/cpp_namespace_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/dynamic_cast_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/import_nomodule_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/imports_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/inherit_missing_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/integers_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_std_string_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/li_typemaps_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/list_vector_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/multivalue_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/name_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_complicated_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_copy_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_extend_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_simple_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/overload_subtype_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/pointer_in_out_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/reference_global_vars_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/testsuite.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/throw_exception_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typedef_inherit_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/typename_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile/unions_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/ext_test_external.cxx
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm/guilescm_ext_test_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm_ext_test.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/iadd.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_parameter.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ignore_template_constructor.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/immutable.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/implicittest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/import_nomodule.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_a.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/imports_b.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inctest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_missing.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_same_name.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_target_language.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inherit_void_arg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inline_initializer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inout.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/inplaceadd.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/input.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/insert_directive.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/integers.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/intermediary_classname.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/aggregate_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/allprotected_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/apply_signed_char_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/apply_strings_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/array_member_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/arrays_global_twodim_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/char_strings_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/cpp_typedef_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_args_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/default_constructor_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_abstract_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_basic_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_classes_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_classic_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_default_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_enum_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_exception_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_frob_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_ignore_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_primitives_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_protected_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_string_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_thread_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_unroll_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/director_wombat_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/dynamic_cast_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_proper_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_simple_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/enum_thorough_typeunsafe_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extend_default_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/extern_declaration_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/global_namespace_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ignore_parameter_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/imports_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/inctest_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/inherit_target_language_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/intermediary_classname_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_constants_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_director_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_enums_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_jnitypes_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_dimensionless_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_arrays_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_lib_various_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pgcpp_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_pragmas_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_prepost_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_throws_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_proxy_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/java_typemaps_typewrapper_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_intrusive_ptr_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_boost_shared_ptr_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_carrays_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_except_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_string_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_std_vector_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/li_typemaps_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/long_long_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/member_pointer_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/minherit2_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/multiple_inheritance_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/operator_overload_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_complicated_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/overload_template_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/pointer_reference_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/primitive_ref_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/profiletest_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename1_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename2_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename3_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rename4_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/ret_by_value_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/rname_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/sizet_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/special_variables_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_classes_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_arg_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_default_class_parms_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_methods_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/template_template_parameters_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/typemap_namespace_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/unions_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/using_pointers_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/varargs_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java/virtual_poly_runme.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_constants.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_director.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_enums.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_jnitypes.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_arrays_dimensionless.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_lib_various.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pgcpp.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_pragmas.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_prepost.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_throws.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_proxy.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java_typemaps_typewrapper.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/keyword_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/kind.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/langobj.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lextype.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_attribute.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_intrusive_ptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_shared_ptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_boost_shared_ptr_bits.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_carrays.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cdata_carrays.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cmalloc.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_constraints.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cpointer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cstring.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_cwstring.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_factory.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_implicit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_math.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_carray.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_deque.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_except.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_functors.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_list.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_map.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair_extra.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_pair_lang_object.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_queue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_set.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_stack.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_stream.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_string_extra.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_extra.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vector_ptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_vectora.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_wstream.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_std_wstring.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_stdint.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_typemaps.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/li_windows.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/list_vector.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/long_long_apply.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/abstract_access_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/cpp_basic_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/disown_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/dynamic_cast_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/enums_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_order_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/exception_partial_info_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/import_nomodule_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/imports_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_carrays_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_except_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_pair_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_string_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_std_vector_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/li_typemaps_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/member_pointer_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/multi_import_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject1_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/newobject2_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/operator_overload_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_simple_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_template_fast_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/overload_template_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/pointer_reference_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/primitive_ref_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/ret_by_value_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/sizet_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/smart_pointer_overload_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/template_default_arg_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua/voidtest_runme.lua
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_pointer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/member_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/memberin1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/minherit2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mixed_types.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_a.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mod_b.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_a.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_b.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multi_import_c.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multiple_inheritance.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/multivalue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/casts_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/char_constant_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/imports_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/integers_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/name_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme/unions_runme.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_cxx.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/name_warnings.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_class.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_nested.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_spaces.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typedef_class.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_typemap.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_union.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/namespace_virtual_method.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/naturalvar.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_comment.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/nested_structs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/newobject2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/null_pointer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/class_ignore_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/imports_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/makedebugtop
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/minherit_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/name_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/newobject1_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/overload_copy_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/sneaky1_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/throw_exception_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typedef_mptr_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/typename_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/unions_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/using_protected_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/varargs_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml/voidtest_runme.ml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_access_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_typedef2_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_typedef_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/abstract_virtual_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/argcargvtest_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/array_member_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/arrays_global_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/callback_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/class_ignore_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/class_scope_weird_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/compactdefaultargs_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/complextest_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/constover_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/constructor_copy_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/contract_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/cpp_enum_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/cpp_namespace_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/default_args_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/default_constructor_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_abstract_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_basic_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_classic_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_default_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_detect_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_enum_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_exception_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_extend_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_finalizer_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_frob_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_nested_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_stl_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_string_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_unroll_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/director_wstring_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/dynamic_cast_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/empty_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/enum_template_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/enums_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/exception_order_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_placement_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_template_ns_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_template_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/extend_variable_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/file_test_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/friends_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/fvirtual_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/global_ns_arg_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/grouping_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/iadd_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/import_nomodule_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/imports_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inctest_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inherit_missing_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inout_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/inplaceadd_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/input_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_attribute_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_boost_shared_ptr_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_carrays_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cmalloc_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cpointer_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cstring_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_cwstring_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_factory_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_implicit_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_carray_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_map_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_pair_extra_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_set_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_stream_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_string_extra_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_vector_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_wstream_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/li_std_wstring_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/member_pointer_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/minherit_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/mod_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/multi_import_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_class_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_typemap_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/namespace_virtual_method_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/naturalvar_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/nondynamic_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/null_pointer_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/octave_cell_deref_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_complicated_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_copy_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_extend_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_extendc_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_rename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_simple_cast_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_simple_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_subtype_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_template_fast_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/overload_template_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/preproc_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/primitive_ref_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/primitive_types_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/profiletest_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/refcount_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/reference_global_vars_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/rename_scope_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/ret_by_value_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/return_const_value_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_extend_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_member_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_multi_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_multi_typedef_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_not_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_overload_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_rename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_simple_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_templatevariables_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/smart_pointer_typedef_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/sneaky1_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/static_const_member_2_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/std_containers_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/struct_rename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/struct_value_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/swigobject_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_construct_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_default_arg_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_extend1_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_extend2_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_inherit_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_matrix_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ns4_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ns_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_opaque_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_ref_type_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_rename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_static_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_tbase_template_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_type_namespace_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx2_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx3_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx4_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_cplx_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_import_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/template_typedef_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_class_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_inherit_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typedef_scope_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typemap_namespace_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typemap_ns_using_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/typename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/types_directive_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/unions_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using1_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using2_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_composition_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_extend_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_inherit_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_private_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/using_protected_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/varargs_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/virtual_derivation_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/virtual_poly_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/voidtest_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave/wrapmacro_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave_cell_deref.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operator_overload_break.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/operbool.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ordering.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_complicated.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_copy.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_extendc.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_subtype.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/overload_template_fast.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_a.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_b.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/packageoption_c.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test/Builder.pm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test/More.pm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/aggregate_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/apply_signed_char_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/apply_strings_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/array_member_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/char_strings_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/class_ignore_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/contract_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_args_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/default_constructor_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/disown_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/dynamic_cast_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_template_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/enum_thorough_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/exception_order_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/global_vars_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/grouping_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/ignore_parameter_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/import_nomodule_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/imports_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inctest_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_missing_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/inherit_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_carrays_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_cdata_carrays_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_except_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_std_string_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/li_typemaps_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/member_pointer_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/minherit_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/multiple_inheritance_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/naturalvar_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/operator_overload_break_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/operator_overload_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_copy_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/overload_simple_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/packageoption_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/preproc_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_ref_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/primitive_types_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/profiletest_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/reference_global_vars_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/rename_scope_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/ret_by_value_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/return_const_value_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/run-perl-test.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/sizet_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/sneaky1_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_default_arg_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_ref_type_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx2_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx3_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/template_typedef_cplx_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typedef_class_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typemap_namespace_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/typename_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/unions_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/using1_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/using2_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/varargs_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/virtual_poly_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/voidtest_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/wrapmacro_runme.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/abstract_inherit_ok_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/abstract_inherit_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/add_link_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/argout_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrayptr_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_global_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_global_twodim_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/arrays_scope_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/casts_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/class_ignore_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_namespace_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_ns_template_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/conversion_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/cpp_static_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/enum_scope_template_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_ns_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_prop_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/evil_diamond_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/extend_template_ns_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/extend_template_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/grouping_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/ignore_parameter_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_carrays_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/li_std_string_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/rename_scope_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/skel.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/smart_pointer_rename_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/sym_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/template_arg_typename_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/template_construct_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/tests.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/typedef_reference_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/typemap_ns_using_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/using1_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/using2_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php/valuewrapper_base_runme.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php_namewarn_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_in_out.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pointer_reference.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/preproc.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_ref.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/primitive_types.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/private_assign.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/profiletest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/protected_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pure_virtual.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_access_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef2_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_typedef_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/abstract_virtual_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/argcargvtest_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/array_member_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/arrays_global_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/callback_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_ignore_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/class_scope_weird_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/compactdefaultargs_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/complextest_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constover_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/constructor_copy_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/contract_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_enum_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_namespace_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/cpp_static_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_args_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/default_constructor_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_abstract_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_basic_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_classic_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_default_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_detect_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_enum_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_exception_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_extend_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_finalizer_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_frob_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_nested_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_profile_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_protected_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_stl_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_string_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_thread_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_unroll_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/director_wstring_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/disown_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/dynamic_cast_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/empty_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enum_template_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/enums_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/exception_order_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_placement_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_ns_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_template_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/extend_variable_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/file_test_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/friends_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/fvirtual_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/global_ns_arg_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/grouping_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/hugemod.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/iadd_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/import_nomodule_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/imports_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inctest_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inherit_missing_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inout_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/inplaceadd_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/input_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/keyword_rename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/langobj_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_attribute_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_boost_shared_ptr_bits_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_boost_shared_ptr_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_carrays_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cmalloc_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cpointer_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cstring_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_cwstring_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_factory_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_implicit_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_carray_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_map_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_pair_extra_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_set_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_stream_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_string_extra_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_extra_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_vector_ptr_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstream_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/li_std_wstring_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/member_pointer_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/minherit_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/mod_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/multi_import_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_class_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_typemap_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/namespace_virtual_method_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/naturalvar_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/operbool_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_complicated_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_copy_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extend_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_extendc_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_rename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_simple_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_subtype_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_fast_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/overload_template_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/preproc_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_ref_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/primitive_types_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletest_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/profiletestc_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_abstractbase_runme3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_append_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_kwargs_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_nondynamic_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_overload_simple_cast_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/python_pybuf_runme3.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/pythonswig.supp
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/refcount_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/reference_global_vars_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_scope_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/rename_strip_encoder_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/ret_by_value_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/return_const_value_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_extend_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_member_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_multi_typedef_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_not_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_overload_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_rename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_simple_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_templatevariables_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/smart_pointer_typedef_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/sneaky1_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/static_const_member_2_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/std_containers_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_rename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/struct_value_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/swigobject_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_construct_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_default_arg_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend1_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_extend2_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_inherit_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_matrix_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns4_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ns_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_opaque_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_ref_type_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_rename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_static_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_tbase_template_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_type_namespace_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx2_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx3_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx4_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_cplx_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_import_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/template_typedef_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_class_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_inherit_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typedef_scope_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_namespace_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typemap_ns_using_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/typename_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/types_directive_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/unions_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using1_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using2_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_composition_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_extend_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_inherit_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_private_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/using_protected_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/varargs_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_derivation_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/virtual_poly_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/voidtest_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python/wrapmacro_runme.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_abstractbase.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_append.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_autodoc.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_kwargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_nondynamic.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_overload_simple_cast.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python_pybuf.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/arrays_dimensionless_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/funcptr_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/ignore_parameter_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/integers_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_copy_struct_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_double_delete_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/r_legacy_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/simple_array_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/unions_runme.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r/unittest.R
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_copy_struct.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_double_delete.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r_legacy.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/redefined.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/refcount.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/reference_global_vars.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/register_par.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename3.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename4.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_camel.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rename_strip_encoder.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/restrict_cplusplus.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ret_by_value.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_const_value.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/return_value_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/rname.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_access_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_ok_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_inherit_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_signature_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_typedef_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/abstract_virtual_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/access_change_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/add_link_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/aggregate_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/anonymous_bitfield_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/apply_signed_char_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/apply_strings_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/argout_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/array_member_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_global_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/arrays_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/bools_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cast_operator_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/casts_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/char_constant_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/check_missing_tests.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/class_ignore_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/const_const_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/constover_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/cpp_namespace_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/default_constructor_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_abstract_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_basic_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_constructor_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_default_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_detect_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_exception_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_frob_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_nested_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_protected_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_string_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_unroll_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/director_wombat_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/disown_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/dynamic_cast_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enum_thorough_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/enums_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_ns_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/extend_template_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/friends_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/function_typedef_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/grouping_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ignore_parameter_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/imports_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/inherit_missing_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/integers_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_carrays_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_cstring_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_factory_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_math_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_deque_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_functors_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_map_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_lang_object_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_pair_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_queue_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_set_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_speed2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_stack_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_stream_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_string_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/li_std_vector_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/member_pointer_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/minherit_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/namespace_typemap_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject1_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/newobject2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_copy_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extend_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_extendc_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_simple_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_subtype_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/overload_template_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_ref_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/primitive_types_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/profiletest_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/refcount_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/reference_global_vars_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/rename_scope_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_keywords_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_li_std_speed_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_naming_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_track_objects_directors_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/ruby_track_objects_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_const_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_multi_typedef_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_not_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_overload_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_rename_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_simple_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/smart_pointer_typedef_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/sneaky1_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/static_const_member_2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/std_containers_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/stl_new_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/struct_value_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/swig_assert.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/swig_gc.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_construct_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend1_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_extend2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_inherit_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns4_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_ns_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_rename_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_tbase_template_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_type_namespace_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx3_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx4_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/template_typedef_cplx_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/throw_exception_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_inherit_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typedef_scope_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_namespace_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typemap_ns_using_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/typename_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/unions_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using1_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using2_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_composition_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_extend_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_inherit_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_private_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/using_protected_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/varargs_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_derivation_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/virtual_poly_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby/voidtest_runme.rb
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_keywords.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_li_std_speed.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_naming.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_track_objects.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby_track_objects_directors.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/samename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/samename_runme.m
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/casts.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/char_constant.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/class_ignore.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/constover.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/contract.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_enum.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/cpp_namespace.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/dynamic_cast.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/global_vars_proxy.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/import_nomodule.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/imports.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/inherit_missing.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/integers.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_std_string.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/li_typemaps_proxy.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/list_vector.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multiple_inheritance_proxy.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/multivalue.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/name.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_complicated.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_copy.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_extend.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_simple.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/overload_subtype.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/pointer_in_out.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/reference_global_vars.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typedef_inherit.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/typename.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme/unions_proxy.scm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/shared_ptr_wrapper.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/simple_array.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/simutry.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizeof_pointer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sizet.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_const2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_member.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_multi_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_namespace2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_not.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_overload.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_protected.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_simple.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_static.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_templatemethods.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_templatevariables.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/smart_pointer_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sneaky1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/special_variables.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_array_member.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/static_const_member_2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/std_containers.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/stl_new.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/struct_value.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/swig_examples_lock.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/swigobject.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/sym.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tag_no_clash_with_variable.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/bools_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/clientdata_prop_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/disown_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/enum_thorough_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/import_nomodule_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/imports_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/li_std_string_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/member_pointer_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject1_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/newobject2_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_copy_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/overload_simple_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_ref_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/primitive_types_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/profiletest_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/reference_global_vars_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/union_parameter_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl/unions_runme.tcl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_replace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_arg_typename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_array_numeric.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_base_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_classes.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_const_ref.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_construct.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_arg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_class_parms.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_pointer.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_qualify.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_default_vw.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_ns_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_enum_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_explicit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_expr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_extend_overload_2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_forward.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_inherit_abstract.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_int_const.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_matrix.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_methods.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns3.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns4.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_enum2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ns_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_opaque.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_partial_arg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_qualifier.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_ref_type.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_rename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_retvalue.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_defarg.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_specialization_enum.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_static.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_tbase_template.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_template_parameters.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_type_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx3.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx4.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_cplx5.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_fnc.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_funcptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_import.list
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ns.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_ptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typedef_rec.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_typemaps.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_using.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_virtual.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/template_whitespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/hello.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/imports.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1/subinc1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/hello.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/imports.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2/subinc2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/test.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/threads.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/throw_exception.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/traits.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_array_member.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_class.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_funcptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_mptr.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_reference.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_sizet.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typedef_struct.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_ns_using.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_numinputs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_self.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_subst.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_variables.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typemap_various.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/typename.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/types_directive.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_parameter.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/union_scope.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/unions.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using1.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using2.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_composition.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_extend.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_inherit.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_namespace.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_pointers.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_private.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/using_protected.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_base.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_const.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/valuewrapper_opaque.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/varargs.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_derivation.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_destructor.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/virtual_poly.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/voidtest.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/wrapmacro.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/Makefile.in
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/error.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_apply.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_const.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_gif.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_inl.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_p5.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_ro.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_title_add.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/example_xml.i
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.expected-xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/%%PORTVERSION%%/xml/gnarly.i
%%DATADIR%%/%%PORTVERSION%%/allegrocl/allegrocl.swg
%%DATADIR%%/%%PORTVERSION%%/allegrocl/inout_typemaps.i
%%DATADIR%%/%%PORTVERSION%%/allegrocl/longlongs.i
%%DATADIR%%/%%PORTVERSION%%/allegrocl/std_list.i
%%DATADIR%%/%%PORTVERSION%%/allegrocl/std_string.i
%%DATADIR%%/%%PORTVERSION%%/allegrocl/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/allkw.swg
%%DATADIR%%/%%PORTVERSION%%/attribute.i
%%DATADIR%%/%%PORTVERSION%%/carrays.i
%%DATADIR%%/%%PORTVERSION%%/cdata.i
%%DATADIR%%/%%PORTVERSION%%/cffi/cffi.swg
%%DATADIR%%/%%PORTVERSION%%/chicken/chicken.swg
%%DATADIR%%/%%PORTVERSION%%/chicken/chickenkw.swg
%%DATADIR%%/%%PORTVERSION%%/chicken/chickenrun.swg
%%DATADIR%%/%%PORTVERSION%%/chicken/multi-generic.scm
%%DATADIR%%/%%PORTVERSION%%/chicken/std_string.i
%%DATADIR%%/%%PORTVERSION%%/chicken/swigclosprefix.scm
%%DATADIR%%/%%PORTVERSION%%/chicken/tinyclos-multi-generic.patch
%%DATADIR%%/%%PORTVERSION%%/chicken/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/clisp/clisp.swg
%%DATADIR%%/%%PORTVERSION%%/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/constraints.i
%%DATADIR%%/%%PORTVERSION%%/cpointer.i
%%DATADIR%%/%%PORTVERSION%%/csharp/arrays_csharp.i
%%DATADIR%%/%%PORTVERSION%%/csharp/boost_shared_ptr.i
%%DATADIR%%/%%PORTVERSION%%/csharp/csharp.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/csharphead.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/csharpkw.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/director.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/enums.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/enumsimple.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/enumtypesafe.swg
%%DATADIR%%/%%PORTVERSION%%/csharp/std_common.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_except.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_map.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_string.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/csharp/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/csharp/stl.i
%%DATADIR%%/%%PORTVERSION%%/csharp/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/csharp/wchar.i
%%DATADIR%%/%%PORTVERSION%%/cstring.i
%%DATADIR%%/%%PORTVERSION%%/cwstring.i
%%DATADIR%%/%%PORTVERSION%%/exception.i
%%DATADIR%%/%%PORTVERSION%%/gcj/cni.i
%%DATADIR%%/%%PORTVERSION%%/gcj/cni.swg
%%DATADIR%%/%%PORTVERSION%%/gcj/javaprims.i
%%DATADIR%%/%%PORTVERSION%%/guile/common.scm
%%DATADIR%%/%%PORTVERSION%%/guile/cplusplus.i
%%DATADIR%%/%%PORTVERSION%%/guile/ghinterface.i
%%DATADIR%%/%%PORTVERSION%%/guile/guile.i
%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh.swg
%%DATADIR%%/%%PORTVERSION%%/guile/guile_gh_run.swg
%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm.swg
%%DATADIR%%/%%PORTVERSION%%/guile/guile_scm_run.swg
%%DATADIR%%/%%PORTVERSION%%/guile/guilemain.i
%%DATADIR%%/%%PORTVERSION%%/guile/interpreter.i
%%DATADIR%%/%%PORTVERSION%%/guile/list-vector.i
%%DATADIR%%/%%PORTVERSION%%/guile/pointer-in-out.i
%%DATADIR%%/%%PORTVERSION%%/guile/ports.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_common.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_except.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_map.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_string.i
%%DATADIR%%/%%PORTVERSION%%/guile/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/guile/stl.i
%%DATADIR%%/%%PORTVERSION%%/guile/swigrun.i
%%DATADIR%%/%%PORTVERSION%%/guile/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/intrusive_ptr.i
%%DATADIR%%/%%PORTVERSION%%/inttypes.i
%%DATADIR%%/%%PORTVERSION%%/java/arrays_java.i
%%DATADIR%%/%%PORTVERSION%%/java/boost_intrusive_ptr.i
%%DATADIR%%/%%PORTVERSION%%/java/boost_shared_ptr.i
%%DATADIR%%/%%PORTVERSION%%/java/director.swg
%%DATADIR%%/%%PORTVERSION%%/java/enums.swg
%%DATADIR%%/%%PORTVERSION%%/java/enumsimple.swg
%%DATADIR%%/%%PORTVERSION%%/java/enumtypesafe.swg
%%DATADIR%%/%%PORTVERSION%%/java/enumtypeunsafe.swg
%%DATADIR%%/%%PORTVERSION%%/java/java.swg
%%DATADIR%%/%%PORTVERSION%%/java/javahead.swg
%%DATADIR%%/%%PORTVERSION%%/java/javakw.swg
%%DATADIR%%/%%PORTVERSION%%/java/std_common.i
%%DATADIR%%/%%PORTVERSION%%/java/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/java/std_except.i
%%DATADIR%%/%%PORTVERSION%%/java/std_map.i
%%DATADIR%%/%%PORTVERSION%%/java/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/java/std_string.i
%%DATADIR%%/%%PORTVERSION%%/java/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/java/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/java/stl.i
%%DATADIR%%/%%PORTVERSION%%/java/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/java/various.i
%%DATADIR%%/%%PORTVERSION%%/lua/_std_common.i
%%DATADIR%%/%%PORTVERSION%%/lua/carrays.i
%%DATADIR%%/%%PORTVERSION%%/lua/lua.swg
%%DATADIR%%/%%PORTVERSION%%/lua/lua_fnptr.i
%%DATADIR%%/%%PORTVERSION%%/lua/luarun.swg
%%DATADIR%%/%%PORTVERSION%%/lua/luaruntime.swg
%%DATADIR%%/%%PORTVERSION%%/lua/luatypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/lua/std_common.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_except.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_map.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_string.i
%%DATADIR%%/%%PORTVERSION%%/lua/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/lua/stl.i
%%DATADIR%%/%%PORTVERSION%%/lua/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/lua/wchar.i
%%DATADIR%%/%%PORTVERSION%%/math.i
%%DATADIR%%/%%PORTVERSION%%/modula3/modula3.swg
%%DATADIR%%/%%PORTVERSION%%/modula3/modula3head.swg
%%DATADIR%%/%%PORTVERSION%%/modula3/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzrun.swg
%%DATADIR%%/%%PORTVERSION%%/mzscheme/mzscheme.swg
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_common.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_map.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_string.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/stl.i
%%DATADIR%%/%%PORTVERSION%%/mzscheme/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/carray.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/class.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/cstring.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/director.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/ocaml.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamldec.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/ocamlkw.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/preamble.swg
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_common.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_complex.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_list.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_map.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_string.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/stl.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.ml
%%DATADIR%%/%%PORTVERSION%%/ocaml/swig.mli
%%DATADIR%%/%%PORTVERSION%%/ocaml/swigp4.ml
%%DATADIR%%/%%PORTVERSION%%/ocaml/typecheck.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/ocaml/typeregister.swg
%%DATADIR%%/%%PORTVERSION%%/octave/attribute.i
%%DATADIR%%/%%PORTVERSION%%/octave/boost_shared_ptr.i
%%DATADIR%%/%%PORTVERSION%%/octave/carrays.i
%%DATADIR%%/%%PORTVERSION%%/octave/cdata.i
%%DATADIR%%/%%PORTVERSION%%/octave/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/octave/director.swg
%%DATADIR%%/%%PORTVERSION%%/octave/exception.i
%%DATADIR%%/%%PORTVERSION%%/octave/factory.i
%%DATADIR%%/%%PORTVERSION%%/octave/implicit.i
%%DATADIR%%/%%PORTVERSION%%/octave/octave.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octcomplex.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octcontainer.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octfragments.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octiterators.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octopers.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octprimtypes.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octrun.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octruntime.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octstdcommon.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octtypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/octave/octuserdir.swg
%%DATADIR%%/%%PORTVERSION%%/octave/std_alloc.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_basic_string.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_carray.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_char_traits.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_common.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_complex.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_container.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_except.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_map.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_string.i
%%DATADIR%%/%%PORTVERSION%%/octave/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/octave/stl.i
%%DATADIR%%/%%PORTVERSION%%/octave/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/perl5/Makefile.pl
%%DATADIR%%/%%PORTVERSION%%/perl5/attribute.i
%%DATADIR%%/%%PORTVERSION%%/perl5/carrays.i
%%DATADIR%%/%%PORTVERSION%%/perl5/cdata.i
%%DATADIR%%/%%PORTVERSION%%/perl5/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/perl5/cni.i
%%DATADIR%%/%%PORTVERSION%%/perl5/cpointer.i
%%DATADIR%%/%%PORTVERSION%%/perl5/cstring.i
%%DATADIR%%/%%PORTVERSION%%/perl5/exception.i
%%DATADIR%%/%%PORTVERSION%%/perl5/factory.i
%%DATADIR%%/%%PORTVERSION%%/perl5/jstring.i
%%DATADIR%%/%%PORTVERSION%%/perl5/noembed.h
%%DATADIR%%/%%PORTVERSION%%/perl5/perl5.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlerrors.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlfragments.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlhead.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlinit.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlkw.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlmacros.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlmain.i
%%DATADIR%%/%%PORTVERSION%%/perl5/perlopers.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlprimtypes.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlrun.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlruntime.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perlstrings.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perltypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/perluserdir.swg
%%DATADIR%%/%%PORTVERSION%%/perl5/reference.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_common.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_except.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_list.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_map.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_string.i
%%DATADIR%%/%%PORTVERSION%%/perl5/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/perl5/stl.i
%%DATADIR%%/%%PORTVERSION%%/perl5/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/php/const.i
%%DATADIR%%/%%PORTVERSION%%/php/globalvar.i
%%DATADIR%%/%%PORTVERSION%%/php/php.swg
%%DATADIR%%/%%PORTVERSION%%/php/phpinit.swg
%%DATADIR%%/%%PORTVERSION%%/php/phpkw.swg
%%DATADIR%%/%%PORTVERSION%%/php/phppointers.i
%%DATADIR%%/%%PORTVERSION%%/php/phprun.swg
%%DATADIR%%/%%PORTVERSION%%/php/std_common.i
%%DATADIR%%/%%PORTVERSION%%/php/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/php/std_map.i
%%DATADIR%%/%%PORTVERSION%%/php/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/php/std_string.i
%%DATADIR%%/%%PORTVERSION%%/php/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/php/stl.i
%%DATADIR%%/%%PORTVERSION%%/php/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/php/utils.i
%%DATADIR%%/%%PORTVERSION%%/pike/pike.swg
%%DATADIR%%/%%PORTVERSION%%/pike/pikekw.swg
%%DATADIR%%/%%PORTVERSION%%/pike/pikerun.swg
%%DATADIR%%/%%PORTVERSION%%/pike/std_string.i
%%DATADIR%%/%%PORTVERSION%%/pointer.i
%%DATADIR%%/%%PORTVERSION%%/python/argcargv.i
%%DATADIR%%/%%PORTVERSION%%/python/attribute.i
%%DATADIR%%/%%PORTVERSION%%/python/boost_shared_ptr.i
%%DATADIR%%/%%PORTVERSION%%/python/carrays.i
%%DATADIR%%/%%PORTVERSION%%/python/ccomplex.i
%%DATADIR%%/%%PORTVERSION%%/python/cdata.i
%%DATADIR%%/%%PORTVERSION%%/python/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/python/cni.i
%%DATADIR%%/%%PORTVERSION%%/python/complex.i
%%DATADIR%%/%%PORTVERSION%%/python/cpointer.i
%%DATADIR%%/%%PORTVERSION%%/python/cstring.i
%%DATADIR%%/%%PORTVERSION%%/python/cwstring.i
%%DATADIR%%/%%PORTVERSION%%/python/defarg.swg
%%DATADIR%%/%%PORTVERSION%%/python/director.swg
%%DATADIR%%/%%PORTVERSION%%/python/embed.i
%%DATADIR%%/%%PORTVERSION%%/python/embed15.i
%%DATADIR%%/%%PORTVERSION%%/python/exception.i
%%DATADIR%%/%%PORTVERSION%%/python/factory.i
%%DATADIR%%/%%PORTVERSION%%/python/file.i
%%DATADIR%%/%%PORTVERSION%%/python/implicit.i
%%DATADIR%%/%%PORTVERSION%%/python/jstring.i
%%DATADIR%%/%%PORTVERSION%%/python/pyabc.i
%%DATADIR%%/%%PORTVERSION%%/python/pyapi.swg
%%DATADIR%%/%%PORTVERSION%%/python/pybackward.swg
%%DATADIR%%/%%PORTVERSION%%/python/pybuffer.i
%%DATADIR%%/%%PORTVERSION%%/python/pyclasses.swg
%%DATADIR%%/%%PORTVERSION%%/python/pycomplex.swg
%%DATADIR%%/%%PORTVERSION%%/python/pycontainer.swg
%%DATADIR%%/%%PORTVERSION%%/python/pydocs.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyerrors.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyfragments.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyhead.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyinit.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyiterators.swg
%%DATADIR%%/%%PORTVERSION%%/python/pymacros.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyname_compat.i
%%DATADIR%%/%%PORTVERSION%%/python/pyopers.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyprimtypes.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyrun.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyruntime.swg
%%DATADIR%%/%%PORTVERSION%%/python/pystdcommon.swg
%%DATADIR%%/%%PORTVERSION%%/python/pystrings.swg
%%DATADIR%%/%%PORTVERSION%%/python/python.swg
%%DATADIR%%/%%PORTVERSION%%/python/pythonkw.swg
%%DATADIR%%/%%PORTVERSION%%/python/pythreads.swg
%%DATADIR%%/%%PORTVERSION%%/python/pytuplehlp.swg
%%DATADIR%%/%%PORTVERSION%%/python/pytypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/python/pyuserdir.swg
%%DATADIR%%/%%PORTVERSION%%/python/pywstrings.swg
%%DATADIR%%/%%PORTVERSION%%/python/std_alloc.i
%%DATADIR%%/%%PORTVERSION%%/python/std_basic_string.i
%%DATADIR%%/%%PORTVERSION%%/python/std_carray.i
%%DATADIR%%/%%PORTVERSION%%/python/std_char_traits.i
%%DATADIR%%/%%PORTVERSION%%/python/std_common.i
%%DATADIR%%/%%PORTVERSION%%/python/std_complex.i
%%DATADIR%%/%%PORTVERSION%%/python/std_container.i
%%DATADIR%%/%%PORTVERSION%%/python/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/python/std_except.i
%%DATADIR%%/%%PORTVERSION%%/python/std_ios.i
%%DATADIR%%/%%PORTVERSION%%/python/std_iostream.i
%%DATADIR%%/%%PORTVERSION%%/python/std_list.i
%%DATADIR%%/%%PORTVERSION%%/python/std_map.i
%%DATADIR%%/%%PORTVERSION%%/python/std_multimap.i
%%DATADIR%%/%%PORTVERSION%%/python/std_multiset.i
%%DATADIR%%/%%PORTVERSION%%/python/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/python/std_set.i
%%DATADIR%%/%%PORTVERSION%%/python/std_sstream.i
%%DATADIR%%/%%PORTVERSION%%/python/std_streambuf.i
%%DATADIR%%/%%PORTVERSION%%/python/std_string.i
%%DATADIR%%/%%PORTVERSION%%/python/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/python/std_vectora.i
%%DATADIR%%/%%PORTVERSION%%/python/std_wios.i
%%DATADIR%%/%%PORTVERSION%%/python/std_wiostream.i
%%DATADIR%%/%%PORTVERSION%%/python/std_wsstream.i
%%DATADIR%%/%%PORTVERSION%%/python/std_wstreambuf.i
%%DATADIR%%/%%PORTVERSION%%/python/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/python/stl.i
%%DATADIR%%/%%PORTVERSION%%/python/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/python/wchar.i
%%DATADIR%%/%%PORTVERSION%%/r/cdata.i
%%DATADIR%%/%%PORTVERSION%%/r/exception.i
%%DATADIR%%/%%PORTVERSION%%/r/r.swg
%%DATADIR%%/%%PORTVERSION%%/r/rcontainer.swg
%%DATADIR%%/%%PORTVERSION%%/r/rfragments.swg
%%DATADIR%%/%%PORTVERSION%%/r/rkw.swg
%%DATADIR%%/%%PORTVERSION%%/r/ropers.swg
%%DATADIR%%/%%PORTVERSION%%/r/rrun.swg
%%DATADIR%%/%%PORTVERSION%%/r/rstdcommon.swg
%%DATADIR%%/%%PORTVERSION%%/r/rtype.swg
%%DATADIR%%/%%PORTVERSION%%/r/srun.swg
%%DATADIR%%/%%PORTVERSION%%/r/std_alloc.i
%%DATADIR%%/%%PORTVERSION%%/r/std_common.i
%%DATADIR%%/%%PORTVERSION%%/r/std_container.i
%%DATADIR%%/%%PORTVERSION%%/r/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/r/std_except.i
%%DATADIR%%/%%PORTVERSION%%/r/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/r/std_string.i
%%DATADIR%%/%%PORTVERSION%%/r/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/r/stl.i
%%DATADIR%%/%%PORTVERSION%%/r/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/ruby/Makefile.swig
%%DATADIR%%/%%PORTVERSION%%/ruby/argcargv.i
%%DATADIR%%/%%PORTVERSION%%/ruby/attribute.i
%%DATADIR%%/%%PORTVERSION%%/ruby/carrays.i
%%DATADIR%%/%%PORTVERSION%%/ruby/cdata.i
%%DATADIR%%/%%PORTVERSION%%/ruby/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/ruby/cni.i
%%DATADIR%%/%%PORTVERSION%%/ruby/cpointer.i
%%DATADIR%%/%%PORTVERSION%%/ruby/cstring.i
%%DATADIR%%/%%PORTVERSION%%/ruby/director.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/embed.i
%%DATADIR%%/%%PORTVERSION%%/ruby/exception.i
%%DATADIR%%/%%PORTVERSION%%/ruby/extconf.rb
%%DATADIR%%/%%PORTVERSION%%/ruby/factory.i
%%DATADIR%%/%%PORTVERSION%%/ruby/file.i
%%DATADIR%%/%%PORTVERSION%%/ruby/jstring.i
%%DATADIR%%/%%PORTVERSION%%/ruby/progargcargv.i
%%DATADIR%%/%%PORTVERSION%%/ruby/ruby.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyapi.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyautodoc.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyclasses.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubycomplex.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubycontainer_extended.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubydef.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyerrors.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyfragments.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyhead.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyinit.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyiterators.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubykw.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubymacros.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyopers.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyprimtypes.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyrun.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyruntime.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdautodoc.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdcommon.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubystdfunctors.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubystrings.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubytracking.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubytypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubyuserdir.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/rubywstrings.swg
%%DATADIR%%/%%PORTVERSION%%/ruby/std_alloc.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_basic_string.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_char_traits.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_common.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_complex.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_container.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_except.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_functors.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_ios.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_iostream.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_list.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_map.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_multimap.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_multiset.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_queue.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_set.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_sstream.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_stack.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_streambuf.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_string.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_vectora.i
%%DATADIR%%/%%PORTVERSION%%/ruby/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/ruby/stl.i
%%DATADIR%%/%%PORTVERSION%%/ruby/timeval.i
%%DATADIR%%/%%PORTVERSION%%/ruby/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/runtime.swg
%%DATADIR%%/%%PORTVERSION%%/shared_ptr.i
%%DATADIR%%/%%PORTVERSION%%/std/_std_deque.i
%%DATADIR%%/%%PORTVERSION%%/std/std_alloc.i
%%DATADIR%%/%%PORTVERSION%%/std/std_basic_string.i
%%DATADIR%%/%%PORTVERSION%%/std/std_carray.swg
%%DATADIR%%/%%PORTVERSION%%/std/std_char_traits.i
%%DATADIR%%/%%PORTVERSION%%/std/std_common.i
%%DATADIR%%/%%PORTVERSION%%/std/std_container.i
%%DATADIR%%/%%PORTVERSION%%/std/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/std/std_except.i
%%DATADIR%%/%%PORTVERSION%%/std/std_ios.i
%%DATADIR%%/%%PORTVERSION%%/std/std_iostream.i
%%DATADIR%%/%%PORTVERSION%%/std/std_list.i
%%DATADIR%%/%%PORTVERSION%%/std/std_map.i
%%DATADIR%%/%%PORTVERSION%%/std/std_multimap.i
%%DATADIR%%/%%PORTVERSION%%/std/std_multiset.i
%%DATADIR%%/%%PORTVERSION%%/std/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/std/std_queue.i
%%DATADIR%%/%%PORTVERSION%%/std/std_set.i
%%DATADIR%%/%%PORTVERSION%%/std/std_sstream.i
%%DATADIR%%/%%PORTVERSION%%/std/std_stack.i
%%DATADIR%%/%%PORTVERSION%%/std/std_streambuf.i
%%DATADIR%%/%%PORTVERSION%%/std/std_string.i
%%DATADIR%%/%%PORTVERSION%%/std/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/std/std_vectora.i
%%DATADIR%%/%%PORTVERSION%%/std/std_wios.i
%%DATADIR%%/%%PORTVERSION%%/std/std_wiostream.i
%%DATADIR%%/%%PORTVERSION%%/std/std_wsstream.i
%%DATADIR%%/%%PORTVERSION%%/std/std_wstreambuf.i
%%DATADIR%%/%%PORTVERSION%%/std/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/std_except.i
%%DATADIR%%/%%PORTVERSION%%/stdint.i
%%DATADIR%%/%%PORTVERSION%%/stl.i
%%DATADIR%%/%%PORTVERSION%%/swig.swg
%%DATADIR%%/%%PORTVERSION%%/swigarch.i
%%DATADIR%%/%%PORTVERSION%%/swigerrors.swg
%%DATADIR%%/%%PORTVERSION%%/swiginit.swg
%%DATADIR%%/%%PORTVERSION%%/swiglabels.swg
%%DATADIR%%/%%PORTVERSION%%/swigrun.i
%%DATADIR%%/%%PORTVERSION%%/swigrun.swg
%%DATADIR%%/%%PORTVERSION%%/swigwarn.swg
%%DATADIR%%/%%PORTVERSION%%/swigwarnings.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/attribute.i
%%DATADIR%%/%%PORTVERSION%%/tcl/carrays.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cdata.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cmalloc.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cni.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cpointer.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cstring.i
%%DATADIR%%/%%PORTVERSION%%/tcl/cwstring.i
%%DATADIR%%/%%PORTVERSION%%/tcl/exception.i
%%DATADIR%%/%%PORTVERSION%%/tcl/factory.i
%%DATADIR%%/%%PORTVERSION%%/tcl/jstring.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_common.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_deque.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_except.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_map.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_pair.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_string.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_vector.i
%%DATADIR%%/%%PORTVERSION%%/tcl/std_wstring.i
%%DATADIR%%/%%PORTVERSION%%/tcl/stl.i
%%DATADIR%%/%%PORTVERSION%%/tcl/tcl8.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclapi.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclerrors.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclfragments.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclinit.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclinterp.i
%%DATADIR%%/%%PORTVERSION%%/tcl/tclkw.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclmacros.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclopers.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclprimtypes.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclresult.i
%%DATADIR%%/%%PORTVERSION%%/tcl/tclrun.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclruntime.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclsh.i
%%DATADIR%%/%%PORTVERSION%%/tcl/tclstrings.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tcltypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tcluserdir.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/tclwstrings.swg
%%DATADIR%%/%%PORTVERSION%%/tcl/typemaps.i
%%DATADIR%%/%%PORTVERSION%%/tcl/wish.i
%%DATADIR%%/%%PORTVERSION%%/typemaps/attribute.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/carrays.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cdata.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cmalloc.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cpointer.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cstring.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cstrings.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/cwstring.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/enumint.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/exception.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/factory.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/fragments.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/implicit.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/inoutlist.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/misctypes.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/primtypes.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/ptrtypes.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/std_except.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/std_string.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/std_strings.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/std_wstring.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/string.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/strings.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/swigmacros.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/swigobject.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtype.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/swigtypemaps.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/traits.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/typemaps.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/valtypes.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/void.swg
%%DATADIR%%/%%PORTVERSION%%/typemaps/wstring.swg
%%DATADIR%%/%%PORTVERSION%%/uffi/uffi.swg
%%DATADIR%%/%%PORTVERSION%%/wchar.i
%%DATADIR%%/%%PORTVERSION%%/windows.i
@dirrm %%DATADIR%%/%%PORTVERSION%%/uffi
@dirrm %%DATADIR%%/%%PORTVERSION%%/typemaps
@dirrm %%DATADIR%%/%%PORTVERSION%%/tcl
@dirrm %%DATADIR%%/%%PORTVERSION%%/std
@dirrm %%DATADIR%%/%%PORTVERSION%%/ruby
@dirrm %%DATADIR%%/%%PORTVERSION%%/r
@dirrm %%DATADIR%%/%%PORTVERSION%%/python
@dirrm %%DATADIR%%/%%PORTVERSION%%/pike
@dirrm %%DATADIR%%/%%PORTVERSION%%/php
@dirrm %%DATADIR%%/%%PORTVERSION%%/perl5
@dirrm %%DATADIR%%/%%PORTVERSION%%/octave
@dirrm %%DATADIR%%/%%PORTVERSION%%/ocaml
@dirrm %%DATADIR%%/%%PORTVERSION%%/mzscheme
@dirrm %%DATADIR%%/%%PORTVERSION%%/modula3
@dirrm %%DATADIR%%/%%PORTVERSION%%/lua
@dirrm %%DATADIR%%/%%PORTVERSION%%/java
@dirrm %%DATADIR%%/%%PORTVERSION%%/guile
@dirrm %%DATADIR%%/%%PORTVERSION%%/gcj
@dirrm %%DATADIR%%/%%PORTVERSION%%/csharp
@dirrm %%DATADIR%%/%%PORTVERSION%%/clisp
@dirrm %%DATADIR%%/%%PORTVERSION%%/chicken
@dirrm %%DATADIR%%/%%PORTVERSION%%/cffi
@dirrm %%DATADIR%%/%%PORTVERSION%%/allegrocl
@dirrm %%DATADIR%%/%%PORTVERSION%%
@dirrm %%DATADIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/xml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/uffi
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir/subdir1
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/testdir
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/tcl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/schemerunme
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ruby
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/r
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/python
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/pike
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5/Test
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/perl5
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/octave
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/ocaml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/mzscheme
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/lua
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guilescm
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/guile
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/errors
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/csharp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/clisp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/chicken
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/cffi
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite/allegrocl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/test-suite
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/value
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/operator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/import
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/contract
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/tcl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/s-exp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/value
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/overloading
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/operator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/mark_function
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import_template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/import
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/hashargs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/functor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/free_function
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/exception_class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ruby
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/r
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/weave
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/varargs
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/swigrun
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/std_map
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/smartptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/operator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/libffi
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import_template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/import
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/functor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/extend
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exceptproxy
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/exception
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/docstrings
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/contract
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python/callback
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/python
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/overload
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/pike
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/value
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/sync
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/proxy
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/pragmas
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/overloading
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/disown
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/cpointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/xmlstring
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/value
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multiple_inheritance
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/inline
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/import
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/perl5
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/operator
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/functor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/extend
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/contract
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave/callback
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/octave
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/strings_test
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/string_from_ptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/stl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/std_string
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/shapes
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/scoped_enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/contract
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml/argout_ref
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/ocaml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/mzscheme
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/typemap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/exception
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/modula3
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/owner
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/import
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functor
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/functest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/funcptr3
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/exception
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed3
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/embed
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/dual
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua/arrays
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/lua
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/typemap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/pointer
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/native
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/extend
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java/callback
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/std_vector
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/port
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multivalue
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/matrix
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/guile
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/variables
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/template
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/reference
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/funcptr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/extend
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/enum
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/callback
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp/arrays
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/csharp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_cxx
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract/simple_c
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/contract
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/zlib
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/overload
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/multimap
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/egg
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/constants
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken/class
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/chicken
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/mandel
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Tcl
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/shadow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ruby
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/shadow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Python
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Pike
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/shadow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Php
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/shadow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Perl5
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Ocaml
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Lib
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/shadow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Java
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Interface
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Include
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Guile
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Common-Lisp
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/simple
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken/full
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot/Chicken
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%/GIFPlot
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/%%PORTVERSION%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Manual
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%/Devel
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTVERSION%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%