aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-03-25 19:45:10 +0800
committerRene Ladan <rene@FreeBSD.org>2018-03-25 19:45:10 +0800
commitdff16d6a07b507a057ff5c14db093f94d1aba4d3 (patch)
tree51da5cc6feb601a3ae73376d89265fff9abfe1d5
parentfaf7821c649fb60b3ba7e1cf38ac4982b3db0094 (diff)
downloadfreebsd-ports-dff16d6a07b507a057ff5c14db093f94d1aba4d3.tar.gz
freebsd-ports-dff16d6a07b507a057ff5c14db093f94d1aba4d3.tar.zst
freebsd-ports-dff16d6a07b507a057ff5c14db093f94d1aba4d3.zip
Remove expired port:
2018-03-19 lang/x10: Broken for more than 6 months
Notes
Notes: svn path=/head/; revision=465513
-rw-r--r--MOVED1
-rw-r--r--lang/Makefile1
-rw-r--r--lang/x10/Makefile78
-rw-r--r--lang/x10/distinfo20
-rw-r--r--lang/x10/files/patch-x10.runtime-Make.rules15
-rw-r--r--lang/x10/files/patch-x10.runtime-src-cpp-x10-utils-concurrent-AtomicReference.h11
-rw-r--r--lang/x10/files/patch-x10.runtime-src-cpp-x10aux-basic_functions.h54
-rw-r--r--lang/x10/files/patch-x10.runtime-src-cpp-x10aux-string_utils.h27
-rw-r--r--lang/x10/pkg-descr6
-rw-r--r--lang/x10/pkg-plist499
10 files changed, 1 insertions, 711 deletions
diff --git a/MOVED b/MOVED
index 142b0a910795..5cd1f9e73b5c 100644
--- a/MOVED
+++ b/MOVED
@@ -10236,3 +10236,4 @@ net-im/plasma-applet-ktp|net-im/plasma-applet-ktp-kde4|2018-03-23|Make room for
multimedia/gmencoder||2018-03-23|Abandonware, does not support modern codecs
mail/wanderlust-devel|mail/wanderlust|2018-03-23|Removed, use mail/wanderlust instead
graphics/skanlite|graphics/skanlite-kde4|2018-03-25|Make room for KDE updates
+lang/x10||2018-03-25|Has expired: Broken for more than 6 months
diff --git a/lang/Makefile b/lang/Makefile
index 43cfd389a9fd..4b87811600ea 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -364,7 +364,6 @@
SUBDIR += v8-devel
SUBDIR += vala
SUBDIR += visualworks
- SUBDIR += x10
SUBDIR += yabasic
SUBDIR += yap
SUBDIR += yap-devel
diff --git a/lang/x10/Makefile b/lang/x10/Makefile
deleted file mode 100644
index 7fe5fb303993..000000000000
--- a/lang/x10/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= x10
-PORTVERSION= 2.2.1
-PORTREVISION= 7
-CATEGORIES= lang devel java
-MASTER_SITES= http://dist.codehaus.org/x10/dependencies/ \
- SF
-DISTNAME= ${PORTNAME}-${PORTVERSION}-src
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- lpg.runtime.java_2.0.22.jar \
- ecj-3.5.1.jar \
- com.ibm.wala.cast.java_1.0.0.201101071300.jar \
- com.ibm.wala.cast_1.0.0.201101071300.jar \
- com.ibm.wala.core_1.1.3.201101071300.jar \
- com.ibm.wala.shrike_1.3.1.201101071300.jar \
- org.eclipse.equinox.common_3.6.0.v20100503.jar \
- commons-math-2.2.jar \
- bdwgc-7.1.tar.gz
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= jwb@FreeBSD.org
-COMMENT= Object-oriented parallel programming language
-
-LICENSE= EPL
-
-BROKEN= Fails to build with modern compilers (cf. PR 219282)
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-03-19
-
-USES= tar:bzip2
-USE_JAVA= yes
-JAVA_VERSION= 1.6 1.7
-USE_ANT= yes
-USE_GCC= yes
-
-USE_LDCONFIG= ${PREFIX}/stdlib/lib
-
-# Can't have USE_GMAKE with USE_ANT: They imply conflicting do-build actions.
-BUILD_DEPENDS+= gmake:devel/gmake \
- bash:shells/bash
-
-WRKSRC= ${WRKDIR}/x10.dist
-
-OPTIONS_DEFINE= EXAMPLES
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- ${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \
- ${WRKDIR}/x10.runtime/build.xml
- ${MKDIR} ${WRKSRC}/lib ${WRKDIR}/x10.runtime/src-cpp/bdwgc/src
- ${CP} ${DISTDIR}/lpg.runtime.java_2.0.22.jar ${WRKSRC}/lib/lpg.jar
- ${CP} ${DISTDIR}/ecj-3.5.1.jar ${WRKSRC}/lib/ecj.jar
- ${CP} ${DISTDIR}/com.ibm.wala.cast.java_1.0.0.201101071300.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/com.ibm.wala.cast_1.0.0.201101071300.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/com.ibm.wala.core_1.1.3.201101071300.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/com.ibm.wala.shrike_1.3.1.201101071300.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/org.eclipse.equinox.common_3.6.0.v20100503.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/commons-math-2.2.jar ${WRKSRC}/lib
- ${CP} ${DISTDIR}/bdwgc-7.1.tar.gz ${WRKDIR}/x10.runtime/src-cpp/bdwgc
- (cd ${WRKDIR}/x10.runtime/src-cpp/bdwgc/src && tar zxvf ../bdwgc-7.1.tar.gz && ${REINPLACE_CMD} -e 's|freebsd1\*|freebsd1.*|g' configure)
-
-do-install:
-.for f in X10Launcher apgas precommit x10 x10c x10c++ x10j
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin
-.endfor
- ${MKDIR} ${STAGEDIR}${PREFIX}/stdlib
- ${INSTALL_DATA} ${WRKSRC}/etc/* ${STAGEDIR}${PREFIX}/etc
- ${INSTALL_DATA} ${WRKSRC}/include/* ${STAGEDIR}${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib
- ${CP} -R ${WRKSRC}/stdlib/* ${STAGEDIR}${PREFIX}/stdlib
-.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/lang/x10/distinfo b/lang/x10/distinfo
deleted file mode 100644
index 198076df16bb..000000000000
--- a/lang/x10/distinfo
+++ /dev/null
@@ -1,20 +0,0 @@
-SHA256 (x10-2.2.1-src.tar.bz2) = 7d177e4e3d6a8ad5c76b87ec9a4c96346a758883b540e84645406612b1cdf41f
-SIZE (x10-2.2.1-src.tar.bz2) = 2075405
-SHA256 (lpg.runtime.java_2.0.22.jar) = bb632e820f052ac5f441b66f5d9c7f8f4578a257542affa759d8569d61811bdf
-SIZE (lpg.runtime.java_2.0.22.jar) = 103421
-SHA256 (ecj-3.5.1.jar) = c37fb3d2b5a5065b9e538378d92ffc1904eb513b73b9e3dffbbbf7d8b7616404
-SIZE (ecj-3.5.1.jar) = 1674737
-SHA256 (com.ibm.wala.cast.java_1.0.0.201101071300.jar) = 6b45463b888b7e1c6109e61bcb166ed3a71601ecd579f01b5016315509a84a47
-SIZE (com.ibm.wala.cast.java_1.0.0.201101071300.jar) = 62892
-SHA256 (com.ibm.wala.cast_1.0.0.201101071300.jar) = b14545a2872c38ae451f946b83d6d6bcc4a6950d066786daf4707a0e5d85304b
-SIZE (com.ibm.wala.cast_1.0.0.201101071300.jar) = 296742
-SHA256 (com.ibm.wala.core_1.1.3.201101071300.jar) = cd8ca518ea661484e549b3e660c1282acf61f221fff9a8cb76c31cdf663196c8
-SIZE (com.ibm.wala.core_1.1.3.201101071300.jar) = 1397396
-SHA256 (com.ibm.wala.shrike_1.3.1.201101071300.jar) = 9672252add64728356bb732fd092dff4680fdba72face2fdd2eb8cd63793e8a6
-SIZE (com.ibm.wala.shrike_1.3.1.201101071300.jar) = 233564
-SHA256 (org.eclipse.equinox.common_3.6.0.v20100503.jar) = fa816ceb8eb7027badf733dbee5f6f1f9a6cdf706a193d2413676c245e40c51c
-SIZE (org.eclipse.equinox.common_3.6.0.v20100503.jar) = 101957
-SHA256 (commons-math-2.2.jar) = 15993bb2a3cf50f3291b40fc980a3166a0984e7b5f1abbe5232151fd94954584
-SIZE (commons-math-2.2.jar) = 988514
-SHA256 (bdwgc-7.1.tar.gz) = 7cc33d0dd5eedaaa88889c968daa9b8dffb14b1b1fa13e5a50b16bb2ad4a09fd
-SIZE (bdwgc-7.1.tar.gz) = 1172288
diff --git a/lang/x10/files/patch-x10.runtime-Make.rules b/lang/x10/files/patch-x10.runtime-Make.rules
deleted file mode 100644
index afabb17be5e8..000000000000
--- a/lang/x10/files/patch-x10.runtime-Make.rules
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../x10.runtime/Make.rules.orig 2011-12-13 14:45:27.000000000 -0600
-+++ ../x10.runtime/Make.rules 2011-09-06 10:09:42.000000000 -0500
-@@ -253,9 +253,9 @@
- override CXXFLAGS += -pthread
- override CXXFLAGS_SHARED += -shared -fPIC
- export X10RT_TEST_LDFLAGS = -Wl,--rpath -Wl,"$(X10_HOME)"/x10.runtime/x10rt/lib
-- ifeq ($(shell uname -m),amd64)
-- export X10RT_PLATFORM=freebsd_amd64
-- endif
-+ #ifeq ($(shell uname -m),amd64)
-+ export X10RT_PLATFORM=freebsd_$(shell uname -m)
-+ #endif
- endif
- endif
- endif
diff --git a/lang/x10/files/patch-x10.runtime-src-cpp-x10-utils-concurrent-AtomicReference.h b/lang/x10/files/patch-x10.runtime-src-cpp-x10-utils-concurrent-AtomicReference.h
deleted file mode 100644
index c0f434d47548..000000000000
--- a/lang/x10/files/patch-x10.runtime-src-cpp-x10-utils-concurrent-AtomicReference.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../x10.runtime/src-cpp/x10/util/concurrent/AtomicReference.h.orig 2014-03-09 15:50:47.000000000 +0100
-+++ ../x10.runtime/src-cpp/x10/util/concurrent/AtomicReference.h 2014-03-09 15:51:15.000000000 +0100
-@@ -15,6 +15,7 @@
- #include <x10aux/config.h>
- #include <x10aux/ref.h>
- #include <x10aux/RTT.h>
-+#include <x10aux/basic_functions.h>
- #include <x10aux/string_utils.h>
- #include <x10aux/atomic_ops.h>
-
-
diff --git a/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-basic_functions.h b/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-basic_functions.h
deleted file mode 100644
index dc90f7119387..000000000000
--- a/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-basic_functions.h
+++ /dev/null
@@ -1,54 +0,0 @@
---- ../x10.runtime/src-cpp/x10aux/basic_functions.h.orig 2014-03-09 14:42:17.000000000 +0100
-+++ ../x10.runtime/src-cpp/x10aux/basic_functions.h 2014-03-09 15:44:47.000000000 +0100
-@@ -31,6 +31,27 @@
-
- namespace x10aux {
-
-+ /* prototypes */
-+ inline x10_boolean struct_equals(const x10_double x, const x10_double y);
-+ inline x10_boolean struct_equals(const x10_float x, const x10_float y);
-+ inline x10_boolean struct_equals(const x10_long x, const x10_long y);
-+ inline x10_boolean struct_equals(const x10_int x, const x10_int y);
-+ inline x10_boolean struct_equals(const x10_short x, const x10_short y);
-+ inline x10_boolean struct_equals(const x10_byte x, const x10_byte y);
-+ inline x10_boolean struct_equals(const x10_ulong x, const x10_ulong y);
-+ inline x10_boolean struct_equals(const x10_uint x, const x10_uint y);
-+ inline x10_boolean struct_equals(const x10_ushort x, const x10_ushort y);
-+ inline x10_boolean struct_equals(const x10_ubyte x, const x10_ubyte y);
-+ inline x10_boolean struct_equals(const x10_char x, const x10_char y);
-+ inline x10_boolean struct_equals(const x10_boolean x, const x10_boolean y);
-+ template<class T, class U> inline x10_boolean struct_equals(T x, U y);
-+ template<class T, class U> inline x10_boolean struct_equals(captured_ref_lval<T> x, U y);
-+ template<class T, class U> inline x10_boolean struct_equals(T x, captured_ref_lval<U> y);
-+ template<class T, class U> inline x10_boolean struct_equals(captured_ref_lval<T> x, captured_ref_lval<U> y);
-+ template<class T, class U> inline x10_boolean struct_equals(captured_struct_lval<T> x, U y);
-+ template<class T, class U> inline x10_boolean struct_equals(T x, captured_struct_lval<U> y);
-+ template<class T, class U> inline x10_boolean struct_equals(captured_struct_lval<T> x, captured_struct_lval<U> y);
-+
- /******* type_name ********/
-
- template<class T> inline ref<x10::lang::String> type_name(ref<T> x) {
-@@ -362,6 +383,23 @@
-
- ref<x10::lang::String> to_string(x10_char v);
-
-+ /*
-+ * Wrapers around to_string to translate null to "null"
-+ */
-+ template<class T> ref<x10::lang::String> safe_to_string(ref<T> v) {
-+ if (v.isNull()) return string_utils::lit("null");
-+ return to_string(v);
-+ }
-+ template<class T> ref<x10::lang::String> safe_to_string(captured_ref_lval<T> v) {
-+ return safe_to_string(*v);
-+ }
-+ template<class T> ref<x10::lang::String> safe_to_string(captured_struct_lval<T> v) {
-+ return to_string(*v);
-+ }
-+ template<class T> ref<x10::lang::String> safe_to_string(T v) {
-+ return to_string(v);
-+ }
-+
-
- /******* zeroValue ********/
- template<class T> struct Zero {
diff --git a/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-string_utils.h b/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-string_utils.h
deleted file mode 100644
index 76874958f1d4..000000000000
--- a/lang/x10/files/patch-x10.runtime-src-cpp-x10aux-string_utils.h
+++ /dev/null
@@ -1,27 +0,0 @@
---- ../x10.runtime/src-cpp/x10aux/string_utils.h.orig 2014-03-09 14:42:24.000000000 +0100
-+++ ../x10.runtime/src-cpp/x10aux/string_utils.h 2014-03-09 14:45:00.000000000 +0100
-@@ -38,23 +38,6 @@
- char *strdup(const char*);
- char *strndup(const char*, x10_int len);
- }
--
-- /*
-- * Wrapers around to_string to translate null to "null"
-- */
-- template<class T> ref<x10::lang::String> safe_to_string(ref<T> v) {
-- if (v.isNull()) return string_utils::lit("null");
-- return to_string(v);
-- }
-- template<class T> ref<x10::lang::String> safe_to_string(captured_ref_lval<T> v) {
-- return safe_to_string(*v);
-- }
-- template<class T> ref<x10::lang::String> safe_to_string(captured_struct_lval<T> v) {
-- return to_string(*v);
-- }
-- template<class T> ref<x10::lang::String> safe_to_string(T v) {
-- return to_string(v);
-- }
- }
-
-
-
diff --git a/lang/x10/pkg-descr b/lang/x10/pkg-descr
deleted file mode 100644
index 7838fec179d3..000000000000
--- a/lang/x10/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-IBM Research is developing the open-source X10 programming language to
-provide a programming model that can address the architectural challenge
-of multiples cores, hardware accelerators, clusters, and supercomputers
-in a manner that provides scalable performance in a productive manner.
-
-WWW: http://x10-lang.org/
diff --git a/lang/x10/pkg-plist b/lang/x10/pkg-plist
deleted file mode 100644
index fb4ffc1f8e3f..000000000000
--- a/lang/x10/pkg-plist
+++ /dev/null
@@ -1,499 +0,0 @@
-bin/X10Launcher
-bin/apgas
-bin/precommit
-bin/x10
-bin/x10c
-bin/x10c++
-bin/x10j
-etc/sharedlib.properties
-etc/x10rt_sockets.properties
-etc/x10rt_standalone.properties
-include/x10_x10rt_MessageHandlers.h
-include/x10_x10rt_TeamSupport.h
-include/x10_x10rt_X10RT.h
-include/x10_x10rt_X10RT_State.h
-include/x10rt_cpp.h
-include/x10rt_cuda.h
-include/x10rt_front.h
-include/x10rt_jni_helpers.h
-include/x10rt_logical.h
-include/x10rt_net.h
-include/x10rt_ser.h
-include/x10rt_types.h
-lib/com.ibm.wala.cast.java_1.0.0.201101071300.jar
-lib/com.ibm.wala.cast_1.0.0.201101071300.jar
-lib/com.ibm.wala.core_1.1.3.201101071300.jar
-lib/com.ibm.wala.shrike_1.3.1.201101071300.jar
-lib/commons-math-2.2.jar
-lib/ecj.jar
-lib/libx10rt_sockets.so
-lib/libx10rt_standalone.so
-lib/lpg.jar
-lib/org.eclipse.equinox.common_3.6.0.v20100503.jar
-lib/x10c.jar
-lib/x10doc.jar
-lib/x10wala.jar
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ArraySum.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/CUDA3DFD.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/CUDABlackScholes.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/CUDAKernelTest.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/CUDAMatMul.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/CUDATopology.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CUDA/KMeansCUDA.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FRASimpleDist.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FSSimpleDist.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/GCSpheres.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HelloWholeWorld.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/HelloWorld.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Histogram.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/KMeans.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/KMeansDist.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/KMeansSPMD.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MontyPi.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NQueensDist.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/NQueensPar.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/StructSpheres.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/points.dat
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/Fibonacci.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v0.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v1.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v2.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v3.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v4.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/HeatTransfer_v5.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/IntegrateTutorial.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/QSort.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/Fib.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/FibSeq.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/Integrate.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/IntegrateSeq.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/QuickSort.x10
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/work-stealing/QuickSortSeq.x10
-stdlib/include/gc.h
-stdlib/include/gc/gc.h
-stdlib/include/gc/gc_allocator.h
-stdlib/include/gc/gc_amiga_redirects.h
-stdlib/include/gc/gc_backptr.h
-stdlib/include/gc/gc_config_macros.h
-stdlib/include/gc/gc_cpp.h
-stdlib/include/gc/gc_gcj.h
-stdlib/include/gc/gc_inline.h
-stdlib/include/gc/gc_mark.h
-stdlib/include/gc/gc_pthread_redirects.h
-stdlib/include/gc/gc_tiny_fl.h
-stdlib/include/gc/gc_typed.h
-stdlib/include/gc/gc_version.h
-stdlib/include/gc/leak_detector.h
-stdlib/include/gc/new_gc_alloc.h
-stdlib/include/gc/weakpointer.h
-stdlib/include/gc_cpp.h
-stdlib/include/x10/array/Array.h
-stdlib/include/x10/array/Array__Anonymous__13465.h
-stdlib/include/x10/array/Array__Anonymous__13465__Anonymous__13522.h
-stdlib/include/x10/array/Array__Anonymous__13753.h
-stdlib/include/x10/array/Array__Anonymous__13753__Anonymous__13810.h
-stdlib/include/x10/array/Array__Anonymous__14087.h
-stdlib/include/x10/array/BlockBlockDist.h
-stdlib/include/x10/array/BlockDist.h
-stdlib/include/x10/array/ConstantDist.h
-stdlib/include/x10/array/Dist.h
-stdlib/include/x10/array/DistArray.h
-stdlib/include/x10/array/DistArray__Anonymous__27239.h
-stdlib/include/x10/array/DistArray__LocalState.h
-stdlib/include/x10/array/EmptyRegion.h
-stdlib/include/x10/array/EmptyRegion__ERIterator.h
-stdlib/include/x10/array/FullRegion.h
-stdlib/include/x10/array/Mat.h
-stdlib/include/x10/array/MatBuilder.h
-stdlib/include/x10/array/PeriodicDist.h
-stdlib/include/x10/array/PlaceGroup.h
-stdlib/include/x10/array/PlaceGroup__WorldPlaceGroup.h
-stdlib/include/x10/array/Point.h
-stdlib/include/x10/array/PolyMat.h
-stdlib/include/x10/array/PolyMatBuilder.h
-stdlib/include/x10/array/PolyRegion.h
-stdlib/include/x10/array/PolyRow.h
-stdlib/include/x10/array/PolyScanner.h
-stdlib/include/x10/array/PolyScanner__Anonymous__9371.h
-stdlib/include/x10/array/PolyScanner__RailIt.h
-stdlib/include/x10/array/RectLayout.h
-stdlib/include/x10/array/RectRegion.h
-stdlib/include/x10/array/RectRegion1D.h
-stdlib/include/x10/array/RectRegion1D__RRIterator.h
-stdlib/include/x10/array/RectRegion__RRIterator.h
-stdlib/include/x10/array/Region.h
-stdlib/include/x10/array/RemoteArray.h
-stdlib/include/x10/array/Row.h
-stdlib/include/x10/array/SparsePlaceGroup.h
-stdlib/include/x10/array/UnboundedRegionException.h
-stdlib/include/x10/array/UniqueDist.h
-stdlib/include/x10/array/ValRow.h
-stdlib/include/x10/array/VarMat.h
-stdlib/include/x10/array/VarRow.h
-stdlib/include/x10/array/WrappedDistPlaceRestricted.h
-stdlib/include/x10/array/WrappedDistRegionRestricted.h
-stdlib/include/x10/compiler/Abort.h
-stdlib/include/x10/compiler/AsyncClosure.h
-stdlib/include/x10/compiler/ByRef.h
-stdlib/include/x10/compiler/CUDA.h
-stdlib/include/x10/compiler/CUDADirectParams.h
-stdlib/include/x10/compiler/CompileTimeConstant.h
-stdlib/include/x10/compiler/CompilerFlags.h
-stdlib/include/x10/compiler/Det.h
-stdlib/include/x10/compiler/Embed.h
-stdlib/include/x10/compiler/Endpoint.h
-stdlib/include/x10/compiler/Ephemeral.h
-stdlib/include/x10/compiler/Finalization.h
-stdlib/include/x10/compiler/FinishAsync.h
-stdlib/include/x10/compiler/Global.h
-stdlib/include/x10/compiler/Header.h
-stdlib/include/x10/compiler/Ifdef.h
-stdlib/include/x10/compiler/Ifndef.h
-stdlib/include/x10/compiler/Immediate.h
-stdlib/include/x10/compiler/Impure.h
-stdlib/include/x10/compiler/Incomplete.h
-stdlib/include/x10/compiler/InitDispatcher.h
-stdlib/include/x10/compiler/Inline.h
-stdlib/include/x10/compiler/InlineOnly.h
-stdlib/include/x10/compiler/LocalVar.h
-stdlib/include/x10/compiler/Mutable.h
-stdlib/include/x10/compiler/Native.h
-stdlib/include/x10/compiler/NativeCPPCompilationUnit.h
-stdlib/include/x10/compiler/NativeCPPExtern.h
-stdlib/include/x10/compiler/NativeCPPInclude.h
-stdlib/include/x10/compiler/NativeCPPOutputFile.h
-stdlib/include/x10/compiler/NativeClass.h
-stdlib/include/x10/compiler/NativeDef.h
-stdlib/include/x10/compiler/NativeRep.h
-stdlib/include/x10/compiler/NativeString.h
-stdlib/include/x10/compiler/NoInferType.h
-stdlib/include/x10/compiler/NoInline.h
-stdlib/include/x10/compiler/NoReturn.h
-stdlib/include/x10/compiler/NoSuperCall.h
-stdlib/include/x10/compiler/NoThisAccess.h
-stdlib/include/x10/compiler/NonEscaping.h
-stdlib/include/x10/compiler/PerProcess.h
-stdlib/include/x10/compiler/Pinned.h
-stdlib/include/x10/compiler/PlaceLocalHandle.h
-stdlib/include/x10/compiler/Pragma.h
-stdlib/include/x10/compiler/Pure.h
-stdlib/include/x10/compiler/Ref.h
-stdlib/include/x10/compiler/RemoteInvocation.h
-stdlib/include/x10/compiler/SetOps.h
-stdlib/include/x10/compiler/StackAllocate.h
-stdlib/include/x10/compiler/SuppressTransientError.h
-stdlib/include/x10/compiler/Uncounted.h
-stdlib/include/x10/compiler/Uninitialized.h
-stdlib/include/x10/compiler/Unroll.h
-stdlib/include/x10/compiler/Volatile.h
-stdlib/include/x10/compiler/WS.h
-stdlib/include/x10/compiler/X10JavaSerializable.h
-stdlib/include/x10/compiler/tests/ERR.h
-stdlib/include/x10/compiler/tests/ShouldBeErr.h
-stdlib/include/x10/compiler/tests/ShouldNotBeERR.h
-stdlib/include/x10/compiler/ws/AsyncFrame.h
-stdlib/include/x10/compiler/ws/AtFrame.h
-stdlib/include/x10/compiler/ws/CollectingFinish.h
-stdlib/include/x10/compiler/ws/FinishFrame.h
-stdlib/include/x10/compiler/ws/Frame.h
-stdlib/include/x10/compiler/ws/MainFrame.h
-stdlib/include/x10/compiler/ws/RegularFrame.h
-stdlib/include/x10/compiler/ws/RemoteFinish.h
-stdlib/include/x10/compiler/ws/RootFinish.h
-stdlib/include/x10/compiler/ws/ThrowFrame.h
-stdlib/include/x10/compiler/ws/TryFrame.h
-stdlib/include/x10/compiler/ws/Worker.h
-stdlib/include/x10/io/Console.h
-stdlib/include/x10/io/CustomSerialization.h
-stdlib/include/x10/io/EOFException.h
-stdlib/include/x10/io/File.h
-stdlib/include/x10/io/FileNotFoundException.h
-stdlib/include/x10/io/FileReader.h
-stdlib/include/x10/io/FileReader__FileInputStream.h
-stdlib/include/x10/io/FileSystem.h
-stdlib/include/x10/io/FileWriter.h
-stdlib/include/x10/io/FileWriter__FileOutputStream.h
-stdlib/include/x10/io/File__NativeFile.h
-stdlib/include/x10/io/FilterReader.h
-stdlib/include/x10/io/FilterWriter.h
-stdlib/include/x10/io/IOException.h
-stdlib/include/x10/io/InputStreamReader.h
-stdlib/include/x10/io/InputStreamReader__InputStream.h
-stdlib/include/x10/io/Marshal.h
-stdlib/include/x10/io/Marshal__BooleanMarshal.h
-stdlib/include/x10/io/Marshal__ByteMarshal.h
-stdlib/include/x10/io/Marshal__CharMarshal.h
-stdlib/include/x10/io/Marshal__DoubleMarshal.h
-stdlib/include/x10/io/Marshal__FloatMarshal.h
-stdlib/include/x10/io/Marshal__IntMarshal.h
-stdlib/include/x10/io/Marshal__LineMarshal.h
-stdlib/include/x10/io/Marshal__LongMarshal.h
-stdlib/include/x10/io/Marshal__ShortMarshal.h
-stdlib/include/x10/io/Marshal__UByteMarshal.h
-stdlib/include/x10/io/Marshal__UIntMarshal.h
-stdlib/include/x10/io/Marshal__ULongMarshal.h
-stdlib/include/x10/io/Marshal__UShortMarshal.h
-stdlib/include/x10/io/NotSerializableException.h
-stdlib/include/x10/io/OutputStreamWriter.h
-stdlib/include/x10/io/OutputStreamWriter__OutputStream.h
-stdlib/include/x10/io/Printer.h
-stdlib/include/x10/io/PutbackReader.h
-stdlib/include/x10/io/Readable.h
-stdlib/include/x10/io/Reader.h
-stdlib/include/x10/io/ReaderIterator.h
-stdlib/include/x10/io/SerialData.h
-stdlib/include/x10/io/StringWriter.h
-stdlib/include/x10/io/Writable.h
-stdlib/include/x10/io/Writer.h
-stdlib/include/x10/lang/Acc.h
-stdlib/include/x10/lang/Accumulator.h
-stdlib/include/x10/lang/Activity.h
-stdlib/include/x10/lang/Activity__ClockPhases.h
-stdlib/include/x10/lang/Any.h
-stdlib/include/x10/lang/Arithmetic.h
-stdlib/include/x10/lang/ArithmeticException.h
-stdlib/include/x10/lang/ArrayIndexOutOfBoundsException.h
-stdlib/include/x10/lang/AssertionError.h
-stdlib/include/x10/lang/BadPlaceException.h
-stdlib/include/x10/lang/Bitwise.h
-stdlib/include/x10/lang/Boolean.h
-stdlib/include/x10/lang/Byte.h
-stdlib/include/x10/lang/Cell.h
-stdlib/include/x10/lang/Char.h
-stdlib/include/x10/lang/ClassCastException.h
-stdlib/include/x10/lang/Clock.h
-stdlib/include/x10/lang/ClockUseException.h
-stdlib/include/x10/lang/Closure.h
-stdlib/include/x10/lang/Comparable.h
-stdlib/include/x10/lang/Complex.h
-stdlib/include/x10/lang/Debug.h
-stdlib/include/x10/lang/Deque.h
-stdlib/include/x10/lang/Double.h
-stdlib/include/x10/lang/Error.h
-stdlib/include/x10/lang/Exception.h
-stdlib/include/x10/lang/FailedDynamicCheckException.h
-stdlib/include/x10/lang/FinishAccumulator.h
-stdlib/include/x10/lang/FinishState.h
-stdlib/include/x10/lang/FinishState__CollectingFinish.h
-stdlib/include/x10/lang/FinishState__CollectingFinishState.h
-stdlib/include/x10/lang/FinishState__Finish.h
-stdlib/include/x10/lang/FinishState__FinishAsync.h
-stdlib/include/x10/lang/FinishState__FinishHere.h
-stdlib/include/x10/lang/FinishState__FinishSPMD.h
-stdlib/include/x10/lang/FinishState__FinishSkeleton.h
-stdlib/include/x10/lang/FinishState__FinishStates.h
-stdlib/include/x10/lang/FinishState__LocalFinish.h
-stdlib/include/x10/lang/FinishState__RemoteCollectingFinish.h
-stdlib/include/x10/lang/FinishState__RemoteFinish.h
-stdlib/include/x10/lang/FinishState__RemoteFinishAsync.h
-stdlib/include/x10/lang/FinishState__RemoteFinishSPMD.h
-stdlib/include/x10/lang/FinishState__RemoteFinishSkeleton.h
-stdlib/include/x10/lang/FinishState__RootCollectingFinish.h
-stdlib/include/x10/lang/FinishState__RootFinish.h
-stdlib/include/x10/lang/FinishState__RootFinishAsync.h
-stdlib/include/x10/lang/FinishState__RootFinishSPMD.h
-stdlib/include/x10/lang/FinishState__RootFinishSkeleton.h
-stdlib/include/x10/lang/FinishState__StatefulReducer.h
-stdlib/include/x10/lang/FinishState__UncountedFinish.h
-stdlib/include/x10/lang/Float.h
-stdlib/include/x10/lang/Fun_0_0.h
-stdlib/include/x10/lang/Fun_0_1.h
-stdlib/include/x10/lang/Fun_0_2.h
-stdlib/include/x10/lang/Fun_0_3.h
-stdlib/include/x10/lang/Fun_0_4.h
-stdlib/include/x10/lang/Fun_0_5.h
-stdlib/include/x10/lang/Fun_0_6.h
-stdlib/include/x10/lang/Fun_0_7.h
-stdlib/include/x10/lang/Fun_0_8.h
-stdlib/include/x10/lang/Fun_0_9.h
-stdlib/include/x10/lang/GlobalCell.h
-stdlib/include/x10/lang/GlobalRef.h
-stdlib/include/x10/lang/GlobalRef__LocalEval.h
-stdlib/include/x10/lang/IBox.h
-stdlib/include/x10/lang/IllegalAccAccess.h
-stdlib/include/x10/lang/IllegalArgumentException.h
-stdlib/include/x10/lang/IllegalMonitorStateException.h
-stdlib/include/x10/lang/IllegalOperationException.h
-stdlib/include/x10/lang/IllegalThreadStateException.h
-stdlib/include/x10/lang/Indexable.h
-stdlib/include/x10/lang/Int.h
-stdlib/include/x10/lang/IntRange.h
-stdlib/include/x10/lang/IntRange__IntRangeIt.h
-stdlib/include/x10/lang/InterruptedException.h
-stdlib/include/x10/lang/Iterable.h
-stdlib/include/x10/lang/Iterator.h
-stdlib/include/x10/lang/Lock__ReentrantLock.h
-stdlib/include/x10/lang/Long.h
-stdlib/include/x10/lang/LongRange.h
-stdlib/include/x10/lang/LongRange__LongRangeIt.h
-stdlib/include/x10/lang/Math.h
-stdlib/include/x10/lang/MultipleExceptions.h
-stdlib/include/x10/lang/NullPointerException.h
-stdlib/include/x10/lang/NumberFormatException.h
-stdlib/include/x10/lang/Object.h
-stdlib/include/x10/lang/OutOfMemoryError.h
-stdlib/include/x10/lang/Place.h
-stdlib/include/x10/lang/PlaceLocalHandle.h
-stdlib/include/x10/lang/PlaceLocalHandle_Impl.h
-stdlib/include/x10/lang/Reducible.h
-stdlib/include/x10/lang/Reference.h
-stdlib/include/x10/lang/Runtime.h
-stdlib/include/x10/lang/RuntimeException.h
-stdlib/include/x10/lang/Runtime__Mortal.h
-stdlib/include/x10/lang/Runtime__Pool.h
-stdlib/include/x10/lang/Runtime__Remote.h
-stdlib/include/x10/lang/Runtime__RemoteControl.h
-stdlib/include/x10/lang/Runtime__Semaphore.h
-stdlib/include/x10/lang/Runtime__Worker.h
-stdlib/include/x10/lang/Runtime__X10RTMessageStats.h
-stdlib/include/x10/lang/Runtime__X10RTStats.h
-stdlib/include/x10/lang/Sequence.h
-stdlib/include/x10/lang/Settable.h
-stdlib/include/x10/lang/Short.h
-stdlib/include/x10/lang/StackOverflowError.h
-stdlib/include/x10/lang/String.h
-stdlib/include/x10/lang/StringHelper.h
-stdlib/include/x10/lang/StringIndexOutOfBoundsException.h
-stdlib/include/x10/lang/System.h
-stdlib/include/x10/lang/Thread.h
-stdlib/include/x10/lang/Throwable.h
-stdlib/include/x10/lang/UByte.h
-stdlib/include/x10/lang/UInt.h
-stdlib/include/x10/lang/ULong.h
-stdlib/include/x10/lang/UShort.h
-stdlib/include/x10/lang/UnsupportedOperationException.h
-stdlib/include/x10/lang/VoidFun_0_0.h
-stdlib/include/x10/lang/VoidFun_0_1.h
-stdlib/include/x10/lang/VoidFun_0_2.h
-stdlib/include/x10/lang/VoidFun_0_3.h
-stdlib/include/x10/lang/VoidFun_0_4.h
-stdlib/include/x10/lang/VoidFun_0_5.h
-stdlib/include/x10/lang/VoidFun_0_6.h
-stdlib/include/x10/lang/VoidFun_0_7.h
-stdlib/include/x10/lang/VoidFun_0_8.h
-stdlib/include/x10/lang/VoidFun_0_9.h
-stdlib/include/x10/lang/Zero.h
-stdlib/include/x10/lang/_.h
-stdlib/include/x10/lang/annotations/Annotation.h
-stdlib/include/x10/lang/annotations/ClassAnnotation.h
-stdlib/include/x10/lang/annotations/ExpressionAnnotation.h
-stdlib/include/x10/lang/annotations/FieldAnnotation.h
-stdlib/include/x10/lang/annotations/ImportAnnotation.h
-stdlib/include/x10/lang/annotations/MethodAnnotation.h
-stdlib/include/x10/lang/annotations/PackageAnnotation.h
-stdlib/include/x10/lang/annotations/StatementAnnotation.h
-stdlib/include/x10/lang/annotations/TypeAnnotation.h
-stdlib/include/x10/util/AbstractCollection.h
-stdlib/include/x10/util/AbstractContainer.h
-stdlib/include/x10/util/ArrayBuilder.h
-stdlib/include/x10/util/ArrayList.h
-stdlib/include/x10/util/ArrayList__It.h
-stdlib/include/x10/util/Box.h
-stdlib/include/x10/util/Builder.h
-stdlib/include/x10/util/CUDAUtilities.h
-stdlib/include/x10/util/Collection.h
-stdlib/include/x10/util/CollectionIterator.h
-stdlib/include/x10/util/Container.h
-stdlib/include/x10/util/GrowableIndexedMemoryChunk.h
-stdlib/include/x10/util/HashMap.h
-stdlib/include/x10/util/HashMap__EntriesIterator.h
-stdlib/include/x10/util/HashMap__EntrySet.h
-stdlib/include/x10/util/HashMap__HashEntry.h
-stdlib/include/x10/util/HashMap__KeySet.h
-stdlib/include/x10/util/HashMap__State.h
-stdlib/include/x10/util/HashSet.h
-stdlib/include/x10/util/Indexed.h
-stdlib/include/x10/util/IndexedMemoryChunk.h
-stdlib/include/x10/util/List.h
-stdlib/include/x10/util/ListIterator.h
-stdlib/include/x10/util/Map.h
-stdlib/include/x10/util/MapIterator.h
-stdlib/include/x10/util/MapSet.h
-stdlib/include/x10/util/Map__Entry.h
-stdlib/include/x10/util/NoSuchElementException.h
-stdlib/include/x10/util/Option.h
-stdlib/include/x10/util/OptionsParser.h
-stdlib/include/x10/util/OptionsParser__Err.h
-stdlib/include/x10/util/Ordered.h
-stdlib/include/x10/util/Pair.h
-stdlib/include/x10/util/Random.h
-stdlib/include/x10/util/RemoteIndexedMemoryChunk.h
-stdlib/include/x10/util/Set.h
-stdlib/include/x10/util/Stack.h
-stdlib/include/x10/util/StringBuilder.h
-stdlib/include/x10/util/Team.h
-stdlib/include/x10/util/Team__DoubleIdx.h
-stdlib/include/x10/util/Timer.h
-stdlib/include/x10/util/Vec.h
-stdlib/include/x10/util/WorkerLocalHandle.h
-stdlib/include/x10/util/WorkerLocalStorage.h
-stdlib/include/x10/util/concurrent/AtomicBoolean.h
-stdlib/include/x10/util/concurrent/AtomicDouble.h
-stdlib/include/x10/util/concurrent/AtomicFloat.h
-stdlib/include/x10/util/concurrent/AtomicInteger.h
-stdlib/include/x10/util/concurrent/AtomicLong.h
-stdlib/include/x10/util/concurrent/AtomicReference.h
-stdlib/include/x10/util/concurrent/Fences.h
-stdlib/include/x10/util/concurrent/Future.h
-stdlib/include/x10/util/concurrent/IntLatch.h
-stdlib/include/x10/util/concurrent/Latch.h
-stdlib/include/x10/util/concurrent/Lock.h
-stdlib/include/x10/util/concurrent/Monitor.h
-stdlib/include/x10/util/concurrent/SPMDBarrier.h
-stdlib/include/x10/util/concurrent/SimpleIntLatch.h
-stdlib/include/x10/util/concurrent/SimpleLatch.h
-stdlib/include/x10aux/RTT.h
-stdlib/include/x10aux/alloc.h
-stdlib/include/x10aux/array_utils.h
-stdlib/include/x10aux/assert.h
-stdlib/include/x10aux/atomic_boolean_funs.h
-stdlib/include/x10aux/atomic_int_funs.h
-stdlib/include/x10aux/atomic_long_funs.h
-stdlib/include/x10aux/atomic_ops.h
-stdlib/include/x10aux/basic_functions.h
-stdlib/include/x10aux/boolean_utils.h
-stdlib/include/x10aux/bootstrap.h
-stdlib/include/x10aux/byte_utils.h
-stdlib/include/x10aux/captured_lval.h
-stdlib/include/x10aux/char_utils.h
-stdlib/include/x10aux/class_cast.h
-stdlib/include/x10aux/config.h
-stdlib/include/x10aux/cuda_kernel.cuh
-stdlib/include/x10aux/cuda_kernel.h
-stdlib/include/x10aux/debug.h
-stdlib/include/x10aux/deserialization_dispatcher.h
-stdlib/include/x10aux/double_utils.h
-stdlib/include/x10aux/float_utils.h
-stdlib/include/x10aux/fun_utils.h
-stdlib/include/x10aux/hash.h
-stdlib/include/x10aux/init_dispatcher.h
-stdlib/include/x10aux/int_utils.h
-stdlib/include/x10aux/io/FILEPtrInputStream.h
-stdlib/include/x10aux/io/FILEPtrOutputStream.h
-stdlib/include/x10aux/io/FILEPtrStream.h
-stdlib/include/x10aux/itables.h
-stdlib/include/x10aux/lock.h
-stdlib/include/x10aux/long_utils.h
-stdlib/include/x10aux/math.h
-stdlib/include/x10aux/math_utils.h
-stdlib/include/x10aux/network.h
-stdlib/include/x10aux/place_local.h
-stdlib/include/x10aux/pragmas.h
-stdlib/include/x10aux/ref.h
-stdlib/include/x10aux/reference_logger.h
-stdlib/include/x10aux/serialization.h
-stdlib/include/x10aux/short_utils.h
-stdlib/include/x10aux/static_init.h
-stdlib/include/x10aux/string_utils.h
-stdlib/include/x10aux/system_utils.h
-stdlib/include/x10aux/throw.h
-stdlib/include/x10aux/vec_decl.h
-stdlib/include/x10rt.h
-stdlib/lib/libgc.a
-stdlib/lib/libgc.so
-stdlib/lib/libgc.so.1
-stdlib/lib/libx10.so
-stdlib/libx10.properties
-stdlib/x10.jar
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/guide