diff --git a/MOVED b/MOVED index 90fb92d21d74..4c7ed8a9d08a 100644 --- a/MOVED +++ b/MOVED @@ -16912,3 +16912,40 @@ net-mgmt/zabbix3-java||2022-02-28|Has expired: Upstream EOL reached on 2021-02-2 net-mgmt/zabbix3-frontend||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28 net-mgmt/zabbix3-agent||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28 net-mgmt/zabbix3-server||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28 +archivers/zip-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux +cad/ghdl||2022-02-28|Removed, depends on expired lang/gcc6-aux +databases/adabase||2022-02-28|Removed, depends on expired lang/gcc6-aux +databases/apq||2022-02-28|Removed, depends on expired lang/gcc6-aux +databases/apq-mysql||2022-02-28|Removed, depends on expired lang/gcc6-aux +databases/apq-odbc||2022-02-28|Removed, depends on expired lang/gcc6-aux +databases/apq-pgsql||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/ada-util||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/adabooch||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/adaid||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/ahven||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/alog||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/aunit||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/florist-gpl||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/gprbuild||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/libspark2012||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/matreshka||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/pcsc-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/pragmarcs||2022-02-28|Removed, depends on expired lang/gcc6-aux +devel/sdl_gnat||2022-02-28|Removed, depends on expired lang/gcc6-aux +dns/ironsides||2022-02-28|Removed, depends on expired lang/gcc6-aux +graphics/generic_image_decoder||2022-02-28|Removed, depends on expired lang/gcc6-aux +lang/adacontrol||2022-02-28|Removed, depends on expired lang/gcc6-aux +lang/asis||2022-02-28|Removed, depends on expired lang/gcc6-aux +lang/gnat_util||2022-02-28|Removed, depends on expired lang/gcc6-aux +lang/lua-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux +math/plplot-ada||2022-02-28|Removed, depends on expired lang/gcc6-aux +misc/excel-writer||2022-02-28|Removed, depends on expired lang/gcc6-aux +net/adasockets||2022-02-28|Removed, depends on expired lang/gcc6-aux +net/anet||2022-02-28|Removed, depends on expired lang/gcc6-aux +security/libadacrypt||2022-02-28|Removed, depends on expired lang/gcc6-aux +textproc/adabrowse||2022-02-28|Removed, depends on expired lang/gcc6-aux +textproc/templates_parser||2022-02-28|Removed, depends on expired lang/gcc6-aux +textproc/words||2022-02-28|Removed, depends on expired lang/gcc6-aux +textproc/xmlada||2022-02-28|Removed, depends on expired lang/gcc6-aux +x11-toolkits/gtkada||2022-02-28|Removed, depends on expired lang/gcc6-aux +x11-toolkits/gtkada3||2022-02-28|Removed, depends on expired lang/gcc6-aux diff --git a/archivers/Makefile b/archivers/Makefile index b39ae72f7320..1d34f2283c5f 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -261,7 +261,6 @@ SUBDIR += xpk SUBDIR += zchunk SUBDIR += zip - SUBDIR += zip-ada SUBDIR += zipmix SUBDIR += zipper SUBDIR += zlib-ng diff --git a/archivers/zip-ada/Makefile b/archivers/zip-ada/Makefile deleted file mode 100644 index addd19c3eb3c..000000000000 --- a/archivers/zip-ada/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: John Marino - -PORTNAME= zip-ada -DISTVERSION= 55 -CATEGORIES= archivers -MASTER_SITES= SF/unzip-ada/ -DISTNAME= zipada${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Zip compressed archive file format library written in Ada - -LICENSE= MIT - -USES= ada perl5 dos2unix zip -USE_PERL5= build -WRKSRC= ${WRKDIR}/zip-ada -MAKE_ENV+= Build_Mode=Fast - -ZTOOLS= bunzip bwt_dec bwt_enc comp_zip find_zip lzhuf \ - lzma_dec lzma_enc rezip unzipada zipada - -DEMOS= bwt_demo demo_csv_into_zip demo_unzip demo_zip - -OPTIONS_DEFINE= EXAMPLES - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -P zipada.gpr) - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin \ - ${STAGEDIR}${EXAMPLESDIR} \ - ${STAGEDIR}${PREFIX}/include/zip-ada \ - ${STAGEDIR}${PREFIX}/lib/zip-ada \ - ${STAGEDIR}${PREFIX}/lib/gnat - @${MKDIR} ${WRKSRC}/obj_tools ${WRKSRC}/obj_demos -.for F in ${ZTOOLS} - ${INSTALL_PROGRAM} ${WRKSRC}/${F} ${STAGEDIR}${PREFIX}/bin/ - ${MV} ${WRKSRC}/obj_opt/${F}.* ${WRKSRC}/obj_tools/ -.endfor -.for F in ${DEMOS} - ${INSTALL_PROGRAM} ${WRKSRC}/${F} ${STAGEDIR}${EXAMPLESDIR}/ - ${MV} ${WRKSRC}/obj_opt/${F}.* ${WRKSRC}/obj_demos/ -.endfor - (cd ${WRKSRC}/obj_opt && ${AR} rcs libzip-ada.a *.o) - ${MV} ${STAGEDIR}${PREFIX}/bin/bunzip \ - ${STAGEDIR}${PREFIX}/bin/debzip2 - ${INSTALL_DATA} ${WRKSRC}/zip_lib/*.ad[sb] \ - ${STAGEDIR}${PREFIX}/include/zip-ada/ - ${INSTALL_DATA} ${WRKSRC}/obj_opt/*.ali \ - ${STAGEDIR}${PREFIX}/lib/zip-ada/ - ${INSTALL_DATA} ${WRKSRC}/obj_opt/*.a ${STAGEDIR}${PREFIX}/lib/zip-ada/ - ${INSTALL_DATA} ${FILESDIR}/zip-ada.gpr ${STAGEDIR}${PREFIX}/lib/gnat/ - -.include diff --git a/archivers/zip-ada/distinfo b/archivers/zip-ada/distinfo deleted file mode 100644 index dc80a3ea493f..000000000000 --- a/archivers/zip-ada/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1550385910 -SHA256 (zipada55.zip) = 4309ba2677ca9e11ef29395f8cb569eab79bf63fd45d318fbe63d9fa976310c2 -SIZE (zipada55.zip) = 1047285 diff --git a/archivers/zip-ada/files/zip-ada.gpr b/archivers/zip-ada/files/zip-ada.gpr deleted file mode 100644 index 03e338f6535e..000000000000 --- a/archivers/zip-ada/files/zip-ada.gpr +++ /dev/null @@ -1,9 +0,0 @@ -project ZipAda is - - for Languages use ("ada"); - for Source_Dirs use ("../../include/zip-ada"); - for Library_Name use "zip-ada"; - for Library_Dir use "../../lib/zip-ada"; - for Externally_Built use "true"; - -end ZipAda; diff --git a/archivers/zip-ada/pkg-descr b/archivers/zip-ada/pkg-descr deleted file mode 100644 index 521db22e2ae0..000000000000 --- a/archivers/zip-ada/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Zip-Ada library is written entirely in Ada, allowing compression -operations without any OS-dependent external calls on streams and files. - -In addition to the library and command-line demos, it has these tools: - * zipada - create compressed Zip archive - * comp_zip - utility to compare contents of two Zip archives - * find_zip - utility to search for text stream of Zip archive - * rezip - tool for recompressing Zip archives towards optimal compression - * debzip2 - tool to decompress BZip2 compressed files (.bz2) - -WWW: http://unzip-ada.sourceforge.net/ diff --git a/archivers/zip-ada/pkg-plist b/archivers/zip-ada/pkg-plist deleted file mode 100644 index 846f71f7288b..000000000000 --- a/archivers/zip-ada/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/bwt_dec -bin/bwt_enc -bin/comp_zip -bin/debzip2 -bin/find_zip -bin/lzhuf -bin/lzma_dec -bin/lzma_enc -bin/rezip -bin/unzipada -bin/zipada -include/zip-ada/bzip2-decoding.adb -include/zip-ada/bzip2-decoding.ads -include/zip-ada/bzip2.adb -include/zip-ada/bzip2.ads -include/zip-ada/length_limited_huffman_code_lengths.adb -include/zip-ada/length_limited_huffman_code_lengths.ads -include/zip-ada/lz77.adb -include/zip-ada/lz77.ads -include/zip-ada/lzma-decoding.adb -include/zip-ada/lzma-decoding.ads -include/zip-ada/lzma-encoding.adb -include/zip-ada/lzma-encoding.ads -include/zip-ada/lzma.ads -include/zip-ada/unzip-decompress-huffman.adb -include/zip-ada/unzip-decompress-huffman.ads -include/zip-ada/unzip-decompress.adb -include/zip-ada/unzip-decompress.ads -include/zip-ada/unzip-streams.adb -include/zip-ada/unzip-streams.ads -include/zip-ada/unzip.adb -include/zip-ada/unzip.ads -include/zip-ada/zip-compress-deflate.adb -include/zip-ada/zip-compress-deflate.ads -include/zip-ada/zip-compress-lzma_e.adb -include/zip-ada/zip-compress-lzma_e.ads -include/zip-ada/zip-compress-reduce.adb -include/zip-ada/zip-compress-reduce.ads -include/zip-ada/zip-compress-shrink.adb -include/zip-ada/zip-compress-shrink.ads -include/zip-ada/zip-compress.adb -include/zip-ada/zip-compress.ads -include/zip-ada/zip-crc_crypto.adb -include/zip-ada/zip-crc_crypto.ads -include/zip-ada/zip-create.adb -include/zip-ada/zip-create.ads -include/zip-ada/zip-headers.adb -include/zip-ada/zip-headers.ads -include/zip-ada/zip.adb -include/zip-ada/zip.ads -include/zip-ada/zip_streams.adb -include/zip-ada/zip_streams.ads -lib/gnat/zip-ada.gpr -lib/zip-ada/bwt.ali -lib/zip-ada/bzip2-decoding.ali -lib/zip-ada/bzip2.ali -lib/zip-ada/comp_zip_prc.ali -lib/zip-ada/dual_io.ali -lib/zip-ada/flexible_temp_files.ali -lib/zip-ada/length_limited_huffman_code_lengths.ali -lib/zip-ada/libzip-ada.a -lib/zip-ada/lz77.ali -lib/zip-ada/lzh.ali -lib/zip-ada/lzma-decoding.ali -lib/zip-ada/lzma-encoding.ali -lib/zip-ada/lzma.ali -lib/zip-ada/my_dots.ali -lib/zip-ada/my_feedback.ali -lib/zip-ada/my_get_password.ali -lib/zip-ada/my_resolve_conflict.ali -lib/zip-ada/my_tell_data.ali -lib/zip-ada/rezip_lib.ali -lib/zip-ada/summary.ali -lib/zip-ada/unzip-decompress-huffman.ali -lib/zip-ada/unzip-decompress.ali -lib/zip-ada/unzip-streams.ali -lib/zip-ada/unzip.ali -lib/zip-ada/zip-compress-deflate.ali -lib/zip-ada/zip-compress-lzma_e.ali -lib/zip-ada/zip-compress-reduce.ali -lib/zip-ada/zip-compress-shrink.ali -lib/zip-ada/zip-compress.ali -lib/zip-ada/zip-crc_crypto.ali -lib/zip-ada/zip-create.ali -lib/zip-ada/zip-headers.ali -lib/zip-ada/zip.ali -lib/zip-ada/zip_streams.ali -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bwt_demo -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_csv_into_zip -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_unzip -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demo_zip diff --git a/cad/Makefile b/cad/Makefile index a8546b7e1776..d3459b8e3f19 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -40,7 +40,6 @@ SUBDIR += gdt SUBDIR += geda SUBDIR += gerbv - SUBDIR += ghdl SUBDIR += gmsh SUBDIR += gnucap SUBDIR += gplcver diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile deleted file mode 100644 index aa7af051d6de..000000000000 --- a/cad/ghdl/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: John Marino - -PORTNAME= ghdl -DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 -PORTREVISION= 1 -CATEGORIES= cad - -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ -PATCHFILES= 38025814efbba57d7527f37b16847b114815ab62.patch:-p1 # fixes https://github.com/ghdl/ghdl/issues/1627 - -MAINTAINER= yuri@FreeBSD.org -COMMENT= GNU VHDL simulator - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING.md - -LIB_DEPENDS= libgmp.so:math/gmp \ - libmpfr.so:math/mpfr \ - libmpc.so:math/mpc -TEST_DEPENDS= bash:shells/bash - -USES= ada:run gmake shebangfix -SHEBANG_FILES= testsuite/testsuite.sh -USE_GITHUB= yes -USE_LDCONFIG= yes - -GNU_CONFIGURE= yes - -LLVMVER= ${LLVM_DEFAULT} - -CONFIGURE_ARGS= --disable-libghdl - -OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= MCODE LLVM -OPTIONS_DEFAULT= LLVM -OPTIONS_SUB= yes - -MCODE_DESC= Use the MCODE backend -# MCODE is enabled by default and doesn't require any configuration options - -LLVM_DESC= Code generator is LLVM -LLVM_USES= libedit ncurses -LLVM_CONFIGURE_ON= --with-llvm-config=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} -LLVM_BUILD_DEPENDS= llvm-config${LLVMVER}:devel/llvm${LLVMVER} -LLVM_RUN_DEPENDS= llc${LLVMVER}:devel/llvm${LLVMVER} - -post-install-MCODE-on: - @${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/bin/ghdl \ - ${STAGEDIR}${PREFIX}/lib/libghdlvpi.so - -post-install-LLVM-on: - @${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/bin/ghdl \ - ${STAGEDIR}${PREFIX}/bin/ghdl1-llvm \ - ${STAGEDIR}${PREFIX}/lib/libghdlvpi.so - -do-test: - @cd ${WRKSRC}/testsuite && \ - ${SETENV} ${MAKE_ENV} GHDL=${STAGEDIR}${PREFIX}/bin/ghdl ${SH} testsuite.sh - -.include diff --git a/cad/ghdl/distinfo b/cad/ghdl/distinfo deleted file mode 100644 index c18872875e52..000000000000 --- a/cad/ghdl/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1612392740 -SHA256 (ghdl-ghdl-v1.0.0_GH0.tar.gz) = cb424766fbe831ff41bec84016a6af0406d735c272b0b639d507c3503df30495 -SIZE (ghdl-ghdl-v1.0.0_GH0.tar.gz) = 6232006 -SHA256 (38025814efbba57d7527f37b16847b114815ab62.patch) = 0e344cc497107a73f65449563f819d2e3077cac7fb31737c0c4e5d988dadebc7 -SIZE (38025814efbba57d7527f37b16847b114815ab62.patch) = 771 diff --git a/cad/ghdl/files/patch-configure b/cad/ghdl/files/patch-configure deleted file mode 100644 index 92c2c676b25b..000000000000 --- a/cad/ghdl/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig 2020-02-28 21:25:18 UTC -+++ configure -@@ -114,8 +114,6 @@ for opt do - --enable-coverage) build_mode="coverage";; - -h|-help|--help) show_help=yes;; - *) -- echo "$0: unknown option $opt; try $0 --help" -- exit 1 - ;; - esac - done -@@ -374,6 +372,7 @@ if test $backend = mcode; then - *darwin*) ortho_flags="Flags_Macosx${mcode64}" ;; - *mingw32*) ortho_flags="Flags_Windows${mcode64}" ;; - *linux*) ortho_flags="Flags_Linux${mcode64}" ;; -+ *freebsd*) ortho_flags="Flags_Linux${mcode64}" ;; - *) echo "Unsupported $build build for mcode"; exit 1;; - esac - echo "Generate ortho_code-x86-flags.ads" diff --git a/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb b/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb deleted file mode 100644 index f0580665f79d..000000000000 --- a/cad/ghdl/files/patch-src_ghdldrv_ghdldrv.adb +++ /dev/null @@ -1,22 +0,0 @@ ---- src/ghdldrv/ghdldrv.adb.orig 2021-02-02 19:52:50 UTC -+++ src/ghdldrv/ghdldrv.adb -@@ -483,7 +483,7 @@ package body Ghdldrv is - Cmd.Assembler_Cmd := new String'("as"); - end if; - if Cmd.Linker_Cmd = null then -- Cmd.Linker_Cmd := new String'("gcc"); -+ Cmd.Linker_Cmd := new String'("cc"); - end if; - end Set_Tools_Name; - -@@ -755,8 +755,8 @@ package body Ghdldrv is - Put_Line (" Set the path of the ghdl1 compiler"); - Put_Line (" --AS=as"); - Put_Line (" Use as for the assembler"); -- Put_Line (" --LINK=gcc"); -- Put_Line (" Use gcc for the linker driver"); -+ Put_Line (" --LINK=cc"); -+ Put_Line (" Use cc for the linker driver"); - Put_Line (" -S"); - Put_Line (" Do not assemble"); - Put_Line (" -o FILE"); diff --git a/cad/ghdl/files/patch-src_grt_grt.ver b/cad/ghdl/files/patch-src_grt_grt.ver deleted file mode 100644 index bd7cf38b5e5a..000000000000 --- a/cad/ghdl/files/patch-src_grt_grt.ver +++ /dev/null @@ -1,11 +0,0 @@ ---- src/grt/grt.ver.orig 2015-05-27 18:49:40 UTC -+++ src/grt/grt.ver -@@ -19,6 +19,8 @@ vpi_remove_cb; - vpi_scan; - vpi_vprintf; - vpi_printf; -+__progname; -+environ; - local: - *; - }; diff --git a/cad/ghdl/files/patch-src_ortho_mcode_memsegs__c.c b/cad/ghdl/files/patch-src_ortho_mcode_memsegs__c.c deleted file mode 100644 index c35994200aa2..000000000000 --- a/cad/ghdl/files/patch-src_ortho_mcode_memsegs__c.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ortho/mcode/memsegs_c.c.orig 2019-10-23 03:42:40 UTC -+++ src/ortho/mcode/memsegs_c.c -@@ -28,7 +28,7 @@ - set rights. - */ - --#ifdef __APPLE__ -+#if defined(__APPLE__) || defined(__FreeBSD__) - #define MAP_ANONYMOUS MAP_ANON - #else - #define HAVE_MREMAP diff --git a/cad/ghdl/files/patch-testsuite_testsuite.sh b/cad/ghdl/files/patch-testsuite_testsuite.sh deleted file mode 100644 index f691316ccfda..000000000000 --- a/cad/ghdl/files/patch-testsuite_testsuite.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- testsuite/testsuite.sh.orig 2021-02-04 00:41:47 UTC -+++ testsuite/testsuite.sh -@@ -97,7 +97,7 @@ for opt; do - esac - done - --if [ "x$tests" = "x" ]; then tests="sanity pyunit gna vests synth vpi"; fi -+if [ "x$tests" = "x" ]; then tests="sanity gna vests synth vpi"; fi - - echo "> tests: $tests" - echo "> args: $@" diff --git a/cad/ghdl/pkg-descr b/cad/ghdl/pkg-descr deleted file mode 100644 index edfffe028698..000000000000 --- a/cad/ghdl/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -GHDL is the leading VHSIC Hardware Description Language (VHDL) simulator. - -Digital and mixed-signal systems such as field-programmable gate arrays -and integrated circuits can be described by VHDL, and VHDL can also be -used as a general purpose parallel programming language. GHDL compiles -VHDL files and creates a binary which simulates the design. - -GHDL fully supports IEEE 1076-1987, IEEE 1-76-1993, IEEE 1076-2002 -versions of VHDL, and partially IEEE 1076-2008. - -WWW: https://github.com/ghdl/ghdl diff --git a/cad/ghdl/pkg-plist b/cad/ghdl/pkg-plist deleted file mode 100644 index f619a71ac51f..000000000000 --- a/cad/ghdl/pkg-plist +++ /dev/null @@ -1,198 +0,0 @@ -bin/ghdl -%%LLVM%%bin/ghdl1-llvm -include/vpi_user.h -lib/ghdl/ansi_color.sh -%%LLVM%%lib/ghdl/grt-exec.lst -%%LLVM%%lib/ghdl/grt-shared.lst -%%LLVM%%lib/ghdl/grt.lst -%%LLVM%%lib/ghdl/grt.ver -%%LLVM%%lib/ghdl/ieee/v08/fixed_float_types.o -%%LLVM%%lib/ghdl/ieee/v08/fixed_generic_pkg-body.o -%%LLVM%%lib/ghdl/ieee/v08/fixed_generic_pkg.o -%%LLVM%%lib/ghdl/ieee/v08/fixed_pkg.o -%%LLVM%%lib/ghdl/ieee/v08/float_generic_pkg-body.o -%%LLVM%%lib/ghdl/ieee/v08/float_generic_pkg.o -%%LLVM%%lib/ghdl/ieee/v08/float_pkg.o -lib/ghdl/ieee/v08/ieee-obj08.cf -%%LLVM%%lib/ghdl/ieee/v08/ieee_bit_context.o -%%LLVM%%lib/ghdl/ieee/v08/ieee_std_context.o -%%LLVM%%lib/ghdl/ieee/v08/math_complex-body.o -%%LLVM%%lib/ghdl/ieee/v08/math_complex.o -%%LLVM%%lib/ghdl/ieee/v08/math_real-body.o -%%LLVM%%lib/ghdl/ieee/v08/math_real.o -%%LLVM%%lib/ghdl/ieee/v08/memory_b.o -%%LLVM%%lib/ghdl/ieee/v08/memory_p.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_bit-body.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_bit.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_bit_unsigned-body.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_bit_unsigned.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_std-body.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_std.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_std_unsigned-body.o -%%LLVM%%lib/ghdl/ieee/v08/numeric_std_unsigned.o -%%LLVM%%lib/ghdl/ieee/v08/prmtvs_b.o -%%LLVM%%lib/ghdl/ieee/v08/prmtvs_p.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_1164-body.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_1164.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_arith.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_misc-body.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_misc.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_signed.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_textio.o -%%LLVM%%lib/ghdl/ieee/v08/std_logic_unsigned.o -%%LLVM%%lib/ghdl/ieee/v08/timing_b.o -%%LLVM%%lib/ghdl/ieee/v08/timing_p.o -%%LLVM%%lib/ghdl/ieee/v08/upf-body.o -%%LLVM%%lib/ghdl/ieee/v08/upf.o -lib/ghdl/ieee/v87/ieee-obj87.cf -%%LLVM%%lib/ghdl/ieee/v87/numeric_bit-body.o -%%LLVM%%lib/ghdl/ieee/v87/numeric_bit.o -%%LLVM%%lib/ghdl/ieee/v87/numeric_std-body.o -%%LLVM%%lib/ghdl/ieee/v87/numeric_std.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_1164-body.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_1164.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_arith.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_misc-body.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_misc.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_signed.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_textio.o -%%LLVM%%lib/ghdl/ieee/v87/std_logic_unsigned.o -%%LLVM%%lib/ghdl/ieee/v87/upf-body.o -%%LLVM%%lib/ghdl/ieee/v87/upf.o -%%LLVM%%lib/ghdl/ieee/v87/vital_primitives-body.o -%%LLVM%%lib/ghdl/ieee/v87/vital_primitives.o -%%LLVM%%lib/ghdl/ieee/v87/vital_timing-body.o -%%LLVM%%lib/ghdl/ieee/v87/vital_timing.o -lib/ghdl/ieee/v93/ieee-obj93.cf -%%LLVM%%lib/ghdl/ieee/v93/math_complex-body.o -%%LLVM%%lib/ghdl/ieee/v93/math_complex.o -%%LLVM%%lib/ghdl/ieee/v93/math_real-body.o -%%LLVM%%lib/ghdl/ieee/v93/math_real.o -%%LLVM%%lib/ghdl/ieee/v93/memory_b.o -%%LLVM%%lib/ghdl/ieee/v93/memory_p.o -%%LLVM%%lib/ghdl/ieee/v93/numeric_bit-body.o -%%LLVM%%lib/ghdl/ieee/v93/numeric_bit.o -%%LLVM%%lib/ghdl/ieee/v93/numeric_std-body.o -%%LLVM%%lib/ghdl/ieee/v93/numeric_std.o -%%LLVM%%lib/ghdl/ieee/v93/prmtvs_b.o -%%LLVM%%lib/ghdl/ieee/v93/prmtvs_p.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_1164-body.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_1164.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_arith.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_misc-body.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_misc.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_signed.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_textio.o -%%LLVM%%lib/ghdl/ieee/v93/std_logic_unsigned.o -%%LLVM%%lib/ghdl/ieee/v93/timing_b.o -%%LLVM%%lib/ghdl/ieee/v93/timing_p.o -%%LLVM%%lib/ghdl/ieee/v93/upf-body.o -%%LLVM%%lib/ghdl/ieee/v93/upf.o -%%LLVM%%lib/ghdl/libgrt.a -lib/ghdl/src/ieee/math_complex-body.vhdl -lib/ghdl/src/ieee/math_complex.vhdl -lib/ghdl/src/ieee/math_real-body.vhdl -lib/ghdl/src/ieee/math_real.vhdl -lib/ghdl/src/ieee/v87/numeric_bit-body.vhdl -lib/ghdl/src/ieee/v87/numeric_bit.vhdl -lib/ghdl/src/ieee/v87/numeric_std-body.vhdl -lib/ghdl/src/ieee/v87/numeric_std.vhdl -lib/ghdl/src/ieee/v87/std_logic_1164-body.vhdl -lib/ghdl/src/ieee/v87/std_logic_1164.vhdl -lib/ghdl/src/ieee/v93/numeric_bit-body.vhdl -lib/ghdl/src/ieee/v93/numeric_bit.vhdl -lib/ghdl/src/ieee/v93/numeric_std-body.vhdl -lib/ghdl/src/ieee/v93/numeric_std.vhdl -lib/ghdl/src/ieee/v93/std_logic_1164-body.vhdl -lib/ghdl/src/ieee/v93/std_logic_1164.vhdl -lib/ghdl/src/ieee2008/LICENSE -lib/ghdl/src/ieee2008/fixed_float_types.vhdl -lib/ghdl/src/ieee2008/fixed_generic_pkg-body.vhdl -lib/ghdl/src/ieee2008/fixed_generic_pkg.vhdl -lib/ghdl/src/ieee2008/fixed_pkg.vhdl -lib/ghdl/src/ieee2008/float_generic_pkg-body.vhdl -lib/ghdl/src/ieee2008/float_generic_pkg.vhdl -lib/ghdl/src/ieee2008/float_pkg.vhdl -lib/ghdl/src/ieee2008/ieee_bit_context.vhdl -lib/ghdl/src/ieee2008/ieee_std_context.vhdl -lib/ghdl/src/ieee2008/math_complex-body.vhdl -lib/ghdl/src/ieee2008/math_complex.vhdl -lib/ghdl/src/ieee2008/math_real-body.vhdl -lib/ghdl/src/ieee2008/math_real.vhdl -lib/ghdl/src/ieee2008/numeric_bit-body.vhdl -lib/ghdl/src/ieee2008/numeric_bit.vhdl -lib/ghdl/src/ieee2008/numeric_bit_unsigned-body.vhdl -lib/ghdl/src/ieee2008/numeric_bit_unsigned.vhdl -lib/ghdl/src/ieee2008/numeric_std-body.vhdl -lib/ghdl/src/ieee2008/numeric_std.vhdl -lib/ghdl/src/ieee2008/numeric_std_unsigned-body.vhdl -lib/ghdl/src/ieee2008/numeric_std_unsigned.vhdl -lib/ghdl/src/ieee2008/std_logic_1164-body.vhdl -lib/ghdl/src/ieee2008/std_logic_1164.vhdl -lib/ghdl/src/ieee2008/std_logic_textio.vhdl -lib/ghdl/src/std/env-body.vhdl -lib/ghdl/src/std/env.vhdl -lib/ghdl/src/std/v08/standard.vhdl -lib/ghdl/src/std/v08/textio-body.vhdl -lib/ghdl/src/std/v08/textio.vhdl -lib/ghdl/src/std/v87/standard.vhdl -lib/ghdl/src/std/v87/textio-body.vhdl -lib/ghdl/src/std/v87/textio.vhdl -lib/ghdl/src/std/v93/standard.vhdl -lib/ghdl/src/std/v93/textio-body.vhdl -lib/ghdl/src/std/v93/textio.vhdl -lib/ghdl/src/synopsys/std_logic_arith.vhdl -lib/ghdl/src/synopsys/std_logic_misc-body.vhdl -lib/ghdl/src/synopsys/std_logic_misc.vhdl -lib/ghdl/src/synopsys/std_logic_signed.vhdl -lib/ghdl/src/synopsys/std_logic_textio.vhdl -lib/ghdl/src/synopsys/std_logic_unsigned.vhdl -lib/ghdl/src/synopsys/v08/std_logic_misc-body.vhdl -lib/ghdl/src/synopsys/v08/std_logic_misc.vhdl -lib/ghdl/src/upf/upf-body.vhdl -lib/ghdl/src/upf/upf.vhdl -lib/ghdl/src/vital2000/memory_b.vhdl -lib/ghdl/src/vital2000/memory_p.vhdl -lib/ghdl/src/vital2000/prmtvs_b.vhdl -lib/ghdl/src/vital2000/prmtvs_p.vhdl -lib/ghdl/src/vital2000/timing_b.vhdl -lib/ghdl/src/vital2000/timing_p.vhdl -lib/ghdl/src/vital95/vital_primitives-body.vhdl -lib/ghdl/src/vital95/vital_primitives.vhdl -lib/ghdl/src/vital95/vital_timing-body.vhdl -lib/ghdl/src/vital95/vital_timing.vhdl -%%LLVM%%lib/ghdl/std/v08/env-body.o -%%LLVM%%lib/ghdl/std/v08/env.o -lib/ghdl/std/v08/std-obj08.cf -%%LLVM%%lib/ghdl/std/v08/std_standard.o -%%LLVM%%lib/ghdl/std/v08/textio-body.o -%%LLVM%%lib/ghdl/std/v08/textio.o -lib/ghdl/std/v87/std-obj87.cf -%%LLVM%%lib/ghdl/std/v87/std_standard.o -%%LLVM%%lib/ghdl/std/v87/textio-body.o -%%LLVM%%lib/ghdl/std/v87/textio.o -lib/ghdl/std/v93/std-obj93.cf -%%LLVM%%lib/ghdl/std/v93/std_standard.o -%%LLVM%%lib/ghdl/std/v93/textio-body.o -%%LLVM%%lib/ghdl/std/v93/textio.o -lib/ghdl/vendors/README.md -lib/ghdl/vendors/compile-altera.ps1 -lib/ghdl/vendors/compile-altera.sh -lib/ghdl/vendors/compile-intel.ps1 -lib/ghdl/vendors/compile-intel.sh -lib/ghdl/vendors/compile-lattice.ps1 -lib/ghdl/vendors/compile-lattice.sh -lib/ghdl/vendors/compile-osvvm.ps1 -lib/ghdl/vendors/compile-osvvm.sh -lib/ghdl/vendors/compile-uvvm.ps1 -lib/ghdl/vendors/compile-uvvm.sh -lib/ghdl/vendors/compile-xilinx-ise.ps1 -lib/ghdl/vendors/compile-xilinx-ise.sh -lib/ghdl/vendors/compile-xilinx-vivado.ps1 -lib/ghdl/vendors/compile-xilinx-vivado.sh -lib/ghdl/vendors/config.psm1 -lib/ghdl/vendors/config.sh -lib/ghdl/vendors/filter.analyze.sh -lib/ghdl/vendors/shared.psm1 -lib/ghdl/vendors/shared.sh -lib/libghdlvpi.so diff --git a/databases/Makefile b/databases/Makefile index ff8bff88c041..e4d610994905 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -9,16 +9,11 @@ SUBDIR += R-cran-fastmap SUBDIR += R-cran-sqldf SUBDIR += WWWdb - SUBDIR += adabase SUBDIR += adminer SUBDIR += adodb SUBDIR += adodb5 SUBDIR += akonadi SUBDIR += apache-commons-dbutils - SUBDIR += apq - SUBDIR += apq-mysql - SUBDIR += apq-odbc - SUBDIR += apq-pgsql SUBDIR += arrow SUBDIR += ateam_mysql57_ldap_auth SUBDIR += ateam_mysql_ldap_auth diff --git a/databases/adabase/Makefile b/databases/adabase/Makefile deleted file mode 100644 index 51aa05e513a1..000000000000 --- a/databases/adabase/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: John Marino - -PORTNAME= adabase -PORTVERSION= 3.1 -PORTREVISION= 3 -DISTVERSIONPREFIX= v -CATEGORIES= databases - -MAINTAINER= ports@FreeBSD.org -COMMENT= Thick database bindings for Ada - -LICENSE= ISCL -LICENSE_FILE= ${WRKSRC}/License.txt - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada -USE_GITHUB= yes -GH_ACCOUNT= jrmarino -GH_PROJECT= AdaBase - -BROKEN_aarch64= fails to install: digits value out of range, maximum is 15 - -OPTIONS_DEFINE= DEBUG -OPTIONS_MULTI= DBASE -OPTIONS_MULTI_DBASE= MYSQL SQLITE PGSQL -OPTIONS_DEFAULT= MYSQL SQLITE PGSQL -OPTIONS_SUB= yes - -DBASE_DESC= Databases Supported - -SQLITE_MAKE_ENV= SQLITE=yes -SQLITE_USES= sqlite:3 -SQLITE_VARS= DRVSQLITE=yes -SQLITE_VARS_OFF= DRVSQLITE=no - -MYSQL_MAKE_ENV= MYSQL=yes -MYSQL_USES= mysql -MYSQL_VARS= DRVMYSQL=yes -MYSQL_VARS_OFF= DRVMYSQL=no - -PGSQL_MAKE_ENV= POSTGRESQL=yes -PGSQL_USES= pgsql -PGSQL_VARS= DRVPGSQL=yes -PGSQL_VARS_OFF= DRVPGSQL=no - -DEBUG_MAKE_ENV= DEBUGSYM=yes - -MAKE_ENV+= OS_VERSION=unix - -post-patch: - ${RM} ${WRKSRC}/src/drivers/adabase-driver-base-firebird.ad? - ${REINPLACE_CMD} -e '/Driver_MySQL/ s/yes/no/' \ - ${WRKSRC}/adabase.gpr - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - gprbuild -p -P adabase ${BUILD_ARGS}) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/adabase \ - ${STAGEDIR}${PREFIX}/lib/adabase \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib/adabase - ${INSTALL_DATA} ${WRKSRC}/src/*/*.ad[bs] ${WRKSRC}/src/adabase.ads \ - ${STAGEDIR}${PREFIX}/include/adabase - ${SED} -e "s|@PREFIX@|${PREFIX}|" \ - -e "s|@MYSQL@|${DRVMYSQL}|" \ - -e "s|@PGSQL@|${DRVPGSQL}|" \ - -e "s|@SQLITE@|${DRVSQLITE}|" ${WRKSRC}/adabase.gpr.in > \ - ${STAGEDIR}${PREFIX}/lib/gnat/adabase.gpr - -.include diff --git a/databases/adabase/distinfo b/databases/adabase/distinfo deleted file mode 100644 index 4b266c4d5ca2..000000000000 --- a/databases/adabase/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1466107071 -SHA256 (jrmarino-AdaBase-v3.1_GH0.tar.gz) = 115967a90abf94f102aa4916a2ed14fb7aac2382f56113b791f2fd08b909444a -SIZE (jrmarino-AdaBase-v3.1_GH0.tar.gz) = 163154 diff --git a/databases/adabase/pkg-descr b/databases/adabase/pkg-descr deleted file mode 100644 index 6a7bb5a37a04..000000000000 --- a/databases/adabase/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Thick database bindings for MySQL, PostgreSQL and SQLite written in Ada. - -This is the third release of AdaBase, an abstraction library that provides -a consistent interface to multiple database servers. Currently three -drivers are provided, MySQL, PostgreSQL and SQLite. It's extensible, so -support for other databases such as Firebird, Oracle and MSSQL would be -easily possible. - -AdaBase offers unique features over similar frameworks. For starters, -it's limited to database support rather than including many other unwanted -components in a "kitchen sink" fashion, and unneeded drivers can be -excluded from the library as desired. It's got a developer and commerce -friend license (ICS), it comes with good documentation and working -examples, and the bindings are thick enough where database server backends -can be interchangeable. - -AdaBase may seem familiar to some users as it was partially inspired by -PHP's PDO database framework and is a sequel of sorts to an earlier -project by the same author, Pascal Data Objects. - -WWW: http://jrmarino.github.io/AdaBase/ diff --git a/databases/adabase/pkg-plist b/databases/adabase/pkg-plist deleted file mode 100644 index 431dc0c92bc8..000000000000 --- a/databases/adabase/pkg-plist +++ /dev/null @@ -1,101 +0,0 @@ -%%MYSQL%%include/adabase/adabase-bindings-mysql.ads -%%PGSQL%%include/adabase/adabase-bindings-postgresql.ads -%%SQLITE%%include/adabase/adabase-bindings-sqlite.ads -include/adabase/adabase-bindings.ads -%%MYSQL%%include/adabase/adabase-connection-base-mysql.adb -%%MYSQL%%include/adabase/adabase-connection-base-mysql.ads -%%PGSQL%%include/adabase/adabase-connection-base-postgresql.adb -%%PGSQL%%include/adabase/adabase-connection-base-postgresql.ads -%%SQLITE%%include/adabase/adabase-connection-base-sqlite.adb -%%SQLITE%%include/adabase/adabase-connection-base-sqlite.ads -include/adabase/adabase-connection-base.adb -include/adabase/adabase-connection-base.ads -include/adabase/adabase-connection.ads -%%MYSQL%%include/adabase/adabase-driver-base-mysql.adb -%%MYSQL%%include/adabase/adabase-driver-base-mysql.ads -%%PGSQL%%include/adabase/adabase-driver-base-postgresql.adb -%%PGSQL%%include/adabase/adabase-driver-base-postgresql.ads -%%SQLITE%%include/adabase/adabase-driver-base-sqlite.adb -%%SQLITE%%include/adabase/adabase-driver-base-sqlite.ads -include/adabase/adabase-driver-base.adb -include/adabase/adabase-driver-base.ads -include/adabase/adabase-driver.ads -include/adabase/adabase-interfaces-connection.ads -include/adabase/adabase-interfaces-driver.ads -include/adabase/adabase-interfaces-logger.ads -include/adabase/adabase-interfaces-statement.ads -include/adabase/adabase-interfaces.ads -include/adabase/adabase-logger-base-file.adb -include/adabase/adabase-logger-base-file.ads -include/adabase/adabase-logger-base-screen.adb -include/adabase/adabase-logger-base-screen.ads -include/adabase/adabase-logger-base.adb -include/adabase/adabase-logger-base.ads -include/adabase/adabase-logger-facility.adb -include/adabase/adabase-logger-facility.ads -include/adabase/adabase-logger.ads -include/adabase/adabase-results-converters.adb -include/adabase/adabase-results-converters.ads -include/adabase/adabase-results-field.adb -include/adabase/adabase-results-field.ads -include/adabase/adabase-results-generic_converters.adb -include/adabase/adabase-results-generic_converters.ads -include/adabase/adabase-results-sets.adb -include/adabase/adabase-results-sets.ads -include/adabase/adabase-results.ads -%%MYSQL%%include/adabase/adabase-statement-base-mysql.adb -%%MYSQL%%include/adabase/adabase-statement-base-mysql.ads -%%PGSQL%%include/adabase/adabase-statement-base-postgresql.adb -%%PGSQL%%include/adabase/adabase-statement-base-postgresql.ads -%%SQLITE%%include/adabase/adabase-statement-base-sqlite.adb -%%SQLITE%%include/adabase/adabase-statement-base-sqlite.ads -include/adabase/adabase-statement-base.adb -include/adabase/adabase-statement-base.ads -include/adabase/adabase-statement.ads -include/adabase/adabase.ads -include/adabase/commontext.adb -include/adabase/commontext.ads -include/adabase/spatial_data-well_known_binary.adb -include/adabase/spatial_data-well_known_binary.ads -include/adabase/spatial_data.adb -include/adabase/spatial_data.ads -%%MYSQL%%lib/adabase/adabase-bindings-mysql.ali -%%PGSQL%%lib/adabase/adabase-bindings-postgresql.ali -%%SQLITE%%lib/adabase/adabase-bindings-sqlite.ali -lib/adabase/adabase-bindings.ali -%%MYSQL%%lib/adabase/adabase-connection-base-mysql.ali -%%PGSQL%%lib/adabase/adabase-connection-base-postgresql.ali -%%SQLITE%%lib/adabase/adabase-connection-base-sqlite.ali -lib/adabase/adabase-connection-base.ali -lib/adabase/adabase-connection.ali -%%MYSQL%%lib/adabase/adabase-driver-base-mysql.ali -%%PGSQL%%lib/adabase/adabase-driver-base-postgresql.ali -%%SQLITE%%lib/adabase/adabase-driver-base-sqlite.ali -lib/adabase/adabase-driver-base.ali -lib/adabase/adabase-driver.ali -lib/adabase/adabase-interfaces-connection.ali -lib/adabase/adabase-interfaces-driver.ali -lib/adabase/adabase-interfaces-logger.ali -lib/adabase/adabase-interfaces-statement.ali -lib/adabase/adabase-interfaces.ali -lib/adabase/adabase-logger-base-file.ali -lib/adabase/adabase-logger-base-screen.ali -lib/adabase/adabase-logger-base.ali -lib/adabase/adabase-logger-facility.ali -lib/adabase/adabase-logger.ali -lib/adabase/adabase-results-converters.ali -lib/adabase/adabase-results-field.ali -lib/adabase/adabase-results-generic_converters.ali -lib/adabase/adabase-results-sets.ali -lib/adabase/adabase-results.ali -%%MYSQL%%lib/adabase/adabase-statement-base-mysql.ali -%%PGSQL%%lib/adabase/adabase-statement-base-postgresql.ali -%%SQLITE%%lib/adabase/adabase-statement-base-sqlite.ali -lib/adabase/adabase-statement-base.ali -lib/adabase/adabase-statement.ali -lib/adabase/adabase.ali -lib/adabase/commontext.ali -lib/adabase/libadabase.a -lib/adabase/spatial_data-well_known_binary.ali -lib/adabase/spatial_data.ali -lib/gnat/adabase.gpr diff --git a/databases/apq-mysql/Makefile b/databases/apq-mysql/Makefile deleted file mode 100644 index 7b51c46e7498..000000000000 --- a/databases/apq-mysql/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: John Marino - -PORTNAME= apq-mysql -PORTVERSION= ${APQ_VERSION} -PORTREVISION= ${DRV_MYSQL_PR} -CATEGORIES= databases -MASTER_SITES= LOCAL/marino - -MAINTAINER= ports@FreeBSD.org -COMMENT= APQ Ada95 MySQL database driver - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= bash:shells/bash \ - gprbuild:devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq - -USES= ada tar:bzip2 mysql - -IGNORE_WITH_MYSQL= 57 80 101m 102m 103m 57p 57w -HAS_CONFIGURE= yes -WRKPATH= ${WRKDIR}/build -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-relocatable \ - --work-path=${WRKPATH} \ - --processors=${MAKE_JOBS_NUMBER} - -.include "${.CURDIR}/../apq/Makefile.version" - -post-patch: - @${REINPLACE_CMD} -e '/for Object_Dir/d' \ - ${WRKSRC}/src-in/apq-mysql.gpr.in - ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \ - ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \ - ${WRKSRC}/scripts/buildutil.sh - -post-configure: - # The header generated with MySQL 5.6 comes with two instances of - # double underscore variables, which is illegal in Ada - ${REINPLACE_CMD} -e 's|__|_|' \ - ${WRKDIR}/build/include/apq-mysql/apq-mysql.ads - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/apq-mysql/static \ - ${STAGEDIR}${PREFIX}/include/apq-mysql - ${INSTALL_DATA} ${WRKPATH}/include/apq-mysql/* \ - ${STAGEDIR}${PREFIX}/include/apq-mysql - ${INSTALL_DATA} ${WRKPATH}/lib/apq-mysql/static/*.a* \ - ${STAGEDIR}${PREFIX}/lib/apq-mysql/static - ${INSTALL_DATA} ${WRKPATH}/lib/gnat/apq-mysql.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/databases/apq-mysql/distinfo b/databases/apq-mysql/distinfo deleted file mode 100644 index 27be788eb72d..000000000000 --- a/databases/apq-mysql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apq-mysql-3.2.0.tar.bz2) = 7dfa7eaf52b2b5695f067595903fb0f5200583b462603cb707b26f11064ee358 -SIZE (apq-mysql-3.2.0.tar.bz2) = 29910 diff --git a/databases/apq-mysql/pkg-descr b/databases/apq-mysql/pkg-descr deleted file mode 100644 index 174e248798be..000000000000 --- a/databases/apq-mysql/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -APQ is a database interface library written in Ada95, and this is the -MySQL driver that is used with it. - -WWW: https://bitbucket.org/kowframework/apq-mysql diff --git a/databases/apq-mysql/pkg-plist b/databases/apq-mysql/pkg-plist deleted file mode 100644 index db951c234389..000000000000 --- a/databases/apq-mysql/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/apq-mysql/apq-mysql-client.adb -include/apq-mysql/apq-mysql-client.ads -include/apq-mysql/apq-mysql.ads -include/apq-mysql/c_mysql.c -lib/apq-mysql/static/apq-mysql-client.ali -lib/apq-mysql/static/apq-mysql.ali -lib/apq-mysql/static/libapq-mysql.a -lib/gnat/apq-mysql.gpr diff --git a/databases/apq-odbc/Makefile b/databases/apq-odbc/Makefile deleted file mode 100644 index 394a80e9c96f..000000000000 --- a/databases/apq-odbc/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: John Marino - -PORTNAME= apq-odbc -PORTVERSION= ${APQ_VERSION} -PORTREVISION= ${DRV_ODBC_PR} -CATEGORIES= databases -MASTER_SITES= LOCAL/marino - -MAINTAINER= ports@FreeBSD.org -COMMENT= APQ Ada95 ODBC database driver - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= bash:shells/bash \ - gprbuild:devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq -LIB_DEPENDS= libodbc.so:databases/unixODBC - -USES= ada tar:bzip2 -HAS_CONFIGURE= yes -WRKPATH= ${WRKDIR}/build -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-relocatable \ - --work-path=${WRKPATH} \ - --processors=${MAKE_JOBS_NUMBER} - -.include "${.CURDIR}/../apq/Makefile.version" - -post-extract: - ${RM} ${WRKSRC}/src/test.adb - ${ECHO} ${APQ_VERSION} > ${WRKSRC}/version - -post-patch: - ${RM} ${WRKSRC}/src/*.orig - ${REINPLACE_CMD} -e 's|"-march=x86-64",||g' -e '/for Object_Dir/d' \ - ${WRKSRC}/gnat/apq-odbc.gpr.in - ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \ - ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \ - ${WRKSRC}/scripts/buildutil.sh - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/apq-odbc/static \ - ${STAGEDIR}${PREFIX}/include/apq-odbc - ${INSTALL_DATA} ${WRKPATH}/src/apq-odbc/* \ - ${STAGEDIR}${PREFIX}/include/apq-odbc - ${INSTALL_DATA} ${WRKPATH}/lib/apq-odbc/static/*.a* \ - ${STAGEDIR}${PREFIX}/lib/apq-odbc/static - ${INSTALL_DATA} ${WRKPATH}/lib/gnat/apq-odbc.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/databases/apq-odbc/distinfo b/databases/apq-odbc/distinfo deleted file mode 100644 index c864d2810b65..000000000000 --- a/databases/apq-odbc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apq-odbc-3.2.0.tar.bz2) = abdcb427d194a75eb8631ea1ff9d8d78a913cc6373971fffdd59d111bc66a808 -SIZE (apq-odbc-3.2.0.tar.bz2) = 18781 diff --git a/databases/apq-odbc/files/patch-src_odbc__lib.c b/databases/apq-odbc/files/patch-src_odbc__lib.c deleted file mode 100644 index e0e7b28f45c5..000000000000 --- a/databases/apq-odbc/files/patch-src_odbc__lib.c +++ /dev/null @@ -1,61 +0,0 @@ ---- src/odbc_lib.c.orig 2012-01-10 14:17:05.000000000 -0500 -+++ src/odbc_lib.c -@@ -1,3 +1,5 @@ -+#include -+#include - #include "odbc_lib.h" - - -@@ -43,10 +45,10 @@ void login_Information_Set_Up (ODBC_Logi - - int get_Login_String_Size (ODBC_Login_Information* login_Information) { - -+ int total_Size = 0; - if (!is_Ready(login_Information)) - return(-1); - -- int total_Size = 0; - total_Size += strlen(login_Information->p_Formatted_User_Name); - total_Size += strlen(login_Information->p_Formatted_Password); - total_Size += strlen(login_Information->p_Formatted_Data_Source); -@@ -75,6 +77,7 @@ int print_Login_String (ODBC_Login_Infor - strcat(destiny, login_Information->p_Formatted_User_Name); - strcat(destiny, login_Information->p_Formatted_Password); - strcat(destiny, login_Information->p_Formatted_Data_Source); -+ return(0); - } - - void reset_Login_Information (ODBC_Login_Information* login_Information) { -@@ -241,7 +244,7 @@ void connect_With_Data_Source (ODBC_Faca - + 1); - - if (SQL_SUCCEEDED(SQLDriverConnect(odbc_Facade->connection_Handle, NULL, -- login_String, SQL_NTS, NULL, 0, NULL, -+ (SQLCHAR*)login_String, SQL_NTS, NULL, 0, NULL, - SQL_DRIVER_NOPROMPT))) - switch_On_Connection(odbc_Facade); - -@@ -273,14 +276,14 @@ ODBC_Query_Results* create_And_Run_SQL_S - //TODO: Return error string instead of printing it? - void p_Print_Error_Information (ODBC_Facade* odbc_Facade) { - -- char ercode[6]; -+ SQLCHAR ercode[6]; - SQLINTEGER err; -- char error[250]; -+ SQLCHAR error[250]; - SQLSMALLINT size; - - SQLGetDiagRec(SQL_HANDLE_DBC, odbc_Facade->environment_Handle, 1, ercode, - &err, error, 250, &size); -- printf ("\n%d, %s - %s\n", err, ercode, error); -+ printf ("\n%d, %s - %s\n", (int)err, ercode, error); - } - - -@@ -289,4 +292,5 @@ void p_Print_Error_Information (ODBC_Fac - char* alloc_String (int size) { - char* return_Value = malloc(sizeof(char) * size); - *return_Value = '\0'; -+ return return_Value; - } diff --git a/databases/apq-odbc/files/patch-src_odbc__lib.h b/databases/apq-odbc/files/patch-src_odbc__lib.h deleted file mode 100644 index 0ba235b168e1..000000000000 --- a/databases/apq-odbc/files/patch-src_odbc__lib.h +++ /dev/null @@ -1,20 +0,0 @@ ---- src/odbc_lib.h.orig 2012-01-10 14:17:05.000000000 -0500 -+++ src/odbc_lib.h -@@ -43,7 +43,7 @@ struct odbc_login_information { - }; - - //Public methods for ODBC_Login_Information. --ODBC_Login_Information* new_ODBC_Login_Information (); -+ODBC_Login_Information* new_ODBC_Login_Information (void); - - void set_User_Name (ODBC_Login_Information* login_Information, - char* new_User_Name); -@@ -126,7 +126,7 @@ struct odbc_facade { - ODBC_Login_Information* login_Information; - }; - --ODBC_Facade* new_ODBC_Facade (); -+ODBC_Facade* new_ODBC_Facade (void); - - void set_Up_Environment_Handle (ODBC_Facade* odbc_Facade); - diff --git a/databases/apq-odbc/pkg-descr b/databases/apq-odbc/pkg-descr deleted file mode 100644 index 7065f7950a41..000000000000 --- a/databases/apq-odbc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -APQ is a database interface library written in Ada95, and this is the -ODBC driver that is used with it. - -WWW: https://bitbucket.org/kowframework/apq-odbc diff --git a/databases/apq-odbc/pkg-plist b/databases/apq-odbc/pkg-plist deleted file mode 100644 index 26aeee8f8092..000000000000 --- a/databases/apq-odbc/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -include/apq-odbc/apq-odbc-client.adb -include/apq-odbc/apq-odbc-client.ads -include/apq-odbc/apq-odbc.adb -include/apq-odbc/apq-odbc.ads -include/apq-odbc/odbc_lib.c -include/apq-odbc/odbc_lib.h -lib/apq-odbc/static/apq-odbc-client.ali -lib/apq-odbc/static/apq-odbc.ali -lib/apq-odbc/static/libapq-odbc.a -lib/gnat/apq-odbc.gpr diff --git a/databases/apq-pgsql/Makefile b/databases/apq-pgsql/Makefile deleted file mode 100644 index ba5f4913236c..000000000000 --- a/databases/apq-pgsql/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: John Marino - -PORTNAME= apq-pgsql -PORTVERSION= ${APQ_VERSION} -PORTREVISION= ${DRV_PGSQL_PR} -CATEGORIES= databases -MASTER_SITES= LOCAL/marino - -MAINTAINER= ports@FreeBSD.org -COMMENT= APQ Ada95 PostgreSQL database driver - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= bash:shells/bash \ - gprbuild:devel/gprbuild \ - ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq -RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq - -USES= ada tar:bzip2 pgsql -WANT_PGSQL= lib -HAS_CONFIGURE= yes -WRKPATH= ${WRKDIR}/build -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-relocatable \ - --work-path=${WRKPATH} \ - --processors=${MAKE_JOBS_NUMBER} - -.include "${.CURDIR}/../apq/Makefile.version" - -post-patch: - ${RM} ${WRKSRC}/src/*.orig - @${REINPLACE_CMD} -e '/for Object_Dir/d' \ - ${WRKSRC}/src-in/apq-postgresql.gpr.in - ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \ - ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \ - ${WRKSRC}/scripts/buildutil.sh - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/apq-postgresql/static \ - ${STAGEDIR}${PREFIX}/include/apq-postgresql - ${INSTALL_DATA} ${WRKPATH}/include/apq-postgresql/* \ - ${STAGEDIR}${PREFIX}/include/apq-postgresql - ${INSTALL_DATA} ${WRKPATH}/lib/apq-postgresql/static/*.a* \ - ${STAGEDIR}${PREFIX}/lib/apq-postgresql/static - ${INSTALL_DATA} ${WRKPATH}/lib/gnat/apq-postgresql.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/databases/apq-pgsql/distinfo b/databases/apq-pgsql/distinfo deleted file mode 100644 index 487761539bd5..000000000000 --- a/databases/apq-pgsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apq-pgsql-3.2.0.tar.bz2) = b2bd6b1f3eaa26fe3abb88c1d8fb408e9fcfecc02c8732428bde2236dbcb2843 -SIZE (apq-pgsql-3.2.0.tar.bz2) = 51553 diff --git a/databases/apq-pgsql/files/patch-src_notices.c b/databases/apq-pgsql/files/patch-src_notices.c deleted file mode 100644 index 1a8a30e827f4..000000000000 --- a/databases/apq-pgsql/files/patch-src_notices.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/notices.c.orig 2012-04-26 16:10:18.000000000 -0500 -+++ src/notices.c -@@ -31,6 +31,9 @@ - #include - #include - -+void notice_install (PGconn *, void *); -+void notice_uninstall (PGconn *); -+ - /* - * Connection_Notify is an Ada procedure using C calling convention : - */ diff --git a/databases/apq-pgsql/files/patch-src_numeric.c b/databases/apq-pgsql/files/patch-src_numeric.c deleted file mode 100644 index b39dd16344f8..000000000000 --- a/databases/apq-pgsql/files/patch-src_numeric.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/numeric.c.orig 2012-04-26 16:10:18.000000000 -0500 -+++ src/numeric.c -@@ -30,6 +30,7 @@ - - #include - #include -+#include - - #include "decimal.h" - diff --git a/databases/apq-pgsql/pkg-descr b/databases/apq-pgsql/pkg-descr deleted file mode 100644 index f821a16d91ba..000000000000 --- a/databases/apq-pgsql/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -APQ is a database interface library written in Ada95, and this is the -PostgreSQL driver that is used with it. - -WWW: https://bitbucket.org/kowframework/apq-postgresql diff --git a/databases/apq-pgsql/pkg-plist b/databases/apq-pgsql/pkg-plist deleted file mode 100644 index 9860732538de..000000000000 --- a/databases/apq-pgsql/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -include/apq-postgresql/apq-postgresql-client.adb -include/apq-postgresql/apq-postgresql-client.ads -include/apq-postgresql/apq-postgresql-decimal.adb -include/apq-postgresql/apq-postgresql-decimal.ads -include/apq-postgresql/apq-postgresql.ads -include/apq-postgresql/apq-postgresql.ads-e -include/apq-postgresql/decimal.h -include/apq-postgresql/notices.c -include/apq-postgresql/numeric.c -include/apq-postgresql/numeric.h -include/apq-postgresql/pgtypes.h -lib/apq-postgresql/static/apq-postgresql-client.ali -lib/apq-postgresql/static/apq-postgresql-decimal.ali -lib/apq-postgresql/static/apq-postgresql.ali -lib/apq-postgresql/static/libapq-postgresql.a -lib/gnat/apq-postgresql.gpr diff --git a/databases/apq/Makefile b/databases/apq/Makefile deleted file mode 100644 index d0e85dcabc16..000000000000 --- a/databases/apq/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: John Marino - -PORTNAME= apq -PORTVERSION= ${APQ_VERSION} -PORTREVISION= ${BASE_PORTREV} -CATEGORIES= databases -MASTER_SITES= LOCAL/marino - -MAINTAINER= ports@FreeBSD.org -COMMENT= APQ Ada95 database base library - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= bash:shells/bash \ - gprbuild:devel/gprbuild - -USES= ada tar:bzip2 -PORTDOCS= README HISTORY -HAS_CONFIGURE= yes -WRKPATH= ${WRKDIR}/build -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --disable-relocatable \ - --work-path=${WRKPATH} \ - --processors=${MAKE_JOBS_NUMBER} - -OPTIONS_DEFINE= DOCS - -.include "${.CURDIR}/Makefile.version" - -post-patch: - @${REINPLACE_CMD} -e '/for Object_Dir/d' ${WRKSRC}/gnat/apq.gpr.in - ${REINPLACE_CMD} -e 's|processors=2|gprbuild_params="--autoconf=apq.cgpr"|' \ - ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's|-ws|-ws --autoconf=dummy.cgpr|' \ - ${WRKSRC}/scripts/buildutil.sh - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/apq/static \ - ${STAGEDIR}${PREFIX}/include/apq \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKPATH}/include/apq/* \ - ${STAGEDIR}${PREFIX}/include/apq - ${INSTALL_DATA} ${WRKPATH}/lib/apq/static/*.a* \ - ${STAGEDIR}${PREFIX}/lib/apq/static - ${INSTALL_DATA} ${WRKPATH}/lib/gnat/apq.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -do-install-DOCS-on: - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/HISTORY \ - ${STAGEDIR}${DOCSDIR} - -.include diff --git a/databases/apq/Makefile.version b/databases/apq/Makefile.version deleted file mode 100644 index 31fcf1ccdb4e..000000000000 --- a/databases/apq/Makefile.version +++ /dev/null @@ -1,5 +0,0 @@ -APQ_VERSION= 3.2.0 -BASE_PORTREV= 2 -DRV_ODBC_PR= 1 -DRV_MYSQL_PR= 2 -DRV_PGSQL_PR= 3 diff --git a/databases/apq/distinfo b/databases/apq/distinfo deleted file mode 100644 index 533cd782e53d..000000000000 --- a/databases/apq/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apq-3.2.0.tar.bz2) = 0a5cf0ecca4a6ed103948221184d21588aacd4e43438ce35dfea4a873679a9d8 -SIZE (apq-3.2.0.tar.bz2) = 115841 diff --git a/databases/apq/pkg-descr b/databases/apq/pkg-descr deleted file mode 100644 index 09c7cef714c0..000000000000 --- a/databases/apq/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -APQ is a database interface library written in Ada95. This is the base -library, but it is not useful without a driver. There are three drivers -available for PostgreSQL, MySQL, and ODBC in separate ports. - -Some features: - * Thick binding - * Strong typing support - * Full BLOB support (PGSQL) - * High performance BLOB I/O via streams - * Full support for NULL Values - * Fully portable (database neutral) code possible - * Four levels of debug tracing - -WWW: https://bitbucket.org/kowframework/apq diff --git a/databases/apq/pkg-plist b/databases/apq/pkg-plist deleted file mode 100644 index 9639e41d152b..000000000000 --- a/databases/apq/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/apq/apq.adb -include/apq/apq.ads -include/apq/apq_helper.adb -include/apq/apq_helper.ads -lib/apq/static/apq.ali -lib/apq/static/apq_helper.ali -lib/apq/static/libapq.a -lib/gnat/apq.gpr diff --git a/devel/Makefile b/devel/Makefile index 3aac3206109f..740134293dcf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -137,19 +137,14 @@ SUBDIR += acme SUBDIR += acsccid SUBDIR += activitymail - SUBDIR += ada-util - SUBDIR += adabooch SUBDIR += adacurses - SUBDIR += adaid SUBDIR += aegis SUBDIR += agar - SUBDIR += ahven SUBDIR += aifad SUBDIR += aixlog SUBDIR += ald SUBDIR += allegro SUBDIR += allegro5 - SUBDIR += alog SUBDIR += aml SUBDIR += ammonite SUBDIR += amqp-cpp @@ -215,7 +210,6 @@ SUBDIR += atlantis SUBDIR += atlas SUBDIR += atlas-devel - SUBDIR += aunit SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf-archive @@ -696,7 +690,6 @@ SUBDIR += flex-sdk35 SUBDIR += flexdock SUBDIR += flexjson - SUBDIR += florist-gpl SUBDIR += flyspray SUBDIR += fmake SUBDIR += fnccheck @@ -927,7 +920,6 @@ SUBDIR += govendor SUBDIR += gperf SUBDIR += gpm - SUBDIR += gprbuild SUBDIR += gputils SUBDIR += gradle SUBDIR += gradle-completion @@ -1389,7 +1381,6 @@ SUBDIR += libsmraw SUBDIR += libsoup SUBDIR += libsoup3 - SUBDIR += libspark2012 SUBDIR += libspice-server SUBDIR += libstatgrab SUBDIR += libstatgrab0 @@ -1557,7 +1548,6 @@ SUBDIR += marisa-trie SUBDIR += marl SUBDIR += mate-common - SUBDIR += matreshka SUBDIR += maven SUBDIR += maven-wrapper SUBDIR += maven3 @@ -3808,7 +3798,6 @@ SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcre2 - SUBDIR += pcsc-ada SUBDIR += pcsc-lite SUBDIR += pdcurses SUBDIR += pear @@ -4086,7 +4075,6 @@ SUBDIR += poxml SUBDIR += ppl SUBDIR += pprof - SUBDIR += pragmarcs SUBDIR += premake SUBDIR += premake4 SUBDIR += premake5 @@ -7006,7 +6994,6 @@ SUBDIR += sdl20 SUBDIR += sdl2pp SUBDIR += sdl_console - SUBDIR += sdl_gnat SUBDIR += sdlmm SUBDIR += sdlskk SUBDIR += sdts++ diff --git a/devel/ada-util/Makefile b/devel/ada-util/Makefile deleted file mode 100644 index e74ac5efbf06..000000000000 --- a/devel/ada-util/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: John Marino - -PORTNAME= ada-util -PORTVERSION= 1.8.0 -PORTREVISION= 5 -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility library for Ada 2005 applications - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN_FreeBSD_12= 'struct stat' has no member named 'st_lspare' -BROKEN_FreeBSD_13= 'struct stat' has no member named 'st_lspare' -BROKEN_FreeBSD_14= 'struct stat' has no member named 'st_lspare' - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven -LIB_DEPENDS= libcurl.so:ftp/curl - -USES= ada gmake -USE_GITHUB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-ahven -CONFIGURE_ENV= ac_cv_lib_dl_dlopen=no -LDFLAGS= -L${LOCALBASE}/lib - -GH_ACCOUNT= stcarrez -GH_TAGNAME= b6612400 - -post-patch: - @${REINPLACE_CMD} -e 's,freebsd\*,dragonfly*|freebsd*,' \ - -e "s/^NR_CPUS=.*/NR_CPUS=${MAKE_JOBS_NUMBER}/" \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@prefix@|$${DESTDIR}@prefix@|' \ - -e '/GPRINSTALL/ \ - s|--prefix|--project-subdir=lib/gnat --prefix|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/Content_Type/d' \ - ${WRKSRC}/src/http/util-http-rest.adb - - # Loggers are hardcoded for several packages at the INFO level - # which is quite useless for things like spawning commands. - # Set the loggers to filter out everything up less than ERROR - - @${REINPLACE_CMD} -e '/Loggers.Create/s|);|, Util.Log.ERROR_LEVEL);|'\ - ${WRKSRC}/src/http/aws/util-http-clients-web.adb \ - ${WRKSRC}/src/http/curl/util-http-clients-curl.adb \ - ${WRKSRC}/src/http/util-http-clients.adb \ - ${WRKSRC}/src/http/util-http-parts.adb \ - ${WRKSRC}/src/util-beans-factory.adb \ - ${WRKSRC}/src/util-processes.adb \ - ${WRKSRC}/src/util-properties-bundles.adb \ - ${WRKSRC}/src/xml/util-serialize-io-xml.adb - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/lib/gnat/manifests - # Scoop up all the source files gprinstall missed. (!) - ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] ${WRKSRC}/src/http/*.ad[bs] \ - ${WRKSRC}/src/os-linux/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/util.static - -.include diff --git a/devel/ada-util/distinfo b/devel/ada-util/distinfo deleted file mode 100644 index 6ecf6e0cdb05..000000000000 --- a/devel/ada-util/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (stcarrez-ada-util-1.8.0-b6612400_GH0.tar.gz) = e49fc4da1726726bfea27e03c05b9161bc65d86d5a6509bff611adff3a8a21f4 -SIZE (stcarrez-ada-util-1.8.0-b6612400_GH0.tar.gz) = 345837 diff --git a/devel/ada-util/files/patch-configure b/devel/ada-util/files/patch-configure deleted file mode 100644 index ccff1e42ef0f..000000000000 --- a/devel/ada-util/files/patch-configure +++ /dev/null @@ -1,84 +0,0 @@ ---- configure.orig 2015-10-11 18:41:42 UTC -+++ configure -@@ -3874,81 +3874,11 @@ UTIL_HAVE_PRJ_DIRECTORIES=${gnat_project - # XMLAda library - ########################################## - --gnat_xml_ada=xmlada-config --{ $as_echo "$as_me:${as_lineno-$LINENO}: checking xmlada library" >&5 --$as_echo_n "checking xmlada library... " >&6; } - --# Check whether --with-xmlada was given. --if test "${with_xmlada+set}" = set; then : -- withval=$with_xmlada; -- gnat_xml_ada=${withval}/xmlada-config -- WITH_XML_ADA="with \"${withval}\";"; -- UTIL_XML_DIR='src/xml'; -- UTIL_HAVE_XML='yes'; -- --else -- -- WITH_XML_ADA=''; -- UTIL_XML_DIR='src'; -- UTIL_HAVE_XML='no'; -- --fi -- -- --ac_xml_version=`$gnat_xml_ada --version 2>/dev/null | sed -e 's, ,-,g'` --case $ac_xml_version in -- XmlAda-3.2*) -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_xml_version" >&5 --$as_echo "$ac_xml_version" >&6; } -- WITH_XML_ADA="with \"xmlada\";"; -- UTIL_XML_DIR='src/xml'; -- UTIL_XML_VERSION='3'; -- UTIL_HAVE_XML='yes'; -- ;; -- -- XmlAda-4.*|XmlAda-2013|XmlAda-2014) -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_xml_version" >&5 --$as_echo "$ac_xml_version" >&6; } -- WITH_XML_ADA="with \"xmlada\";"; -- UTIL_XML_DIR='src/xml'; -- UTIL_XML_VERSION='4'; -- UTIL_HAVE_XML='yes'; -- ;; -- -- *) -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- ;; -- --esac -- -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xmlada project exists" >&5 --$as_echo_n "checking whether xmlada project exists... " >&6; } -- echo "with \"xmlada\"; project t is for Source_Dirs use (); end t;" > t.gpr -- $GNATMAKE -p -Pt >/dev/null 2>/dev/null -- if test $? -eq 0; then -- gnat_project_xmlada=yes -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, using xmlada" >&5 --$as_echo "yes, using xmlada" >&6; } -- gnat_project_with_xmlada="with \"xmlada\";"; -- else -- gnat_project_xmlada=no -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- fi; -- rm -f t.gpr -- -- --if test T$gnat_project_xmlada_sax = Tno; then - WITH_XML_ADA=''; - UTIL_XML_DIR='src'; - UTIL_XML_VERSION='none'; - UTIL_HAVE_XML='no'; --fi -- -- -- -- - - - ########################################## diff --git a/devel/ada-util/files/patch-support_utilgen.c b/devel/ada-util/files/patch-support_utilgen.c deleted file mode 100644 index 02253a38ee73..000000000000 --- a/devel/ada-util/files/patch-support_utilgen.c +++ /dev/null @@ -1,50 +0,0 @@ ---- support/utilgen.c.orig 2015-10-11 18:41:42 UTC -+++ support/utilgen.c -@@ -18,6 +18,7 @@ - # define _LARGEFILE64_SOURCE - #endif - #include -+#include - #include - #include - #include -@@ -181,6 +182,39 @@ void gen_stat(void) - printf(" end record;\n"); - printf(" pragma Convention (C_Pass_By_Copy, Stat_Type);\n"); - printf("\n"); -+#elif defined(__DragonFly__) -+ struct stat st; -+ -+ gen_type("uint16_t", UNSIGNED, sizeof(uint16_t)); -+ gen_type("u_int32_t", UNSIGNED, sizeof(u_int32_t)); -+ gen_type("int32_t", SIGNED, sizeof(int32_t)); -+ gen_type("int64_t", SIGNED, sizeof(int64_t)); -+ -+ printf(" STAT_NAME : constant String := \"stat\";\n"); -+ printf(" FSTAT_NAME : constant String := \"fstat\";\n"); -+ printf(" type Stat_Type is record\n"); -+ printf(" st_ino : ino_t;\n"); -+ printf(" st_nlink : nlink_t;\n"); -+ printf(" st_dev : dev_t;\n"); -+ printf(" st_mode : mode_t;\n"); -+ printf(" st_padding1 : uint16_t;\n"); -+ printf(" st_uid : uid_t;\n"); -+ printf(" st_gid : gid_t;\n"); -+ printf(" st_rdev : dev_t;\n"); -+ printf(" st_atim : Timespec;\n"); -+ printf(" st_mtim : Timespec;\n"); -+ printf(" st_ctim : Timespec;\n"); -+ printf(" st_size : off_t;\n"); -+ printf(" st_blocks : int64_t;\n"); -+ printf(" st_blksize : u_int32_t;\n"); -+ printf(" st_flags : u_int32_t;\n"); -+ printf(" st_gen : u_int32_t;\n"); -+ printf(" st_lspare : int32_t;\n"); -+ printf(" st_qspare1 : int64_t;\n"); -+ printf(" st_qspare2 : int64_t;\n"); -+ printf(" end record;\n"); -+ printf(" pragma Convention (C_Pass_By_Copy, Stat_Type);\n"); -+ printf("\n"); - #elif defined(__FreeBSD__) - struct stat st; - diff --git a/devel/ada-util/pkg-descr b/devel/ada-util/pkg-descr deleted file mode 100644 index a698b35e2a1d..000000000000 --- a/devel/ada-util/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Ada Utility Library - -This Ada05 library contains various utility packages for building -Ada05 applications. This includes: - - o A logging framework close to Java log4j framework - o Support for properties - o A serialization/deserialization framework for XML, JSON, CSV - o Ada beans framework - o Encoding/decoding framework (Base16, Base64, SHA, HMAC-SHA) - o A composing stream framework (raw, files, buffers, pipes, sockets) - o Several concurrency tools (reference counters, counters, pools, - fifos, arrays) - o Process creation and pipes - o Support for loading shared libraries (on Windows or Unix) - o HTTP client library on top of CURL or AWS - -Ada Util also provides a small test utility library on top of -Ahven to help in writing unit tests. - -WWW: https://github.com/stcarrez/ada-util/wiki diff --git a/devel/ada-util/pkg-plist b/devel/ada-util/pkg-plist deleted file mode 100644 index 562d6cd39573..000000000000 --- a/devel/ada-util/pkg-plist +++ /dev/null @@ -1,361 +0,0 @@ -include/util.static/util-algorithms.ads -include/util.static/util-beans-basic-lists.adb -include/util.static/util-beans-basic-lists.ads -include/util.static/util-beans-basic-ranges.adb -include/util.static/util-beans-basic-ranges.ads -include/util.static/util-beans-basic.ads -include/util.static/util-beans-factory.adb -include/util.static/util-beans-factory.ads -include/util.static/util-beans-lists-strings.adb -include/util.static/util-beans-lists-strings.ads -include/util.static/util-beans-lists.ads -include/util.static/util-beans-methods.ads -include/util.static/util-beans-objects-datasets.adb -include/util.static/util-beans-objects-datasets.ads -include/util.static/util-beans-objects-enums.adb -include/util.static/util-beans-objects-enums.ads -include/util.static/util-beans-objects-hash.adb -include/util.static/util-beans-objects-hash.ads -include/util.static/util-beans-objects-lists.adb -include/util.static/util-beans-objects-lists.ads -include/util.static/util-beans-objects-maps.adb -include/util.static/util-beans-objects-maps.ads -include/util.static/util-beans-objects-pairs.adb -include/util.static/util-beans-objects-pairs.ads -include/util.static/util-beans-objects-records.adb -include/util.static/util-beans-objects-records.ads -include/util.static/util-beans-objects-time.adb -include/util.static/util-beans-objects-time.ads -include/util.static/util-beans-objects-to_access.adb -include/util.static/util-beans-objects-to_access.ads -include/util.static/util-beans-objects-vectors.ads -include/util.static/util-beans-objects.adb -include/util.static/util-beans-objects.ads -include/util.static/util-beans-ranges.ads -include/util.static/util-beans.ads -include/util.static/util-concurrent-arrays.adb -include/util.static/util-concurrent-arrays.ads -include/util.static/util-concurrent-copies.adb -include/util.static/util-concurrent-copies.ads -include/util.static/util-concurrent-counters.adb -include/util.static/util-concurrent-counters.ads -include/util.static/util-concurrent-fifos.adb -include/util.static/util-concurrent-fifos.ads -include/util.static/util-concurrent-locks.adb -include/util.static/util-concurrent-locks.ads -include/util.static/util-concurrent-pools.adb -include/util.static/util-concurrent-pools.ads -include/util.static/util-concurrent.ads -include/util.static/util-dates-formats.adb -include/util.static/util-dates-formats.ads -include/util.static/util-dates-iso8601.adb -include/util.static/util-dates-iso8601.ads -include/util.static/util-dates-rfc7231.adb -include/util.static/util-dates-rfc7231.ads -include/util.static/util-dates.adb -include/util.static/util-dates.ads -include/util.static/util-encoders-base16.adb -include/util.static/util-encoders-base16.ads -include/util.static/util-encoders-base64.adb -include/util.static/util-encoders-base64.ads -include/util.static/util-encoders-hmac-sha1.adb -include/util.static/util-encoders-hmac-sha1.ads -include/util.static/util-encoders-hmac.ads -include/util.static/util-encoders-sha1.adb -include/util.static/util-encoders-sha1.ads -include/util.static/util-encoders.adb -include/util.static/util-encoders.ads -include/util.static/util-events-channels.adb -include/util.static/util-events-channels.ads -include/util.static/util-events.adb -include/util.static/util-events.ads -include/util.static/util-files.adb -include/util.static/util-files.ads -include/util.static/util-http-clients-mockups.adb -include/util.static/util-http-clients-mockups.ads -include/util.static/util-http-clients.adb -include/util.static/util-http-clients.ads -include/util.static/util-http-cookies.adb -include/util.static/util-http-cookies.ads -include/util.static/util-http-mockups.adb -include/util.static/util-http-mockups.ads -include/util.static/util-http-parts.adb -include/util.static/util-http-parts.ads -include/util.static/util-http-rest-rest_get_vector.adb -include/util.static/util-http-rest-rest_get_vector.ads -include/util.static/util-http-rest.adb -include/util.static/util-http-rest.ads -include/util.static/util-http-tools.adb -include/util.static/util-http-tools.ads -include/util.static/util-http.adb -include/util.static/util-http.ads -include/util.static/util-listeners-lifecycles.adb -include/util.static/util-listeners-lifecycles.ads -include/util.static/util-listeners-observers.adb -include/util.static/util-listeners-observers.ads -include/util.static/util-listeners.ads -include/util.static/util-locales.adb -include/util.static/util-locales.ads -include/util.static/util-log-appenders.adb -include/util.static/util-log-appenders.ads -include/util.static/util-log-loggers-traceback-gnat.adb -include/util.static/util-log-loggers-traceback-none.adb -include/util.static/util-log-loggers.adb -include/util.static/util-log-loggers.ads -include/util.static/util-log.adb -include/util.static/util-log.ads -include/util.static/util-measures.adb -include/util.static/util-measures.ads -include/util.static/util-processes-os.adb -include/util.static/util-processes-os.ads -include/util.static/util-processes.adb -include/util.static/util-processes.ads -include/util.static/util-properties-basic.adb -include/util.static/util-properties-basic.ads -include/util.static/util-properties-bundles.adb -include/util.static/util-properties-bundles.ads -include/util.static/util-properties-discrete.adb -include/util.static/util-properties-discrete.ads -include/util.static/util-properties-factories.adb -include/util.static/util-properties-factories.ads -include/util.static/util-properties-hash.adb -include/util.static/util-properties-hash.ads -include/util.static/util-properties-json.adb -include/util.static/util-properties-json.ads -include/util.static/util-properties.adb -include/util.static/util-properties.ads -include/util.static/util-refs.adb -include/util.static/util-refs.ads -include/util.static/util-serialize-contexts.adb -include/util.static/util-serialize-contexts.ads -include/util.static/util-serialize-io-csv.adb -include/util.static/util-serialize-io-csv.ads -include/util.static/util-serialize-io-json.adb -include/util.static/util-serialize-io-json.ads -include/util.static/util-serialize-io.adb -include/util.static/util-serialize-io.ads -include/util.static/util-serialize-mappers-record_mapper.adb -include/util.static/util-serialize-mappers-record_mapper.ads -include/util.static/util-serialize-mappers-vector_mapper.adb -include/util.static/util-serialize-mappers-vector_mapper.ads -include/util.static/util-serialize-mappers.adb -include/util.static/util-serialize-mappers.ads -include/util.static/util-serialize-tools.adb -include/util.static/util-serialize-tools.ads -include/util.static/util-serialize.ads -include/util.static/util-stacks.adb -include/util.static/util-stacks.ads -include/util.static/util-streams-buffered.adb -include/util.static/util-streams-buffered.ads -include/util.static/util-streams-files.adb -include/util.static/util-streams-files.ads -include/util.static/util-streams-pipes.adb -include/util.static/util-streams-pipes.ads -include/util.static/util-streams-raw.adb -include/util.static/util-streams-raw.ads -include/util.static/util-streams-sockets.adb -include/util.static/util-streams-sockets.ads -include/util.static/util-streams-texts.adb -include/util.static/util-streams-texts.ads -include/util.static/util-streams.adb -include/util.static/util-streams.ads -include/util.static/util-strings-builders-transforms.ads -include/util.static/util-strings-builders.ads -include/util.static/util-strings-maps.ads -include/util.static/util-strings-sets.ads -include/util.static/util-strings-tokenizers.ads -include/util.static/util-strings-transforms.adb -include/util.static/util-strings-transforms.ads -include/util.static/util-strings-vectors.ads -include/util.static/util-strings.adb -include/util.static/util-strings.ads -include/util.static/util-systems-constants.ads -include/util.static/util-systems-dlls.adb -include/util.static/util-systems-dlls.ads -include/util.static/util-systems-os.ads -include/util.static/util-systems-types.ads -include/util.static/util-systems.ads -include/util.static/util-texts-builders.adb -include/util.static/util-texts-builders.ads -include/util.static/util-texts-formats.adb -include/util.static/util-texts-formats.ads -include/util.static/util-texts-tokenizers.adb -include/util.static/util-texts-tokenizers.ads -include/util.static/util-texts-transforms.adb -include/util.static/util-texts-transforms.ads -include/util.static/util-texts.ads -include/util.static/util.ads -include/util_http_curl.static/util-http-clients-curl-constants.ads -include/util_http_curl.static/util-http-clients-curl.adb -include/util_http_curl.static/util-http-clients-curl.ads -include/util_unit.static/ahven-astrings.ads -include/util_unit.static/ahven-framework.adb -include/util_unit.static/ahven-framework.ads -include/util_unit.static/ahven-listeners-basic.adb -include/util_unit.static/ahven-listeners-basic.ads -include/util_unit.static/ahven-listeners.adb -include/util_unit.static/ahven-listeners.ads -include/util_unit.static/ahven-long_astrings.ads -include/util_unit.static/ahven-parameters.adb -include/util_unit.static/ahven-parameters.ads -include/util_unit.static/ahven-results.adb -include/util_unit.static/ahven-results.ads -include/util_unit.static/ahven-runner.adb -include/util_unit.static/ahven-runner.ads -include/util_unit.static/ahven-slist.adb -include/util_unit.static/ahven-slist.ads -include/util_unit.static/ahven-tap_runner.adb -include/util_unit.static/ahven-tap_runner.ads -include/util_unit.static/ahven-temporary_output.adb -include/util_unit.static/ahven-temporary_output.ads -include/util_unit.static/ahven-text_runner.adb -include/util_unit.static/ahven-text_runner.ads -include/util_unit.static/ahven-xml_runner.adb -include/util_unit.static/ahven-xml_runner.ads -include/util_unit.static/ahven.adb -include/util_unit.static/ahven.ads -include/util_unit.static/ahven_compat.adb -include/util_unit.static/ahven_compat.ads -include/util_unit.static/util-assertions.adb -include/util_unit.static/util-assertions.ads -include/util_unit.static/util-test_caller.adb -include/util_unit.static/util-test_caller.ads -include/util_unit.static/util-tests-servers.adb -include/util_unit.static/util-tests-servers.ads -include/util_unit.static/util-tests.adb -include/util_unit.static/util-tests.ads -include/util_unit.static/util-xunit.adb -include/util_unit.static/util-xunit.ads -lib/gnat/util.gpr -lib/gnat/util_http.gpr -lib/gnat/util_http_curl.gpr -lib/gnat/util_unit.gpr -lib/util.static/libada_util.a -lib/util.static/util-algorithms.ali -lib/util.static/util-beans-basic-lists.ali -lib/util.static/util-beans-basic-ranges.ali -lib/util.static/util-beans-basic.ali -lib/util.static/util-beans-factory.ali -lib/util.static/util-beans-lists-strings.ali -lib/util.static/util-beans-lists.ali -lib/util.static/util-beans-methods.ali -lib/util.static/util-beans-objects-datasets.ali -lib/util.static/util-beans-objects-enums.ali -lib/util.static/util-beans-objects-hash.ali -lib/util.static/util-beans-objects-lists.ali -lib/util.static/util-beans-objects-maps.ali -lib/util.static/util-beans-objects-pairs.ali -lib/util.static/util-beans-objects-records.ali -lib/util.static/util-beans-objects-time.ali -lib/util.static/util-beans-objects-to_access.ali -lib/util.static/util-beans-objects-vectors.ali -lib/util.static/util-beans-objects.ali -lib/util.static/util-beans-ranges.ali -lib/util.static/util-beans.ali -lib/util.static/util-concurrent-arrays.ali -lib/util.static/util-concurrent-copies.ali -lib/util.static/util-concurrent-counters.ali -lib/util.static/util-concurrent-fifos.ali -lib/util.static/util-concurrent-locks.ali -lib/util.static/util-concurrent-pools.ali -lib/util.static/util-concurrent.ali -lib/util.static/util-dates-formats.ali -lib/util.static/util-dates-iso8601.ali -lib/util.static/util-dates-rfc7231.ali -lib/util.static/util-dates.ali -lib/util.static/util-encoders-base16.ali -lib/util.static/util-encoders-base64.ali -lib/util.static/util-encoders-hmac-sha1.ali -lib/util.static/util-encoders-hmac.ali -lib/util.static/util-encoders-sha1.ali -lib/util.static/util-encoders.ali -lib/util.static/util-events-channels.ali -lib/util.static/util-events.ali -lib/util.static/util-files.ali -lib/util.static/util-http-clients-mockups.ali -lib/util.static/util-http-clients.ali -lib/util.static/util-http-cookies.ali -lib/util.static/util-http-mockups.ali -lib/util.static/util-http-parts.ali -lib/util.static/util-http-rest-rest_get_vector.ali -lib/util.static/util-http-rest.ali -lib/util.static/util-http-tools.ali -lib/util.static/util-http.ali -lib/util.static/util-listeners-lifecycles.ali -lib/util.static/util-listeners-observers.ali -lib/util.static/util-listeners.ali -lib/util.static/util-locales.ali -lib/util.static/util-log-appenders.ali -lib/util.static/util-log-loggers.ali -lib/util.static/util-log.ali -lib/util.static/util-measures.ali -lib/util.static/util-processes-os.ali -lib/util.static/util-processes.ali -lib/util.static/util-properties-basic.ali -lib/util.static/util-properties-bundles.ali -lib/util.static/util-properties-discrete.ali -lib/util.static/util-properties-factories.ali -lib/util.static/util-properties-hash.ali -lib/util.static/util-properties-json.ali -lib/util.static/util-properties.ali -lib/util.static/util-refs.ali -lib/util.static/util-serialize-contexts.ali -lib/util.static/util-serialize-io-csv.ali -lib/util.static/util-serialize-io-json.ali -lib/util.static/util-serialize-io.ali -lib/util.static/util-serialize-mappers-record_mapper.ali -lib/util.static/util-serialize-mappers-vector_mapper.ali -lib/util.static/util-serialize-mappers.ali -lib/util.static/util-serialize-tools.ali -lib/util.static/util-serialize.ali -lib/util.static/util-stacks.ali -lib/util.static/util-streams-buffered.ali -lib/util.static/util-streams-files.ali -lib/util.static/util-streams-pipes.ali -lib/util.static/util-streams-raw.ali -lib/util.static/util-streams-sockets.ali -lib/util.static/util-streams-texts.ali -lib/util.static/util-streams.ali -lib/util.static/util-strings-builders-transforms.ali -lib/util.static/util-strings-builders.ali -lib/util.static/util-strings-maps.ali -lib/util.static/util-strings-sets.ali -lib/util.static/util-strings-tokenizers.ali -lib/util.static/util-strings-transforms.ali -lib/util.static/util-strings-vectors.ali -lib/util.static/util-strings.ali -lib/util.static/util-systems-constants.ali -lib/util.static/util-systems-dlls.ali -lib/util.static/util-systems-os.ali -lib/util.static/util-systems-types.ali -lib/util.static/util-systems.ali -lib/util.static/util-texts-builders.ali -lib/util.static/util-texts-formats.ali -lib/util.static/util-texts-tokenizers.ali -lib/util.static/util-texts-transforms.ali -lib/util.static/util-texts.ali -lib/util.static/util.ali -lib/util_http_curl.static/libada_util_curl.a -lib/util_http_curl.static/util-http-clients-curl-constants.ali -lib/util_http_curl.static/util-http-clients-curl.ali -lib/util_unit.static/ahven-astrings.ali -lib/util_unit.static/ahven-framework.ali -lib/util_unit.static/ahven-listeners-basic.ali -lib/util_unit.static/ahven-listeners.ali -lib/util_unit.static/ahven-long_astrings.ali -lib/util_unit.static/ahven-parameters.ali -lib/util_unit.static/ahven-results.ali -lib/util_unit.static/ahven-runner.ali -lib/util_unit.static/ahven-slist.ali -lib/util_unit.static/ahven-tap_runner.ali -lib/util_unit.static/ahven-temporary_output.ali -lib/util_unit.static/ahven-text_runner.ali -lib/util_unit.static/ahven-xml_runner.ali -lib/util_unit.static/ahven.ali -lib/util_unit.static/ahven_compat.ali -lib/util_unit.static/libada_util_unit.a -lib/util_unit.static/util-assertions.ali -lib/util_unit.static/util-test_caller.ali -lib/util_unit.static/util-tests-servers.ali -lib/util_unit.static/util-tests.ali -lib/util_unit.static/util-xunit.ali diff --git a/devel/adabooch/Makefile b/devel/adabooch/Makefile deleted file mode 100644 index f18b443bb4a2..000000000000 --- a/devel/adabooch/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: David Holm - -PORTNAME= adabooch -PORTVERSION= 20160321 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= SF/booch95/booch95/${PORTVERSION} -DISTNAME= bc-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada 95 Booch Components - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada gmake tar:bzip2 -HAS_CONFIGURE= yes -ALL_TARGET= libs - -# Demos are available but require that the libraries are already installed -# In other words, adabooch demos requires a separate port to do correctly -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/ - ${RM} ${STAGEDIR}${DOCSDIR}/Makefile - -.include diff --git a/devel/adabooch/distinfo b/devel/adabooch/distinfo deleted file mode 100644 index 7ecaa57a8f0c..000000000000 --- a/devel/adabooch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bc-20160321.tar.bz2) = 045fdbcbe613d1454d69995ccf21c80653bcd8afbfe269d760a47ca0f70694bf -SIZE (bc-20160321.tar.bz2) = 561697 diff --git a/devel/adabooch/files/patch-Makefile.in b/devel/adabooch/files/patch-Makefile.in deleted file mode 100644 index 08054a054e97..000000000000 --- a/devel/adabooch/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2013-03-22 12:38:13.000000000 +0000 -+++ Makefile.in -@@ -29,16 +29,18 @@ libs: - $(GPRBUILD) -p -Pbc -XLIBRARY_TYPE=relocatable - - install: -- -mkdir -p $(prefix)/lib/gnat/ -- cp bc.gpr-for-installation $(prefix)/lib/gnat/bc.gpr -- -mkdir -p $(prefix)/include/bc -- cd include; tar -c -f- *.ad[bs] | tar -x -f- -C $(prefix)/include/bc/ -- -mkdir -p $(prefix)/lib/bc/lib-static -- tar -c -f- lib-static | tar -x -f- -C $(prefix)/lib/bc/ -- chmod -w $(prefix)/lib/bc/lib-static/*.ali -- -mkdir -p $(prefix)/lib/bc/lib-relocatable -- tar -c -f- lib-relocatable | tar -x -f- -C $(prefix)/lib/bc/ -- chmod -w $(prefix)/lib/bc/lib-relocatable/*.ali -+ @mkdir -p $(DESTDIR)$(PREFIX)/lib/gnat \ -+ $(DESTDIR)$(PREFIX)/include/bc \ -+ $(DESTDIR)$(PREFIX)/lib/bc/lib-static \ -+ $(DESTDIR)$(PREFIX)/lib/bc/lib-relocatable -+ $(BSD_INSTALL_DATA) bc.gpr-for-installation \ -+ $(DESTDIR)$(PREFIX)/lib/gnat/bc.gpr -+ $(BSD_INSTALL_DATA) include/*.ad[bs] \ -+ $(DESTDIR)$(PREFIX)/include/bc/ -+ $(BSD_INSTALL_DATA) lib-static/*.ali lib-static/*.a \ -+ $(DESTDIR)$(PREFIX)/lib/bc/lib-static/ -+ $(BSD_INSTALL_DATA) lib-relocatable/*.ali lib-relocatable/*.so \ -+ $(DESTDIR)$(PREFIX)/lib/bc/lib-relocatable/ - - # Distribution construction - diff --git a/devel/adabooch/pkg-descr b/devel/adabooch/pkg-descr deleted file mode 100644 index fa2a8b6759d6..000000000000 --- a/devel/adabooch/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Ada 95 Booch components are a port of Grady Booch's C++ components. -They contain the same key abstractions as the C++ form (Structs, Tools and -Support). However, the organization is slightly different, particularly in -the Support domain. This is because Ada 95 provides several special forms -of memory management that are quite different from C++. - -The Structs category provides an array of structural abstractions (Bags, -Collections, Deques, Graphs, Lists, Maps, Queues, Rings, Sets, Stacks, and -Trees). The Tools category provides algorithmic abstractions (Searching, -Sorting, etc.). The Support category contains all the "concrete" forms, -plus structures to create the components. - -Some of the structures permit structural sharing (graphs, lists, and trees). -Some structures may also be ordered (collections, dequeues, and queues). There -are also multiple forms for some structures: single and double linked lists, -directed and undirected graphs, and binary, multiway, and AVL trees. - -WWW: https://sourceforge.net/projects/booch95/ diff --git a/devel/adabooch/pkg-plist b/devel/adabooch/pkg-plist deleted file mode 100644 index 2721f99f679c..000000000000 --- a/devel/adabooch/pkg-plist +++ /dev/null @@ -1,549 +0,0 @@ -include/bc/bc-containers-bags-bounded.adb -include/bc/bc-containers-bags-bounded.ads -include/bc/bc-containers-bags-dynamic.adb -include/bc/bc-containers-bags-dynamic.ads -include/bc/bc-containers-bags-unbounded.adb -include/bc/bc-containers-bags-unbounded.ads -include/bc/bc-containers-bags-unmanaged.adb -include/bc/bc-containers-bags-unmanaged.ads -include/bc/bc-containers-bags.adb -include/bc/bc-containers-bags.ads -include/bc/bc-containers-collections-bounded.adb -include/bc/bc-containers-collections-bounded.ads -include/bc/bc-containers-collections-dynamic.adb -include/bc/bc-containers-collections-dynamic.ads -include/bc/bc-containers-collections-ordered-bounded.adb -include/bc/bc-containers-collections-ordered-bounded.ads -include/bc/bc-containers-collections-ordered-dynamic.adb -include/bc/bc-containers-collections-ordered-dynamic.ads -include/bc/bc-containers-collections-ordered-unbounded.adb -include/bc/bc-containers-collections-ordered-unbounded.ads -include/bc/bc-containers-collections-ordered-unmanaged.adb -include/bc/bc-containers-collections-ordered-unmanaged.ads -include/bc/bc-containers-collections-ordered.ads -include/bc/bc-containers-collections-unbounded.adb -include/bc/bc-containers-collections-unbounded.ads -include/bc/bc-containers-collections-unmanaged.adb -include/bc/bc-containers-collections-unmanaged.ads -include/bc/bc-containers-collections.adb -include/bc/bc-containers-collections.ads -include/bc/bc-containers-deques-bounded.adb -include/bc/bc-containers-deques-bounded.ads -include/bc/bc-containers-deques-dynamic.adb -include/bc/bc-containers-deques-dynamic.ads -include/bc/bc-containers-deques-unbounded.adb -include/bc/bc-containers-deques-unbounded.ads -include/bc/bc-containers-deques-unmanaged.adb -include/bc/bc-containers-deques-unmanaged.ads -include/bc/bc-containers-deques.adb -include/bc/bc-containers-deques.ads -include/bc/bc-containers-lists-double.adb -include/bc/bc-containers-lists-double.ads -include/bc/bc-containers-lists-single.adb -include/bc/bc-containers-lists-single.ads -include/bc/bc-containers-lists.ads -include/bc/bc-containers-maps-bounded.adb -include/bc/bc-containers-maps-bounded.ads -include/bc/bc-containers-maps-dynamic.adb -include/bc/bc-containers-maps-dynamic.ads -include/bc/bc-containers-maps-unbounded.adb -include/bc/bc-containers-maps-unbounded.ads -include/bc/bc-containers-maps-unmanaged.adb -include/bc/bc-containers-maps-unmanaged.ads -include/bc/bc-containers-maps.adb -include/bc/bc-containers-maps.ads -include/bc/bc-containers-queues-bounded.adb -include/bc/bc-containers-queues-bounded.ads -include/bc/bc-containers-queues-dynamic.adb -include/bc/bc-containers-queues-dynamic.ads -include/bc/bc-containers-queues-ordered-bounded.adb -include/bc/bc-containers-queues-ordered-bounded.ads -include/bc/bc-containers-queues-ordered-dynamic.adb -include/bc/bc-containers-queues-ordered-dynamic.ads -include/bc/bc-containers-queues-ordered-unbounded.adb -include/bc/bc-containers-queues-ordered-unbounded.ads -include/bc/bc-containers-queues-ordered-unmanaged.adb -include/bc/bc-containers-queues-ordered-unmanaged.ads -include/bc/bc-containers-queues-ordered.ads -include/bc/bc-containers-queues-unbounded.adb -include/bc/bc-containers-queues-unbounded.ads -include/bc/bc-containers-queues-unmanaged.adb -include/bc/bc-containers-queues-unmanaged.ads -include/bc/bc-containers-queues.adb -include/bc/bc-containers-queues.ads -include/bc/bc-containers-quicksort.adb -include/bc/bc-containers-quicksort.ads -include/bc/bc-containers-rings-bounded.adb -include/bc/bc-containers-rings-bounded.ads -include/bc/bc-containers-rings-dynamic.adb -include/bc/bc-containers-rings-dynamic.ads -include/bc/bc-containers-rings-unbounded.adb -include/bc/bc-containers-rings-unbounded.ads -include/bc/bc-containers-rings-unmanaged.adb -include/bc/bc-containers-rings-unmanaged.ads -include/bc/bc-containers-rings.adb -include/bc/bc-containers-rings.ads -include/bc/bc-containers-sets-bounded.adb -include/bc/bc-containers-sets-bounded.ads -include/bc/bc-containers-sets-dynamic.adb -include/bc/bc-containers-sets-dynamic.ads -include/bc/bc-containers-sets-unbounded.adb -include/bc/bc-containers-sets-unbounded.ads -include/bc/bc-containers-sets-unmanaged.adb -include/bc/bc-containers-sets-unmanaged.ads -include/bc/bc-containers-sets.adb -include/bc/bc-containers-sets.ads -include/bc/bc-containers-shellsort.adb -include/bc/bc-containers-shellsort.ads -include/bc/bc-containers-stacks-bounded.adb -include/bc/bc-containers-stacks-bounded.ads -include/bc/bc-containers-stacks-dynamic.adb -include/bc/bc-containers-stacks-dynamic.ads -include/bc/bc-containers-stacks-unbounded.adb -include/bc/bc-containers-stacks-unbounded.ads -include/bc/bc-containers-stacks-unmanaged.adb -include/bc/bc-containers-stacks-unmanaged.ads -include/bc/bc-containers-stacks.adb -include/bc/bc-containers-stacks.ads -include/bc/bc-containers-trees-avl-print.adb -include/bc/bc-containers-trees-avl-print.ads -include/bc/bc-containers-trees-avl-validate.adb -include/bc/bc-containers-trees-avl-validate.ads -include/bc/bc-containers-trees-avl.adb -include/bc/bc-containers-trees-avl.ads -include/bc/bc-containers-trees-binary-in_order.adb -include/bc/bc-containers-trees-binary-in_order.ads -include/bc/bc-containers-trees-binary-post_order.adb -include/bc/bc-containers-trees-binary-post_order.ads -include/bc/bc-containers-trees-binary-pre_order.adb -include/bc/bc-containers-trees-binary-pre_order.ads -include/bc/bc-containers-trees-binary.adb -include/bc/bc-containers-trees-binary.ads -include/bc/bc-containers-trees-multiway-post_order.adb -include/bc/bc-containers-trees-multiway-post_order.ads -include/bc/bc-containers-trees-multiway-pre_order.adb -include/bc/bc-containers-trees-multiway-pre_order.ads -include/bc/bc-containers-trees-multiway.adb -include/bc/bc-containers-trees-multiway.ads -include/bc/bc-containers-trees.ads -include/bc/bc-containers.adb -include/bc/bc-containers.ads -include/bc/bc-copy.adb -include/bc/bc-copy.ads -include/bc/bc-filter.adb -include/bc/bc-filter.ads -include/bc/bc-graphs-directed.adb -include/bc/bc-graphs-directed.ads -include/bc/bc-graphs-undirected.adb -include/bc/bc-graphs-undirected.ads -include/bc/bc-graphs.adb -include/bc/bc-graphs.ads -include/bc/bc-indefinite_containers-collections-bounded.adb -include/bc/bc-indefinite_containers-collections-bounded.ads -include/bc/bc-indefinite_containers-collections-ordered-bounded.adb -include/bc/bc-indefinite_containers-collections-ordered-bounded.ads -include/bc/bc-indefinite_containers-collections-ordered-unbounded.adb -include/bc/bc-indefinite_containers-collections-ordered-unbounded.ads -include/bc/bc-indefinite_containers-collections-ordered.ads -include/bc/bc-indefinite_containers-collections-unbounded.adb -include/bc/bc-indefinite_containers-collections-unbounded.ads -include/bc/bc-indefinite_containers-collections.adb -include/bc/bc-indefinite_containers-collections.ads -include/bc/bc-indefinite_containers-maps-bounded.adb -include/bc/bc-indefinite_containers-maps-bounded.ads -include/bc/bc-indefinite_containers-maps-unbounded.adb -include/bc/bc-indefinite_containers-maps-unbounded.ads -include/bc/bc-indefinite_containers-maps.adb -include/bc/bc-indefinite_containers-maps.ads -include/bc/bc-indefinite_containers-queues-bounded.adb -include/bc/bc-indefinite_containers-queues-bounded.ads -include/bc/bc-indefinite_containers-queues-ordered-bounded.adb -include/bc/bc-indefinite_containers-queues-ordered-bounded.ads -include/bc/bc-indefinite_containers-queues-ordered-unbounded.adb -include/bc/bc-indefinite_containers-queues-ordered-unbounded.ads -include/bc/bc-indefinite_containers-queues-ordered.ads -include/bc/bc-indefinite_containers-queues-unbounded.adb -include/bc/bc-indefinite_containers-queues-unbounded.ads -include/bc/bc-indefinite_containers-queues.adb -include/bc/bc-indefinite_containers-queues.ads -include/bc/bc-indefinite_containers.adb -include/bc/bc-indefinite_containers.ads -include/bc/bc-indefinite_unmanaged_containers-collections-ordered.adb -include/bc/bc-indefinite_unmanaged_containers-collections-ordered.ads -include/bc/bc-indefinite_unmanaged_containers-collections.adb -include/bc/bc-indefinite_unmanaged_containers-collections.ads -include/bc/bc-indefinite_unmanaged_containers-maps.adb -include/bc/bc-indefinite_unmanaged_containers-maps.ads -include/bc/bc-indefinite_unmanaged_containers-queues-ordered.adb -include/bc/bc-indefinite_unmanaged_containers-queues-ordered.ads -include/bc/bc-indefinite_unmanaged_containers-queues.adb -include/bc/bc-indefinite_unmanaged_containers-queues.ads -include/bc/bc-indefinite_unmanaged_containers.adb -include/bc/bc-indefinite_unmanaged_containers.ads -include/bc/bc-lists-double.adb -include/bc/bc-lists-double.ads -include/bc/bc-lists-single.adb -include/bc/bc-lists-single.ads -include/bc/bc-lists.adb -include/bc/bc-lists.ads -include/bc/bc-simple_collections.adb -include/bc/bc-simple_collections.ads -include/bc/bc-support-auto_pointers.adb -include/bc/bc-support-auto_pointers.ads -include/bc/bc-support-avl_trees.adb -include/bc/bc-support-avl_trees.ads -include/bc/bc-support-bounded.adb -include/bc/bc-support-bounded.ads -include/bc/bc-support-bounded_hash_tables.adb -include/bc/bc-support-bounded_hash_tables.ads -include/bc/bc-support-dynamic.adb -include/bc/bc-support-dynamic.ads -include/bc/bc-support-exceptions.ads -include/bc/bc-support-hash_tables.adb -include/bc/bc-support-hash_tables.ads -include/bc/bc-support-high_resolution_time-clock.adb -include/bc/bc-support-high_resolution_time.adb -include/bc/bc-support-high_resolution_time.ads -include/bc/bc-support-indefinite_bounded.adb -include/bc/bc-support-indefinite_bounded.ads -include/bc/bc-support-indefinite_bounded_hash_tables.adb -include/bc/bc-support-indefinite_bounded_hash_tables.ads -include/bc/bc-support-indefinite_hash_tables.adb -include/bc/bc-support-indefinite_hash_tables.ads -include/bc/bc-support-indefinite_reference.adb -include/bc/bc-support-indefinite_reference.ads -include/bc/bc-support-indefinite_unbounded.adb -include/bc/bc-support-indefinite_unbounded.ads -include/bc/bc-support-indefinite_unmanaged.adb -include/bc/bc-support-indefinite_unmanaged.ads -include/bc/bc-support-managed_storage.ads -include/bc/bc-support-memory_streams.ads -include/bc/bc-support-smart_pointers.adb -include/bc/bc-support-smart_pointers.ads -include/bc/bc-support-standard_storage.ads -include/bc/bc-support-statistics.ads -include/bc/bc-support-synchronization-debug.ads -include/bc/bc-support-synchronization.ads -include/bc/bc-support-unbounded.adb -include/bc/bc-support-unbounded.ads -include/bc/bc-support-unmanaged.adb -include/bc/bc-support-unmanaged.ads -include/bc/bc-support-unmanaged_storage.adb -include/bc/bc-support-unmanaged_storage.ads -include/bc/bc-support.ads -include/bc/bc-trees-avl_trees-iterators.adb -include/bc/bc-trees-avl_trees-iterators.ads -include/bc/bc-trees-avl_trees-print.adb -include/bc/bc-trees-avl_trees-print.ads -include/bc/bc-trees-avl_trees-validate.adb -include/bc/bc-trees-avl_trees-validate.ads -include/bc/bc-trees-avl_trees.adb -include/bc/bc-trees-avl_trees.ads -include/bc/bc-trees-binary_trees-in_order.adb -include/bc/bc-trees-binary_trees-in_order.ads -include/bc/bc-trees-binary_trees-post_order.adb -include/bc/bc-trees-binary_trees-post_order.ads -include/bc/bc-trees-binary_trees-pre_order.adb -include/bc/bc-trees-binary_trees-pre_order.ads -include/bc/bc-trees-binary_trees.adb -include/bc/bc-trees-binary_trees.ads -include/bc/bc-trees-multiway_trees-post_order.adb -include/bc/bc-trees-multiway_trees-post_order.ads -include/bc/bc-trees-multiway_trees-pre_order.adb -include/bc/bc-trees-multiway_trees-pre_order.ads -include/bc/bc-trees-multiway_trees.adb -include/bc/bc-trees-multiway_trees.ads -include/bc/bc-trees.ads -include/bc/bc.ads -lib/bc/lib-relocatable/bc-containers-bags-bounded.ali -lib/bc/lib-relocatable/bc-containers-bags-dynamic.ali -lib/bc/lib-relocatable/bc-containers-bags-unbounded.ali -lib/bc/lib-relocatable/bc-containers-bags-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-bags.ali -lib/bc/lib-relocatable/bc-containers-collections-bounded.ali -lib/bc/lib-relocatable/bc-containers-collections-dynamic.ali -lib/bc/lib-relocatable/bc-containers-collections-ordered-bounded.ali -lib/bc/lib-relocatable/bc-containers-collections-ordered-dynamic.ali -lib/bc/lib-relocatable/bc-containers-collections-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-containers-collections-ordered-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-collections-ordered.ali -lib/bc/lib-relocatable/bc-containers-collections-unbounded.ali -lib/bc/lib-relocatable/bc-containers-collections-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-collections.ali -lib/bc/lib-relocatable/bc-containers-deques-bounded.ali -lib/bc/lib-relocatable/bc-containers-deques-dynamic.ali -lib/bc/lib-relocatable/bc-containers-deques-unbounded.ali -lib/bc/lib-relocatable/bc-containers-deques-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-deques.ali -lib/bc/lib-relocatable/bc-containers-lists-double.ali -lib/bc/lib-relocatable/bc-containers-lists-single.ali -lib/bc/lib-relocatable/bc-containers-lists.ali -lib/bc/lib-relocatable/bc-containers-maps-bounded.ali -lib/bc/lib-relocatable/bc-containers-maps-dynamic.ali -lib/bc/lib-relocatable/bc-containers-maps-unbounded.ali -lib/bc/lib-relocatable/bc-containers-maps-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-maps.ali -lib/bc/lib-relocatable/bc-containers-queues-bounded.ali -lib/bc/lib-relocatable/bc-containers-queues-dynamic.ali -lib/bc/lib-relocatable/bc-containers-queues-ordered-bounded.ali -lib/bc/lib-relocatable/bc-containers-queues-ordered-dynamic.ali -lib/bc/lib-relocatable/bc-containers-queues-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-containers-queues-ordered-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-queues-ordered.ali -lib/bc/lib-relocatable/bc-containers-queues-unbounded.ali -lib/bc/lib-relocatable/bc-containers-queues-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-queues.ali -lib/bc/lib-relocatable/bc-containers-quicksort.ali -lib/bc/lib-relocatable/bc-containers-rings-bounded.ali -lib/bc/lib-relocatable/bc-containers-rings-dynamic.ali -lib/bc/lib-relocatable/bc-containers-rings-unbounded.ali -lib/bc/lib-relocatable/bc-containers-rings-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-rings.ali -lib/bc/lib-relocatable/bc-containers-sets-bounded.ali -lib/bc/lib-relocatable/bc-containers-sets-dynamic.ali -lib/bc/lib-relocatable/bc-containers-sets-unbounded.ali -lib/bc/lib-relocatable/bc-containers-sets-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-sets.ali -lib/bc/lib-relocatable/bc-containers-shellsort.ali -lib/bc/lib-relocatable/bc-containers-stacks-bounded.ali -lib/bc/lib-relocatable/bc-containers-stacks-dynamic.ali -lib/bc/lib-relocatable/bc-containers-stacks-unbounded.ali -lib/bc/lib-relocatable/bc-containers-stacks-unmanaged.ali -lib/bc/lib-relocatable/bc-containers-stacks.ali -lib/bc/lib-relocatable/bc-containers-trees-avl-print.ali -lib/bc/lib-relocatable/bc-containers-trees-avl-validate.ali -lib/bc/lib-relocatable/bc-containers-trees-avl.ali -lib/bc/lib-relocatable/bc-containers-trees-binary-in_order.ali -lib/bc/lib-relocatable/bc-containers-trees-binary-post_order.ali -lib/bc/lib-relocatable/bc-containers-trees-binary-pre_order.ali -lib/bc/lib-relocatable/bc-containers-trees-binary.ali -lib/bc/lib-relocatable/bc-containers-trees-multiway-post_order.ali -lib/bc/lib-relocatable/bc-containers-trees-multiway-pre_order.ali -lib/bc/lib-relocatable/bc-containers-trees-multiway.ali -lib/bc/lib-relocatable/bc-containers-trees.ali -lib/bc/lib-relocatable/bc-containers.ali -lib/bc/lib-relocatable/bc-copy.ali -lib/bc/lib-relocatable/bc-filter.ali -lib/bc/lib-relocatable/bc-graphs-directed.ali -lib/bc/lib-relocatable/bc-graphs-undirected.ali -lib/bc/lib-relocatable/bc-graphs.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-ordered.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-collections.ali -lib/bc/lib-relocatable/bc-indefinite_containers-maps-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-maps-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-maps.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-bounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-ordered.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues-unbounded.ali -lib/bc/lib-relocatable/bc-indefinite_containers-queues.ali -lib/bc/lib-relocatable/bc-indefinite_containers.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-collections-ordered.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-collections.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-maps.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-queues-ordered.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers-queues.ali -lib/bc/lib-relocatable/bc-indefinite_unmanaged_containers.ali -lib/bc/lib-relocatable/bc-lists-double.ali -lib/bc/lib-relocatable/bc-lists-single.ali -lib/bc/lib-relocatable/bc-lists.ali -lib/bc/lib-relocatable/bc-simple_collections.ali -lib/bc/lib-relocatable/bc-support-auto_pointers.ali -lib/bc/lib-relocatable/bc-support-avl_trees.ali -lib/bc/lib-relocatable/bc-support-bounded.ali -lib/bc/lib-relocatable/bc-support-bounded_hash_tables.ali -lib/bc/lib-relocatable/bc-support-dynamic.ali -lib/bc/lib-relocatable/bc-support-exceptions.ali -lib/bc/lib-relocatable/bc-support-hash_tables.ali -lib/bc/lib-relocatable/bc-support-high_resolution_time.ali -lib/bc/lib-relocatable/bc-support-indefinite_bounded.ali -lib/bc/lib-relocatable/bc-support-indefinite_bounded_hash_tables.ali -lib/bc/lib-relocatable/bc-support-indefinite_hash_tables.ali -lib/bc/lib-relocatable/bc-support-indefinite_reference.ali -lib/bc/lib-relocatable/bc-support-indefinite_unbounded.ali -lib/bc/lib-relocatable/bc-support-indefinite_unmanaged.ali -lib/bc/lib-relocatable/bc-support-managed_storage.ali -lib/bc/lib-relocatable/bc-support-memory_streams.ali -lib/bc/lib-relocatable/bc-support-smart_pointers.ali -lib/bc/lib-relocatable/bc-support-standard_storage.ali -lib/bc/lib-relocatable/bc-support-statistics.ali -lib/bc/lib-relocatable/bc-support-synchronization-debug.ali -lib/bc/lib-relocatable/bc-support-synchronization.ali -lib/bc/lib-relocatable/bc-support-unbounded.ali -lib/bc/lib-relocatable/bc-support-unmanaged.ali -lib/bc/lib-relocatable/bc-support-unmanaged_storage.ali -lib/bc/lib-relocatable/bc-support.ali -lib/bc/lib-relocatable/bc-trees-avl_trees-iterators.ali -lib/bc/lib-relocatable/bc-trees-avl_trees-print.ali -lib/bc/lib-relocatable/bc-trees-avl_trees-validate.ali -lib/bc/lib-relocatable/bc-trees-avl_trees.ali -lib/bc/lib-relocatable/bc-trees-binary_trees-in_order.ali -lib/bc/lib-relocatable/bc-trees-binary_trees-post_order.ali -lib/bc/lib-relocatable/bc-trees-binary_trees-pre_order.ali -lib/bc/lib-relocatable/bc-trees-binary_trees.ali -lib/bc/lib-relocatable/bc-trees-multiway_trees-post_order.ali -lib/bc/lib-relocatable/bc-trees-multiway_trees-pre_order.ali -lib/bc/lib-relocatable/bc-trees-multiway_trees.ali -lib/bc/lib-relocatable/bc-trees.ali -lib/bc/lib-relocatable/bc.ali -lib/bc/lib-relocatable/libbc.so -lib/bc/lib-static/bc-containers-bags-bounded.ali -lib/bc/lib-static/bc-containers-bags-dynamic.ali -lib/bc/lib-static/bc-containers-bags-unbounded.ali -lib/bc/lib-static/bc-containers-bags-unmanaged.ali -lib/bc/lib-static/bc-containers-bags.ali -lib/bc/lib-static/bc-containers-collections-bounded.ali -lib/bc/lib-static/bc-containers-collections-dynamic.ali -lib/bc/lib-static/bc-containers-collections-ordered-bounded.ali -lib/bc/lib-static/bc-containers-collections-ordered-dynamic.ali -lib/bc/lib-static/bc-containers-collections-ordered-unbounded.ali -lib/bc/lib-static/bc-containers-collections-ordered-unmanaged.ali -lib/bc/lib-static/bc-containers-collections-ordered.ali -lib/bc/lib-static/bc-containers-collections-unbounded.ali -lib/bc/lib-static/bc-containers-collections-unmanaged.ali -lib/bc/lib-static/bc-containers-collections.ali -lib/bc/lib-static/bc-containers-deques-bounded.ali -lib/bc/lib-static/bc-containers-deques-dynamic.ali -lib/bc/lib-static/bc-containers-deques-unbounded.ali -lib/bc/lib-static/bc-containers-deques-unmanaged.ali -lib/bc/lib-static/bc-containers-deques.ali -lib/bc/lib-static/bc-containers-lists-double.ali -lib/bc/lib-static/bc-containers-lists-single.ali -lib/bc/lib-static/bc-containers-lists.ali -lib/bc/lib-static/bc-containers-maps-bounded.ali -lib/bc/lib-static/bc-containers-maps-dynamic.ali -lib/bc/lib-static/bc-containers-maps-unbounded.ali -lib/bc/lib-static/bc-containers-maps-unmanaged.ali -lib/bc/lib-static/bc-containers-maps.ali -lib/bc/lib-static/bc-containers-queues-bounded.ali -lib/bc/lib-static/bc-containers-queues-dynamic.ali -lib/bc/lib-static/bc-containers-queues-ordered-bounded.ali -lib/bc/lib-static/bc-containers-queues-ordered-dynamic.ali -lib/bc/lib-static/bc-containers-queues-ordered-unbounded.ali -lib/bc/lib-static/bc-containers-queues-ordered-unmanaged.ali -lib/bc/lib-static/bc-containers-queues-ordered.ali -lib/bc/lib-static/bc-containers-queues-unbounded.ali -lib/bc/lib-static/bc-containers-queues-unmanaged.ali -lib/bc/lib-static/bc-containers-queues.ali -lib/bc/lib-static/bc-containers-quicksort.ali -lib/bc/lib-static/bc-containers-rings-bounded.ali -lib/bc/lib-static/bc-containers-rings-dynamic.ali -lib/bc/lib-static/bc-containers-rings-unbounded.ali -lib/bc/lib-static/bc-containers-rings-unmanaged.ali -lib/bc/lib-static/bc-containers-rings.ali -lib/bc/lib-static/bc-containers-sets-bounded.ali -lib/bc/lib-static/bc-containers-sets-dynamic.ali -lib/bc/lib-static/bc-containers-sets-unbounded.ali -lib/bc/lib-static/bc-containers-sets-unmanaged.ali -lib/bc/lib-static/bc-containers-sets.ali -lib/bc/lib-static/bc-containers-shellsort.ali -lib/bc/lib-static/bc-containers-stacks-bounded.ali -lib/bc/lib-static/bc-containers-stacks-dynamic.ali -lib/bc/lib-static/bc-containers-stacks-unbounded.ali -lib/bc/lib-static/bc-containers-stacks-unmanaged.ali -lib/bc/lib-static/bc-containers-stacks.ali -lib/bc/lib-static/bc-containers-trees-avl-print.ali -lib/bc/lib-static/bc-containers-trees-avl-validate.ali -lib/bc/lib-static/bc-containers-trees-avl.ali -lib/bc/lib-static/bc-containers-trees-binary-in_order.ali -lib/bc/lib-static/bc-containers-trees-binary-post_order.ali -lib/bc/lib-static/bc-containers-trees-binary-pre_order.ali -lib/bc/lib-static/bc-containers-trees-binary.ali -lib/bc/lib-static/bc-containers-trees-multiway-post_order.ali -lib/bc/lib-static/bc-containers-trees-multiway-pre_order.ali -lib/bc/lib-static/bc-containers-trees-multiway.ali -lib/bc/lib-static/bc-containers-trees.ali -lib/bc/lib-static/bc-containers.ali -lib/bc/lib-static/bc-copy.ali -lib/bc/lib-static/bc-filter.ali -lib/bc/lib-static/bc-graphs-directed.ali -lib/bc/lib-static/bc-graphs-undirected.ali -lib/bc/lib-static/bc-graphs.ali -lib/bc/lib-static/bc-indefinite_containers-collections-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-ordered-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-ordered-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections-ordered.ali -lib/bc/lib-static/bc-indefinite_containers-collections-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-collections.ali -lib/bc/lib-static/bc-indefinite_containers-maps-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-maps-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-maps.ali -lib/bc/lib-static/bc-indefinite_containers-queues-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-ordered-bounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-ordered-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues-ordered.ali -lib/bc/lib-static/bc-indefinite_containers-queues-unbounded.ali -lib/bc/lib-static/bc-indefinite_containers-queues.ali -lib/bc/lib-static/bc-indefinite_containers.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers-collections-ordered.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers-collections.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers-maps.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers-queues-ordered.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers-queues.ali -lib/bc/lib-static/bc-indefinite_unmanaged_containers.ali -lib/bc/lib-static/bc-lists-double.ali -lib/bc/lib-static/bc-lists-single.ali -lib/bc/lib-static/bc-lists.ali -lib/bc/lib-static/bc-simple_collections.ali -lib/bc/lib-static/bc-support-auto_pointers.ali -lib/bc/lib-static/bc-support-avl_trees.ali -lib/bc/lib-static/bc-support-bounded.ali -lib/bc/lib-static/bc-support-bounded_hash_tables.ali -lib/bc/lib-static/bc-support-dynamic.ali -lib/bc/lib-static/bc-support-exceptions.ali -lib/bc/lib-static/bc-support-hash_tables.ali -lib/bc/lib-static/bc-support-high_resolution_time.ali -lib/bc/lib-static/bc-support-indefinite_bounded.ali -lib/bc/lib-static/bc-support-indefinite_bounded_hash_tables.ali -lib/bc/lib-static/bc-support-indefinite_hash_tables.ali -lib/bc/lib-static/bc-support-indefinite_reference.ali -lib/bc/lib-static/bc-support-indefinite_unbounded.ali -lib/bc/lib-static/bc-support-indefinite_unmanaged.ali -lib/bc/lib-static/bc-support-managed_storage.ali -lib/bc/lib-static/bc-support-memory_streams.ali -lib/bc/lib-static/bc-support-smart_pointers.ali -lib/bc/lib-static/bc-support-standard_storage.ali -lib/bc/lib-static/bc-support-statistics.ali -lib/bc/lib-static/bc-support-synchronization-debug.ali -lib/bc/lib-static/bc-support-synchronization.ali -lib/bc/lib-static/bc-support-unbounded.ali -lib/bc/lib-static/bc-support-unmanaged.ali -lib/bc/lib-static/bc-support-unmanaged_storage.ali -lib/bc/lib-static/bc-support.ali -lib/bc/lib-static/bc-trees-avl_trees-iterators.ali -lib/bc/lib-static/bc-trees-avl_trees-print.ali -lib/bc/lib-static/bc-trees-avl_trees-validate.ali -lib/bc/lib-static/bc-trees-avl_trees.ali -lib/bc/lib-static/bc-trees-binary_trees-in_order.ali -lib/bc/lib-static/bc-trees-binary_trees-post_order.ali -lib/bc/lib-static/bc-trees-binary_trees-pre_order.ali -lib/bc/lib-static/bc-trees-binary_trees.ali -lib/bc/lib-static/bc-trees-multiway_trees-post_order.ali -lib/bc/lib-static/bc-trees-multiway_trees-pre_order.ali -lib/bc/lib-static/bc-trees-multiway_trees.ali -lib/bc/lib-static/bc-trees.ali -lib/bc/lib-static/bc.ali -lib/bc/lib-static/libbc.a -lib/gnat/bc.gpr -%%PORTDOCS%%%%DOCSDIR%%/ada95lgo.gif -%%PORTDOCS%%%%DOCSDIR%%/bc.css -%%PORTDOCS%%%%DOCSDIR%%/car-fleet.jpg -%%PORTDOCS%%%%DOCSDIR%%/case-study.html -%%PORTDOCS%%%%DOCSDIR%%/coldframe-hash.tgz -%%PORTDOCS%%%%DOCSDIR%%/coldframe-hash.zip -%%PORTDOCS%%%%DOCSDIR%%/compiler-problems.html -%%PORTDOCS%%%%DOCSDIR%%/demos.html -%%PORTDOCS%%%%DOCSDIR%%/documentation.html -%%PORTDOCS%%%%DOCSDIR%%/download.html -%%PORTDOCS%%%%DOCSDIR%%/greenline.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/installation.html -%%PORTDOCS%%%%DOCSDIR%%/organization.png -%%PORTDOCS%%%%DOCSDIR%%/overview.html -%%PORTDOCS%%%%DOCSDIR%%/release.html -%%PORTDOCS%%%%DOCSDIR%%/x.ada diff --git a/devel/adaid/Makefile b/devel/adaid/Makefile deleted file mode 100644 index 4d157bc8de34..000000000000 --- a/devel/adaid/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: John Marino - -PORTNAME= AdaID -PORTVERSION= 0.0.1 -PORTREVISION= 1 -DISTVERSIONPREFIX= v -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple Ada library for generating UUIDs - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= gprbuild:devel/gprbuild -TEST_DEPENDS= ${LOCALBASE}/lib/gnat/aunit.gpr:devel/aunit - -USES= ada:run -USE_GITHUB= yes -GH_ACCOUNT= anthony-arnold - -LIB_VERSION= 1.0.2 # get from ${WRKSRC}/Makefile - -post-patch: - ${SED} -e 's|"src"|"src", "include"|; s|%VERSION%|${LIB_VERSION}|' \ - ${WRKSRC}/adaid.gpr.in > ${WRKSRC}/adaid.gpr - ${REINPLACE_CMD} -e 's|adaid_debug|adaid|' ${WRKSRC}/test.gpr - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${BUILD_ARGS} \ - gprbuild -p -P adaid) - -do-test: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${TEST_ARGS} \ - gprbuild -p -P test) - ${TEST_WRKSRC}/bin/test - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/adaid \ - ${STAGEDIR}${PREFIX}/lib/adaid \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib/adaid - ${INSTALL_DATA} ${WRKSRC}/ali/*.ali* ${STAGEDIR}${PREFIX}/lib/adaid - ${INSTALL_DATA} ${WRKSRC}/src/*.adb ${WRKSRC}/include/*.ads \ - ${STAGEDIR}${PREFIX}/include/adaid - ${INSTALL_DATA} ${FILESDIR}/adaid.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/devel/adaid/distinfo b/devel/adaid/distinfo deleted file mode 100644 index f4f3f2398321..000000000000 --- a/devel/adaid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1470593800 -SHA256 (anthony-arnold-AdaID-v0.0.1_GH0.tar.gz) = 6da9a4e1346a15e320e271103fe94c45517492ab95b989ecd9ffc9151d8665da -SIZE (anthony-arnold-AdaID-v0.0.1_GH0.tar.gz) = 14999 diff --git a/devel/adaid/files/adaid.gpr b/devel/adaid/files/adaid.gpr deleted file mode 100644 index 9029828fe017..000000000000 --- a/devel/adaid/files/adaid.gpr +++ /dev/null @@ -1,8 +0,0 @@ -project AdaID is - for Languages use ("ada"); - for Library_Name use "adaid"; - for Source_Dirs use ("../../include/adaid"); - for Library_Dir use "../../lib/adaid"; - for Library_Kind use "dynamic"; - for Externally_Built use "true"; -end AdaID; diff --git a/devel/adaid/pkg-descr b/devel/adaid/pkg-descr deleted file mode 100644 index ad5f82af53a8..000000000000 --- a/devel/adaid/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -AdaID is a simple Ada library for generating UUIDs. - -Supported operations include: - * Generating random UUIDs - * Generating name-based UUIDs - * Restoring UUIDs from a string representation. - * Converting a UUID to a string - -WWW: https://github.com/anthony-arnold/AdaID diff --git a/devel/adaid/pkg-plist b/devel/adaid/pkg-plist deleted file mode 100644 index 24caabc7a82c..000000000000 --- a/devel/adaid/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/adaid/adaid-generate.adb -include/adaid/adaid-generate.ads -include/adaid/adaid.adb -include/adaid/adaid.ads -include/adaid/sha-process_data.adb -lib/adaid/adaid-generate.ali -lib/adaid/adaid.ali -lib/adaid/libadaid.so -lib/adaid/libadaid.so.1.0.2 -lib/adaid/sha-process_data.ali -lib/adaid/sha.ali -lib/gnat/adaid.gpr diff --git a/devel/ahven/Makefile b/devel/ahven/Makefile deleted file mode 100644 index db622f20398c..000000000000 --- a/devel/ahven/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: John Marino - -PORTNAME= ahven -PORTVERSION= 2.6 -PORTREVISION= 6 -CATEGORIES= devel -MASTER_SITES= http://www.ahven-framework.com/releases/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada unit test framework - -LICENSE= ISCL - -BUILD_DEPENDS= adactl:lang/adacontrol - -USES= ada gmake -MAKE_ENV= OS_VERSION=unix - -OPTIONS_DEFINE= TRACE -OPTIONS_DEFAULT= TRACE -NO_OPTIONS_SORT= yes -TRACE_DESC= Build with GNAT-specific symbolic tracing functionality - -TRACE_EXTRA_PATCHES= ${FILESDIR}/extra-src_ahven-framework.adb - -do-build: - (cd ${WRKSRC} && ${MKDIR} lib objects) - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -Pgnat/ahven_lib) - -do-install: - (cd ${STAGEDIR}${PREFIX} && ${MKDIR} lib/gnat lib/ahven include/ahven) - ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/ahven - ${INSTALL_DATA} ${WRKSRC}/lib/*.ali ${STAGEDIR}${PREFIX}/lib/ahven - ${INSTALL_DATA} ${WRKSRC}/lib/libahven.a ${STAGEDIR}${PREFIX}/lib/ahven - ${INSTALL_DATA} ${FILESDIR}/ahven.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/devel/ahven/distinfo b/devel/ahven/distinfo deleted file mode 100644 index cbe8175c130b..000000000000 --- a/devel/ahven/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ahven-2.6.tar.gz) = 9ad43885c333c1d93cb106dbf8f361bac33b793d9892930a540eebdf23c1c4a5 -SIZE (ahven-2.6.tar.gz) = 107491 diff --git a/devel/ahven/files/ahven.gpr b/devel/ahven/files/ahven.gpr deleted file mode 100644 index 357aad893ae0..000000000000 --- a/devel/ahven/files/ahven.gpr +++ /dev/null @@ -1,7 +0,0 @@ -library project Ahven is - for Library_Name use "ahven"; - for Library_Kind use "static"; - for Source_Dirs use ("../../include/ahven"); - for Library_Dir use "../../lib/ahven"; - for Externally_Built use "true"; -end Ahven; diff --git a/devel/ahven/files/extra-src_ahven-framework.adb b/devel/ahven/files/extra-src_ahven-framework.adb deleted file mode 100644 index a25d65d0620f..000000000000 --- a/devel/ahven/files/extra-src_ahven-framework.adb +++ /dev/null @@ -1,59 +0,0 @@ ---- src/ahven-framework.adb.orig 2014-02-08 21:21:51.000000000 +0000 -+++ src/ahven-framework.adb -@@ -14,6 +14,8 @@ - -- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -- - -+with GNAT.Traceback.Symbolic; -+with GNAT.Regpat; - with Ada.Strings; - with Ada.Unchecked_Deallocation; - with Ada.Exceptions; -@@ -22,6 +24,24 @@ with Ahven.Long_AStrings; - package body Ahven.Framework is - use Ahven.AStrings; - -+ -- Convert an exception into a traceback, but truncate it at the first -+ -- line matching "0x.* in ahven.framework" as this is unwanted trace. -+ function Filtered_Traceback (E : in Ada.Exceptions.Exception_Occurrence) -+ return String is -+ ftb : constant String := GNAT.Traceback.Symbolic.Symbolic_Traceback (E); -+ pat : constant String := "(0x[0-9a-f]* in ahven\.framework)"; -+ reg : constant GNAT.Regpat.Pattern_Matcher := GNAT.Regpat.Compile (pat); -+ result : GNAT.Regpat.Match_Array (0 .. 1); -+ use type GNAT.Regpat.Match_Location; -+ begin -+ GNAT.Regpat.Match (reg, ftb, result); -+ if result (0) = GNAT.Regpat.No_Match then -+ return ftb; -+ else -+ return ftb (1 .. result (1).First - 2); -+ end if; -+ end Filtered_Traceback; -+ - -- A few local procedures, so we do not need to duplicate code. - procedure Free_Test is - new Ada.Unchecked_Deallocation (Object => Test'Class, -@@ -346,19 +366,19 @@ package body Ahven.Framework is - Set_Status - (S => TEST_FAIL, - Message => Ada.Exceptions.Exception_Message (E), -- Long_Message => Ada.Exceptions.Exception_Information (E), -+ Long_Message => Filtered_Traceback (E), - R => Result); - when E : Test_Skipped_Error => - Set_Status - (S => TEST_SKIP, - Message => Ada.Exceptions.Exception_Message (E), -- Long_Message => Ada.Exceptions.Exception_Information (E), -+ Long_Message => Filtered_Traceback (E), - R => Result); - when E : others => - Set_Status - (S => TEST_ERROR, - Message => Ada.Exceptions.Exception_Message (E), -- Long_Message => Ada.Exceptions.Exception_Information (E), -+ Long_Message => Filtered_Traceback (E), - R => Result); - end; - end Run_A_Command; diff --git a/devel/ahven/files/patch-gnat_ahven__lib.gpr b/devel/ahven/files/patch-gnat_ahven__lib.gpr deleted file mode 100644 index 26ebbd1b7789..000000000000 --- a/devel/ahven/files/patch-gnat_ahven__lib.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- gnat/ahven_lib.gpr.orig 2014-02-08 21:21:51.000000000 +0000 -+++ gnat/ahven_lib.gpr -@@ -43,6 +43,6 @@ project Ahven_Lib is - "-gnatwl", - "-gnatE", - "-gnatwF", -- unreferenced formal off -- "-gnatyd3ibmhex", "-gnat95"); -+ "-gnat95"); - end Builder; - end Ahven_Lib; diff --git a/devel/ahven/pkg-descr b/devel/ahven/pkg-descr deleted file mode 100644 index d6ed05ddddd1..000000000000 --- a/devel/ahven/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Ahven is a simple unit test library and framework for the Ada programming -lanugage. It is loosely modelled after JUnit and some ideas from AUnit. - -Features: - Simple API - Small size - JUnit-compatible test results in XML format - Strict coding style enforced by AdaControl - This allows integration with tools like Jenkins and CruiseControl - Limited to Ada95 language features - Permissive open source license (ISC) - -WWW: http://ahven.stronglytyped.org/ diff --git a/devel/ahven/pkg-plist b/devel/ahven/pkg-plist deleted file mode 100644 index 9da739b61b7c..000000000000 --- a/devel/ahven/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -include/ahven/ahven-astrings.ads -include/ahven/ahven-framework.adb -include/ahven/ahven-framework.ads -include/ahven/ahven-listeners-basic.adb -include/ahven/ahven-listeners-basic.ads -include/ahven/ahven-listeners.adb -include/ahven/ahven-listeners.ads -include/ahven/ahven-long_astrings.ads -include/ahven/ahven-name_list.ads -include/ahven/ahven-parameters.adb -include/ahven/ahven-parameters.ads -include/ahven/ahven-results.adb -include/ahven/ahven-results.ads -include/ahven/ahven-runner.adb -include/ahven/ahven-runner.ads -include/ahven/ahven-slist.adb -include/ahven/ahven-slist.ads -include/ahven/ahven-tap_runner.adb -include/ahven/ahven-tap_runner.ads -include/ahven/ahven-temporary_output.adb -include/ahven/ahven-temporary_output.ads -include/ahven/ahven-text_runner.adb -include/ahven/ahven-text_runner.ads -include/ahven/ahven-xml_runner.adb -include/ahven/ahven-xml_runner.ads -include/ahven/ahven.adb -include/ahven/ahven.ads -lib/ahven/ahven-astrings.ali -lib/ahven/ahven-framework.ali -lib/ahven/ahven-listeners-basic.ali -lib/ahven/ahven-listeners.ali -lib/ahven/ahven-long_astrings.ali -lib/ahven/ahven-name_list.ali -lib/ahven/ahven-parameters.ali -lib/ahven/ahven-results.ali -lib/ahven/ahven-runner.ali -lib/ahven/ahven-slist.ali -lib/ahven/ahven-tap_runner.ali -lib/ahven/ahven-temporary_output.ali -lib/ahven/ahven-text_runner.ali -lib/ahven/ahven-xml_runner.ali -lib/ahven/ahven.ali -lib/ahven/ahven_compat.ali -lib/ahven/libahven.a -lib/gnat/ahven.gpr diff --git a/devel/alog/Makefile b/devel/alog/Makefile deleted file mode 100644 index bc568f828db3..000000000000 --- a/devel/alog/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: John Marino - -PORTNAME= alog -PORTVERSION= 0.6.1 -CATEGORIES= devel -MASTER_SITES= http://www.codelabs.ch/download/ -DISTNAME= libalog-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Stackable logging framework for Ada - -LICENSE= LGPL21 - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada tar:bzip2 -ALL_TARGET= all -PORTDOCS= html -MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} \ - LIBRARY_KIND=static - -OPTIONS_DEFINE= TEST DOCS -OPTIONS_SUB= yes -TEST_DESC= Run unit test suite before installation -NO_OPTIONS_SORT=yes - -DOCS_USES= gmake -DOCS_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor -DOCS_ALL_TARGET= doc - -TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven -TEST_ALL_TARGET= tests - -post-patch: - ${REINPLACE_CMD} -e '/^NUM_CPUS/d' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's/\(not-allowed\)/NONEXISTENT\/\1/' \ - ${WRKSRC}/tests/facility_tests-fd.adb - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/alog \ - ${STAGEDIR}${PREFIX}/include/alog \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/include/alog - ${INSTALL_DATA} ${WRKSRC}/lib/*/*.ali ${STAGEDIR}${PREFIX}/lib/alog - ${INSTALL_DATA} ${WRKSRC}/gnat/alog.gpr ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/lib/*/libalog.a ${STAGEDIR}${PREFIX}/lib/alog - -do-install-DOCS-on: - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) - -.include diff --git a/devel/alog/distinfo b/devel/alog/distinfo deleted file mode 100644 index 6f0f0441018d..000000000000 --- a/devel/alog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578322733 -SHA256 (libalog-0.6.1.tar.bz2) = ae779c9052263e5106ca8f5254bd0f5b6fa584b500a77c4f903476e4bb59f819 -SIZE (libalog-0.6.1.tar.bz2) = 269249 diff --git a/devel/alog/pkg-descr b/devel/alog/pkg-descr deleted file mode 100644 index 6b3438ba8ddc..000000000000 --- a/devel/alog/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Alog is a stackable logging framework for Ada. It aims to be straight -forward to use and is easily extendable. It provides support for various -logger types, log facilities, loglevel policies and message -transformations. - -WWW: http://www.codelabs.ch/alog diff --git a/devel/alog/pkg-plist b/devel/alog/pkg-plist deleted file mode 100644 index 69745abff7bd..000000000000 --- a/devel/alog/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -include/alog/alog-active_logger.adb -include/alog/alog-active_logger.ads -include/alog/alog-controlled_map.adb -include/alog/alog-controlled_map.ads -include/alog/alog-dst_filter.adb -include/alog/alog-dst_filter.ads -include/alog/alog-exceptions.ads -include/alog/alog-facilities-file_descriptor.adb -include/alog/alog-facilities-file_descriptor.ads -include/alog/alog-facilities-syslog.adb -include/alog/alog-facilities-syslog.ads -include/alog/alog-facilities.adb -include/alog/alog-facilities.ads -include/alog/alog-helpers.adb -include/alog/alog-helpers.ads -include/alog/alog-log_request.adb -include/alog/alog-log_request.ads -include/alog/alog-logger.adb -include/alog/alog-logger.ads -include/alog/alog-maps.adb -include/alog/alog-maps.ads -include/alog/alog-policy_db.adb -include/alog/alog-policy_db.ads -include/alog/alog-protected_containers.adb -include/alog/alog-protected_containers.ads -include/alog/alog-tasked_logger.adb -include/alog/alog-tasked_logger.ads -include/alog/alog-transforms-casing.adb -include/alog/alog-transforms-casing.ads -include/alog/alog-transforms.adb -include/alog/alog-transforms.ads -include/alog/alog.ads -include/alog/glue_syslog.c -lib/alog/alog-active_logger.ali -lib/alog/alog-controlled_map.ali -lib/alog/alog-dst_filter.ali -lib/alog/alog-exceptions.ali -lib/alog/alog-facilities-file_descriptor.ali -lib/alog/alog-facilities-syslog.ali -lib/alog/alog-facilities.ali -lib/alog/alog-helpers.ali -lib/alog/alog-log_request.ali -lib/alog/alog-logger.ali -lib/alog/alog-maps.ali -lib/alog/alog-policy_db.ali -lib/alog/alog-protected_containers.ali -lib/alog/alog-tasked_logger.ali -lib/alog/alog-transforms-casing.ali -lib/alog/alog-transforms.ali -lib/alog/alog.ali -lib/alog/libalog.a -lib/gnat/alog.gpr diff --git a/devel/aunit/Makefile b/devel/aunit/Makefile deleted file mode 100644 index a0b003b2cd66..000000000000 --- a/devel/aunit/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: John Marino - -PORTNAME= aunit -PORTVERSION= 2017 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTNAME= aunit-gpl-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada unit testing framework - -LICENSE= GPLv3 - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada gmake - -post-patch: - ${REINPLACE_CMD} -e 's|LIBDIR|MYLIBDIR|' \ - ${WRKSRC}/lib/gnat/aunit_shared.gpr - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/lib/gnat/manifests - -.include diff --git a/devel/aunit/distinfo b/devel/aunit/distinfo deleted file mode 100644 index ee3b50c4af29..000000000000 --- a/devel/aunit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1503142051 -SHA256 (aunit-gpl-2017-src.tar.gz) = c9a574d5a4a16648b1a9294b0d18deb571841b3bbd3ea3cd3ede4a6896faa0f7 -SIZE (aunit-gpl-2017-src.tar.gz) = 638311 diff --git a/devel/aunit/files/patch-Makefile b/devel/aunit/files/patch-Makefile deleted file mode 100644 index 29bdda09ec7d..000000000000 --- a/devel/aunit/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-01-19 16:18:43 UTC -+++ Makefile -@@ -4,7 +4,7 @@ GPRBUILD = gprbuild - GPRCLEAN = gprclean - GPRINSTALL = gprinstall - --INSTALL:=$(shell exec=`which gprbuild`;if [ ! -x "$$exec" ]; then unset exec;fi;echo $$exec | sed -e 's/\/bin\/$(GPRBUILD).*//') -+INSTALL:=$(DESTDIR)$(PREFIX) - - ifeq ($(RTS),) - RTS=full diff --git a/devel/aunit/pkg-descr b/devel/aunit/pkg-descr deleted file mode 100644 index ef7c85baf144..000000000000 --- a/devel/aunit/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -AUnit is a set of Ada packages based on the xUnit family of unit test -frameworks. It is intended as a developer's tool to facilitate confident -writing and evolution of Ada software. It is purposely lightweight, as -one of its main goals is to make it easy to develop and run unit tests, -rather than to generate artifacts for process management. The framework -supports easy composition of sets of unit tests to provide flexibility -in determining what tests to run for a given purpose. - -WWW: http://libre.adacore.com/tools/aunit/ diff --git a/devel/aunit/pkg-plist b/devel/aunit/pkg-plist deleted file mode 100644 index 5703af2c92a0..000000000000 --- a/devel/aunit/pkg-plist +++ /dev/null @@ -1,224 +0,0 @@ -include/aunit/ada_containers-aunit_lists.adb -include/aunit/ada_containers-aunit_lists.ads -include/aunit/ada_containers.ads -include/aunit/aunit-assertions-assert_exception.adb -include/aunit/aunit-assertions.adb -include/aunit/aunit-assertions.ads -include/aunit/aunit-memory-utils.adb -include/aunit/aunit-memory-utils.ads -include/aunit/aunit-memory.adb -include/aunit/aunit-memory.ads -include/aunit/aunit-options.ads -include/aunit/aunit-reporter-gnattest.adb -include/aunit/aunit-reporter-gnattest.ads -include/aunit/aunit-reporter-text.adb -include/aunit/aunit-reporter-text.ads -include/aunit/aunit-reporter-xml.adb -include/aunit/aunit-reporter-xml.ads -include/aunit/aunit-reporter.ads -include/aunit/aunit-run.adb -include/aunit/aunit-run.ads -include/aunit/aunit-simple_test_cases-run_routine.adb -include/aunit/aunit-simple_test_cases.adb -include/aunit/aunit-simple_test_cases.ads -include/aunit/aunit-test_caller.adb -include/aunit/aunit-test_caller.ads -include/aunit/aunit-test_cases-registration.adb -include/aunit/aunit-test_cases.adb -include/aunit/aunit-test_cases.ads -include/aunit/aunit-test_filters.adb -include/aunit/aunit-test_filters.ads -include/aunit/aunit-test_fixtures.adb -include/aunit/aunit-test_fixtures.ads -include/aunit/aunit-test_results.adb -include/aunit/aunit-test_results.ads -include/aunit/aunit-test_suites.adb -include/aunit/aunit-test_suites.ads -include/aunit/aunit-tests.ads -include/aunit/aunit-time_measure.adb -include/aunit/aunit-time_measure.ads -include/aunit/aunit.adb -include/aunit/aunit.ads -lib/aunit/ada_containers-aunit_lists.ali -lib/aunit/ada_containers.ali -lib/aunit/aunit-assertions.ali -lib/aunit/aunit-memory-utils.ali -lib/aunit/aunit-memory.ali -lib/aunit/aunit-options.ali -lib/aunit/aunit-reporter-gnattest.ali -lib/aunit/aunit-reporter-text.ali -lib/aunit/aunit-reporter-xml.ali -lib/aunit/aunit-reporter.ali -lib/aunit/aunit-run.ali -lib/aunit/aunit-simple_test_cases.ali -lib/aunit/aunit-test_caller.ali -lib/aunit/aunit-test_cases.ali -lib/aunit/aunit-test_filters.ali -lib/aunit/aunit-test_fixtures.ali -lib/aunit/aunit-test_results.ali -lib/aunit/aunit-test_suites.ali -lib/aunit/aunit-tests.ali -lib/aunit/aunit-time_measure.ali -lib/aunit/aunit.ali -lib/aunit/libaunit.a -lib/gnat/aunit.gpr -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/.buildinfo -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/fixture.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/gps_support.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/installation_and_use.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/introduction.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/overview.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/reporting.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/suite.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/test_case.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/test_organization.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/aunit_cb/using_aunit_with_restricted_run-time_libraries.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_sources/share/gnu_free_documentation_license.txt -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/adacore_transparent.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/ajax-loader.gif -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/basic.css -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/comment-bright.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/comment-close.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/comment.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/contents.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/doctools.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/down-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/down.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/favicon.ico -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/file.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/jquery-1.11.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/jquery.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/minus.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/navigation.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/plus.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/pygments.css -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/searchtools.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/sphinxdoc.css -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/underscore-1.3.1.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/underscore.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/up-pressed.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/up.png -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/_static/websupport.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/fixture.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/gps_support.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/installation_and_use.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/overview.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/reporting.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/suite.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/test_case.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/test_organization.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/aunit_cb/using_aunit_with_restricted_run-time_libraries.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/objects.inv -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/search.html -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/html/aunit_cb/share/gnu_free_documentation_license.html -%%PORTDOCS%%%%DOCSDIR%%/info/aunit_cb.info -%%PORTDOCS%%%%DOCSDIR%%/pdf/aunit_cb.pdf -%%PORTDOCS%%%%DOCSDIR%%/txt/aunit_cb.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/main_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/main_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operands-ints-test-suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operands-ints-test-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-addition-test-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-binary-gen_test-gen_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-binary-gen_test-gen_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/operations-subtraction-test-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/stack-test-suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/stack-test-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/fixture/test_calculator.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands-ints.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands-ints.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operands.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-addition.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-binary.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-binary.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-ints.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-ints.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations-subtraction.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/operations.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/stack.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/src/stack.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operands-ints-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operands-ints-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition_test_fixture.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-addition_test_fixture.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-binary-gen_test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-binary-gen_test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction_test_fixture.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/operations-subtraction_test_fixture.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/stack-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calculator/tests/stack-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/src/math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/src/math.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/math_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failures/tests/test_math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/rectangle.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/rectangle.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/shape.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/shape.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/square.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/src/square.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/my_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/my_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests-suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/rectangle-tests.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/shape-tests.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/shape-tests.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite_liskov.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests-suite_liskov.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/square-tests.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/liskov/tests/test_liskov.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/src/math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/src/math.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/math_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple_test/tests/test_math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/math_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/harness/src/test_math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/src/math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/src/math.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_caller/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/harness.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/src/math.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/src/math.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tested_lib/testlib.gpr -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math-test.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math-test.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math_suite.adb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/math_suite.ads -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_fixture/tests/test_math.adb -share/gps/plug-ins/aunit.xml diff --git a/devel/florist-gpl/Makefile b/devel/florist-gpl/Makefile deleted file mode 100644 index 2e7ff5a69fc2..000000000000 --- a/devel/florist-gpl/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: John Marino - -PORTNAME= florist-gpl -PORTVERSION= 2017 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= POSIX Ada binding, IEEE Standards 1003.5(b,c) - -LICENSE= GPLv3 - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada gmake -GNU_CONFIGURE= yes -SUB_FILES= florist.gpr - -post-extract: - (cd ${WRKSRC}/configs && ${CP} pconfig.FreeBSD pconfig.DragonFly) - -.include diff --git a/devel/florist-gpl/distinfo b/devel/florist-gpl/distinfo deleted file mode 100644 index 01cdc0fd7cf5..000000000000 --- a/devel/florist-gpl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1503144668 -SHA256 (florist-gpl-2017-src.tar.gz) = 086dd9c027ce4e8630967c99c45e3e280bebbb98d122a04f8e5232808d7d4295 -SIZE (florist-gpl-2017-src.tar.gz) = 291583 diff --git a/devel/florist-gpl/files/florist.gpr.in b/devel/florist-gpl/files/florist.gpr.in deleted file mode 100644 index 4cf9f9a62bb6..000000000000 --- a/devel/florist-gpl/files/florist.gpr.in +++ /dev/null @@ -1,15 +0,0 @@ -library project Florist is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/florist"); - for Library_Dir use "../../lib/florist"; - for Library_Name use "florist"; - for Library_Kind use "static"; - for Externally_Built use "True"; - - package Linker is - for Linker_Options use ("-L%%PREFIX%%/lib", "-Wl,-R,%%PREFIX%%/lib"); - end Linker; - -end Florist; diff --git a/devel/florist-gpl/files/patch-Makefile.in b/devel/florist-gpl/files/patch-Makefile.in deleted file mode 100644 index 04a24d19af82..000000000000 --- a/devel/florist-gpl/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2016-05-16 09:26:01 UTC -+++ Makefile.in -@@ -171,7 +171,14 @@ distclean: clean - # install floristlib - # make all files read-only to prevent recompilation - install: -- gprinstall -Pflorist $(PROJECT_FLAGS) -a -p -f --prefix=$(PREFIX) --sources-subdir=floristlib --lib-subdir=floristlib --link-lib-subdir=floristlib -- chmod a-w $(PREFIX)/floristlib/* -+ mkdir -p $(DESTDIR)$(PREFIX)/lib/gnat \ -+ $(DESTDIR)$(PREFIX)/lib/florist \ -+ $(DESTDIR)$(PREFIX)/include/florist -+ $(BSD_INSTALL_DATA) gensrc/*.ad[bs] gensrc/threads/*.ad[bs] \ -+ libsrc/*.ad[bs] libsrc/threads/*.ad[bs] \ -+ $(DESTDIR)$(PREFIX)/include/florist -+ $(BSD_INSTALL_DATA) lib/*.ali $(DESTDIR)$(PREFIX)/lib/florist -+ $(BSD_INSTALL_DATA) lib/*.a $(DESTDIR)$(PREFIX)/lib/florist -+ $(BSD_INSTALL_DATA) ../florist.gpr $(DESTDIR)$(PREFIX)/lib/gnat - - .PHONY: all install clean distclean regen floristlib force diff --git a/devel/florist-gpl/files/patch-c-posix-signals.c b/devel/florist-gpl/files/patch-c-posix-signals.c deleted file mode 100644 index c9c0e8dce4fd..000000000000 --- a/devel/florist-gpl/files/patch-c-posix-signals.c +++ /dev/null @@ -1,23 +0,0 @@ ---- c-posix-signals.c.orig 2015-04-30 10:20:43 UTC -+++ c-posix-signals.c -@@ -468,9 +468,9 @@ int guess_nsigs () { - */ - - #if defined(__APPLE__) --# define BADSIG (0) -+# define FLOR_BADSIG (0) - #else --# define BADSIG (-1) -+# define FLOR_BADSIG (-1) - #endif - - sigset_t set; -@@ -484,7 +484,7 @@ int guess_nsigs () { - result = sigismember (&set, sig); - if (result == 1) { - last_good = sig; -- } else if ((result == BADSIG) && (first_bad == -1)) { -+ } else if ((result == FLOR_BADSIG) && (first_bad == -1)) { - if (sig == 0) { - fprintf (stderr, "WARNING: C library problem? " - "sigfillset does not include zero\n"); diff --git a/devel/florist-gpl/files/patch-c-posix.c b/devel/florist-gpl/files/patch-c-posix.c deleted file mode 100644 index 83c02a26e6eb..000000000000 --- a/devel/florist-gpl/files/patch-c-posix.c +++ /dev/null @@ -1,57 +0,0 @@ ---- c-posix.c.orig 2015-04-30 10:20:43 UTC -+++ c-posix.c -@@ -721,6 +721,25 @@ typedef struct siginfo { - - /* sigevent must precede aiocb - */ -+#if defined(__DragonFly__) -+/* -+ * union _sigev_info { -+ * int sigev_signo; -+ * int sigev_notify_kqueue; -+ * void *sigev_notify_attributes; -+ * }; -+ * sizeof(union _sigev_info) = sizeof(int) -+ * Use "int" rather than fooling with union -+ * For simplicity, The Ada part is only going to list sigev_signo -+ * as the other two elements of the union are unused. -+ */ -+ GT1(sigevent, 1) -+ GT2(sigev_notify, int) -+ GT2(sigev_signo, int) -+ GT2(sigev_value, union sigval) -+ GT2(sigev_notify_function, void (*)(union sigval)) -+ GT3 -+#else /* __DragonFly__ */ - #ifdef HAVE_struct_sigevent - GT1(sigevent, 1) - #else -@@ -743,6 +762,7 @@ struct sigevent { - GT2(sigev_notify_attributes,pthread_attr_t *) - #endif - GT3 -+#endif /* __DragonFly__ */ - - #ifdef HAVE_struct_aiocb - GT1(aiocb, 1) -@@ -5166,9 +5186,9 @@ void create_c() { - */ - - #if defined(__APPLE__) --# define BADSIG 0 -+# define FLOR_BADSIG 0 - #else --# define BADSIG (-1) -+# define FLOR_BADSIG (-1) - #endif - {sigset_t set; - int sig; -@@ -5179,7 +5199,7 @@ void create_c() { - for (sig = 0; sig < 1024; sig++) { - result = sigismember (&set, sig); - if (result == 1) last_good = sig; -- else if ((result == BADSIG) && (first_bad = -1)) first_bad = sig; -+ else if ((result == FLOR_BADSIG) && (first_bad = -1)) first_bad = sig; - } - if (last_good == 1023) - printf("c-posix: WARNING: signal range estimate probably too small\n"); diff --git a/devel/florist-gpl/files/patch-configure b/devel/florist-gpl/files/patch-configure deleted file mode 100644 index c7f1f2c545d6..000000000000 --- a/devel/florist-gpl/files/patch-configure +++ /dev/null @@ -1,21 +0,0 @@ ---- configure.orig 2014-12-12 09:05:56 UTC -+++ configure -@@ -2849,10 +2849,18 @@ case ${UNAME_SYSTEM} in - echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE}; - cp ./configs/pconfig.LynxOS ./pconfig.h.in; - ;; -+ DragonFly) -+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE}; -+ cp ./configs/pconfig.DragonFly ./pconfig.h.in; -+ ;; - FreeBSD) - echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE}; - cp ./configs/pconfig.FreeBSD ./pconfig.h.in; - ;; -+ NetBSD) -+ echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE}; -+ cp ./configs/pconfig.NetBSD ./pconfig.h.in; -+ ;; - Darwin) - echo "Using Configuration for" ${UNAME_SYSTEM} ${UNAME_RELEASE}; - cp ./configs/pconfig.Darwin ./pconfig.h.in; diff --git a/devel/florist-gpl/pkg-descr b/devel/florist-gpl/pkg-descr deleted file mode 100644 index 0e45aa7213d1..000000000000 --- a/devel/florist-gpl/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Florist was produced by students and faculty of the Florida State University -Department of Computer Science, under contract to the US Department of -Defense, Defense Information Systems Agency, as a product of the POSIX Ada -Real-Time (PART) Project. When the contract was completed, in 1999, FSU turned -maintenance of Florist over to Ada Core Technologies, Inc.). The latest and -most complete free version is available from Adacore. - -FLORIST is an implementation of the IEEE Standards 1003.5: 1992, -IEEE STD 1003.5b: 1996, and parts of IEEE STD 1003.5c: 1998, also known as -the POSIX Ada Bindings. - -WWW: http://libre.adacore.com/ diff --git a/devel/florist-gpl/pkg-plist b/devel/florist-gpl/pkg-plist deleted file mode 100644 index f72b4edf5de6..000000000000 --- a/devel/florist-gpl/pkg-plist +++ /dev/null @@ -1,197 +0,0 @@ -include/florist/ada_streams.ads -include/florist/ada_task_identification.ads -include/florist/posix-asynchronous_io.adb -include/florist/posix-asynchronous_io.ads -include/florist/posix-c.adb -include/florist/posix-c.ads -include/florist/posix-calendar.adb -include/florist/posix-calendar.ads -include/florist/posix-condition_variables.adb -include/florist/posix-condition_variables.ads -include/florist/posix-configurable_file_limits.adb -include/florist/posix-configurable_file_limits.ads -include/florist/posix-configurable_system_limits.adb -include/florist/posix-configurable_system_limits.ads -include/florist/posix-error_codes.ads -include/florist/posix-file_locking.adb -include/florist/posix-file_locking.ads -include/florist/posix-file_status-extensions.adb -include/florist/posix-file_status-extensions.ads -include/florist/posix-file_status.adb -include/florist/posix-file_status.ads -include/florist/posix-files.adb -include/florist/posix-files.ads -include/florist/posix-generic_shared_memory.adb -include/florist/posix-generic_shared_memory.ads -include/florist/posix-group_database.adb -include/florist/posix-group_database.ads -include/florist/posix-implementation-ok_signals.ads -include/florist/posix-implementation.adb -include/florist/posix-implementation.ads -include/florist/posix-io.adb -include/florist/posix-io.ads -include/florist/posix-limits.ads -include/florist/posix-memory_locking.adb -include/florist/posix-memory_locking.ads -include/florist/posix-memory_mapping.adb -include/florist/posix-memory_mapping.ads -include/florist/posix-memory_range_locking.adb -include/florist/posix-memory_range_locking.ads -include/florist/posix-message_queues.adb -include/florist/posix-message_queues.ads -include/florist/posix-mutexes.adb -include/florist/posix-mutexes.ads -include/florist/posix-options.ads -include/florist/posix-page_alignment.adb -include/florist/posix-page_alignment.ads -include/florist/posix-permissions-implementation.adb -include/florist/posix-permissions-implementation.ads -include/florist/posix-permissions.adb -include/florist/posix-permissions.ads -include/florist/posix-process_environment.adb -include/florist/posix-process_environment.ads -include/florist/posix-process_identification.adb -include/florist/posix-process_identification.ads -include/florist/posix-process_primitives.adb -include/florist/posix-process_primitives.ads -include/florist/posix-process_scheduling.adb -include/florist/posix-process_scheduling.ads -include/florist/posix-process_times.adb -include/florist/posix-process_times.ads -include/florist/posix-semaphores.adb -include/florist/posix-semaphores.ads -include/florist/posix-shared_memory_objects.adb -include/florist/posix-shared_memory_objects.ads -include/florist/posix-signals.adb -include/florist/posix-signals.ads -include/florist/posix-supplement_to_ada_io.adb -include/florist/posix-supplement_to_ada_io.ads -include/florist/posix-terminal_functions.adb -include/florist/posix-terminal_functions.ads -include/florist/posix-timers-extensions.adb -include/florist/posix-timers-extensions.ads -include/florist/posix-timers.adb -include/florist/posix-timers.ads -include/florist/posix-unsafe_process_primitives.adb -include/florist/posix-unsafe_process_primitives.ads -include/florist/posix-user_database.adb -include/florist/posix-user_database.ads -include/florist/posix.adb -include/florist/posix.ads -include/florist/posix_asynchronous_io.ads -include/florist/posix_c.ads -include/florist/posix_calendar.ads -include/florist/posix_condition_variables.ads -include/florist/posix_configurable_file_limits.ads -include/florist/posix_configurable_system_limits.ads -include/florist/posix_error_codes.ads -include/florist/posix_file_locking.ads -include/florist/posix_file_status.ads -include/florist/posix_files.ads -include/florist/posix_generic_shared_memory.ads -include/florist/posix_group_database.ads -include/florist/posix_io.ads -include/florist/posix_limits.ads -include/florist/posix_memory_locking.ads -include/florist/posix_memory_mapping.ads -include/florist/posix_memory_range_locking.ads -include/florist/posix_message_queues.ads -include/florist/posix_mutexes.ads -include/florist/posix_options.ads -include/florist/posix_page_alignment.ads -include/florist/posix_permissions.ads -include/florist/posix_process_environment.ads -include/florist/posix_process_identification.ads -include/florist/posix_process_primitives.ads -include/florist/posix_process_scheduling.ads -include/florist/posix_process_times.ads -include/florist/posix_semaphores.ads -include/florist/posix_shared_memory_objects.ads -include/florist/posix_signals.ads -include/florist/posix_supplement_to_ada_io.ads -include/florist/posix_terminal_functions.ads -include/florist/posix_timers.ads -include/florist/posix_unsafe_process_primitives.ads -include/florist/posix_user_database.ads -include/florist/system_storage_elements.ads -lib/florist/ada_streams.ali -lib/florist/ada_task_identification.ali -lib/florist/libflorist.a -lib/florist/posix-asynchronous_io.ali -lib/florist/posix-c.ali -lib/florist/posix-calendar.ali -lib/florist/posix-condition_variables.ali -lib/florist/posix-configurable_file_limits.ali -lib/florist/posix-configurable_system_limits.ali -lib/florist/posix-error_codes.ali -lib/florist/posix-file_locking.ali -lib/florist/posix-file_status-extensions.ali -lib/florist/posix-file_status.ali -lib/florist/posix-files.ali -lib/florist/posix-generic_shared_memory.ali -lib/florist/posix-group_database.ali -lib/florist/posix-implementation-ok_signals.ali -lib/florist/posix-implementation.ali -lib/florist/posix-io.ali -lib/florist/posix-limits.ali -lib/florist/posix-memory_locking.ali -lib/florist/posix-memory_mapping.ali -lib/florist/posix-memory_range_locking.ali -lib/florist/posix-message_queues.ali -lib/florist/posix-mutexes.ali -lib/florist/posix-options.ali -lib/florist/posix-page_alignment.ali -lib/florist/posix-permissions-implementation.ali -lib/florist/posix-permissions.ali -lib/florist/posix-process_environment.ali -lib/florist/posix-process_identification.ali -lib/florist/posix-process_primitives.ali -lib/florist/posix-process_scheduling.ali -lib/florist/posix-process_times.ali -lib/florist/posix-semaphores.ali -lib/florist/posix-shared_memory_objects.ali -lib/florist/posix-signals.ali -lib/florist/posix-supplement_to_ada_io.ali -lib/florist/posix-terminal_functions.ali -lib/florist/posix-timers-extensions.ali -lib/florist/posix-timers.ali -lib/florist/posix-unsafe_process_primitives.ali -lib/florist/posix-user_database.ali -lib/florist/posix.ali -lib/florist/posix_asynchronous_io.ali -lib/florist/posix_c.ali -lib/florist/posix_calendar.ali -lib/florist/posix_condition_variables.ali -lib/florist/posix_configurable_file_limits.ali -lib/florist/posix_configurable_system_limits.ali -lib/florist/posix_error_codes.ali -lib/florist/posix_file_locking.ali -lib/florist/posix_file_status.ali -lib/florist/posix_files.ali -lib/florist/posix_generic_shared_memory.ali -lib/florist/posix_group_database.ali -lib/florist/posix_io.ali -lib/florist/posix_limits.ali -lib/florist/posix_memory_locking.ali -lib/florist/posix_memory_mapping.ali -lib/florist/posix_memory_range_locking.ali -lib/florist/posix_message_queues.ali -lib/florist/posix_mutexes.ali -lib/florist/posix_options.ali -lib/florist/posix_page_alignment.ali -lib/florist/posix_permissions.ali -lib/florist/posix_process_environment.ali -lib/florist/posix_process_identification.ali -lib/florist/posix_process_primitives.ali -lib/florist/posix_process_scheduling.ali -lib/florist/posix_process_times.ali -lib/florist/posix_semaphores.ali -lib/florist/posix_shared_memory_objects.ali -lib/florist/posix_signals.ali -lib/florist/posix_supplement_to_ada_io.ali -lib/florist/posix_terminal_functions.ali -lib/florist/posix_timers.ali -lib/florist/posix_unsafe_process_primitives.ali -lib/florist/posix_user_database.ali -lib/florist/system_storage_elements.ali -lib/gnat/florist.gpr diff --git a/devel/gprbuild/Makefile b/devel/gprbuild/Makefile deleted file mode 100644 index 0d1b625336e4..000000000000 --- a/devel/gprbuild/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: John Marino - -PORTNAME= gprbuild -PORTVERSION= ${SNAPSHOT} -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore multi-language software build tool - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING3 - -BUILD_DEPENDS= xmlada>=4.4:textproc/xmlada - -SNAPSHOT= 20160609 -USES= ada -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_TAGNAME= 376670f - -PORTDOCS= * -MAKE_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} -BUILD_WRKSRC= ${WRKSRC}/construction -INSTALL_WRKSRC= ${BUILD_WRKSRC} -INSTALL_TARGET= install - -OPTIONS_DEFINE= DOCS -#DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -#DOCS_ALL_TARGET= gen-docs -#DOCS_INSTALL_TARGET= install-docs - -post-patch: - @${MKDIR} ${BUILD_WRKSRC} - @${CP} ${FILESDIR}/Makefile.BSD ${BUILD_WRKSRC}/Makefile - @${REINPLACE_CMD} -i "" -e "s,@AUXPREFIX@,${PREFIX}/${ADAXX}-aux," \ - ${WRKSRC}/share/gprconfig/compilers.xml - @${RM} ${WRKSRC}/share/gprconfig/*.orig - -.include diff --git a/devel/gprbuild/distinfo b/devel/gprbuild/distinfo deleted file mode 100644 index 0557ba24010b..000000000000 --- a/devel/gprbuild/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1465501253 -SHA256 (AdaCore-gprbuild-20160609-376670f_GH0.tar.gz) = c595767f69cca960d5f0f7bfa5f7bdcfb2fcba11822432e87f1eef52cfb68fab -SIZE (AdaCore-gprbuild-20160609-376670f_GH0.tar.gz) = 958175 diff --git a/devel/gprbuild/files/Makefile.BSD b/devel/gprbuild/files/Makefile.BSD deleted file mode 100644 index cc359e7f8caf..000000000000 --- a/devel/gprbuild/files/Makefile.BSD +++ /dev/null @@ -1,80 +0,0 @@ -.PATH: ../src -.PATH: ../gpr/src - -STATIC_FLAGS= -gnat12 -gnaty -gnatQ -O2 -gnatpn -gnatws -g1 - -PREFIX?= /usr/local -GPRLIB_INC= -I${PREFIX}/include/xmlada -I../gpr/src -LOOK= -aL${PREFIX}/lib/xmlada/static -aI${PREFIX}/include/xmlada - -libgpr_csrc= gprbuild_dummies.c \ - gpr_imports.c - -LARGS= ${libgpr_csrc:S/^/-largs /:.c=.o} \ - -largs ${PREFIX}/lib/xmlada/static/libxmlada_dom.a \ - -largs ${PREFIX}/lib/xmlada/static/libxmlada_input_sources.a \ - -largs ${PREFIX}/lib/xmlada/static/libxmlada_sax.a \ - -largs ${PREFIX}/lib/xmlada/static/libxmlada_schema.a \ - -largs ${PREFIX}/lib/xmlada/static/libxmlada_unicode.a - -APPS= gprclean/gprclean-main.adb \ - gprconfig/gprconfig-main.adb \ - gprbuild/gprbuild-main.adb \ - gprbind/gprbind.adb \ - gprlib/gprlib.adb \ - gprinstall/gprinstall-main.adb \ - gprslave/gprslave.adb \ - gprname/gprname-main.adb \ - gprls/gprls-main.adb - -all: ${APPS:H} - -gprclean: gprclean-main.adb ${libgpr_csrc:.c=.o} - gnatmake -o ${.TARGET} -j${PROCESSORS} \ - ${STATIC_FLAGS} ${GPRLIB_INC} ${LOOK} \ - ${.ALLSRC:M*adb} ${LARGS} - -.for app in ${APPS:Ngprclean*} -${app:H}: gprclean ${app:T} ${libgpr_csrc:.c=.o} - gnatmake -o ${.TARGET} ${STATIC_FLAGS} ${GPRLIB_INC} ${LOOK} \ - ${.ALLSRC:M*adb} ${LARGS} -.endfor - -clean: - rm -f *.o *.ali b~* ${APP:H} - -gen-docs: - ${MAKE} -e -C ${.CURDIR:H}/doc html txt - -install: - mkdir -p ${DESTDIR}${PREFIX}/bin \ - ${DESTDIR}${PREFIX}/libexec/gprbuild \ - ${DESTDIR}${PREFIX}/share/gpr \ - ${DESTDIR}${PREFIX}/share/gprconfig - ${BSD_INSTALL_PROGRAM} \ - ${.CURDIR}/gprclean \ - ${.CURDIR}/gprinstall \ - ${.CURDIR}/gprconfig \ - ${.CURDIR}/gprslave \ - ${.CURDIR}/gprls \ - ${.CURDIR}/gprname \ - ${.CURDIR}/gprbuild \ - ${DESTDIR}${PREFIX}/bin - ${BSD_INSTALL_PROGRAM} \ - ${.CURDIR}/gprbind \ - ${.CURDIR}/gprlib \ - ${DESTDIR}${PREFIX}/libexec/gprbuild - ${BSD_INSTALL_DATA} \ - ${.CURDIR}/../share/_default.gpr \ - ${DESTDIR}${PREFIX}/share/gpr - ${BSD_INSTALL_DATA} \ - ${.CURDIR}/../share/gprconfig/*.x[sm][dl] \ - ${DESTDIR}${PREFIX}/share/gprconfig - -install-docs: - mkdir -p ${DESTDIR}${PREFIX}/share/doc/gprbuild/txt - ${BSD_INSTALL_DATA} ${.CURDIR}/../doc/txt/gprbuild_ug.txt \ - ${DESTDIR}${PREFIX}/share/doc/gprbuild/txt - rm -rf ${.CURDIR}/../doc/html/_sources - rm -f ${.CURDIR}/../doc/html/.buildinfo - cp -a ${.CURDIR}/../doc/html ${DESTDIR}${PREFIX}/share/doc/gprbuild diff --git a/devel/gprbuild/files/patch-share_gprconfig_compilers.xml b/devel/gprbuild/files/patch-share_gprconfig_compilers.xml deleted file mode 100644 index e3b32868b634..000000000000 --- a/devel/gprbuild/files/patch-share_gprconfig_compilers.xml +++ /dev/null @@ -1,24 +0,0 @@ ---- share/gprconfig/compilers.xml.orig 2015-04-28 15:02:41 UTC -+++ share/gprconfig/compilers.xml -@@ -693,17 +693,15 @@ - - Ada - -- ${PREFIX}gcc -v -+ ${PREFIX}ada -v - - - -- \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/adalib/ -- \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/ada_object_path -- \.\./lib/gcc(-lib)?/$TARGET/$gcc_version/rts-(.*)/adalib/ -- \.\./$TARGET/lib/gnat/(.*)/adalib/ -+ \.\./lib/gcc/$TARGET/$gcc_version/adalib -+ /usr/local/gcc5-aux/lib/gcc/$TARGET/$gcc_version/adalib - - -- ${PREFIX}gcc -dumpmachine -+ ${PREFIX}ada -dumpmachine - - - diff --git a/devel/gprbuild/files/patch-share_gprconfig_gnat.xml b/devel/gprbuild/files/patch-share_gprconfig_gnat.xml deleted file mode 100644 index 38e9d4021c0c..000000000000 --- a/devel/gprbuild/files/patch-share_gprconfig_gnat.xml +++ /dev/null @@ -1,20 +0,0 @@ ---- share/gprconfig/gnat.xml.orig 2014-10-13 22:03:37 UTC -+++ share/gprconfig/gnat.xml -@@ -63,7 +63,7 @@ - - - -- -+ - - &filter_gnat; - -@@ -75,7 +75,7 @@ - end Naming; - - package Compiler is -- for Driver ("Ada") use "${PATH(ada)}${PREFIX(ada)}gcc"; -+ for Driver ("Ada") use "${PATH(ada)}${PREFIX(ada)}ada"; - for Language_Kind ("Ada") use "unit_based"; - for Dependency_Kind ("Ada") use "ALI_File"; - for Leading_Required_Switches ("Ada") use diff --git a/devel/gprbuild/files/patch-share_gprconfig_linker.xml b/devel/gprbuild/files/patch-share_gprconfig_linker.xml deleted file mode 100644 index b3b7d8bc4357..000000000000 --- a/devel/gprbuild/files/patch-share_gprconfig_linker.xml +++ /dev/null @@ -1,56 +0,0 @@ ---- share/gprconfig/linker.xml.orig 2015-04-28 14:21:56 UTC -+++ share/gprconfig/linker.xml -@@ -687,11 +687,14 @@ - - - -- -+ - - - - -+ -+ -+ - - - -@@ -763,10 +766,13 @@ - - - -- -+ - - - -+ -+ -+ - - - for Run_Path_Option use ("-Wl,-rpath,"); -@@ -1308,6 +1314,12 @@ - - - -+ -+ -+ -+ -+ -+ - - - -@@ -1392,6 +1404,9 @@ - - - -+ -+ -+ - - - diff --git a/devel/gprbuild/files/patch-share_gprconfig_targetset.xml b/devel/gprbuild/files/patch-share_gprconfig_targetset.xml deleted file mode 100644 index 7ff72692b9fd..000000000000 --- a/devel/gprbuild/files/patch-share_gprconfig_targetset.xml +++ /dev/null @@ -1,54 +0,0 @@ ---- share/gprconfig/targetset.xml.orig 2014-09-11 13:36:47 UTC -+++ share/gprconfig/targetset.xml -@@ -66,8 +66,8 @@ - - - -- x86-solaris -- i.86-(pc-)?solaris.* -+ i.86-.*-solaris.* -+ x86_64-.*-solaris.* - - - -@@ -162,19 +162,34 @@ - pent.*-cygwin.* - - -- -+ - -- x86-freebsd - i.86-.*freebsd.* -+ amd64-.*-freebsd.* -+ x86_64-.*-freebsd.* - - -- -+ - -- x86_64-freebsd -- x86_64-.*freebsd.* -- amd64-.*freebsd.* -+ i.86-.*-dragonfly.* -+ x86_64-.*-dragonfly.* - - -+ -+ -+ i.86-.*-netbsd.* -+ amd64-.*-netbsd.* -+ x86_64-.*-netbsd.* -+ -+ -+ -+ -+ i.86-.*-openbsd.* -+ amd64-.*-openbsd.* -+ x86_64-.*-openbsd.* -+ -+ -+ - - - diff --git a/devel/gprbuild/files/patch-src_gprlib.adb b/devel/gprbuild/files/patch-src_gprlib.adb deleted file mode 100644 index 4385d5c92e45..000000000000 --- a/devel/gprbuild/files/patch-src_gprlib.adb +++ /dev/null @@ -1,50 +0,0 @@ ---- src/gprlib.adb.orig 2015-05-06 11:08:38 UTC -+++ src/gprlib.adb -@@ -393,6 +393,11 @@ procedure Gprlib is - - Separate_Run_Path_Options : Boolean := False; - -+ Rpath_Disabled : Boolean := False; -+ -- If -R is passed through the library options for the linker, it will -+ -- prevent the implemented libraries portion of the rpath switch from -+ -- being built, even if the linker is capable of supporting rpath. -+ - Rpath : String_List_Access := null; - -- Allocated only if Path Option is supported - -@@ -1011,7 +1016,12 @@ begin - Use_GNAT_Lib := False; - end if; - -- Library_Options_Table.Append (new String'(Line (1 .. Last))); -+ if Line (1 .. Last) = "-R" then -+ Rpath_Disabled := True; -+ else -+ Library_Options_Table.Append -+ (new String'(Line (1 .. Last))); -+ end if; - - when Gprexch.Library_Rpath_Options => - Library_Rpath_Options_Table.Append -@@ -1143,10 +1153,10 @@ begin - - Libgnat := - new String' -- ("-lgnat-" & Line (6 .. Last)); -+ ("-lgnat-" & Line (6)); - Libgnarl := - new String' -- ("-lgnarl-" & Line (6 .. Last)); -+ ("-lgnarl-" & Line (6)); - end if; - - else -@@ -2113,7 +2123,7 @@ begin - Library_Switches_Table.Append - (new String'("-L" & Imported_Library_Directories.Table (J).all)); - -- if Path_Option /= null then -+ if not Rpath_Disabled and then Path_Option /= null then - Add_Rpath (Imported_Library_Directories.Table (J)); - end if; - diff --git a/devel/gprbuild/pkg-descr b/devel/gprbuild/pkg-descr deleted file mode 100644 index 04cda280a036..000000000000 --- a/devel/gprbuild/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GPRbuild is an advanced software tool designed to help automate the -construction of multi-language systems. It removes the complexity from -multi-language development by allowing developers to quickly and easily -compile and link software written in a combination of languages including -Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover -new toolchains and languages it is primarily aimed at projects of all sizes -organized into subsystems and libraries and is particularly well suited for -compiled languages. - -WWW: https://www.adacore.com/home/products/gnatpro/toolsuite/gprbuild/ diff --git a/devel/gprbuild/pkg-plist b/devel/gprbuild/pkg-plist deleted file mode 100644 index 1ec5d5e08a34..000000000000 --- a/devel/gprbuild/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gprbuild -bin/gprclean -bin/gprconfig -bin/gprinstall -bin/gprls -bin/gprname -bin/gprslave -libexec/gprbuild/gprbind -libexec/gprbuild/gprlib -share/gpr/_default.gpr -share/gprconfig/asm.xml -share/gprconfig/c.xml -share/gprconfig/clean.xml -share/gprconfig/compilers.xml -share/gprconfig/cpp.xml -share/gprconfig/cross.xml -share/gprconfig/fortran.xml -share/gprconfig/gnat.xml -share/gprconfig/gprconfig.xsd -share/gprconfig/linker.xml -share/gprconfig/nocompiler.xml -share/gprconfig/targetset.xml -share/gprconfig/windres.xml diff --git a/devel/libspark2012/Makefile b/devel/libspark2012/Makefile deleted file mode 100644 index d19dc18cad5a..000000000000 --- a/devel/libspark2012/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# Created by: John Marino - -PORTNAME= libspark2012 -PORTVERSION= 2012 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= SPARK 2012 Spark.Ada library - -LICENSE= GPLv3 - -USES= ada tar:bzip2 - -.include diff --git a/devel/libspark2012/distinfo b/devel/libspark2012/distinfo deleted file mode 100644 index d7fa97ff55e9..000000000000 --- a/devel/libspark2012/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libspark2012-2012.tar.bz2) = 862e6b23ff44aea02ab10a4dcc2c00a9893231286d51a6bc587230366c936db2 -SIZE (libspark2012-2012.tar.bz2) = 23773 diff --git a/devel/libspark2012/files/patch-Makefile b/devel/libspark2012/files/patch-Makefile deleted file mode 100644 index 062ee1a6125a..000000000000 --- a/devel/libspark2012/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.orig 2014-02-17 05:26:40.000000000 -0500 -+++ Makefile -@@ -1,23 +1,13 @@ --all: nada -+all: build - --nada: -- --build-orig: -+build: - gnatmake -p -P build_spark2012 - - install: - mkdir -p ${DESTDIR}${PREFIX}/lib/gnat \ -- ${DESTDIR}${PREFIX}/include/spark2012 -- ${BSD_INSTALL_DATA} spark2012.gpr \ -- ${DESTDIR}${PREFIX}/lib/gnat -- ${BSD_INSTALL_DATA} src/*.ad[bs] \ -- ${DESTDIR}${PREFIX}/include/spark2012 -- --install-orig: -- mkdir -p ${DESTDIR}${PREFIX}/lib/gnat \ - ${DESTDIR}${PREFIX}/lib/spark2012 \ - ${DESTDIR}${PREFIX}/include/spark2012 -- ${BSD_INSTALL_LIB} src/build/lib/libspark2012.a \ -+ ${BSD_INSTALL_DATA} src/build/lib/libspark2012.a \ - ${DESTDIR}${PREFIX}/lib/spark2012 - ${BSD_INSTALL_DATA} src/build/lib/*.ali \ - ${DESTDIR}${PREFIX}/lib/spark2012 diff --git a/devel/libspark2012/files/patch-spark2012.gpr b/devel/libspark2012/files/patch-spark2012.gpr deleted file mode 100644 index 747f63af5b11..000000000000 --- a/devel/libspark2012/files/patch-spark2012.gpr +++ /dev/null @@ -1,13 +0,0 @@ ---- spark2012.gpr.orig 2014-02-17 05:33:24.000000000 -0500 -+++ spark2012.gpr -@@ -1,5 +1,10 @@ - project SPARK2012 is - -+ for Languages use ("Ada"); - for Source_Dirs use ("../../include/spark2012"); -+ for Library_Dir use "../../lib/spark2012"; -+ for Library_Name use "spark2012"; -+ for Library_Kind use "static"; -+ for Externally_Built use "True"; - - end SPARK2012; diff --git a/devel/libspark2012/pkg-descr b/devel/libspark2012/pkg-descr deleted file mode 100644 index 1c6d6a556356..000000000000 --- a/devel/libspark2012/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -At least one port requires exactly the Spark.Ada library that came -with SPARK 2012. SPARK itself is not in ports -- SPARK 2014 is the -first version planned to arrive -- so this is a separately packaged -SPARK 2012 library to be compiled with the GNAT Ada compiler. - -WWW: http://www.spark-2014.org diff --git a/devel/libspark2012/pkg-plist b/devel/libspark2012/pkg-plist deleted file mode 100644 index aacdee6faf40..000000000000 --- a/devel/libspark2012/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -include/spark2012/spark-ada-command_line-unbounded_string.adb -include/spark2012/spark-ada-command_line-unbounded_string.ads -include/spark2012/spark-ada-command_line.adb -include/spark2012/spark-ada-command_line.ads -include/spark2012/spark-ada-containers.ads -include/spark2012/spark-ada-strings-maps-not_spark.adb -include/spark2012/spark-ada-strings-maps-not_spark.ads -include/spark2012/spark-ada-strings-maps.adb -include/spark2012/spark-ada-strings-maps.ads -include/spark2012/spark-ada-strings-not_spark.adb -include/spark2012/spark-ada-strings-not_spark.ads -include/spark2012/spark-ada-strings-unbounded-not_spark.adb -include/spark2012/spark-ada-strings-unbounded-not_spark.ads -include/spark2012/spark-ada-strings-unbounded.adb -include/spark2012/spark-ada-strings-unbounded.ads -include/spark2012/spark-ada-strings.ads -include/spark2012/spark-ada-text_io-not_spark.adb -include/spark2012/spark-ada-text_io-not_spark.ads -include/spark2012/spark-ada-text_io-unbounded_string.adb -include/spark2012/spark-ada-text_io-unbounded_string.ads -include/spark2012/spark-ada-text_io.adb -include/spark2012/spark-ada-text_io.ads -include/spark2012/spark-ada.ads -include/spark2012/spark-crypto-debug.adb -include/spark2012/spark-crypto-debug.ads -include/spark2012/spark-crypto-hash-skein.adb -include/spark2012/spark-crypto-hash-skein.ads -include/spark2012/spark-crypto-hash.ads -include/spark2012/spark-crypto.ads -include/spark2012/spark-unsigned.adb -include/spark2012/spark-unsigned.ads -include/spark2012/spark.ads -lib/gnat/spark2012.gpr -lib/spark2012/libspark2012.a -lib/spark2012/spark-ada-command_line-unbounded_string.ali -lib/spark2012/spark-ada-command_line.ali -lib/spark2012/spark-ada-containers.ali -lib/spark2012/spark-ada-strings-maps-not_spark.ali -lib/spark2012/spark-ada-strings-maps.ali -lib/spark2012/spark-ada-strings-not_spark.ali -lib/spark2012/spark-ada-strings-unbounded-not_spark.ali -lib/spark2012/spark-ada-strings-unbounded.ali -lib/spark2012/spark-ada-strings.ali -lib/spark2012/spark-ada-text_io-not_spark.ali -lib/spark2012/spark-ada-text_io-unbounded_string.ali -lib/spark2012/spark-ada-text_io.ali -lib/spark2012/spark-ada.ali -lib/spark2012/spark-crypto-debug.ali -lib/spark2012/spark-crypto-hash-skein.ali -lib/spark2012/spark-crypto-hash.ali -lib/spark2012/spark-crypto.ali -lib/spark2012/spark-unsigned.ali -lib/spark2012/spark.ali diff --git a/devel/matreshka/Makefile b/devel/matreshka/Makefile deleted file mode 100644 index 2b20196b6c2a..000000000000 --- a/devel/matreshka/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Created by: John Marino - -PORTNAME= matreshka -PORTVERSION= 0.7.0 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= http://forge.ada-ru.org/matreshka/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada framework for information systems development - -LICENSE= BSD3CLAUSE - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada gmake pkgconfig -HAS_CONFIGURE= yes -NO_MTREE= yes - -OPTIONS_DEFINE= SQLITE3 FIREBIRD PGSQL MYSQL ORACLE AMF -OPTIONS_DEFAULT=SQLITE3 PGSQL - -AMF_DESC= Build Ada Modeling Framework - -SQLITE3_CONFIGURE_ENABLE= sqlite3 -FIREBIRD_CONFIGURE_ENABLE= firebird -PGSQL_CONFIGURE_ENABLE= postgresql -MYSQL_CONFIGURE_ENABLE= mysql -ORACLE_CONFIGURE_ENABLE= oracle -AMF_CONFIGURE_ENABLE= amf - -MYSQL_USES= mysql -PGSQL_USES= pgsql -SQLITE3_USES= sqlite -FIREBIRD_USES= firebird - -MAKE_JOBS_UNSAFE= yes - -MAKE_ENV+= SMP_MFLAGS=-j${MAKE_JOBS_NUMBER} - -.include - -.if ${PORT_OPTIONS:MFIREBIRD} -CONFIGURE_ARGS+= --with-firebird-libdir=${LOCALBASE}/lib -.endif - -pre-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_CMD} config - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so \ - ${STAGEDIR}${PREFIX}/bin/wsdl2ada - @cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} >> ${TMPPLIST} - -.include diff --git a/devel/matreshka/distinfo b/devel/matreshka/distinfo deleted file mode 100644 index e5f1bafc1c4c..000000000000 --- a/devel/matreshka/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (matreshka-0.7.0.tar.gz) = 25c66895d07f40582380d68794e55a3a735ba22b097f2f3ad5bad73797395f03 -SIZE (matreshka-0.7.0.tar.gz) = 34674038 diff --git a/devel/matreshka/pkg-descr b/devel/matreshka/pkg-descr deleted file mode 100644 index e7e3694b2464..000000000000 --- a/devel/matreshka/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Matreshka is an Ada framework to develop information systems. It consists -of five major components: League, XML processor, Web framework, SQL access, -and the Modeling framework. - -League: - High level abstraction of localization and internationalization. Also - provides calendrical calculations, regular expressions, and JSON. - -XML processor: - Sax reader and writer, supports XML 1.0 and 1.1 as well as namespaces. - It also has an XML catalogs resolver. - -Web framework: - Supports FastCGI, SOAP 1.2 and has a WSDL to Ada translator. - -SQL access: - Database abstraction of MySQL, Oracle, PostgreSQL, SQLite and Firebird. - -Modeling framework: - provides implementation of Meta Object Facility (MOF) written entirely - in Ada. Extension modules assist in the analysis of UML modules and - extensions (MOF, OCL, and UML testing profile) and diagram definition. - -WWW: http://forge.ada-ru.org/matreshka diff --git a/devel/pcsc-ada/Makefile b/devel/pcsc-ada/Makefile deleted file mode 100644 index 0560b1bab74c..000000000000 --- a/devel/pcsc-ada/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Created by: John Marino - -PORTNAME= pcsc-ada -PORTVERSION= 0.7.6 -CATEGORIES= devel -MASTER_SITES= http://www.codelabs.ch/download/ -DISTNAME= libpcscada-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada binding to PC/SC middleware (Smart card interface) - -LICENSE= LGPL21 - -BUILD_DEPENDS= gprbuild>0:devel/gprbuild \ - rubygem-asciidoctor>0:textproc/rubygem-asciidoctor -LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite - -USES= ada tar:bzip2 -ALL_TARGET= all -GPRLINK= "-L${LOCALBASE}/lib", "-lpcsclite" -MAKE_ARGS+= LIBRARY_KIND=static \ - NUM_CPUS=${MAKE_JOBS_NUMBER} -PORTEXAMPLES= bin src - -OPTIONS_DEFINE= DOCS EXAMPLES INTF_TEST UNIT_TEST -OPTIONS_SUB= yes -UNIT_TEST_DESC= Run unit test suite before installation -INTF_TEST_DESC= Run interface tests against installed smart card after build -NO_OPTIONS_SORT= yes - -DOCS_USES= gmake - -DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ - source-highlight:textproc/source-highlight -UNIT_TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven -INTF_TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven - -DOCS_ALL_TARGET= doc -EXAMPLES_ALL_TARGET= examples -UNIT_TEST_ALL_TARGET= utests -INTF_TEST_ALL_TARGET= itests - -post-patch: - ${REINPLACE_CMD} -e 's|"-lpcsclite"|${GPRLINK}|' \ - ${WRKSRC}/pcscada_common.gpr \ - ${WRKSRC}/pcscada_lib.gpr - -do-build: -# We cannot use a redefined ALL_TARGET because MAKE_JOBS_SAFE is set -# for PROCESSORS, but that also sets -j for gmake can break build - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS:NDESTDIR=*} ${ALL_TARGET}) - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/pcscada \ - ${STAGEDIR}${PREFIX}/include/pcscada \ - ${STAGEDIR}${EXAMPLESDIR}/src \ - ${STAGEDIR}${EXAMPLESDIR}/bin \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/* ${STAGEDIR}${PREFIX}/include/pcscada - ${INSTALL_DATA} ${WRKSRC}/lib/static/* \ - ${STAGEDIR}${PREFIX}/lib/pcscada - ${INSTALL_DATA} ${FILESDIR}/pcscada.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -post-install-DOCS-on: - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) - -post-install-EXAMPLES-on: - (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${EXAMPLESDIR}/src) - ${RM} ${STAGEDIR}${EXAMPLESDIR}/src/*/*.bak - (cd ${WRKSRC}/obj/examples && ${INSTALL_PROGRAM} cardd pinpad \ - thin_example ${STAGEDIR}${EXAMPLESDIR}/bin) - -.include diff --git a/devel/pcsc-ada/distinfo b/devel/pcsc-ada/distinfo deleted file mode 100644 index c86435d6a435..000000000000 --- a/devel/pcsc-ada/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1641322648 -SHA256 (libpcscada-0.7.6.tar.bz2) = 0d64317dddcda3ea1147c4ffa3db92a6136f124f616972e9a172fadf6f94b655 -SIZE (libpcscada-0.7.6.tar.bz2) = 263468 diff --git a/devel/pcsc-ada/files/pcscada.gpr b/devel/pcsc-ada/files/pcscada.gpr deleted file mode 100644 index 0f9d729ad157..000000000000 --- a/devel/pcsc-ada/files/pcscada.gpr +++ /dev/null @@ -1,7 +0,0 @@ -project PCSCada is - for Source_Dirs use ("../../include/pcscada"); - for Library_Name use "pcscada"; - for Library_Dir use "../../lib/pcscada"; - for Library_Kind use "static"; - for Externally_Built use "true"; -end PCSCada; diff --git a/devel/pcsc-ada/pkg-descr b/devel/pcsc-ada/pkg-descr deleted file mode 100644 index 390f927c303d..000000000000 --- a/devel/pcsc-ada/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library -allows programs written in Ada to communicate with smart cards using the -SCard API. - -WWW: http://www.codelabs.ch/pcscada diff --git a/devel/pcsc-ada/pkg-plist b/devel/pcsc-ada/pkg-plist deleted file mode 100644 index ef9c897ec837..000000000000 --- a/devel/pcsc-ada/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -include/pcscada/pcsc-scard-conversion.adb -include/pcscada/pcsc-scard-conversion.ads -include/pcscada/pcsc-scard-monitor.adb -include/pcscada/pcsc-scard-monitor.ads -include/pcscada/pcsc-scard-utils.adb -include/pcscada/pcsc-scard-utils.ads -include/pcscada/pcsc-scard.adb -include/pcscada/pcsc-scard.ads -include/pcscada/pcsc-thin-ifdhandler.ads -include/pcscada/pcsc-thin-reader.ads -include/pcscada/pcsc-thin.adb -include/pcscada/pcsc-thin.ads -include/pcscada/pcsc.ads -lib/gnat/pcscada.gpr -lib/pcscada/libpcscada.a -lib/pcscada/pcsc-scard-conversion.ali -lib/pcscada/pcsc-scard-monitor.ali -lib/pcscada/pcsc-scard-utils.ali -lib/pcscada/pcsc-scard.ali -lib/pcscada/pcsc-thin-ifdhandler.ali -lib/pcscada/pcsc-thin-reader.ali -lib/pcscada/pcsc-thin.ali -lib/pcscada/pcsc.ali -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/6NUO8FuJNQ2MbkrZ5-J8lKFrp7pRef2u.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/fonts.css -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/ga6Iaw1J5X9T9RW6j9bNfFcWbQ.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/ga6Kaw1J5X9T9RW6j9bNfFImajC-.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/ga6Law1J5X9T9RW6j9bNdOwzfReedA.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VJ.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/mem5YaGs126MiZpBA-UNirkOUuhs.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/fonts/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf -%%PORTDOCS%%%%DOCSDIR%%/html/index.html diff --git a/devel/pragmarcs/Makefile b/devel/pragmarcs/Makefile deleted file mode 100644 index e8856046be25..000000000000 --- a/devel/pragmarcs/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: John Marino - -PORTNAME= pragmarcs -PORTVERSION= 20161207 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= PragmAda Reusable Components - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -USES= ada -USE_GITHUB= yes -GH_ACCOUNT= jrcarter -GH_PROJECT= PragmARC -GH_TAGNAME= 1378e7a - -post-extract: - @${CP} ${FILESDIR}/buildlib.gpr ${WRKSRC}/ - ${RM} ${WRKSRC}/compile_all.adb - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pbuildlib) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/pragmarcs \ - ${STAGEDIR}${PREFIX}/lib/pragmarcs \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/library/* ${STAGEDIR}${PREFIX}/lib/pragmarcs - ${INSTALL_DATA} ${WRKSRC}/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/pragmarcs - ${INSTALL_DATA} ${FILESDIR}/pragmarcs.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/devel/pragmarcs/distinfo b/devel/pragmarcs/distinfo deleted file mode 100644 index 31ba62e88e9f..000000000000 --- a/devel/pragmarcs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1481663178 -SHA256 (jrcarter-PragmARC-20161207-1378e7a_GH0.tar.gz) = 7b65a71ddc5aa9e3aeb636a15a6d28de9daaf80c7efa415a72de933f244eb99e -SIZE (jrcarter-PragmARC-20161207-1378e7a_GH0.tar.gz) = 95176 diff --git a/devel/pragmarcs/files/buildlib.gpr b/devel/pragmarcs/files/buildlib.gpr deleted file mode 100644 index 23fcefd3fa85..000000000000 --- a/devel/pragmarcs/files/buildlib.gpr +++ /dev/null @@ -1,6 +0,0 @@ -library project BuildLib is - for Library_Name use "pragmarcs"; - for Object_Dir use "build"; - for Library_Dir use "library"; - for Library_Kind use "static"; -end BuildLib; diff --git a/devel/pragmarcs/files/pragmarcs.gpr b/devel/pragmarcs/files/pragmarcs.gpr deleted file mode 100644 index 440b936dc489..000000000000 --- a/devel/pragmarcs/files/pragmarcs.gpr +++ /dev/null @@ -1,7 +0,0 @@ -library project PragmARCs is - for Library_Name use "pragmarcs"; - for Library_Kind use "static"; - for Source_Dirs use ("../../include/pragmarcs"); - for Library_Dir use "../../lib/pragmarcs"; - for Externally_Built use "true"; -end PragmARCs; diff --git a/devel/pragmarcs/pkg-descr b/devel/pragmarcs/pkg-descr deleted file mode 100644 index 15c07d2f62a8..000000000000 --- a/devel/pragmarcs/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PragmAda Reusable Components (PragmARCs) from PragmAda S/W Engineering - -Provides basic to high-level reusable components to reduce requirements -to write new code by 50%. An non-comprehensive component list: - - * ANSI TTY control * Assertion handler * Assignment - * Unbounded bags * Binary searcher * Binary semaphores - * Regex matcher * Complex numbers * Date handler - * Card deck handler * Concurrent forwarder * Genetic algorithm - * New getline * fast string hashing * Extended num. images - * Signed int. images * Least squares fitting * Linear eq. solver - * Bounded lists * Unbounded lists * Extended maths - * GCD/LCM Int. functs * Generic math functs * Matrix maths - * Text menu handler * Min/Max functions * Mix case converter - * Concurrent monitor * Postfix calculator * Protected options - * Bounded queues * Blocking queues * Quick searcher - * Generic Regex * REM neural network * Safe pointers - * Safe suspension * Safe semaphores * Discrete operations - * Skip lists * Generic heap sort * Generic insert sort - * Quick in-place sort * Generic radix sort * General stacks - * 3-way comparisons * Random Num. generator * and more! - -WWW: http://pragmada.x10hosting.com/pragmarc.htm diff --git a/devel/pragmarcs/pkg-plist b/devel/pragmarcs/pkg-plist deleted file mode 100644 index 646d737b67dc..000000000000 --- a/devel/pragmarcs/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -include/pragmarcs/pragmarc-ansi_tty_control.adb -include/pragmarcs/pragmarc-ansi_tty_control.ads -include/pragmarcs/pragmarc-b_strings.adb -include/pragmarcs/pragmarc-b_strings.ads -include/pragmarcs/pragmarc-bag_unbounded.adb -include/pragmarcs/pragmarc-bag_unbounded.ads -include/pragmarcs/pragmarc-bag_unbounded_unprotected.adb -include/pragmarcs/pragmarc-bag_unbounded_unprotected.ads -include/pragmarcs/pragmarc-binary_searcher.adb -include/pragmarcs/pragmarc-binary_searcher.ads -include/pragmarcs/pragmarc-binary_semaphore_handler.adb -include/pragmarcs/pragmarc-binary_semaphore_handler.ads -include/pragmarcs/pragmarc-character_regular_expression_matcher.ads -include/pragmarcs/pragmarc-combined_random.adb -include/pragmarcs/pragmarc-combined_random.ads -include/pragmarcs/pragmarc-complex.adb -include/pragmarcs/pragmarc-complex.ads -include/pragmarcs/pragmarc-concurrent_pipeline.adb -include/pragmarcs/pragmarc-concurrent_pipeline.ads -include/pragmarcs/pragmarc-date_handler.adb -include/pragmarcs/pragmarc-date_handler.ads -include/pragmarcs/pragmarc-deck_handler.adb -include/pragmarcs/pragmarc-deck_handler.ads -include/pragmarcs/pragmarc-forwarder.adb -include/pragmarcs/pragmarc-forwarder.ads -include/pragmarcs/pragmarc-genetic_algorithm.adb -include/pragmarcs/pragmarc-genetic_algorithm.ads -include/pragmarcs/pragmarc-get_line.adb -include/pragmarcs/pragmarc-get_line.ads -include/pragmarcs/pragmarc-hash_fast_variable_length.adb -include/pragmarcs/pragmarc-hash_fast_variable_length.ads -include/pragmarcs/pragmarc-holders.adb -include/pragmarcs/pragmarc-holders.ads -include/pragmarcs/pragmarc-images-image.ads -include/pragmarcs/pragmarc-images.adb -include/pragmarcs/pragmarc-images.ads -include/pragmarcs/pragmarc-job_pools.adb -include/pragmarcs/pragmarc-job_pools.ads -include/pragmarcs/pragmarc-kiss_random.adb -include/pragmarcs/pragmarc-kiss_random.ads -include/pragmarcs/pragmarc-least_squares_fitting.adb -include/pragmarcs/pragmarc-least_squares_fitting.ads -include/pragmarcs/pragmarc-linear_equation_solver.adb -include/pragmarcs/pragmarc-linear_equation_solver.ads -include/pragmarcs/pragmarc-list_bounded.adb -include/pragmarcs/pragmarc-list_bounded.ads -include/pragmarcs/pragmarc-list_bounded_unprotected.adb -include/pragmarcs/pragmarc-list_bounded_unprotected.ads -include/pragmarcs/pragmarc-list_unbounded.adb -include/pragmarcs/pragmarc-list_unbounded.ads -include/pragmarcs/pragmarc-list_unbounded_unprotected.adb -include/pragmarcs/pragmarc-list_unbounded_unprotected.ads -include/pragmarcs/pragmarc-math-functions.adb -include/pragmarcs/pragmarc-math-functions.ads -include/pragmarcs/pragmarc-math-integer_functions.adb -include/pragmarcs/pragmarc-math-integer_functions.ads -include/pragmarcs/pragmarc-math.ads -include/pragmarcs/pragmarc-matrix_math.adb -include/pragmarcs/pragmarc-matrix_math.ads -include/pragmarcs/pragmarc-menu_handler.adb -include/pragmarcs/pragmarc-menu_handler.ads -include/pragmarcs/pragmarc-min_max.adb -include/pragmarcs/pragmarc-min_max.ads -include/pragmarcs/pragmarc-mixed_case.adb -include/pragmarcs/pragmarc-mixed_case.ads -include/pragmarcs/pragmarc-monitor_handler.adb -include/pragmarcs/pragmarc-monitor_handler.ads -include/pragmarcs/pragmarc-persistent_skip_list_unbounded.adb -include/pragmarcs/pragmarc-persistent_skip_list_unbounded.ads -include/pragmarcs/pragmarc-postfix_calculator.adb -include/pragmarcs/pragmarc-postfix_calculator.ads -include/pragmarcs/pragmarc-protected_option.adb -include/pragmarcs/pragmarc-protected_option.ads -include/pragmarcs/pragmarc-queue_bounded.adb -include/pragmarcs/pragmarc-queue_bounded.ads -include/pragmarcs/pragmarc-queue_bounded_blocking.adb -include/pragmarcs/pragmarc-queue_bounded_blocking.ads -include/pragmarcs/pragmarc-queue_bounded_unprotected.adb -include/pragmarcs/pragmarc-queue_bounded_unprotected.ads -include/pragmarcs/pragmarc-queue_unbounded.adb -include/pragmarcs/pragmarc-queue_unbounded.ads -include/pragmarcs/pragmarc-queue_unbounded_blocking.adb -include/pragmarcs/pragmarc-queue_unbounded_blocking.ads -include/pragmarcs/pragmarc-queue_unbounded_unprotected.adb -include/pragmarcs/pragmarc-queue_unbounded_unprotected.ads -include/pragmarcs/pragmarc-quick_searcher.adb -include/pragmarcs/pragmarc-quick_searcher.ads -include/pragmarcs/pragmarc-random_ranges.adb -include/pragmarcs/pragmarc-random_ranges.ads -include/pragmarcs/pragmarc-rational_numbers.adb -include/pragmarcs/pragmarc-rational_numbers.ads -include/pragmarcs/pragmarc-real_random_ranges.adb -include/pragmarcs/pragmarc-real_random_ranges.ads -include/pragmarcs/pragmarc-real_random_values.adb -include/pragmarcs/pragmarc-real_random_values.ads -include/pragmarcs/pragmarc-reflection.ads -include/pragmarcs/pragmarc-regular_expression_matcher.adb -include/pragmarcs/pragmarc-regular_expression_matcher.ads -include/pragmarcs/pragmarc-rem_nn_wrapper.adb -include/pragmarcs/pragmarc-rem_nn_wrapper.ads -include/pragmarcs/pragmarc-safe_pointers.adb -include/pragmarcs/pragmarc-safe_pointers.ads -include/pragmarcs/pragmarc-safe_semaphore_handler.adb -include/pragmarcs/pragmarc-safe_semaphore_handler.ads -include/pragmarcs/pragmarc-safe_suspension_objects.adb -include/pragmarcs/pragmarc-safe_suspension_objects.ads -include/pragmarcs/pragmarc-set_discrete.adb -include/pragmarcs/pragmarc-set_discrete.ads -include/pragmarcs/pragmarc-skip_list_unbounded-put.adb -include/pragmarcs/pragmarc-skip_list_unbounded-put.ads -include/pragmarcs/pragmarc-skip_list_unbounded.adb -include/pragmarcs/pragmarc-skip_list_unbounded.ads -include/pragmarcs/pragmarc-sort_heap.adb -include/pragmarcs/pragmarc-sort_heap.ads -include/pragmarcs/pragmarc-sort_insertion.adb -include/pragmarcs/pragmarc-sort_insertion.ads -include/pragmarcs/pragmarc-sort_quick_in_place.adb -include/pragmarcs/pragmarc-sort_quick_in_place.ads -include/pragmarcs/pragmarc-sort_radix.adb -include/pragmarcs/pragmarc-sort_radix.ads -include/pragmarcs/pragmarc-stack_unbounded.adb -include/pragmarcs/pragmarc-stack_unbounded.ads -include/pragmarcs/pragmarc-stack_unbounded_unprotected.adb -include/pragmarcs/pragmarc-stack_unbounded_unprotected.ads -include/pragmarcs/pragmarc-text_io.adb -include/pragmarcs/pragmarc-text_io.ads -include/pragmarcs/pragmarc-three_way.adb -include/pragmarcs/pragmarc-three_way.ads -include/pragmarcs/pragmarc-threefry_random.adb -include/pragmarcs/pragmarc-threefry_random.ads -include/pragmarcs/pragmarc-transporter_handler.adb -include/pragmarcs/pragmarc-transporter_handler.ads -include/pragmarcs/pragmarc-unbounded_integers.adb -include/pragmarcs/pragmarc-unbounded_integers.ads -include/pragmarcs/pragmarc-universal_random.adb -include/pragmarcs/pragmarc-universal_random.ads -include/pragmarcs/pragmarc-us_card.adb -include/pragmarcs/pragmarc-us_card.ads -include/pragmarcs/pragmarc-us_deck.adb -include/pragmarcs/pragmarc-us_deck.ads -include/pragmarcs/pragmarc-word_input.adb -include/pragmarcs/pragmarc-word_input.ads -include/pragmarcs/pragmarc-wrapping.adb -include/pragmarcs/pragmarc-wrapping.ads -include/pragmarcs/pragmarc.ads -lib/gnat/pragmarcs.gpr -lib/pragmarcs/libpragmarcs.a -lib/pragmarcs/pragmarc-ansi_tty_control.ali -lib/pragmarcs/pragmarc-b_strings.ali -lib/pragmarcs/pragmarc-bag_unbounded.ali -lib/pragmarcs/pragmarc-bag_unbounded_unprotected.ali -lib/pragmarcs/pragmarc-binary_searcher.ali -lib/pragmarcs/pragmarc-binary_semaphore_handler.ali -lib/pragmarcs/pragmarc-character_regular_expression_matcher.ali -lib/pragmarcs/pragmarc-combined_random.ali -lib/pragmarcs/pragmarc-complex.ali -lib/pragmarcs/pragmarc-concurrent_pipeline.ali -lib/pragmarcs/pragmarc-date_handler.ali -lib/pragmarcs/pragmarc-deck_handler.ali -lib/pragmarcs/pragmarc-forwarder.ali -lib/pragmarcs/pragmarc-genetic_algorithm.ali -lib/pragmarcs/pragmarc-get_line.ali -lib/pragmarcs/pragmarc-hash_fast_variable_length.ali -lib/pragmarcs/pragmarc-holders.ali -lib/pragmarcs/pragmarc-images-image.ali -lib/pragmarcs/pragmarc-images.ali -lib/pragmarcs/pragmarc-job_pools.ali -lib/pragmarcs/pragmarc-kiss_random.ali -lib/pragmarcs/pragmarc-least_squares_fitting.ali -lib/pragmarcs/pragmarc-linear_equation_solver.ali -lib/pragmarcs/pragmarc-list_bounded.ali -lib/pragmarcs/pragmarc-list_bounded_unprotected.ali -lib/pragmarcs/pragmarc-list_unbounded.ali -lib/pragmarcs/pragmarc-list_unbounded_unprotected.ali -lib/pragmarcs/pragmarc-math-functions.ali -lib/pragmarcs/pragmarc-math-integer_functions.ali -lib/pragmarcs/pragmarc-math.ali -lib/pragmarcs/pragmarc-matrix_math.ali -lib/pragmarcs/pragmarc-menu_handler.ali -lib/pragmarcs/pragmarc-min_max.ali -lib/pragmarcs/pragmarc-mixed_case.ali -lib/pragmarcs/pragmarc-monitor_handler.ali -lib/pragmarcs/pragmarc-persistent_skip_list_unbounded.ali -lib/pragmarcs/pragmarc-postfix_calculator.ali -lib/pragmarcs/pragmarc-protected_option.ali -lib/pragmarcs/pragmarc-queue_bounded.ali -lib/pragmarcs/pragmarc-queue_bounded_blocking.ali -lib/pragmarcs/pragmarc-queue_bounded_unprotected.ali -lib/pragmarcs/pragmarc-queue_unbounded.ali -lib/pragmarcs/pragmarc-queue_unbounded_blocking.ali -lib/pragmarcs/pragmarc-queue_unbounded_unprotected.ali -lib/pragmarcs/pragmarc-quick_searcher.ali -lib/pragmarcs/pragmarc-random_ranges.ali -lib/pragmarcs/pragmarc-rational_numbers.ali -lib/pragmarcs/pragmarc-real_random_ranges.ali -lib/pragmarcs/pragmarc-real_random_values.ali -lib/pragmarcs/pragmarc-reflection.ali -lib/pragmarcs/pragmarc-regular_expression_matcher.ali -lib/pragmarcs/pragmarc-rem_nn_wrapper.ali -lib/pragmarcs/pragmarc-safe_pointers.ali -lib/pragmarcs/pragmarc-safe_semaphore_handler.ali -lib/pragmarcs/pragmarc-safe_suspension_objects.ali -lib/pragmarcs/pragmarc-set_discrete.ali -lib/pragmarcs/pragmarc-skip_list_unbounded-put.ali -lib/pragmarcs/pragmarc-skip_list_unbounded.ali -lib/pragmarcs/pragmarc-sort_heap.ali -lib/pragmarcs/pragmarc-sort_insertion.ali -lib/pragmarcs/pragmarc-sort_quick_in_place.ali -lib/pragmarcs/pragmarc-sort_radix.ali -lib/pragmarcs/pragmarc-stack_unbounded.ali -lib/pragmarcs/pragmarc-stack_unbounded_unprotected.ali -lib/pragmarcs/pragmarc-text_io.ali -lib/pragmarcs/pragmarc-three_way.ali -lib/pragmarcs/pragmarc-threefry_random.ali -lib/pragmarcs/pragmarc-transporter_handler.ali -lib/pragmarcs/pragmarc-unbounded_integers.ali -lib/pragmarcs/pragmarc-universal_random.ali -lib/pragmarcs/pragmarc-us_card.ali -lib/pragmarcs/pragmarc-us_deck.ali -lib/pragmarcs/pragmarc-word_input.ali -lib/pragmarcs/pragmarc-wrapping.ali -lib/pragmarcs/pragmarc.ali diff --git a/devel/sdl_gnat/Makefile b/devel/sdl_gnat/Makefile deleted file mode 100644 index 25ef9e4868ab..000000000000 --- a/devel/sdl_gnat/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: John Marino - -PORTNAME= sdl_gnat -PORTVERSION= 2013 -PORTREVISION= 6 -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada thin bindings for SDL (GPLv3) - -LICENSE= GPLv3 - -USES= ada gl sdl tar:bzip2 -USE_SDL= sdl ttf -USE_GL= glu gl - -post-patch: - @${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|' \ - ${WRKSRC}/gnat_sdl.gpr - -.include diff --git a/devel/sdl_gnat/distinfo b/devel/sdl_gnat/distinfo deleted file mode 100644 index 4f8d64bd81fd..000000000000 --- a/devel/sdl_gnat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sdl_gnat-2013.tar.bz2) = 7738cd41abfe00545bc7ab1ec0838074106e098052ba5f2a2bcce280721011ab -SIZE (sdl_gnat-2013.tar.bz2) = 67370 diff --git a/devel/sdl_gnat/pkg-descr b/devel/sdl_gnat/pkg-descr deleted file mode 100644 index f3009e916dc6..000000000000 --- a/devel/sdl_gnat/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Ada compiler package GNAT GPL 2013 from Adacore contained a set of -thin bindings for the Simple DirectMedia Layer (SDL). These bindings have -been pulled out and packaged as a separate library. It should be noted -that they are covered by the full GPLv3 which is not a typical license for -thin bindings. - -WWW: http://libre.adacore.com/tools/gnat-gpl-edition diff --git a/devel/sdl_gnat/pkg-plist b/devel/sdl_gnat/pkg-plist deleted file mode 100644 index e5ca3346d2c7..000000000000 --- a/devel/sdl_gnat/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -include/gnat_sdl/basetsd_h.ads -include/gnat_sdl/ctype_h.ads -include/gnat_sdl/gl_gl_h.ads -include/gnat_sdl/gl_glu_h.ads -include/gnat_sdl/guiddef_h.ads -include/gnat_sdl/malloc_h.ads -include/gnat_sdl/sdl_sdl_active_h.ads -include/gnat_sdl/sdl_sdl_audio_h.ads -include/gnat_sdl/sdl_sdl_cdrom_h.ads -include/gnat_sdl/sdl_sdl_cpuinfo_h.ads -include/gnat_sdl/sdl_sdl_endian_h.ads -include/gnat_sdl/sdl_sdl_error_h.ads -include/gnat_sdl/sdl_sdl_events_h.ads -include/gnat_sdl/sdl_sdl_h.ads -include/gnat_sdl/sdl_sdl_joystick_h.ads -include/gnat_sdl/sdl_sdl_keyboard_h.ads -include/gnat_sdl/sdl_sdl_keysym_h.ads -include/gnat_sdl/sdl_sdl_loadso_h.ads -include/gnat_sdl/sdl_sdl_main_h.ads -include/gnat_sdl/sdl_sdl_mouse_h.ads -include/gnat_sdl/sdl_sdl_mutex_h.ads -include/gnat_sdl/sdl_sdl_opengl_h.ads -include/gnat_sdl/sdl_sdl_rwops_h.ads -include/gnat_sdl/sdl_sdl_stdinc_h.ads -include/gnat_sdl/sdl_sdl_thread_h.ads -include/gnat_sdl/sdl_sdl_timer_h.ads -include/gnat_sdl/sdl_sdl_ttf_h.ads -include/gnat_sdl/sdl_sdl_version_h.ads -include/gnat_sdl/sdl_sdl_video_h.ads -include/gnat_sdl/stdint_h.ads -include/gnat_sdl/stdio_h.ads -include/gnat_sdl/stdlib_h.ads -include/gnat_sdl/umingw_h.ads -include/gnat_sdl/umingw_off_t_h.ads -include/gnat_sdl/vadefs_h.ads -lib/gnat/gnat_sdl.gpr -lib/gnat_sdl/basetsd_h.ali -lib/gnat_sdl/ctype_h.ali -lib/gnat_sdl/gl_gl_h.ali -lib/gnat_sdl/gl_glu_h.ali -lib/gnat_sdl/guiddef_h.ali -lib/gnat_sdl/libgnatsdl.a -lib/gnat_sdl/malloc_h.ali -lib/gnat_sdl/sdl_sdl_active_h.ali -lib/gnat_sdl/sdl_sdl_audio_h.ali -lib/gnat_sdl/sdl_sdl_cdrom_h.ali -lib/gnat_sdl/sdl_sdl_cpuinfo_h.ali -lib/gnat_sdl/sdl_sdl_endian_h.ali -lib/gnat_sdl/sdl_sdl_error_h.ali -lib/gnat_sdl/sdl_sdl_events_h.ali -lib/gnat_sdl/sdl_sdl_h.ali -lib/gnat_sdl/sdl_sdl_joystick_h.ali -lib/gnat_sdl/sdl_sdl_keyboard_h.ali -lib/gnat_sdl/sdl_sdl_keysym_h.ali -lib/gnat_sdl/sdl_sdl_loadso_h.ali -lib/gnat_sdl/sdl_sdl_main_h.ali -lib/gnat_sdl/sdl_sdl_mouse_h.ali -lib/gnat_sdl/sdl_sdl_mutex_h.ali -lib/gnat_sdl/sdl_sdl_opengl_h.ali -lib/gnat_sdl/sdl_sdl_rwops_h.ali -lib/gnat_sdl/sdl_sdl_stdinc_h.ali -lib/gnat_sdl/sdl_sdl_thread_h.ali -lib/gnat_sdl/sdl_sdl_timer_h.ali -lib/gnat_sdl/sdl_sdl_ttf_h.ali -lib/gnat_sdl/sdl_sdl_version_h.ali -lib/gnat_sdl/sdl_sdl_video_h.ali -lib/gnat_sdl/stdint_h.ali -lib/gnat_sdl/stdio_h.ali -lib/gnat_sdl/stdlib_h.ali -lib/gnat_sdl/umingw_h.ali -lib/gnat_sdl/umingw_off_t_h.ali -lib/gnat_sdl/vadefs_h.ali diff --git a/dns/Makefile b/dns/Makefile index 97a3519e229f..58f59b673354 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -87,7 +87,6 @@ SUBDIR += idnkit2 SUBDIR += inadyn SUBDIR += ipcheck - SUBDIR += ironsides SUBDIR += kadnode SUBDIR += kf5-kdnssd SUBDIR += knock diff --git a/dns/ironsides/Makefile b/dns/ironsides/Makefile deleted file mode 100644 index 6709cf711c3a..000000000000 --- a/dns/ironsides/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: John Marino - -PORTNAME= ironsides -PORTVERSION= ${SNAPSHOT:S/_//g} -PORTREVISION= 2 -CATEGORIES= dns -MASTER_SITES= http://ironsides.martincarlisle.com/ -DISTNAME= ironsides_authoritative-${SNAPSHOT} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Authoritative DNS server formally verified by SPARK/Ada - -LICENSE= Ironsides -LICENSE_NAME= IRONSIDES - Free software, unlimited redistribution -LICENSE_FILE= ${WRKSRC}/COPYRIGHT.txt -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012 - -USES= ada dos2unix zip -DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1 -SNAPSHOT= 2015_04_15 -WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//} -PLIST_FILES= sbin/ironsides man/man1/ironsides.1.gz -PORTEXAMPLES= dfcs.usafa.edu.zonefile - -OPTIONS_DEFINE= EXAMPLES - -post-extract: - @${CP} ${FILESDIR}/ironsides.gpr ${FILESDIR}/Makefile ${WRKSRC}/ - -.include diff --git a/dns/ironsides/distinfo b/dns/ironsides/distinfo deleted file mode 100644 index 414ced1ddf93..000000000000 --- a/dns/ironsides/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ironsides_authoritative-2015_04_15.zip) = de865b0da6a3e1cc73249e90a6e13fcc33785a9a38b704efb9cfb04ff57fc3c4 -SIZE (ironsides_authoritative-2015_04_15.zip) = 199862 diff --git a/dns/ironsides/files/Makefile b/dns/ironsides/files/Makefile deleted file mode 100644 index ec0787312a22..000000000000 --- a/dns/ironsides/files/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: build - -build: - gnatmake -p -P ironsides - -install: - mkdir -p ${DESTDIR}${PREFIX}/share/examples/ironsides - ${BSD_INSTALL_PROGRAM} final/spark_dns_main \ - ${DESTDIR}${PREFIX}/sbin/ironsides - ${BSD_INSTALL_DATA} dfcs.usafa.edu.zonefile \ - ${DESTDIR}${PREFIX}/share/examples/ironsides/ - ${BSD_INSTALL_MAN} ironsides.1 ${DESTDIR}${PREFIX}/man/man1/ diff --git a/dns/ironsides/files/ironsides.gpr b/dns/ironsides/files/ironsides.gpr deleted file mode 100644 index 1182641fd29d..000000000000 --- a/dns/ironsides/files/ironsides.gpr +++ /dev/null @@ -1,13 +0,0 @@ -with "spark2012.gpr"; - -project Ironsides is - for Source_Dirs use ("."); - for Object_Dir use "build"; - for Exec_Dir use "final"; - for Main use ("spark_dns_main.adb"); - - package Compiler is - for Default_Switches ("Ada") use ("-gnat05", "-gnatp", "-O3"); - end Compiler; - -end Ironsides; diff --git a/dns/ironsides/files/patch-ironsides.1 b/dns/ironsides/files/patch-ironsides.1 deleted file mode 100644 index de2821f78d3b..000000000000 --- a/dns/ironsides/files/patch-ironsides.1 +++ /dev/null @@ -1,52 +0,0 @@ ---- ironsides.1.orig 2014-02-21 04:14:53.000000000 -0500 -+++ ironsides.1 -@@ -1,11 +1,14 @@ - .\" Manpage for ironsides. --.TH man 1 "06 May 2010" "1.0" "nuseradd man page" --.SH NAME --ironsides \- authoritative DNS server -- --.SH SYNOPSIS --spark_dns_main configuration_file_name --.SH DESCRIPTION -+.Dd 20 February 2014 -+.Dt IRONSIDES 1 -+.Os -+.Sh NAME -+.Nm ironsides -+.Nd authoritative DNS server -+.Sh SYNOPSIS -+.Nm -+.Op Ar configuration_file -+.Sh DESCRIPTION - IRONSIDES is an authoritative DNS server that is provably invulnerable to - many of the problems that plague other servers. It achieves this property - through the use of formal methods in its design, in particular the language -@@ -13,17 +16,18 @@ Ada and the SPARK formal methods tool se - provably exception-free, contains no data flow errors, and terminates only - in the ways that its programmers explicitly say that it can. These are very - desirable properties from a computer security perspective. -- -+.Pp - IRONSIDES is not a complete implementation of DNS. In particular, it does - not support zone transfers or recursive queries. It does, however, support - a sufficient number of DNS records to be useful as an authoritative DNS - server for an enterprise. -- -+.Pp - WWW: http://ironsides.martincarlisle.com --.SH OPTIONS --spark_dns_main does not take any options. However, you must supply a configuration file. --dfcs.usafa.edu.zonefile is a sample configuration file. --.SH BUGS -+.Sh OPTIONS -+.Nm -+does not take any options. However, you must supply a configuration file. -+The included dfcs.usafa.edu.zonefile file is a sample configuration. -+.Sh BUGS - No known bugs. --.SH AUTHOR --Martin Carlisle (ironsides@martincarlisle.com) -\ No newline at end of file -+.Sh AUTHOR -+.An Martin Carlisle Aq Mt ironsides@martincarlisle.com diff --git a/dns/ironsides/pkg-descr b/dns/ironsides/pkg-descr deleted file mode 100644 index b13b3adcacaa..000000000000 --- a/dns/ironsides/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -IRONSIDES is an authoritative DNS server that is provably invulnerable to -many of the problems that plague other servers. It achieves this property -through the use of formal methods in its design, in particular the language -Ada and the SPARK formal methods tool set. Code validated in this way is -provably exception-free, contains no data flow errors, and terminates only -in the ways that its programmers explicitly say that it can. These are very -desirable properties from a computer security perspective. - -IRONSIDES is not a complete implementation of DNS. In particular, it does -not support zone transfers or recursive queries. It does, however, support -a sufficient number of DNS records to be useful as an authoritative DNS -server for an enterprise. - -WWW: http://ironsides.martincarlisle.com diff --git a/graphics/Makefile b/graphics/Makefile index 53c123b75861..784286527464 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -242,7 +242,6 @@ SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl - SUBDIR += generic_image_decoder SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview diff --git a/graphics/generic_image_decoder/Makefile b/graphics/generic_image_decoder/Makefile deleted file mode 100644 index 7c6cc90298ef..000000000000 --- a/graphics/generic_image_decoder/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: John Marino - -PORTNAME= generic_image_decoder -PORTVERSION= 06 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ -DISTNAME= gid-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada library for decoding various image formats inc. animations - -LICENSE= MIT - -USES= ada zip dos2unix -SFPATH= gen-img-dec/files -WRKSRC= ${WRKDIR}/gid -MAKE_ENV+= Build_Mode=Fast_but_checked -PORTDOCS= gid.txt - -OPTIONS_DEFINE= DOCS - -post-extract: - ${CP} ${FILESDIR}/construct.gpr ${WRKSRC} - ${MKDIR} ${WRKSRC}/src ${WRKDIR}/data - ${MV} ${WRKSRC}/gid_work.xls ${WRKDIR}/data - (cd ${WRKSRC}; ${MV} *.ad[bs] src) - -post-patch: - @${REINPLACE_CMD} -e "s|-j2|-j${MAKE_JOBS_NUMBER}|" \ - ${WRKSRC}/gid.gpr - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pconstruct) - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -Pgid) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/generic_image_decoder \ - ${STAGEDIR}${PREFIX}/include/generic_image_decoder - ${INSTALL_DATA} ${FILESDIR}/generic_image_decoder.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/src/* \ - ${STAGEDIR}${PREFIX}/include/generic_image_decoder - ${INSTALL_DATA} ${WRKSRC}/lib/* \ - ${STAGEDIR}${PREFIX}/lib/generic_image_decoder - (cd ${WRKSRC}/test && ${INSTALL_PROGRAM} to_bmp mini \ - ${STAGEDIR}${PREFIX}/bin) - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/gid.txt ${STAGEDIR}${DOCSDIR} - -.include diff --git a/graphics/generic_image_decoder/distinfo b/graphics/generic_image_decoder/distinfo deleted file mode 100644 index 5e9fbe240291..000000000000 --- a/graphics/generic_image_decoder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479717632 -SHA256 (gid-06.zip) = 0fb0e66a90d16ca5cb7325672fcdf596f3a47e84bb5a75504bdf645ea7dbbe2d -SIZE (gid-06.zip) = 107762 diff --git a/graphics/generic_image_decoder/files/construct.gpr b/graphics/generic_image_decoder/files/construct.gpr deleted file mode 100644 index 37522170249a..000000000000 --- a/graphics/generic_image_decoder/files/construct.gpr +++ /dev/null @@ -1,20 +0,0 @@ -project Construct is - - for Languages use ("ada"); - for Source_Dirs use ("src"); - for Object_Dir use "obj_safer"; - for Library_Name use "genimgdec"; - for Library_Dir use "lib"; - for Library_Kind use "static"; - - package Compiler is - for Default_Switches ("ada") use ("-O3", "-gnato", "-ffunction-sections", - "-funroll-loops", "-fpeel-loops", "-ftracer", "-funswitch-loops", - "-fweb", "-frename-registers"); - end Compiler; - - package Builder is - for Default_Switches ("ada") use ("-C"); - end Builder; - -end Construct; diff --git a/graphics/generic_image_decoder/files/generic_image_decoder.gpr b/graphics/generic_image_decoder/files/generic_image_decoder.gpr deleted file mode 100644 index b27fdf7cb4ab..000000000000 --- a/graphics/generic_image_decoder/files/generic_image_decoder.gpr +++ /dev/null @@ -1,7 +0,0 @@ -project Generic_Image_Decoder is - for Languages use ("ada"); - for Library_Name use "genimgdec"; - for Source_Dirs use ("../../include/generic_image_decoder"); - for Library_Dir use "../../lib/generic_image_decoder"; - for Externally_Built use "true"; -end Generic_Image_Decoder; diff --git a/graphics/generic_image_decoder/files/patch-gid.gpr b/graphics/generic_image_decoder/files/patch-gid.gpr deleted file mode 100644 index 25730604dfd0..000000000000 --- a/graphics/generic_image_decoder/files/patch-gid.gpr +++ /dev/null @@ -1,11 +0,0 @@ ---- gid.gpr.orig 2014-03-21 21:26:29.000000000 +0000 -+++ gid.gpr -@@ -4,7 +4,7 @@ - -- - project GID is - -- for Source_Dirs use (".", "test"); -+ for Source_Dirs use ("src", "test"); - for Exec_Dir use "test"; - type Build_Mode_Type is - ("Debug", "Fast_but_checked", "Fast", "Small", "Smallest", "Profiling"); diff --git a/graphics/generic_image_decoder/pkg-descr b/graphics/generic_image_decoder/pkg-descr deleted file mode 100644 index 187b1ffc8168..000000000000 --- a/graphics/generic_image_decoder/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The Generic Image Decoder (GID) is an Ada package for decoding a broad -variety on image formats from any data stream to any kind of medium. -Examples include in-memory bitmap, a GUI object, another stream, floating -point data for scientific calculations, a browser element or a device. -Animations are also supported. GID features: - - * Standalone; requires no other libraries or bindings - * Completely portable - no OS, CPU, or compiler dependencies - * Task safe - * Endian-neutral - * Free and open source - * Pure Ada95 (suitable for Ada2005 and Ada2012 projects) - -Currently supports BMP, GIF, JPEG, PNG and TGA formats. - -WWW: http://gen-img-dec.sourceforge.net/ diff --git a/graphics/generic_image_decoder/pkg-plist b/graphics/generic_image_decoder/pkg-plist deleted file mode 100644 index 36e573204451..000000000000 --- a/graphics/generic_image_decoder/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/mini -bin/to_bmp -include/generic_image_decoder/gid-buffering.adb -include/generic_image_decoder/gid-buffering.ads -include/generic_image_decoder/gid-color_tables.adb -include/generic_image_decoder/gid-color_tables.ads -include/generic_image_decoder/gid-decoding_bmp.adb -include/generic_image_decoder/gid-decoding_bmp.ads -include/generic_image_decoder/gid-decoding_gif.adb -include/generic_image_decoder/gid-decoding_gif.ads -include/generic_image_decoder/gid-decoding_jpg.adb -include/generic_image_decoder/gid-decoding_jpg.ads -include/generic_image_decoder/gid-decoding_png-huffman.adb -include/generic_image_decoder/gid-decoding_png-huffman.ads -include/generic_image_decoder/gid-decoding_png.adb -include/generic_image_decoder/gid-decoding_png.ads -include/generic_image_decoder/gid-decoding_pnm.adb -include/generic_image_decoder/gid-decoding_pnm.ads -include/generic_image_decoder/gid-decoding_tga.adb -include/generic_image_decoder/gid-decoding_tga.ads -include/generic_image_decoder/gid-headers.adb -include/generic_image_decoder/gid-headers.ads -include/generic_image_decoder/gid.adb -include/generic_image_decoder/gid.ads -lib/generic_image_decoder/gid-buffering.ali -lib/generic_image_decoder/gid-color_tables.ali -lib/generic_image_decoder/gid-decoding_bmp.ali -lib/generic_image_decoder/gid-decoding_gif.ali -lib/generic_image_decoder/gid-decoding_jpg.ali -lib/generic_image_decoder/gid-decoding_png-huffman.ali -lib/generic_image_decoder/gid-decoding_png.ali -lib/generic_image_decoder/gid-decoding_pnm.ali -lib/generic_image_decoder/gid-decoding_tga.ali -lib/generic_image_decoder/gid-headers.ali -lib/generic_image_decoder/gid.ali -lib/generic_image_decoder/libgenimgdec.a -lib/gnat/generic_image_decoder.gpr diff --git a/lang/Makefile b/lang/Makefile index 7ccd93946f4b..82d6c5f1464c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -2,12 +2,10 @@ SUBDIR += J SUBDIR += abcl - SUBDIR += adacontrol SUBDIR += alchemist.el SUBDIR += algol68g SUBDIR += angelscript SUBDIR += apache-commons-jelly - SUBDIR += asis SUBDIR += asn1c SUBDIR += atlast SUBDIR += awka @@ -104,7 +102,6 @@ SUBDIR += ghc SUBDIR += gjs SUBDIR += gleam - SUBDIR += gnat_util SUBDIR += gnatcross-binutils-aarch64 SUBDIR += gnatcross-sysroot-aarch64 SUBDIR += gnatdroid-binutils @@ -165,7 +162,6 @@ SUBDIR += linux-dotnet11-runtime SUBDIR += linux-dotnet11-sdk SUBDIR += linux-j - SUBDIR += lua-ada SUBDIR += lua51 SUBDIR += lua52 SUBDIR += lua53 diff --git a/lang/adacontrol/Makefile b/lang/adacontrol/Makefile deleted file mode 100644 index 49e923b795f1..000000000000 --- a/lang/adacontrol/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: John Marino - -PORTNAME= adacontrol -PORTVERSION= 1.18r9 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= SF/adacontrol -DISTNAME= adactl-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool for detecting use or non-use of specific Ada constructs - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= asis>=2013:lang/asis - -USES= ada tar:tgz -WRKSRC= ${WRKDIR}/adactl-${PORTVERSION} -BUILD_WRKSRC= ${WRKSRC}/src -ALL_TARGET= build -PORTDOCS= adacontrol* - -OPTIONS_DEFINE= DOCS PROJECTS - -PROJECTS_DESC= Support the direct processing of .gpr files -PROJECTS_BUILD_DEPENDS= gprbuild:devel/gprbuild \ - ${LOCALBASE}/lib/gnat/gnatcoll.gpr:devel/gnatcoll - -do-patch-PROJECTS-off: - (cd ${WRKSRC}/src && ${MV} \ - implementation_options-i_options_from_gpr_project.adb \ - implementation_options-i_options_from_gpr_project_gpr.adb) - (cd ${WRKSRC}/src && ${MV} \ - implementation_options-i_options_from_gpr_project_nogpr.adb \ - implementation_options-i_options_from_gpr_project.adb) - ${REINPLACE_CMD} -e '/gnatcoll/d' ${WRKSRC}/build.gpr - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -Pbuild) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/bin \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins \ - ${STAGEDIR}${PREFIX}/share/doc/gps/html \ - ${STAGEDIR}${PREFIX}/share/gprconfig - ${INSTALL_PROGRAM} ${WRKSRC}/adactl ${WRKSRC}/pfni \ - ${WRKSRC}/ptree ${STAGEDIR}/${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/GPS/adacontrol.xml \ - ${STAGEDIR}${PREFIX}/share/gprconfig - ${INSTALL_DATA} ${WRKSRC}/GPS/*adactl* ${WRKSRC}/GPS/pfni.* \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins - ${INSTALL_DATA} ${WRKSRC}/doc/*.html \ - ${STAGEDIR}${PREFIX}/share/doc/gps/html - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${WRKSRC}/doc/*.html \ - ${STAGEDIR}${DOCSDIR} - -.include diff --git a/lang/adacontrol/distinfo b/lang/adacontrol/distinfo deleted file mode 100644 index 8c0bd193c835..000000000000 --- a/lang/adacontrol/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1479057564 -SHA256 (adactl-1.18r9-src.tgz) = 193095dbe9efdd0eb5b6c1590cf8dbff25b5fe2c65f8b45e3d5f085298d1ef0e -SIZE (adactl-1.18r9-src.tgz) = 2212880 diff --git a/lang/adacontrol/pkg-descr b/lang/adacontrol/pkg-descr deleted file mode 100644 index 2169749b80cd..000000000000 --- a/lang/adacontrol/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -AdaControl is a free (GMGPL) tool that detects the use of various kinds of -constructs in Ada programs. Its first goal is to control proper usage of -style or programming rules, but it can also be used as a powerful tool to -search for use (or non-use) of various forms of programming styles or design -patterns. Searched elements range from very simple, like the occurrence of -certain entities, declarations, or statements, to very sophisticated, like -verifying that certain programming patterns are being obeyed.. - -Which elements or constructs are searched is defined by a set of rules; the -following table gives a short summary of rules currently checked by -AdaControl. The number in parentheses after the rule name gives the number -of subrules, if any. Considering all possible rules and subrules, this makes -452 tests that can be performed currently by AdaControl! - -WWW: http://www.adalog.fr diff --git a/lang/adacontrol/pkg-plist b/lang/adacontrol/pkg-plist deleted file mode 100644 index 8b2696ec055c..000000000000 --- a/lang/adacontrol/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/adactl -bin/pfni -bin/ptree -share/doc/gps/html/adacontrol_pm.html -share/doc/gps/html/adacontrol_ug.html -share/gprconfig/adacontrol.xml -share/gps/plug-ins/adactl-ask.gif -share/gps/plug-ins/adactl-ask.svg -share/gps/plug-ins/adactl-file.gif -share/gps/plug-ins/adactl-file.svg -share/gps/plug-ins/adactl.py -share/gps/plug-ins/pfni.py -share/gps/plug-ins/pfni.xml -share/gps/plug-ins/zadactl.xml diff --git a/lang/asis/Makefile b/lang/asis/Makefile deleted file mode 100644 index 8246bb60c7d7..000000000000 --- a/lang/asis/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: John Marino - -PORTNAME= asis -PORTVERSION= 2016 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNAT implementation of Ada Semantic Interface Specification - -LICENSE= GPLv2 - -BUILD_DEPENDS= gprbuild>=20130416:devel/gprbuild \ - xmlada>=3.2:textproc/xmlada \ - ${GUSTATIC}:lang/gnat_util -RUN_DEPENDS= ${GUSTATIC}:lang/gnat_util - -USES= ada gmake -NO_MTREE= yes -MAKE_ENV= PROCESSORS=${MAKE_JOBS_NUMBER} -GUSTATIC= ${LOCALBASE}/lib/gnat_util/libgnat_util.a -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx - -post-extract: - @${REINPLACE_CMD} -e 's|OPSYS|ASISOPSYS|g' \ - -e 's|(prefix)|(DESTDIR)$$(prefix)|g' \ - ${WRKSRC}/Makefile \ - ${WRKSRC}/Makefile.stub \ - ${WRKSRC}/common.gpr - @${RM} -r ${WRKSRC}/gnat - -do-build: - # This target is recreated because -j cannot be set, but - # MAKE_JOBS_UNSAFE=yes would break PROCESSORS value - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} all) - -do-build-DOCS-on: - (cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} html-all) - -do-install: - # gprinstall seems to be malfunctioning, just install manually - ${MKDIR} ${STAGEDIR}${PREFIX}/bin \ - ${STAGEDIR}${PREFIX}/include/asis \ - ${STAGEDIR}${PREFIX}/lib/asis \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_PROGRAM} ${WRKSRC}/tools/asistant/asistant \ - ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/asis/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/asis - ${INSTALL_DATA} ${WRKSRC}/lib/*.ali ${STAGEDIR}${PREFIX}/lib/asis - ${INSTALL_DATA} ${WRKSRC}/lib/*.a ${STAGEDIR}${PREFIX}/lib/asis - ${INSTALL_DATA} ${FILESDIR}/asis.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -do-install-DOCS-on: - (cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -.include diff --git a/lang/asis/distinfo b/lang/asis/distinfo deleted file mode 100644 index 9c16b09ddd94..000000000000 --- a/lang/asis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1465515802 -SHA256 (asis-gpl-2016-src.tar.gz) = 3e36e0835e291dafe6dd2246748ed12b449d33044c32209d3af012c83064c38e -SIZE (asis-gpl-2016-src.tar.gz) = 5240554 diff --git a/lang/asis/files/asis.gpr b/lang/asis/files/asis.gpr deleted file mode 100644 index 33b259049bb9..000000000000 --- a/lang/asis/files/asis.gpr +++ /dev/null @@ -1,12 +0,0 @@ -with "gnat_util"; -Library project Asis is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/asis"); - for Library_Dir use "../../lib/asis"; - for Library_Name use "asis"; - for Library_Kind use "static"; - for Externally_Built use "True"; - -end Asis; diff --git a/lang/asis/files/patch-Makefile.stub b/lang/asis/files/patch-Makefile.stub deleted file mode 100644 index af0a5f244b7b..000000000000 --- a/lang/asis/files/patch-Makefile.stub +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.stub.orig 2015-06-22 09:23:18 UTC -+++ Makefile.stub -@@ -3,8 +3,7 @@ host := $(shell gcc -dumpmachine) - - # Where Asis library should be installed - # Default is into current GNAT directory --INSTALL_DIR = $(dir $(shell which gnatls)).. --prefix=$(INSTALL_DIR) -+prefix=$(PREFIX) - - # System commands - LN = ln -s diff --git a/lang/asis/files/patch-asis_a4g-gnat__int.adb b/lang/asis/files/patch-asis_a4g-gnat__int.adb deleted file mode 100644 index 3e1322e44d67..000000000000 --- a/lang/asis/files/patch-asis_a4g-gnat__int.adb +++ /dev/null @@ -1,53 +0,0 @@ ---- asis/a4g-gnat_int.adb.orig 2016-05-16 09:17:27 UTC -+++ asis/a4g-gnat_int.adb -@@ -231,46 +231,10 @@ package body A4G.GNAT_Int is - Opt.Tree_Read; - - if Strong_Version_Check then -- -- We check only the dates here! -- First_A_Idx := -- Index (Source => ASIS_GNAT_V, -- Pattern => "(") + 1; -- -- First_T_Idx := -- Index (Source => Tree_Version_String.all, -- Pattern => "(") + 1; -- -- Last_A_Idx := Index (Source => ASIS_GNAT_V, -- Pattern => ")") - 1; -- -- if Index -- (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx), -- Pattern => "-") /= 0 -- then -- Last_A_Idx := -- Index (Source => ASIS_GNAT_V (First_A_Idx .. Last_A_Idx), -- Pattern => "-") - 1; -- end if; -- -- Last_T_Idx := Index (Source => Tree_Version_String.all, -- Pattern => ")") - 1; -- -- if Index -- (Source => Tree_Version_String.all (First_T_Idx .. Last_T_Idx), -- Pattern => "-") /= 0 -- then -- Last_T_Idx := -- Index (Source => -- Tree_Version_String.all (First_T_Idx .. Last_T_Idx), -- Pattern => "-") - 1; -- end if; -- -- if ASIS_GNAT_V (First_A_Idx .. Last_A_Idx) /= -- Tree_Version_String (First_T_Idx .. Last_T_Idx) -- then -- Note_Version_Mismatch; -- end if; -- -+ -- No need for any version check at all -+ -- FreeBSD Ports system ensures gnat_util is from same sources -+ -- as compiler building ASIS -+ null; - end if; - - -- GNAT/ASIS version check diff --git a/lang/asis/files/patch-doc_share_conf.py b/lang/asis/files/patch-doc_share_conf.py deleted file mode 100644 index 34ad101782c8..000000000000 --- a/lang/asis/files/patch-doc_share_conf.py +++ /dev/null @@ -1,40 +0,0 @@ ---- doc/share/conf.py.orig 2016-03-31 12:55:10 UTC -+++ doc/share/conf.py -@@ -40,17 +40,17 @@ def get_gnat_version(): - line = (vinfo.readline()).strip() - return line - except: -- print 'Error opening or reading version_information file' -+ print('Error opening or reading version_information file') - sys.exit(1) - - # First retrieve the name of the documentation we are building - doc_name = os.environ.get('DOC_NAME', None) - if doc_name is None: -- print 'DOC_NAME environment variable should be set' -+ print('DOC_NAME environment variable should be set') - sys.exit(1) - - if doc_name not in DOCS: -- print '%s is not a valid documentation name' % doc_name -+ print(f'{doc_name} is not a valid documentation name') - sys.exit(1) - - -@@ -59,7 +59,7 @@ exclude_patterns = [] - for d in os.listdir(root_source_dir): - if d not in ('share', doc_name, doc_name + '.rst'): - exclude_patterns.append(d) -- print 'ignoring %s' % d -+ print(f'ignoring {d}') - - extensions = [] - templates_path = ['_templates'] -@@ -101,5 +101,5 @@ texinfo_documents = [ - - - def setup(app): -- app.add_lexer('ada', ada_pygments.AdaLexer()) -- app.add_lexer('gpr', ada_pygments.GNATProjectLexer()) -+ app.add_lexer('ada', ada_pygments.AdaLexer) -+ app.add_lexer('gpr', ada_pygments.GNATProjectLexer) diff --git a/lang/asis/pkg-descr b/lang/asis/pkg-descr deleted file mode 100644 index 335d2c8ff025..000000000000 --- a/lang/asis/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The Ada Semantic Interface Specification (ASIS) is an interface between an -Ada environment as defined by ISO/IEC 8652 (the Ada Reference Manual) and -any tool requiring information from this environment. An Ada environment -includes valuable semantic and syntactic information. ASIS is an open and -published callable interface which gives CASE tool and application -developers access to this information. ASIS has been designed to be -independent of underlying Ada environment implementations, thus supporting -portability of software engineering tools while relieving tool developers -from having to understand the complexities of an Ada environment's -proprietary internal representation. - -ASIS 95 is the ASIS interface to Ada 95 (ISO/IEC 8652:1995). -ASIS 95 is now available as ISO/IEC 15291:1999. - -WWW: http://www.sigada.org/wg/asiswg/ diff --git a/lang/asis/pkg-plist b/lang/asis/pkg-plist deleted file mode 100644 index 447c44b1df4a..000000000000 --- a/lang/asis/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/asistant -include/asis/a4g-a_alloc.ads -include/asis/a4g-a_debug.adb -include/asis/a4g-a_debug.ads -include/asis/a4g-a_elists.adb -include/asis/a4g-a_elists.ads -include/asis/a4g-a_opt.adb -include/asis/a4g-a_opt.ads -include/asis/a4g-a_osint.adb -include/asis/a4g-a_osint.ads -include/asis/a4g-a_output.adb -include/asis/a4g-a_output.ads -include/asis/a4g-a_sem.adb -include/asis/a4g-a_sem.ads -include/asis/a4g-a_sinput.adb -include/asis/a4g-a_sinput.ads -include/asis/a4g-a_stand.ads -include/asis/a4g-a_types.adb -include/asis/a4g-a_types.ads -include/asis/a4g-asis_tables.adb -include/asis/a4g-asis_tables.ads -include/asis/a4g-contt-dp.adb -include/asis/a4g-contt-dp.ads -include/asis/a4g-contt-sd.adb -include/asis/a4g-contt-sd.ads -include/asis/a4g-contt-tt.adb -include/asis/a4g-contt-tt.ads -include/asis/a4g-contt-ut.adb -include/asis/a4g-contt-ut.ads -include/asis/a4g-contt.adb -include/asis/a4g-contt.ads -include/asis/a4g-cu_info2.adb -include/asis/a4g-cu_info2.ads -include/asis/a4g-dda_aux.adb -include/asis/a4g-dda_aux.ads -include/asis/a4g-decl_sem.adb -include/asis/a4g-decl_sem.ads -include/asis/a4g-defaults.adb -include/asis/a4g-defaults.ads -include/asis/a4g-ee_cache.adb -include/asis/a4g-ee_cache.ads -include/asis/a4g-encl_el.adb -include/asis/a4g-encl_el.ads -include/asis/a4g-expr_sem.adb -include/asis/a4g-expr_sem.ads -include/asis/a4g-get_unit.adb -include/asis/a4g-get_unit.ads -include/asis/a4g-gnat_int.adb -include/asis/a4g-gnat_int.ads -include/asis/a4g-gnsa_switch.ads -include/asis/a4g-int_knds.ads -include/asis/a4g-itests.adb -include/asis/a4g-itests.ads -include/asis/a4g-knd_conv.adb -include/asis/a4g-knd_conv.ads -include/asis/a4g-mapping.adb -include/asis/a4g-mapping.ads -include/asis/a4g-norm.adb -include/asis/a4g-norm.ads -include/asis/a4g-queries.adb -include/asis/a4g-queries.ads -include/asis/a4g-skip_tb.adb -include/asis/a4g-skip_tb.ads -include/asis/a4g-span_beginning.adb -include/asis/a4g-span_beginning.ads -include/asis/a4g-span_end.adb -include/asis/a4g-span_end.ads -include/asis/a4g-stand.adb -include/asis/a4g-stand.ads -include/asis/a4g-tree_rec.ads -include/asis/a4g-u_conv.adb -include/asis/a4g-u_conv.ads -include/asis/a4g-unit_rec.ads -include/asis/a4g-vcheck.adb -include/asis/a4g-vcheck.ads -include/asis/a4g.ads -include/asis/asis-ada_environments-containers.adb -include/asis/asis-ada_environments-containers.ads -include/asis/asis-ada_environments.adb -include/asis/asis-ada_environments.ads -include/asis/asis-clauses.adb -include/asis/asis-clauses.ads -include/asis/asis-compilation_units-relations.adb -include/asis/asis-compilation_units-relations.ads -include/asis/asis-compilation_units-times.adb -include/asis/asis-compilation_units-times.ads -include/asis/asis-compilation_units.adb -include/asis/asis-compilation_units.ads -include/asis/asis-data_decomposition-aux.adb -include/asis/asis-data_decomposition-aux.ads -include/asis/asis-data_decomposition-debug.adb -include/asis/asis-data_decomposition-debug.ads -include/asis/asis-data_decomposition-extensions.adb -include/asis/asis-data_decomposition-extensions.ads -include/asis/asis-data_decomposition-set_get.adb -include/asis/asis-data_decomposition-set_get.ads -include/asis/asis-data_decomposition-vcheck.adb -include/asis/asis-data_decomposition-vcheck.ads -include/asis/asis-data_decomposition.adb -include/asis/asis-data_decomposition.ads -include/asis/asis-declarations.adb -include/asis/asis-declarations.ads -include/asis/asis-definitions.adb -include/asis/asis-definitions.ads -include/asis/asis-elements.adb -include/asis/asis-elements.ads -include/asis/asis-errors.ads -include/asis/asis-exceptions.ads -include/asis/asis-expressions.adb -include/asis/asis-expressions.ads -include/asis/asis-extensions-flat_kinds.adb -include/asis/asis-extensions-flat_kinds.ads -include/asis/asis-extensions-iterator.adb -include/asis/asis-extensions-iterator.ads -include/asis/asis-extensions-strings.adb -include/asis/asis-extensions-strings.ads -include/asis/asis-extensions.adb -include/asis/asis-extensions.ads -include/asis/asis-ids.adb -include/asis/asis-ids.ads -include/asis/asis-implementation-permissions.adb -include/asis/asis-implementation-permissions.ads -include/asis/asis-implementation.adb -include/asis/asis-implementation.ads -include/asis/asis-iterator.adb -include/asis/asis-iterator.ads -include/asis/asis-limited_views.adb -include/asis/asis-limited_views.ads -include/asis/asis-set_get.adb -include/asis/asis-set_get.ads -include/asis/asis-statements.adb -include/asis/asis-statements.ads -include/asis/asis-text-set_get.adb -include/asis/asis-text-set_get.ads -include/asis/asis-text.adb -include/asis/asis-text.ads -include/asis/asis.ads -lib/asis/a4g-a_alloc.ali -lib/asis/a4g-a_debug.ali -lib/asis/a4g-a_elists.ali -lib/asis/a4g-a_opt.ali -lib/asis/a4g-a_osint.ali -lib/asis/a4g-a_output.ali -lib/asis/a4g-a_sem.ali -lib/asis/a4g-a_sinput.ali -lib/asis/a4g-a_stand.ali -lib/asis/a4g-a_types.ali -lib/asis/a4g-asis_tables.ali -lib/asis/a4g-contt-dp.ali -lib/asis/a4g-contt-sd.ali -lib/asis/a4g-contt-tt.ali -lib/asis/a4g-contt-ut.ali -lib/asis/a4g-contt.ali -lib/asis/a4g-cu_info2.ali -lib/asis/a4g-dda_aux.ali -lib/asis/a4g-decl_sem.ali -lib/asis/a4g-defaults.ali -lib/asis/a4g-ee_cache.ali -lib/asis/a4g-encl_el.ali -lib/asis/a4g-expr_sem.ali -lib/asis/a4g-get_unit.ali -lib/asis/a4g-gnat_int.ali -lib/asis/a4g-gnsa_switch.ali -lib/asis/a4g-int_knds.ali -lib/asis/a4g-itests.ali -lib/asis/a4g-knd_conv.ali -lib/asis/a4g-mapping.ali -lib/asis/a4g-norm.ali -lib/asis/a4g-queries.ali -lib/asis/a4g-skip_tb.ali -lib/asis/a4g-span_beginning.ali -lib/asis/a4g-span_end.ali -lib/asis/a4g-stand.ali -lib/asis/a4g-tree_rec.ali -lib/asis/a4g-u_conv.ali -lib/asis/a4g-unit_rec.ali -lib/asis/a4g-vcheck.ali -lib/asis/a4g.ali -lib/asis/asis-ada_environments-containers.ali -lib/asis/asis-ada_environments.ali -lib/asis/asis-clauses.ali -lib/asis/asis-compilation_units-relations.ali -lib/asis/asis-compilation_units-times.ali -lib/asis/asis-compilation_units.ali -lib/asis/asis-data_decomposition-aux.ali -lib/asis/asis-data_decomposition-debug.ali -lib/asis/asis-data_decomposition-extensions.ali -lib/asis/asis-data_decomposition-set_get.ali -lib/asis/asis-data_decomposition-vcheck.ali -lib/asis/asis-data_decomposition.ali -lib/asis/asis-declarations.ali -lib/asis/asis-definitions.ali -lib/asis/asis-elements.ali -lib/asis/asis-errors.ali -lib/asis/asis-exceptions.ali -lib/asis/asis-expressions.ali -lib/asis/asis-extensions-flat_kinds.ali -lib/asis/asis-extensions-iterator.ali -lib/asis/asis-extensions-strings.ali -lib/asis/asis-extensions.ali -lib/asis/asis-ids.ali -lib/asis/asis-implementation-permissions.ali -lib/asis/asis-implementation.ali -lib/asis/asis-iterator.ali -lib/asis/asis-limited_views.ali -lib/asis/asis-set_get.ali -lib/asis/asis-statements.ali -lib/asis/asis-text-set_get.ali -lib/asis/asis-text.ali -lib/asis/asis.ali -lib/asis/libasis.a -lib/gnat/asis.gpr diff --git a/lang/gnat_util/Makefile b/lang/gnat_util/Makefile deleted file mode 100644 index ccafb08ef32e..000000000000 --- a/lang/gnat_util/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: John Marino - -PORTNAME= gnat_util -PORTVERSION= ${SNAPSHOT} -PORTREVISION= ${UTIL_PR} -CATEGORIES= lang -MASTER_SITES= GCC/${MS_SUBDIR} -DISTNAME= ${IDENTIFICATION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library used to build GNAT tools such as ASIS - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -USES= ada -NO_MTREE= yes -DISTINFO_FILE= ${.CURDIR}/../${ADAXX}-aux/distinfo -WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV= MAKEOBJDIR=${WRKSRC}/obj - -.include "${.CURDIR}/Makefile.sources" - -USES+= tar:xz -.include "${.CURDIR}/../gcc6-aux/Makefile.version" - -post-extract: - @${MKDIR} ${WRKSRC}/obj -.for F in Makefile gnat_util.gpr sdefault_adb.gnat_util osint_scars.c - @${CP} ${FILESDIR}/${F} ${WRKSRC}/ -.endfor -.for F in ${GNAT_SRCS} - @${CP} ${WRKDIR}/${DISTNAME}/gcc/ada/${F} ${WRKSRC}/ -.endfor - -post-install: - # impunit is needed for GPS menus, just provide the source files - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/gcc/ada/impunit.* \ - ${STAGEDIR}${PREFIX}/include/gnat_util - # gnat_ugn.texi is used to generate gnat_switches.py for GPS - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/gcc/ada/gnat_ugn.texi \ - ${STAGEDIR}${DATADIR} - -.include diff --git a/lang/gnat_util/Makefile.sources b/lang/gnat_util/Makefile.sources deleted file mode 100644 index e01db207ead1..000000000000 --- a/lang/gnat_util/Makefile.sources +++ /dev/null @@ -1,164 +0,0 @@ -GNAT_SRCS= \ - ali-util.adb \ - ali-util.ads \ - ali.adb \ - ali.ads \ - alloc.ads \ - aspects.adb \ - aspects.ads \ - atree.adb \ - atree.ads \ - binderr.adb \ - binderr.ads \ - butil.adb \ - butil.ads \ - casing.adb \ - casing.ads \ - csets.adb \ - csets.ads \ - debug.adb \ - debug.ads \ - einfo.adb \ - einfo.ads \ - elists.adb \ - elists.ads \ - err_vars.ads \ - errout.adb \ - errout.ads \ - erroutc.adb \ - erroutc.ads \ - errutil.adb \ - errutil.ads \ - fmap.adb \ - fmap.ads \ - fname-uf.adb \ - fname-uf.ads \ - fname.adb \ - fname.ads \ - get_scos.adb \ - get_scos.ads \ - gnatvsn.adb \ - gnatvsn.ads \ - hostparm.ads \ - krunch.adb \ - krunch.ads \ - lib-list.adb \ - lib-sort.adb \ - lib.adb \ - lib.ads \ - link.c \ - makeutl.adb \ - makeutl.ads \ - mlib-fil.adb \ - mlib-fil.ads \ - mlib-tgt-specific.adb \ - mlib-tgt-specific.ads \ - mlib-tgt.adb \ - mlib-tgt.ads \ - mlib-utl.adb \ - mlib-utl.ads \ - mlib.adb \ - mlib.ads \ - namet.adb \ - namet.ads \ - nlists.adb \ - nlists.ads \ - opt.adb \ - opt.ads \ - osint.adb \ - osint.ads \ - output.adb \ - output.ads \ - prj-attr-pm.adb \ - prj-attr-pm.ads \ - prj-attr.adb \ - prj-attr.ads \ - prj-com.ads \ - prj-conf.adb \ - prj-conf.ads \ - prj-dect.adb \ - prj-dect.ads \ - prj-env.adb \ - prj-env.ads \ - prj-err.adb \ - prj-err.ads \ - prj-ext.adb \ - prj-ext.ads \ - prj-nmsc.adb \ - prj-nmsc.ads \ - prj-part.adb \ - prj-part.ads \ - prj-pp.adb \ - prj-pp.ads \ - prj-proc.adb \ - prj-proc.ads \ - prj-strt.adb \ - prj-strt.ads \ - prj-tree.adb \ - prj-tree.ads \ - prj-util.adb \ - prj-util.ads \ - prj.adb \ - prj.ads \ - put_scos.adb \ - put_scos.ads \ - repinfo.adb \ - repinfo.ads \ - restrict.adb \ - restrict.ads \ - rident.ads \ - scans.adb \ - scans.ads \ - scng.adb \ - scng.ads \ - scos.adb \ - scos.ads \ - sdefault.ads \ - sem_aux.adb \ - sem_aux.ads \ - sinfo.adb \ - sinfo.ads \ - sinput-c.adb \ - sinput-c.ads \ - sinput-p.adb \ - sinput-p.ads \ - sinput.adb \ - sinput.ads \ - snames.adb-tmpl \ - snames.ads-tmpl \ - snames.h-tmpl \ - stand.adb \ - stand.ads \ - stringt.adb \ - stringt.ads \ - styleg.adb \ - styleg.ads \ - stylesw.adb \ - stylesw.ads \ - switch-m.adb \ - switch-m.ads \ - switch.adb \ - switch.ads \ - table.adb \ - table.ads \ - targparm.adb \ - targparm.ads \ - tempdir.adb \ - tempdir.ads \ - tree_in.adb \ - tree_in.ads \ - tree_io.adb \ - tree_io.ads \ - types.adb \ - types.ads \ - uintp.adb \ - uintp.ads \ - uname.adb \ - uname.ads \ - urealp.adb \ - urealp.ads \ - widechar.adb \ - widechar.ads \ - xsnamest.adb \ - xutil.adb \ - xutil.ads diff --git a/lang/gnat_util/files/Makefile b/lang/gnat_util/files/Makefile deleted file mode 100644 index e3d8e8d5a846..000000000000 --- a/lang/gnat_util/files/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# To avoid a cirular dependency with GPRBuild, this custom BSD Makefile is -# used instead of the provided asis.gpr file. - -CP= cp -p -MKDIR= mkdir -p -SRC= gen_src -ADA_FLAGS= -O2 -gnatn -gnatws -gnat05 -C_FLAGS= -O2 -ADB_SRCS!= cd ${.CURDIR} && ls *.adb | sort -r -GEN_SRCS= sdefault.adb snames.adb xsnamest.adb -ADS_SRCS= rident.ads hostparm.ads err_vars.ads alloc.ads prj-com.ads -C_SRCS= link.c osint_scars.c -LIB_SRCS+= ${C_SRCS} ${GEN_SRCS} ${ADS_SRCS} ${ADB_SRCS:Nlib-*.adb} -LIB_OBJS= ${LIB_SRCS:R:S/$/.o/} - -.PHONY: all -.PHONY: generate_sources -.PHONY: libgnat_util.a -.PHONY: install -.PHONY: clean - -all: libgnat_util.a - -generate_sources: - (cd ${.CURDIR} && ${MKDIR} ${SRC} lib) - ${CP} ${.CURDIR}/sdefault_adb.gnat_util ${.CURDIR}/${SRC}/sdefault.adb - (cd ${.CURDIR} && ${CP} \ - xsnamest.adb xutil.* snames.adb-tmpl snames.ads-tmpl \ - snames.h-tmpl ${SRC}) - (cd ${.CURDIR}/${SRC} && \ - gnatmake -gnatf -gnatwae -gnatyg -gnatyS xsnamest && \ - ./xsnamest && mv snames.ns snames.ads && mv snames.nb snames.adb) - -${LIB_OBJS}: generate_sources - -install: - ${MKDIR} ${DESTDIR}${PREFIX}/lib/gnat - ${MKDIR} ${DESTDIR}${PREFIX}/lib/gnat_util - ${MKDIR} ${DESTDIR}${PREFIX}/include/gnat_util - - ${BSD_INSTALL_DATA} ../gnat_util.gpr ${DESTDIR}${PREFIX}/lib/gnat - find ../lib -type f -exec $(BSD_INSTALL_DATA) {} \ - ${DESTDIR}${PREFIX}/lib/gnat_util \; - find ../* -name \*\.ad\[bs\] -exec $(BSD_INSTALL_DATA) {} \ - ${DESTDIR}${PREFIX}/include/gnat_util \; - -clean: - rm -f ${.OBJDIR}/* - rm -f ${.CURDIR}/lib/* - rm -rf ${.CURDIR}/${SRC} - -.SUFFIXES: .adb .ads .c .o - -.adb.o: - ada ${ADA_FLAGS} -I../ -I../${SRC} -c ../${.TARGET:R}.adb - -.c.o: - ${CC} ${C_FLAGS} -c ../${.TARGET:R}.c - -${ADS_SRCS:R:S/$/.o/}: - ada ${ADA_FLAGS} -I../${SRC} -c ../${.TARGET:R}.ads - -${GEN_SRCS:R:S/$/.o/}: - ada ${ADA_FLAGS} -I../ -c ../${SRC}/${.TARGET:R}.adb - -libgnat_util.a: ${LIB_OBJS} - ar cq ${.TARGET} `lorder ${LIB_OBJS} | tsort -q` - ranlib ${.TARGET} - mv ${.TARGET} *.ali ../lib diff --git a/lang/gnat_util/files/gnat_util.gpr b/lang/gnat_util/files/gnat_util.gpr deleted file mode 100644 index bb3ee72b30ae..000000000000 --- a/lang/gnat_util/files/gnat_util.gpr +++ /dev/null @@ -1,7 +0,0 @@ -project Gnat_Util is - for Languages use ("ada", "C"); - for Library_Name use "gnat_util"; - for Library_Dir use "../gnat_util"; - for Source_Dirs use ("../../include/gnat_util"); - for Externally_Built use "true"; -end Gnat_Util; diff --git a/lang/gnat_util/files/osint_scars.c b/lang/gnat_util/files/osint_scars.c deleted file mode 100644 index e10c5f274545..000000000000 --- a/lang/gnat_util/files/osint_scars.c +++ /dev/null @@ -1,14 +0,0 @@ -/* Dummy version of set_std_prefix (needed by osint.adb) */ - -void -set_std_prefix (char *path, int len) -{ -} - -/* Dummy version of update_path (needed by osint.adb) */ - -char * -update_path (char *path, char *key) -{ - return path; -} diff --git a/lang/gnat_util/files/patch-gnatvsn.adb b/lang/gnat_util/files/patch-gnatvsn.adb deleted file mode 100644 index 317c6d87c5c3..000000000000 --- a/lang/gnat_util/files/patch-gnatvsn.adb +++ /dev/null @@ -1,36 +0,0 @@ ---- gnatvsn.adb.orig 2013-07-16 03:35:21.000000000 +0000 -+++ gnatvsn.adb -@@ -53,32 +53,13 @@ package body Gnatvsn is - " FOR A PARTICULAR PURPOSE."; - end Gnat_Free_Software; - -- type char_array is array (Natural range <>) of aliased Character; -- Version_String : char_array (0 .. Ver_Len_Max - 1); -- -- Import the C string defined in the (language-independent) source file -- -- version.c using the zero-based convention of the C language. -- -- The size is not the real one, which does not matter since we will -- -- check for the nul character in Gnat_Version_String. -- pragma Import (C, Version_String, "version_string"); -- - ------------------------- - -- Gnat_Version_String -- - ------------------------- - - function Gnat_Version_String return String is -- S : String (1 .. Ver_Len_Max); -- Pos : Natural := 0; - begin -- loop -- exit when Version_String (Pos) = ASCII.NUL; -- -- S (Pos + 1) := Version_String (Pos); -- Pos := Pos + 1; -- -- exit when Pos = Ver_Len_Max; -- end loop; -- -- return S (1 .. Pos); -+ Return Gnat_Static_Version_String; - end Gnat_Version_String; - - end Gnatvsn; diff --git a/lang/gnat_util/files/sdefault_adb.gnat_util b/lang/gnat_util/files/sdefault_adb.gnat_util deleted file mode 100644 index 6c47e8e1bb59..000000000000 --- a/lang/gnat_util/files/sdefault_adb.gnat_util +++ /dev/null @@ -1,26 +0,0 @@ --- This is a dummy version of the body of Sdefault, used by gnat_util. It gets --- copied to sdefault.adb by custom makefile that comes with port. - -package body Sdefault is - - function Include_Dir_Default_Name return String_Ptr is - begin - return null; - end Include_Dir_Default_Name; - - function Object_Dir_Default_Name return String_Ptr is - begin - return null; - end Object_Dir_Default_Name; - - function Target_Name return String_Ptr is - begin - return null; - end Target_Name; - - function Search_Dir_Prefix return String_Ptr is - begin - return null; - end Search_Dir_Prefix; - -end Sdefault; diff --git a/lang/gnat_util/pkg-descr b/lang/gnat_util/pkg-descr deleted file mode 100644 index 354509160b12..000000000000 --- a/lang/gnat_util/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Gnat_Util is a library uniting a number of GNAT sources that are used by -different tools. At the moment Gnat_Util provides GNAT sources needed by ASIS, -GNATCOLL and Gprbuild. Its main purpose is allowing to simultaneously use -tools like ASIS and GNATCOLL (and other ones based on GNAT sources, if they -are to come), which would normally cause name conflicts between the same GNAT -sources that they use. Building both of them using same set of sources that -is Gnat_Util solves this problem. - -WWW: http://libre.adacore.com diff --git a/lang/gnat_util/pkg-plist b/lang/gnat_util/pkg-plist deleted file mode 100644 index 999a8167a8c9..000000000000 --- a/lang/gnat_util/pkg-plist +++ /dev/null @@ -1,250 +0,0 @@ -include/gnat_util/ali-util.adb -include/gnat_util/ali-util.ads -include/gnat_util/ali.adb -include/gnat_util/ali.ads -include/gnat_util/alloc.ads -include/gnat_util/aspects.adb -include/gnat_util/aspects.ads -include/gnat_util/atree.adb -include/gnat_util/atree.ads -include/gnat_util/binderr.adb -include/gnat_util/binderr.ads -include/gnat_util/butil.adb -include/gnat_util/butil.ads -include/gnat_util/casing.adb -include/gnat_util/casing.ads -include/gnat_util/csets.adb -include/gnat_util/csets.ads -include/gnat_util/debug.adb -include/gnat_util/debug.ads -include/gnat_util/einfo.adb -include/gnat_util/einfo.ads -include/gnat_util/elists.adb -include/gnat_util/elists.ads -include/gnat_util/err_vars.ads -include/gnat_util/errout.adb -include/gnat_util/errout.ads -include/gnat_util/erroutc.adb -include/gnat_util/erroutc.ads -include/gnat_util/errutil.adb -include/gnat_util/errutil.ads -include/gnat_util/fmap.adb -include/gnat_util/fmap.ads -include/gnat_util/fname-uf.adb -include/gnat_util/fname-uf.ads -include/gnat_util/fname.adb -include/gnat_util/fname.ads -include/gnat_util/get_scos.adb -include/gnat_util/get_scos.ads -include/gnat_util/gnatvsn.adb -include/gnat_util/gnatvsn.ads -include/gnat_util/hostparm.ads -include/gnat_util/impunit.adb -include/gnat_util/impunit.ads -include/gnat_util/krunch.adb -include/gnat_util/krunch.ads -include/gnat_util/lib-list.adb -include/gnat_util/lib-sort.adb -include/gnat_util/lib.adb -include/gnat_util/lib.ads -include/gnat_util/makeutl.adb -include/gnat_util/makeutl.ads -include/gnat_util/mlib-fil.adb -include/gnat_util/mlib-fil.ads -include/gnat_util/mlib-tgt-specific.adb -include/gnat_util/mlib-tgt-specific.ads -include/gnat_util/mlib-tgt.adb -include/gnat_util/mlib-tgt.ads -include/gnat_util/mlib-utl.adb -include/gnat_util/mlib-utl.ads -include/gnat_util/mlib.adb -include/gnat_util/mlib.ads -include/gnat_util/namet.adb -include/gnat_util/namet.ads -include/gnat_util/nlists.adb -include/gnat_util/nlists.ads -include/gnat_util/opt.adb -include/gnat_util/opt.ads -include/gnat_util/osint.adb -include/gnat_util/osint.ads -include/gnat_util/output.adb -include/gnat_util/output.ads -include/gnat_util/prj-attr-pm.adb -include/gnat_util/prj-attr-pm.ads -include/gnat_util/prj-attr.adb -include/gnat_util/prj-attr.ads -include/gnat_util/prj-com.ads -include/gnat_util/prj-conf.adb -include/gnat_util/prj-conf.ads -include/gnat_util/prj-dect.adb -include/gnat_util/prj-dect.ads -include/gnat_util/prj-env.adb -include/gnat_util/prj-env.ads -include/gnat_util/prj-err.adb -include/gnat_util/prj-err.ads -include/gnat_util/prj-ext.adb -include/gnat_util/prj-ext.ads -include/gnat_util/prj-nmsc.adb -include/gnat_util/prj-nmsc.ads -include/gnat_util/prj-part.adb -include/gnat_util/prj-part.ads -include/gnat_util/prj-pp.adb -include/gnat_util/prj-pp.ads -include/gnat_util/prj-proc.adb -include/gnat_util/prj-proc.ads -include/gnat_util/prj-strt.adb -include/gnat_util/prj-strt.ads -include/gnat_util/prj-tree.adb -include/gnat_util/prj-tree.ads -include/gnat_util/prj-util.adb -include/gnat_util/prj-util.ads -include/gnat_util/prj.adb -include/gnat_util/prj.ads -include/gnat_util/put_scos.adb -include/gnat_util/put_scos.ads -include/gnat_util/repinfo.adb -include/gnat_util/repinfo.ads -include/gnat_util/restrict.adb -include/gnat_util/restrict.ads -include/gnat_util/rident.ads -include/gnat_util/scans.adb -include/gnat_util/scans.ads -include/gnat_util/scng.adb -include/gnat_util/scng.ads -include/gnat_util/scos.adb -include/gnat_util/scos.ads -include/gnat_util/sdefault.adb -include/gnat_util/sdefault.ads -include/gnat_util/sem_aux.adb -include/gnat_util/sem_aux.ads -include/gnat_util/sinfo.adb -include/gnat_util/sinfo.ads -include/gnat_util/sinput-c.adb -include/gnat_util/sinput-c.ads -include/gnat_util/sinput-p.adb -include/gnat_util/sinput-p.ads -include/gnat_util/sinput.adb -include/gnat_util/sinput.ads -include/gnat_util/snames.adb -include/gnat_util/snames.ads -include/gnat_util/stand.adb -include/gnat_util/stand.ads -include/gnat_util/stringt.adb -include/gnat_util/stringt.ads -include/gnat_util/styleg.adb -include/gnat_util/styleg.ads -include/gnat_util/stylesw.adb -include/gnat_util/stylesw.ads -include/gnat_util/switch-m.adb -include/gnat_util/switch-m.ads -include/gnat_util/switch.adb -include/gnat_util/switch.ads -include/gnat_util/table.adb -include/gnat_util/table.ads -include/gnat_util/targparm.adb -include/gnat_util/targparm.ads -include/gnat_util/tempdir.adb -include/gnat_util/tempdir.ads -include/gnat_util/tree_in.adb -include/gnat_util/tree_in.ads -include/gnat_util/tree_io.adb -include/gnat_util/tree_io.ads -include/gnat_util/types.adb -include/gnat_util/types.ads -include/gnat_util/uintp.adb -include/gnat_util/uintp.ads -include/gnat_util/uname.adb -include/gnat_util/uname.ads -include/gnat_util/urealp.adb -include/gnat_util/urealp.ads -include/gnat_util/widechar.adb -include/gnat_util/widechar.ads -include/gnat_util/xsnamest.adb -include/gnat_util/xutil.adb -include/gnat_util/xutil.ads -lib/gnat/gnat_util.gpr -lib/gnat_util/ali-util.ali -lib/gnat_util/ali.ali -lib/gnat_util/alloc.ali -lib/gnat_util/aspects.ali -lib/gnat_util/atree.ali -lib/gnat_util/binderr.ali -lib/gnat_util/butil.ali -lib/gnat_util/casing.ali -lib/gnat_util/csets.ali -lib/gnat_util/debug.ali -lib/gnat_util/einfo.ali -lib/gnat_util/elists.ali -lib/gnat_util/err_vars.ali -lib/gnat_util/errout.ali -lib/gnat_util/erroutc.ali -lib/gnat_util/errutil.ali -lib/gnat_util/fmap.ali -lib/gnat_util/fname-uf.ali -lib/gnat_util/fname.ali -lib/gnat_util/get_scos.ali -lib/gnat_util/gnatvsn.ali -lib/gnat_util/hostparm.ali -lib/gnat_util/krunch.ali -lib/gnat_util/lib.ali -lib/gnat_util/libgnat_util.a -lib/gnat_util/makeutl.ali -lib/gnat_util/mlib-fil.ali -lib/gnat_util/mlib-tgt-specific.ali -lib/gnat_util/mlib-tgt.ali -lib/gnat_util/mlib-utl.ali -lib/gnat_util/mlib.ali -lib/gnat_util/namet.ali -lib/gnat_util/nlists.ali -lib/gnat_util/opt.ali -lib/gnat_util/osint.ali -lib/gnat_util/output.ali -lib/gnat_util/prj-attr-pm.ali -lib/gnat_util/prj-attr.ali -lib/gnat_util/prj-com.ali -lib/gnat_util/prj-conf.ali -lib/gnat_util/prj-dect.ali -lib/gnat_util/prj-env.ali -lib/gnat_util/prj-err.ali -lib/gnat_util/prj-ext.ali -lib/gnat_util/prj-nmsc.ali -lib/gnat_util/prj-part.ali -lib/gnat_util/prj-pp.ali -lib/gnat_util/prj-proc.ali -lib/gnat_util/prj-strt.ali -lib/gnat_util/prj-tree.ali -lib/gnat_util/prj-util.ali -lib/gnat_util/prj.ali -lib/gnat_util/put_scos.ali -lib/gnat_util/repinfo.ali -lib/gnat_util/restrict.ali -lib/gnat_util/rident.ali -lib/gnat_util/scans.ali -lib/gnat_util/scng.ali -lib/gnat_util/scos.ali -lib/gnat_util/sdefault.ali -lib/gnat_util/sem_aux.ali -lib/gnat_util/sinfo.ali -lib/gnat_util/sinput-c.ali -lib/gnat_util/sinput-p.ali -lib/gnat_util/sinput.ali -lib/gnat_util/snames.ali -lib/gnat_util/stand.ali -lib/gnat_util/stringt.ali -lib/gnat_util/styleg.ali -lib/gnat_util/stylesw.ali -lib/gnat_util/switch-m.ali -lib/gnat_util/switch.ali -lib/gnat_util/table.ali -lib/gnat_util/targparm.ali -lib/gnat_util/tempdir.ali -lib/gnat_util/tree_in.ali -lib/gnat_util/tree_io.ali -lib/gnat_util/types.ali -lib/gnat_util/uintp.ali -lib/gnat_util/uname.ali -lib/gnat_util/urealp.ali -lib/gnat_util/widechar.ali -lib/gnat_util/xsnamest.ali -lib/gnat_util/xutil.ali -%%DATADIR%%/gnat_ugn.texi diff --git a/lang/lua-ada/Makefile b/lang/lua-ada/Makefile deleted file mode 100644 index 8388fc20ba90..000000000000 --- a/lang/lua-ada/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# Created by: John Marino - -PORTNAME= ada -PORTVERSION= 1.0 # made-up; no version info on GH -PORTREVISION= 2 -CATEGORIES= lang -PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada binding for Lua - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada lua:52 -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_PROJECT= ada-lua -GH_TAGNAME= e008192 - -SUB_FILES= lua.gpr -SUB_LIST= LUA_VER=${LUA_VER} - -PORTEXAMPLES= example1 example2 -EXDIRPREFIX= ${WRKSRC}/examples/example -REPLACEMENT= "-L${LOCALBASE}/lib", "-Wl,-R,${LOCALBASE}/lib",\ - "-llua-${LUA_VER}" - -OPTIONS_DEFINE= EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e 's|with "Lua"|with "../../lua.gpr"|' \ - -e 's|"-L../..", "-llua"|${REPLACEMENT}|' \ - ${EXDIRPREFIX}1/example1.gpr \ - ${EXDIRPREFIX}2/example2.gpr - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - gprbuild -Plua --create-missing-dirs) - -do-build-EXAMPLES-on: - (cd ${WRKSRC}/examples/example1 && ${SETENV} ${MAKE_ENV} \ - gprbuild -Pexample1 --create-missing-dirs) - (cd ${WRKSRC}/examples/example2 && ${SETENV} ${MAKE_ENV} \ - gprbuild -Pexample2 --create-missing-dirs) - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/lua-ada \ - ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/include/lua-ada - ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib/lua-ada - ${INSTALL_DATA} ${WRKSRC}/lua.gpr ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/lua-ada - -do-install-EXAMPLES-on: - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/example1/bin \ - ${STAGEDIR}${EXAMPLESDIR}/example2/bin - ${INSTALL_DATA} ${EXDIRPREFIX}1/example1.lua \ - ${EXDIRPREFIX}1/src/main.adb \ - ${STAGEDIR}${EXAMPLESDIR}/example1 - ${INSTALL_PROGRAM} ${EXDIRPREFIX}1/obj/main \ - ${STAGEDIR}${EXAMPLESDIR}/example1/bin/hello-lua - ${INSTALL_DATA} ${EXDIRPREFIX}2/example2.lua \ - ${EXDIRPREFIX}2/src/main.adb \ - ${STAGEDIR}${EXAMPLESDIR}/example2 - ${INSTALL_PROGRAM} ${EXDIRPREFIX}2/obj/main \ - ${STAGEDIR}${EXAMPLESDIR}/example2/bin/hello-function - -.include diff --git a/lang/lua-ada/distinfo b/lang/lua-ada/distinfo deleted file mode 100644 index c20790c0c71f..000000000000 --- a/lang/lua-ada/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (AdaCore-ada-lua-1.0-e008192_GH0.tar.gz) = e2a667748d2970dbe186bc8cd7573b5534be5e1fb6cdc70856ca95effe52dff5 -SIZE (AdaCore-ada-lua-1.0-e008192_GH0.tar.gz) = 25843 diff --git a/lang/lua-ada/files/lua.gpr.in b/lang/lua-ada/files/lua.gpr.in deleted file mode 100644 index 369b7c28ade3..000000000000 --- a/lang/lua-ada/files/lua.gpr.in +++ /dev/null @@ -1,16 +0,0 @@ -library project Lua is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/lua-ada"); - for Library_Dir use "../../lib/lua-ada"; - for Library_Name use "adalua"; - for Library_Kind use "static"; - for Externally_Built use "True"; - - package Linker is - for Linker_Options use ("-L%%PREFIX%%/lib", "-Wl,-R,%%PREFIX%%/lib", - "-llua-%%LUA_VER%%); - end Linker; - -end Lua; diff --git a/lang/lua-ada/pkg-descr b/lang/lua-ada/pkg-descr deleted file mode 100644 index 666f415015b1..000000000000 --- a/lang/lua-ada/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -These are bindings to a Lua library for Ada. The gpr file is written for -the version of Lua that is default on the system that builds the port. -(see Mk/bsd.default-versions.mk) - -There is no documentation available, but two examples with sources are -built and installed for illustration. - -WWW: https://github.com/AdaCore/ada-lua diff --git a/lang/lua-ada/pkg-plist b/lang/lua-ada/pkg-plist deleted file mode 100644 index 11d211e77dff..000000000000 --- a/lang/lua-ada/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -include/lua-ada/lua-ada_limited_types.adb -include/lua-ada/lua-ada_limited_types.ads -include/lua-ada/lua-ada_types.adb -include/lua-ada/lua-ada_types.ads -include/lua-ada/lua-utils.adb -include/lua-ada/lua-utils.ads -include/lua-ada/lua.adb -include/lua-ada/lua.ads -lib/lua-ada/libadalua.a -lib/lua-ada/lua-ada_limited_types.ali -lib/lua-ada/lua-ada_types.ali -lib/lua-ada/lua-utils.ali -lib/lua-ada/lua.ali -lib/gnat/lua.gpr diff --git a/math/Makefile b/math/Makefile index 42d733e210ba..4303a8534ba0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -780,7 +780,6 @@ SUBDIR += ploticus SUBDIR += ploticus-nox11 SUBDIR += plplot - SUBDIR += plplot-ada SUBDIR += poly2tri SUBDIR += polylib SUBDIR += polymake diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile deleted file mode 100644 index b1ba9e245433..000000000000 --- a/math/plplot-ada/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: John Marino - -PORTNAME= plplot -PORTVERSION= ${RELEASE} -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source -PKGNAMESUFFIX= -ada - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada bindings for PLplot - -LICENSE= LGPL3 - -LIB_DEPENDS= libplplot.so:math/plplot - -USES= ada - -DISTINFO_FILE= ${.CURDIR}/../plplot/distinfo -RELEASE!= awk '/SHA/ {split($$2,a,"."); print substr(a[1], 9) "." a[2] "." a[3];}' ${DISTINFO_FILE} -BUILD_WRKSRC= ${WRKSRC}/bindings -INSTALL_WRKSRC= ${WRKSRC}/bindings - -post-extract: - ${CP} ${FILESDIR}/build_plplot.gpr ${FILESDIR}/Makefile \ - ${BUILD_WRKSRC} - ${CAT} ${FILESDIR}/plplot.gpr.in | \ - ${SED} -e "s|@PREFIX@|${PREFIX}|g" > ${BUILD_WRKSRC}/plplot.gpr - -.include diff --git a/math/plplot-ada/files/Makefile b/math/plplot-ada/files/Makefile deleted file mode 100644 index 3bdb4f98c091..000000000000 --- a/math/plplot-ada/files/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -all: build - -build: - gnatmake -p -P build_plplot - -install: - mkdir -p ${DESTDIR}${PREFIX}/lib/gnat \ - ${DESTDIR}${PREFIX}/lib/plplotada \ - ${DESTDIR}${PREFIX}/include/plplotada - ${BSD_INSTALL_DATA} ada/build/lib/libplplotada.a \ - ${DESTDIR}${PREFIX}/lib/plplotada - ${BSD_INSTALL_DATA} ada/build/lib/*.ali \ - ${DESTDIR}${PREFIX}/lib/plplotada - ${BSD_INSTALL_DATA} plplot.gpr \ - ${DESTDIR}${PREFIX}/lib/gnat - ${BSD_INSTALL_DATA} ada/*.ad[bs] \ - ${DESTDIR}${PREFIX}/include/plplotada diff --git a/math/plplot-ada/files/build_plplot.gpr b/math/plplot-ada/files/build_plplot.gpr deleted file mode 100644 index c347c14716b0..000000000000 --- a/math/plplot-ada/files/build_plplot.gpr +++ /dev/null @@ -1,15 +0,0 @@ -project BUILD_PLPLOT is - - for Languages use ("Ada"); - - for Source_Dirs use ("ada"); - for Object_Dir use "ada/build"; - for Library_Dir use "ada/build/lib"; - for Library_Name use "plplotada"; - for Library_Kind use "static"; - - package compiler is - for switches ("Ada") use ("-O2", "-gnatn"); - end compiler; - -end BUILD_PLPLOT ; diff --git a/math/plplot-ada/files/plplot.gpr.in b/math/plplot-ada/files/plplot.gpr.in deleted file mode 100644 index a21c7947f14d..000000000000 --- a/math/plplot-ada/files/plplot.gpr.in +++ /dev/null @@ -1,15 +0,0 @@ -library project PLPLOT is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/plplotada"); - for Library_Dir use "../../lib/plplotada"; - for Library_Name use "plplotada"; - for Library_Kind use "static"; - for Externally_Built use "True"; - - package Linker is - for switches ("Ada") use ("-L@PREFIX@/lib", "-lplplotd"); - end Linker; - -end PLPLOT; diff --git a/math/plplot-ada/pkg-descr b/math/plplot-ada/pkg-descr deleted file mode 100644 index 8011301b174d..000000000000 --- a/math/plplot-ada/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -These are the Ada bindings for math/plplot, a cross-platform software -package for creating scientific plots. - -WWW: http://plplot.sourceforge.net diff --git a/math/plplot-ada/pkg-plist b/math/plplot-ada/pkg-plist deleted file mode 100644 index 4ccf9142df83..000000000000 --- a/math/plplot-ada/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -include/plplotada/plplot.ads -include/plplotada/plplot_auxiliary.adb -include/plplotada/plplot_auxiliary.ads -include/plplotada/plplot_standard.adb -include/plplotada/plplot_standard.ads -include/plplotada/plplot_thin.adb -include/plplotada/plplot_thin.ads -include/plplotada/plplot_traditional.adb -include/plplotada/plplot_traditional.ads -lib/gnat/plplot.gpr -lib/plplotada/libplplotada.a -lib/plplotada/plplot.ali -lib/plplotada/plplot_auxiliary.ali -lib/plplotada/plplot_standard.ali -lib/plplotada/plplot_thin.ali -lib/plplotada/plplot_traditional.ali diff --git a/misc/Makefile b/misc/Makefile index 39553d69e4e3..2ffa6b48bf9b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -88,7 +88,6 @@ SUBDIR += erlang-mimerl SUBDIR += erlang-mimetypes SUBDIR += estic - SUBDIR += excel-writer SUBDIR += exercism SUBDIR += explosions SUBDIR += ezc3d diff --git a/misc/excel-writer/Makefile b/misc/excel-writer/Makefile deleted file mode 100644 index cf7e3593f4a9..000000000000 --- a/misc/excel-writer/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: John Marino - -PORTNAME= excel-writer -PORTVERSION= 15 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ -DISTNAME= excel_writer_${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada package for easily creating Excel files with basic formats - -LICENSE= MIT - -USES= ada zip dos2unix -SFPATH= excel-writer/files/excel-writer -WRKSRC= ${WRKDIR}/Excel_Writer -PORTDOCS= excel_writer.txt -PORTEXAMPLES= example.gpr excel_out_demo.adb runme.sh - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-extract: - ${CP} ${FILESDIR}/construct.gpr ${FILESDIR}/biff_dump.gpr ${WRKSRC} - ${MKDIR} ${WRKSRC}/src ${WRKDIR}/data - ${MV} "${WRKSRC}/Big [BIFF4].xls" ${WRKDIR}/data/Big.xls - (cd ${WRKSRC}; ${MV} excel_out.ad[bs] ieee* extras/csv.* src) - ${SED} -e "s,@PREFIX@,${LOCALBASE},g" ${FILESDIR}/runme.sh.in \ - > ${WRKSRC}/runme.sh - -post-patch: - @${REINPLACE_CMD} -e "s|Big.xls|${DATADIR}/Big.xls|" \ - -e 's|\$$Dump\$$|_dump_|g' ${WRKSRC}/extras/biff_dump.adb - @${REINPLACE_CMD} -e 's/"\(.*\.xls\)"/"\/tmp\/\1"/g' \ - ${WRKSRC}/excel_out_demo.adb - -do-build: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pconstruct) - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -p -Pbiff_dump) - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/excel_writer \ - ${STAGEDIR}${PREFIX}/include/excel_writer \ - ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${FILESDIR}/excel_writer.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${WRKSRC}/src/* \ - ${STAGEDIR}${PREFIX}/include/excel_writer - ${INSTALL_DATA} ${WRKSRC}/lib/* \ - ${STAGEDIR}${PREFIX}/lib/excel_writer - ${INSTALL_PROGRAM} ${WRKSRC}/bin/biff_dump ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKDIR}/data/Big.xls ${STAGEDIR}${DATADIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/excel_writer.txt ${STAGEDIR}${DOCSDIR} - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/runme.sh ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/excel_out_demo.adb \ - ${FILESDIR}/example.gpr ${STAGEDIR}${EXAMPLESDIR} - -.include diff --git a/misc/excel-writer/distinfo b/misc/excel-writer/distinfo deleted file mode 100644 index 38696b95da39..000000000000 --- a/misc/excel-writer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (excel_writer_15.zip) = 1fc4cfe500538ba6b58c588f2a4f91547e92c7c492772eafd7418f83678691fc -SIZE (excel_writer_15.zip) = 51883 diff --git a/misc/excel-writer/files/biff_dump.gpr b/misc/excel-writer/files/biff_dump.gpr deleted file mode 100644 index c6ab2dcefc7f..000000000000 --- a/misc/excel-writer/files/biff_dump.gpr +++ /dev/null @@ -1,13 +0,0 @@ -project Biff_Dump is - - for Languages use ("ada"); - for Exec_Dir use "bin"; - for Object_Dir use "obj"; - for Source_Dirs use ("extras", "src"); - for Main use ("biff_dump.adb"); - - package Compiler is - for Default_Switches ("ada") use ("-O2", "-gnat05"); - end Compiler; - -end Biff_Dump; diff --git a/misc/excel-writer/files/construct.gpr b/misc/excel-writer/files/construct.gpr deleted file mode 100644 index c5f7cb9d8bbf..000000000000 --- a/misc/excel-writer/files/construct.gpr +++ /dev/null @@ -1,14 +0,0 @@ -project Construct is - - for Languages use ("ada"); - for Source_Dirs use ("src"); - for Object_Dir use "obj"; - for Library_Name use "excelwriter"; - for Library_Dir use "lib"; - for Library_Kind use "static"; - - package Builder is - for Default_Switches ("ada") use ("-gnatf", "-gnatws", "-O2"); - end Builder; - -end Construct; diff --git a/misc/excel-writer/files/example.gpr b/misc/excel-writer/files/example.gpr deleted file mode 100644 index 948514e19ada..000000000000 --- a/misc/excel-writer/files/example.gpr +++ /dev/null @@ -1,12 +0,0 @@ -with "excel_writer"; -project Example is - - for Exec_Dir use "/tmp"; - for Object_Dir use "/tmp"; - for Main use ("excel_out_demo.adb"); - - package Compiler is - for Default_Switches ("ada") use ("-O2", "-gnat05"); - end Compiler; - -end Example; diff --git a/misc/excel-writer/files/excel_writer.gpr b/misc/excel-writer/files/excel_writer.gpr deleted file mode 100644 index af2b49cbc724..000000000000 --- a/misc/excel-writer/files/excel_writer.gpr +++ /dev/null @@ -1,7 +0,0 @@ -project Excel_Writer is - for Languages use ("ada"); - for Library_Name use "excelwriter"; - for Source_Dirs use ("../../include/excel_writer"); - for Library_Dir use "../../lib/excel_writer"; - for Externally_Built use "true"; -end Excel_Writer; diff --git a/misc/excel-writer/files/runme.sh.in b/misc/excel-writer/files/runme.sh.in deleted file mode 100644 index 77928856d45e..000000000000 --- a/misc/excel-writer/files/runme.sh.in +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -# This script will: -# 1) Build the example executable in /tmp -# 2) Tell the user how to execute it - -GNATMAKE=@PREFIX@/gcc-aux/bin/gnatmake -ADA_PROJECT_PATH=@PREFIX@/lib/gnat -export ADA_PROJECT_PATH - -${GNATMAKE} -P example - -echo -echo "The source for the example is excel_out_demo.adb" -echo "The executable example is located in /tmp/excel_out_demo" -echo "It requires no options; just run it" -echo 'You may want to execute "rm /tmp/excel_out*" when you are done.' diff --git a/misc/excel-writer/pkg-descr b/misc/excel-writer/pkg-descr deleted file mode 100644 index 9c0e14d46198..000000000000 --- a/misc/excel-writer/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Excel_Out is a package that can generate basically formatted Excel files. - -* Ideal for the automatic production of reports -* Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced - 50 sheets per second where each sheet had 10,000 data cells -* Totally portable and no external library required -* No interation with MS Office software - -WWW: http://excel-writer.sourceforge.net diff --git a/misc/excel-writer/pkg-plist b/misc/excel-writer/pkg-plist deleted file mode 100644 index 603d64b4cd2a..000000000000 --- a/misc/excel-writer/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/biff_dump -include/excel_writer/csv.adb -include/excel_writer/csv.ads -include/excel_writer/excel_out.adb -include/excel_writer/excel_out.ads -include/excel_writer/ieee_754-generic_double_precision.adb -include/excel_writer/ieee_754-generic_double_precision.ads -include/excel_writer/ieee_754.ads -lib/excel_writer/csv.ali -lib/excel_writer/excel_out.ali -lib/excel_writer/ieee_754-generic_double_precision.ali -lib/excel_writer/ieee_754.ali -lib/excel_writer/libexcelwriter.a -lib/gnat/excel_writer.gpr -%%DATADIR%%/Big.xls diff --git a/net/Makefile b/net/Makefile index 7b4ff968b8aa..6ef7c1dacb54 100644 --- a/net/Makefile +++ b/net/Makefile @@ -7,7 +7,6 @@ SUBDIR += R-cran-twitteR SUBDIR += Sockets SUBDIR += activemq - SUBDIR += adasockets SUBDIR += addrwatch SUBDIR += afpfs-ng SUBDIR += aget @@ -17,7 +16,6 @@ SUBDIR += akonadi-notes SUBDIR += akonadi-search SUBDIR += aluminum - SUBDIR += anet SUBDIR += aoe SUBDIR += apache-commons-net SUBDIR += apinger diff --git a/net/adasockets/Makefile b/net/adasockets/Makefile deleted file mode 100644 index 30d6bfcaf0f8..000000000000 --- a/net/adasockets/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: John Marino - -PORTNAME= adasockets -DISTVERSION= 1.12 -CATEGORIES= net -MASTER_SITES= http://www.rfc1149.net/download/adasockets/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= IPv4 socket library for Ada (TCP, UDP, and multicast) - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -USES= ada gmake libtool -HAS_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-doc --disable-shared - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/adasockets \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${MV} ${STAGEDIR}${PREFIX}/lib/libadasockets.* \ - ${STAGEDIR}${PREFIX}/lib/adasockets/ - ${MV} ${STAGEDIR}${PREFIX}/lib/adasockets/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/adasockets/ - ${INSTALL_DATA} ${FILESDIR}/adasockets.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat/ - -.include diff --git a/net/adasockets/distinfo b/net/adasockets/distinfo deleted file mode 100644 index c291633e5cb3..000000000000 --- a/net/adasockets/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1615767544 -SHA256 (adasockets-1.12.tar.gz) = cd4ff16f2b7de7a266ac16f670963fb5e9588b1d454dbd58c99208e5abd0f587 -SIZE (adasockets-1.12.tar.gz) = 808673 diff --git a/net/adasockets/files/adasockets.gpr b/net/adasockets/files/adasockets.gpr deleted file mode 100644 index af4c0bac06ea..000000000000 --- a/net/adasockets/files/adasockets.gpr +++ /dev/null @@ -1,11 +0,0 @@ -library project ADASOCKETS is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/adasockets"); - for Library_Dir use "../../lib/adasockets"; - for Library_Name use "adasockets"; - for Library_Kind use "static"; - for Externally_Built use "True"; - -end ADASOCKETS; diff --git a/net/adasockets/files/patch-src_Makefile.in b/net/adasockets/files/patch-src_Makefile.in deleted file mode 100644 index d50289ec8d98..000000000000 --- a/net/adasockets/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2012-12-08 16:46:24.000000000 +0000 -+++ src/Makefile.in -@@ -289,7 +289,7 @@ DISTCLEANFILES = b_split.c split constan - sockets-thin.ads sockets-thin.adb \ - sockets-constants.ads - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(libdir)data/pkgconfig - pkgconfig_DATA = adasockets.pc - SUFFIXES = .ads .lo .ali - all: config.h diff --git a/net/adasockets/files/patch-src_adasockets.pc.in b/net/adasockets/files/patch-src_adasockets.pc.in deleted file mode 100644 index 7287d007c08d..000000000000 --- a/net/adasockets/files/patch-src_adasockets.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/adasockets.pc.in.orig 2010-03-18 18:49:32.000000000 +0000 -+++ src/adasockets.pc.in -@@ -7,5 +7,5 @@ Name: @PACKAGE@ - Description: BSD sockets in Ada. - Requires: - Version: @VERSION@ --Libs: -L${libdir} -ladasockets --Cflags: -I${libdir}/adasockets -L${libdir}/adasockets -+Libs: -L${libdir}/adasockets -ladasockets -+Cflags: -I${includedir}/adasockets diff --git a/net/adasockets/pkg-descr b/net/adasockets/pkg-descr deleted file mode 100644 index 9abc41c096c6..000000000000 --- a/net/adasockets/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The AdaSockets library allows the use of BSD sockets from within an Ada -program. It is limited to IP version 4 sockets (TCP, UDP, multicast). -It is released under the GNAT Modified General Public License, which -means AdaSockets can be freely used in proprietary applications without -affecting their licenses. - -WWW: http://www.rfc1149.net/devel/adasockets.html diff --git a/net/adasockets/pkg-plist b/net/adasockets/pkg-plist deleted file mode 100644 index cbef580890be..000000000000 --- a/net/adasockets/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/adasockets-config -include/adasockets/sockets-constants.ads -include/adasockets/sockets-link.ads -include/adasockets/sockets-multicast.adb -include/adasockets/sockets-multicast.ads -include/adasockets/sockets-naming.adb -include/adasockets/sockets-naming.ads -include/adasockets/sockets-stream_io.adb -include/adasockets/sockets-stream_io.ads -include/adasockets/sockets-thin.ads -include/adasockets/sockets-types.ads -include/adasockets/sockets-utils.adb -include/adasockets/sockets-utils.ads -include/adasockets/sockets.adb -include/adasockets/sockets.ads -lib/adasockets/libadasockets.a -lib/adasockets/sockets-constants.ali -lib/adasockets/sockets-link.ali -lib/adasockets/sockets-multicast.ali -lib/adasockets/sockets-naming.ali -lib/adasockets/sockets-stream_io.ali -lib/adasockets/sockets-thin.ali -lib/adasockets/sockets-types.ali -lib/adasockets/sockets-utils.ali -lib/adasockets/sockets.ali -lib/gnat/adasockets.gpr -libdata/pkgconfig/adasockets.pc -share/gpr/adasockets.gpr -share/man/man1/adasockets-config.1.gz diff --git a/net/anet/Makefile b/net/anet/Makefile deleted file mode 100644 index 7b17cc4fbe85..000000000000 --- a/net/anet/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: John Marino - -PORTNAME= anet -PORTVERSION= 0.4.1 -CATEGORIES= net -MASTER_SITES= http://www.codelabs.ch/download/ -DISTNAME= libanet-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Networking library for Ada - -LICENSE= GPLv2 GMGPL -LICENSE_COMB= multi - -BUILD_DEPENDS= gprbuild:devel/gprbuild - -USES= ada tar:bzip2 - -ALL_TARGET= build_lib -MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} \ - LIBRARY_KIND=static \ - OS=bsd - -OPTIONS_DEFINE= TEST DOCS -TEST_DESC= Run unit test suite before installation -TEST_ALL_TARGET= tests -TEST_BUILD_DEPENDS= ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven -DOCS_USES= gmake -DOCS_ALL_TARGET= doc -DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ - source-highlight:textproc/source-highlight - -post-patch: - @${REINPLACE_CMD} -e 's|dynamic|static|g' \ - ${WRKSRC}/gnat/anet.gpr - @${REINPLACE_CMD} -e 's|DESTDIR|DEST2|g' \ - ${WRKSRC}/doc/Makefile - -do-build: - @${MKDIR} ${WRKSRC}/doc/html - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/anet \ - ${STAGEDIR}${PREFIX}/include/anet - ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] ${WRKSRC}/src/bsd/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/anet - ${INSTALL_DATA} ${WRKSRC}/lib/bsd/static/*.ali \ - ${STAGEDIR}${PREFIX}/lib/anet - ${INSTALL_DATA} ${WRKSRC}/lib/bsd/static/*.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/gnat/anet.gpr ${STAGEDIR}${PREFIX}/lib/gnat - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) - -.include diff --git a/net/anet/distinfo b/net/anet/distinfo deleted file mode 100644 index e68f5342ba74..000000000000 --- a/net/anet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1544602181 -SHA256 (libanet-0.4.1.tar.bz2) = 8d53c3c922d1645c62cef34e39a633d4ed9c243c42d79e9cc9a0aac53e2b5871 -SIZE (libanet-0.4.1.tar.bz2) = 53485 diff --git a/net/anet/files/patch-src_anet-sockets-inet.adb b/net/anet/files/patch-src_anet-sockets-inet.adb deleted file mode 100644 index 2c0e619f0650..000000000000 --- a/net/anet/files/patch-src_anet-sockets-inet.adb +++ /dev/null @@ -1,74 +0,0 @@ ---- src/anet-sockets-inet.adb.orig 2016-06-29 10:26:01 UTC -+++ src/anet-sockets-inet.adb -@@ -52,7 +52,7 @@ package body Anet.Sockets.Inet is - Res : C.int; - Sock : Thin.Inet.Sockaddr_In_Type - (Family => Socket_Families.Family_Inet); -- Len : aliased C.int := Sock'Size / 8; -+ Len : aliased C.int := Thin.Inet.Sockaddr_In_Size; - begin - New_Socket.Sock_FD := -1; - -@@ -80,7 +80,7 @@ package body Anet.Sockets.Inet is - Res : C.int; - Sock : Thin.Inet.Sockaddr_In_Type - (Family => Socket_Families.Family_Inet6); -- Len : aliased C.int := Sock'Size / 8; -+ Len : aliased C.int := Thin.Inet.Sockaddr_In6_Size; - begin - New_Socket.Sock_FD := -1; - -@@ -129,7 +129,7 @@ package body Anet.Sockets.Inet is - (Result => Thin.C_Bind - (S => Socket.Sock_FD, - Name => Sockaddr'Address, -- Namelen => Sockaddr'Size / 8), -+ Namelen => Thin.Inet.Sockaddr_In_Size), - Message => "Unable to bind IPv4 socket to " & To_String - (Address => Address) & "," & Port'Img); - end Bind; -@@ -153,7 +153,7 @@ package body Anet.Sockets.Inet is - (Result => Thin.C_Bind - (S => Socket.Sock_FD, - Name => Sockaddr'Address, -- Namelen => Sockaddr'Size / 8), -+ Namelen => Thin.Inet.Sockaddr_In6_Size), - Message => "Unable to bind IPv6 socket to " & To_String - (Address => Address) & "," & Port'Img); - end Bind; -@@ -173,7 +173,7 @@ package body Anet.Sockets.Inet is - (Result => Thin.C_Connect - (S => Socket.Sock_FD, - Name => Dst'Address, -- Namelen => Dst'Size / 8), -+ Namelen => Thin.Inet.Sockaddr_In_Size), - Message => "Unable to connect socket to address " & To_String - (Address => Address) & " (" & Port'Img & " )"); - end Connect; -@@ -193,7 +193,7 @@ package body Anet.Sockets.Inet is - (Result => Thin.C_Connect - (S => Socket.Sock_FD, - Name => Dst'Address, -- Namelen => Dst'Size / 8), -+ Namelen => Thin.Inet.Sockaddr_In6_Size), - Message => "Unable to connect socket to address " & To_String - (Address => Address) & " (" & Port'Img & " )"); - end Connect; -@@ -432,7 +432,7 @@ package body Anet.Sockets.Inet is - Len => Item'Length, - Flags => 0, - To => Dst'Address, -- Tolen => Dst'Size / 8); -+ Tolen => Thin.Inet.Sockaddr_In_Size); - - Errno.Check_Or_Raise - (Result => C.int (Res), -@@ -464,7 +464,7 @@ package body Anet.Sockets.Inet is - Len => Item'Length, - Flags => 0, - To => Dst'Address, -- Tolen => Dst'Size / 8); -+ Tolen => Thin.Inet.Sockaddr_In6_Size); - - Errno.Check_Or_Raise - (Result => C.int (Res), diff --git a/net/anet/pkg-descr b/net/anet/pkg-descr deleted file mode 100644 index b2842d22b157..000000000000 --- a/net/anet/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Anet is a networking library for the Ada programming language featuring: - * BSD socket implementation - * High abstraction level - * Extendable socket type hierarchy - * Socket receiver tasks (Stream and Datagram) - * Ada type serialisation/deserialisation over sockets - * Supported socket families - - IPv4 (AF_INET) - - IPv6 (AF_INET6) - - UNIX domain (AF_UNIX) - - Linux only: Packet (AF_PACKET) - - Linux only: Netlink (AF_NETLINK) - * Supported socket modes - - Stream (TCP) - - Datagram (UDP) - - RAW - * Support for IPv4/IPv6 multicast - * UDP/IPv4 packet creation and validation - -WWW: https://www.codelabs.ch/anet/ diff --git a/net/anet/pkg-plist b/net/anet/pkg-plist deleted file mode 100644 index ec076eeab366..000000000000 --- a/net/anet/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -include/anet/anet-arp.adb -include/anet/anet-arp.ads -include/anet/anet-byte_swapping.adb -include/anet/anet-byte_swapping.ads -include/anet/anet-constants.ads -include/anet/anet-errno.adb -include/anet/anet-errno.ads -include/anet/anet-ipv4.adb -include/anet/anet-ipv4.ads -include/anet/anet-os.adb -include/anet/anet-os.ads -include/anet/anet-os_constants.ads -include/anet/anet-receivers-datagram.adb -include/anet/anet-receivers-datagram.ads -include/anet/anet-receivers-stream.adb -include/anet/anet-receivers-stream.ads -include/anet/anet-receivers.adb -include/anet/anet-receivers.ads -include/anet/anet-socket_families.ads -include/anet/anet-sockets-filters.adb -include/anet/anet-sockets-filters.ads -include/anet/anet-sockets-inet-iface.adb -include/anet/anet-sockets-inet-iface.ads -include/anet/anet-sockets-inet.adb -include/anet/anet-sockets-inet.ads -include/anet/anet-sockets-net_ifaces.adb -include/anet/anet-sockets-net_ifaces.ads -include/anet/anet-sockets-thin-inet.adb -include/anet/anet-sockets-thin-inet.ads -include/anet/anet-sockets-thin-netdev-requests.ads -include/anet/anet-sockets-thin-netdev.ads -include/anet/anet-sockets-thin-sockaddr.ads -include/anet/anet-sockets-thin-unix.ads -include/anet/anet-sockets-thin.ads -include/anet/anet-sockets-unix.adb -include/anet/anet-sockets-unix.ads -include/anet/anet-sockets.adb -include/anet/anet-sockets.ads -include/anet/anet-streams.adb -include/anet/anet-streams.ads -include/anet/anet-thin.ads -include/anet/anet-types.adb -include/anet/anet-types.ads -include/anet/anet-udp.adb -include/anet/anet-udp.ads -include/anet/anet-util.adb -include/anet/anet-util.ads -include/anet/anet.adb -include/anet/anet.ads -lib/anet/anet-arp.ali -lib/anet/anet-byte_swapping.ali -lib/anet/anet-constants.ali -lib/anet/anet-errno.ali -lib/anet/anet-ipv4.ali -lib/anet/anet-os.ali -lib/anet/anet-os_constants.ali -lib/anet/anet-receivers-datagram.ali -lib/anet/anet-receivers-stream.ali -lib/anet/anet-receivers.ali -lib/anet/anet-socket_families.ali -lib/anet/anet-sockets-filters.ali -lib/anet/anet-sockets-inet-iface.ali -lib/anet/anet-sockets-inet.ali -lib/anet/anet-sockets-net_ifaces.ali -lib/anet/anet-sockets-thin-inet.ali -lib/anet/anet-sockets-thin-netdev-requests.ali -lib/anet/anet-sockets-thin-netdev.ali -lib/anet/anet-sockets-thin-sockaddr.ali -lib/anet/anet-sockets-thin-unix.ali -lib/anet/anet-sockets-thin.ali -lib/anet/anet-sockets-unix.ali -lib/anet/anet-sockets.ali -lib/anet/anet-streams.ali -lib/anet/anet-thin.ali -lib/anet/anet-types.ali -lib/anet/anet-udp.ali -lib/anet/anet-util.ali -lib/anet/anet.ali -lib/gnat/anet.gpr -lib/libanet.a -%%PORTDOCS%%%%DOCSDIR%%/html/asciidoc.css -%%PORTDOCS%%%%DOCSDIR%%/html/index.html diff --git a/security/Makefile b/security/Makefile index b5ccb808dcd1..708977847b44 100644 --- a/security/Makefile +++ b/security/Makefile @@ -293,7 +293,6 @@ SUBDIR += lasso SUBDIR += lastpass-cli SUBDIR += lego - SUBDIR += libadacrypt SUBDIR += libargon2 SUBDIR += libassuan SUBDIR += libcryptui diff --git a/security/libadacrypt/Makefile b/security/libadacrypt/Makefile deleted file mode 100644 index 44b3c974264b..000000000000 --- a/security/libadacrypt/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: John Marino - -PORTNAME= libadacrypt -PORTVERSION= 20151019 -PORTREVISION= 2 -CATEGORIES= security - -MAINTAINER= ports@FreeBSD.org -COMMENT= Crypto library for Ada with a nice API - -LICENSE= GMGPL -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= ada gmake -USE_GITHUB= yes -GH_ACCOUNT= cforler -GH_PROJECT= Ada-Crypto-Library -GH_TAGNAME= abc534f - -post-patch: - @${REINPLACE_CMD} -e 's|libadacrypt-|adacrypt-|' \ - -e 's|-j4|-j${MAKE_JOBS_NUMBER}|' \ - ${WRKSRC}/libadacrypt.gpr - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/adacrypt \ - ${STAGEDIR}${PREFIX}/include/adacrypt - ${INSTALL_DATA} ${WRKSRC}/src/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/adacrypt - ${INSTALL_DATA} ${WRKSRC}/lib/* \ - ${STAGEDIR}${PREFIX}/lib/adacrypt - ${INSTALL_DATA} ${FILESDIR}/adacrypt.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -.include diff --git a/security/libadacrypt/distinfo b/security/libadacrypt/distinfo deleted file mode 100644 index fc29a42670ae..000000000000 --- a/security/libadacrypt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cforler-Ada-Crypto-Library-20151019-abc534f_GH0.tar.gz) = 547f6e913cd6c9e9e18fdbccf7f2cd9f2329a0222cc27c0a88db42feabc2727d -SIZE (cforler-Ada-Crypto-Library-20151019-abc534f_GH0.tar.gz) = 2693591 diff --git a/security/libadacrypt/files/adacrypt.gpr b/security/libadacrypt/files/adacrypt.gpr deleted file mode 100644 index 84a30a2fce0b..000000000000 --- a/security/libadacrypt/files/adacrypt.gpr +++ /dev/null @@ -1,11 +0,0 @@ -library project AdaCrypt is - - for Languages use ("Ada"); - - for Source_Dirs use ("../../include/adacrypt"); - for Library_Dir use "../../lib/adacrypt"; - for Library_Name use "adacrypt"; - for Library_Kind use "static"; - for Externally_Built use "True"; - -end AdaCrypt; diff --git a/security/libadacrypt/pkg-descr b/security/libadacrypt/pkg-descr deleted file mode 100644 index aca16630d033..000000000000 --- a/security/libadacrypt/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This is a crypto library for Ada with a nice API and is written for the -i386 and x86_64 hardware architecture. - -Symmetric cryptography supported: - * Blockciphers: AES, Twofish, 3DES, Serpent - * Hash functions: SHA-1, SHA-256, SHA-384, SHA-512, Whirlpool - * MACs: RMAC, HMAC, CMAC - * Modes of operation: BPS, CFB, Ctr, OFB - * Authenticated Encryption Schemes: OCB, SIV, McOE - -Assymmetric cryptography supported: - * DSA signature scheme - * OEAP-RSA - * ECDSA, ECDH - -Unsigned big number library features: - * Primary cyclic group arithmetic (Z_p) - * Binary Field arithmetic support - * Elliptic Curve arithmetic - -WWW: https://github.com/cforler/Ada-Crypto-Library diff --git a/security/libadacrypt/pkg-plist b/security/libadacrypt/pkg-plist deleted file mode 100644 index 35b68ff14daa..000000000000 --- a/security/libadacrypt/pkg-plist +++ /dev/null @@ -1,333 +0,0 @@ -include/adacrypt/crypto-asymmetric-dh.adb -include/adacrypt/crypto-asymmetric-dh.ads -include/adacrypt/crypto-asymmetric-dsa.adb -include/adacrypt/crypto-asymmetric-dsa.ads -include/adacrypt/crypto-asymmetric-ecdh.adb -include/adacrypt/crypto-asymmetric-ecdh.ads -include/adacrypt/crypto-asymmetric-ecdsa.adb -include/adacrypt/crypto-asymmetric-ecdsa.ads -include/adacrypt/crypto-asymmetric-ecies.adb -include/adacrypt/crypto-asymmetric-ecies.ads -include/adacrypt/crypto-asymmetric-prime_tables.ads -include/adacrypt/crypto-asymmetric-rsa.adb -include/adacrypt/crypto-asymmetric-rsa.ads -include/adacrypt/crypto-asymmetric.ads -include/adacrypt/crypto-debug_put.adb -include/adacrypt/crypto-debug_put.ads -include/adacrypt/crypto-symmetric-ae-ad.ads -include/adacrypt/crypto-symmetric-ae.ads -include/adacrypt/crypto-symmetric-ae_ocb.adb -include/adacrypt/crypto-symmetric-ae_ocb.ads -include/adacrypt/crypto-symmetric-aead_mcoe.adb -include/adacrypt/crypto-symmetric-aead_mcoe.ads -include/adacrypt/crypto-symmetric-aead_ocb3.adb -include/adacrypt/crypto-symmetric-aead_ocb3.ads -include/adacrypt/crypto-symmetric-aead_siv.adb -include/adacrypt/crypto-symmetric-aead_siv.ads -include/adacrypt/crypto-symmetric-algorithm-aes-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-aes-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-aes-tables.ads -include/adacrypt/crypto-symmetric-algorithm-aes.adb -include/adacrypt/crypto-symmetric-algorithm-aes.ads -include/adacrypt/crypto-symmetric-algorithm-blowfish-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-blowfish-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-blowfish-tables.ads -include/adacrypt/crypto-symmetric-algorithm-blowfish.adb -include/adacrypt/crypto-symmetric-algorithm-blowfish.ads -include/adacrypt/crypto-symmetric-algorithm-mmh.adb -include/adacrypt/crypto-symmetric-algorithm-mmh.ads -include/adacrypt/crypto-symmetric-algorithm-noob.adb -include/adacrypt/crypto-symmetric-algorithm-noob.ads -include/adacrypt/crypto-symmetric-algorithm-serpent-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-serpent-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-serpent.adb -include/adacrypt/crypto-symmetric-algorithm-serpent.ads -include/adacrypt/crypto-symmetric-algorithm-sha1-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-sha1-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-sha1.adb -include/adacrypt/crypto-symmetric-algorithm-sha1.ads -include/adacrypt/crypto-symmetric-algorithm-sha256-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-sha256-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-sha256.adb -include/adacrypt/crypto-symmetric-algorithm-sha256.ads -include/adacrypt/crypto-symmetric-algorithm-sha384-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-sha384-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-sha384.adb -include/adacrypt/crypto-symmetric-algorithm-sha384.ads -include/adacrypt/crypto-symmetric-algorithm-sha512-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-sha512-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-sha512.adb -include/adacrypt/crypto-symmetric-algorithm-sha512.ads -include/adacrypt/crypto-symmetric-algorithm-sha_utils.adb -include/adacrypt/crypto-symmetric-algorithm-sha_utils.ads -include/adacrypt/crypto-symmetric-algorithm-skein.adb -include/adacrypt/crypto-symmetric-algorithm-skein.ads -include/adacrypt/crypto-symmetric-algorithm-threefish.adb -include/adacrypt/crypto-symmetric-algorithm-threefish.ads -include/adacrypt/crypto-symmetric-algorithm-tripledes-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-tripledes-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-tripledes-tables.ads -include/adacrypt/crypto-symmetric-algorithm-tripledes.adb -include/adacrypt/crypto-symmetric-algorithm-tripledes.ads -include/adacrypt/crypto-symmetric-algorithm-twofish-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-twofish-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-twofish-tables.ads -include/adacrypt/crypto-symmetric-algorithm-twofish.adb -include/adacrypt/crypto-symmetric-algorithm-twofish.ads -include/adacrypt/crypto-symmetric-algorithm-whirlpool-oneway.adb -include/adacrypt/crypto-symmetric-algorithm-whirlpool-oneway.ads -include/adacrypt/crypto-symmetric-algorithm-whirlpool-tables.ads -include/adacrypt/crypto-symmetric-algorithm-whirlpool.adb -include/adacrypt/crypto-symmetric-algorithm-whirlpool.ads -include/adacrypt/crypto-symmetric-algorithm.ads -include/adacrypt/crypto-symmetric-blockcipher.adb -include/adacrypt/crypto-symmetric-blockcipher.ads -include/adacrypt/crypto-symmetric-blockcipher_aes128.ads -include/adacrypt/crypto-symmetric-blockcipher_aes192.ads -include/adacrypt/crypto-symmetric-blockcipher_aes256.ads -include/adacrypt/crypto-symmetric-blockcipher_blowfish128.ads -include/adacrypt/crypto-symmetric-blockcipher_noob64.ads -include/adacrypt/crypto-symmetric-blockcipher_serpent256.ads -include/adacrypt/crypto-symmetric-blockcipher_tripledes.ads -include/adacrypt/crypto-symmetric-blockcipher_twofish128.ads -include/adacrypt/crypto-symmetric-blockcipher_twofish192.ads -include/adacrypt/crypto-symmetric-blockcipher_twofish256.ads -include/adacrypt/crypto-symmetric-hashfunction.adb -include/adacrypt/crypto-symmetric-hashfunction.ads -include/adacrypt/crypto-symmetric-hashfunction_sha1.ads -include/adacrypt/crypto-symmetric-hashfunction_sha256.ads -include/adacrypt/crypto-symmetric-hashfunction_sha384.ads -include/adacrypt/crypto-symmetric-hashfunction_sha512.ads -include/adacrypt/crypto-symmetric-hashfunction_skein512.ads -include/adacrypt/crypto-symmetric-hashfunction_whirlpool.ads -include/adacrypt/crypto-symmetric-kdf.adb -include/adacrypt/crypto-symmetric-kdf.ads -include/adacrypt/crypto-symmetric-kdf_pbkdf2.adb -include/adacrypt/crypto-symmetric-kdf_pbkdf2.ads -include/adacrypt/crypto-symmetric-kdf_scrypt.adb -include/adacrypt/crypto-symmetric-kdf_scrypt.ads -include/adacrypt/crypto-symmetric-kdf_sha512crypt.adb -include/adacrypt/crypto-symmetric-kdf_sha512crypt.ads -include/adacrypt/crypto-symmetric-mac-cmac.adb -include/adacrypt/crypto-symmetric-mac-cmac.ads -include/adacrypt/crypto-symmetric-mac-hmac.adb -include/adacrypt/crypto-symmetric-mac-hmac.ads -include/adacrypt/crypto-symmetric-mac-hmac_sha1.ads -include/adacrypt/crypto-symmetric-mac-hmac_sha256.ads -include/adacrypt/crypto-symmetric-mac-hmac_sha384.ads -include/adacrypt/crypto-symmetric-mac-hmac_sha512.ads -include/adacrypt/crypto-symmetric-mac-hmac_whirlpool.ads -include/adacrypt/crypto-symmetric-mac-rmac.adb -include/adacrypt/crypto-symmetric-mac-rmac.ads -include/adacrypt/crypto-symmetric-mac.adb -include/adacrypt/crypto-symmetric-mac.ads -include/adacrypt/crypto-symmetric-mode-bps.adb -include/adacrypt/crypto-symmetric-mode-bps.ads -include/adacrypt/crypto-symmetric-mode-cbc.adb -include/adacrypt/crypto-symmetric-mode-cbc.ads -include/adacrypt/crypto-symmetric-mode-cfb.adb -include/adacrypt/crypto-symmetric-mode-cfb.ads -include/adacrypt/crypto-symmetric-mode-ctr.adb -include/adacrypt/crypto-symmetric-mode-ctr.ads -include/adacrypt/crypto-symmetric-mode-ofb.adb -include/adacrypt/crypto-symmetric-mode-ofb.ads -include/adacrypt/crypto-symmetric-mode-oneway_cfb.adb -include/adacrypt/crypto-symmetric-mode-oneway_cfb.ads -include/adacrypt/crypto-symmetric-mode-oneway_ctr.adb -include/adacrypt/crypto-symmetric-mode-oneway_ctr.ads -include/adacrypt/crypto-symmetric-mode-oneway_ofb.adb -include/adacrypt/crypto-symmetric-mode-oneway_ofb.ads -include/adacrypt/crypto-symmetric-mode.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher.adb -include/adacrypt/crypto-symmetric-oneway_blockcipher.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_aes128.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_aes192.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_aes256.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_blowfish128.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_serpent256.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_sha1.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_sha256.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_sha384.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_sha512.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_tripledes.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_twofish128.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_twofish192.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_twofish256.ads -include/adacrypt/crypto-symmetric-oneway_blockcipher_whirlpool.ads -include/adacrypt/crypto-symmetric-tweakable_blockcipher.ads -include/adacrypt/crypto-symmetric-tweakable_blockcipher_cmt.adb -include/adacrypt/crypto-symmetric-tweakable_blockcipher_cmt.ads -include/adacrypt/crypto-symmetric-tweakable_blockcipher_tx.adb -include/adacrypt/crypto-symmetric-tweakable_blockcipher_tx.ads -include/adacrypt/crypto-symmetric-utils.adb -include/adacrypt/crypto-symmetric-utils.ads -include/adacrypt/crypto-symmetric.ads -include/adacrypt/crypto-types-base64.adb -include/adacrypt/crypto-types-base64.ads -include/adacrypt/crypto-types-big_numbers-binfield_utils.adb -include/adacrypt/crypto-types-big_numbers-mod_utils.adb -include/adacrypt/crypto-types-big_numbers-utils.adb -include/adacrypt/crypto-types-big_numbers.adb -include/adacrypt/crypto-types-big_numbers.ads -include/adacrypt/crypto-types-elliptic_curves-nss_bf.adb -include/adacrypt/crypto-types-elliptic_curves-nss_bf.ads -include/adacrypt/crypto-types-elliptic_curves-ss_bf.adb -include/adacrypt/crypto-types-elliptic_curves-ss_bf.ads -include/adacrypt/crypto-types-elliptic_curves-zp-database.adb -include/adacrypt/crypto-types-elliptic_curves-zp-database.ads -include/adacrypt/crypto-types-elliptic_curves-zp.adb -include/adacrypt/crypto-types-elliptic_curves-zp.ads -include/adacrypt/crypto-types-elliptic_curves.adb -include/adacrypt/crypto-types-elliptic_curves.ads -include/adacrypt/crypto-types-mutexes.adb -include/adacrypt/crypto-types-mutexes.ads -include/adacrypt/crypto-types-nonces-nonces_ctr.adb -include/adacrypt/crypto-types-nonces-nonces_ctr.ads -include/adacrypt/crypto-types-nonces-nonces_mixed_1.adb -include/adacrypt/crypto-types-nonces-nonces_mixed_1.ads -include/adacrypt/crypto-types-nonces-nonces_mixed_2.adb -include/adacrypt/crypto-types-nonces-nonces_mixed_2.ads -include/adacrypt/crypto-types-nonces-nonces_random.adb -include/adacrypt/crypto-types-nonces-nonces_random.ads -include/adacrypt/crypto-types-nonces-nonces_randomized_counter.adb -include/adacrypt/crypto-types-nonces-nonces_randomized_counter.ads -include/adacrypt/crypto-types-nonces.ads -include/adacrypt/crypto-types-random.adb -include/adacrypt/crypto-types-random.ads -include/adacrypt/crypto-types-random_source-file.adb -include/adacrypt/crypto-types-random_source-file.ads -include/adacrypt/crypto-types-random_source-hashfunction.adb -include/adacrypt/crypto-types-random_source-hashfunction.ads -include/adacrypt/crypto-types-random_source.adb -include/adacrypt/crypto-types-random_source.ads -include/adacrypt/crypto-types.adb -include/adacrypt/crypto-types.ads -include/adacrypt/crypto.ads -lib/adacrypt/crypto-asymmetric-dh.ali -lib/adacrypt/crypto-asymmetric-dsa.ali -lib/adacrypt/crypto-asymmetric-ecdh.ali -lib/adacrypt/crypto-asymmetric-ecdsa.ali -lib/adacrypt/crypto-asymmetric-ecies.ali -lib/adacrypt/crypto-asymmetric-prime_tables.ali -lib/adacrypt/crypto-asymmetric-rsa.ali -lib/adacrypt/crypto-asymmetric.ali -lib/adacrypt/crypto-debug_put.ali -lib/adacrypt/crypto-symmetric-ae-ad.ali -lib/adacrypt/crypto-symmetric-ae.ali -lib/adacrypt/crypto-symmetric-ae_ocb.ali -lib/adacrypt/crypto-symmetric-aead_mcoe.ali -lib/adacrypt/crypto-symmetric-aead_ocb3.ali -lib/adacrypt/crypto-symmetric-aead_siv.ali -lib/adacrypt/crypto-symmetric-algorithm-aes-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-aes-tables.ali -lib/adacrypt/crypto-symmetric-algorithm-aes.ali -lib/adacrypt/crypto-symmetric-algorithm-blowfish-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-blowfish-tables.ali -lib/adacrypt/crypto-symmetric-algorithm-blowfish.ali -lib/adacrypt/crypto-symmetric-algorithm-mmh.ali -lib/adacrypt/crypto-symmetric-algorithm-noob.ali -lib/adacrypt/crypto-symmetric-algorithm-serpent-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-serpent.ali -lib/adacrypt/crypto-symmetric-algorithm-sha1-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-sha1.ali -lib/adacrypt/crypto-symmetric-algorithm-sha256-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-sha256.ali -lib/adacrypt/crypto-symmetric-algorithm-sha384-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-sha384.ali -lib/adacrypt/crypto-symmetric-algorithm-sha512-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-sha512.ali -lib/adacrypt/crypto-symmetric-algorithm-sha_utils.ali -lib/adacrypt/crypto-symmetric-algorithm-skein.ali -lib/adacrypt/crypto-symmetric-algorithm-threefish.ali -lib/adacrypt/crypto-symmetric-algorithm-tripledes-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-tripledes-tables.ali -lib/adacrypt/crypto-symmetric-algorithm-tripledes.ali -lib/adacrypt/crypto-symmetric-algorithm-twofish-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-twofish-tables.ali -lib/adacrypt/crypto-symmetric-algorithm-twofish.ali -lib/adacrypt/crypto-symmetric-algorithm-whirlpool-oneway.ali -lib/adacrypt/crypto-symmetric-algorithm-whirlpool-tables.ali -lib/adacrypt/crypto-symmetric-algorithm-whirlpool.ali -lib/adacrypt/crypto-symmetric-algorithm.ali -lib/adacrypt/crypto-symmetric-blockcipher.ali -lib/adacrypt/crypto-symmetric-blockcipher_aes128.ali -lib/adacrypt/crypto-symmetric-blockcipher_aes192.ali -lib/adacrypt/crypto-symmetric-blockcipher_aes256.ali -lib/adacrypt/crypto-symmetric-blockcipher_blowfish128.ali -lib/adacrypt/crypto-symmetric-blockcipher_noob64.ali -lib/adacrypt/crypto-symmetric-blockcipher_serpent256.ali -lib/adacrypt/crypto-symmetric-blockcipher_tripledes.ali -lib/adacrypt/crypto-symmetric-blockcipher_twofish128.ali -lib/adacrypt/crypto-symmetric-blockcipher_twofish192.ali -lib/adacrypt/crypto-symmetric-blockcipher_twofish256.ali -lib/adacrypt/crypto-symmetric-hashfunction.ali -lib/adacrypt/crypto-symmetric-hashfunction_sha1.ali -lib/adacrypt/crypto-symmetric-hashfunction_sha256.ali -lib/adacrypt/crypto-symmetric-hashfunction_sha384.ali -lib/adacrypt/crypto-symmetric-hashfunction_sha512.ali -lib/adacrypt/crypto-symmetric-hashfunction_skein512.ali -lib/adacrypt/crypto-symmetric-hashfunction_whirlpool.ali -lib/adacrypt/crypto-symmetric-kdf.ali -lib/adacrypt/crypto-symmetric-kdf_pbkdf2.ali -lib/adacrypt/crypto-symmetric-kdf_scrypt.ali -lib/adacrypt/crypto-symmetric-kdf_sha512crypt.ali -lib/adacrypt/crypto-symmetric-mac-cmac.ali -lib/adacrypt/crypto-symmetric-mac-hmac.ali -lib/adacrypt/crypto-symmetric-mac-hmac_sha1.ali -lib/adacrypt/crypto-symmetric-mac-hmac_sha256.ali -lib/adacrypt/crypto-symmetric-mac-hmac_sha384.ali -lib/adacrypt/crypto-symmetric-mac-hmac_sha512.ali -lib/adacrypt/crypto-symmetric-mac-hmac_whirlpool.ali -lib/adacrypt/crypto-symmetric-mac-rmac.ali -lib/adacrypt/crypto-symmetric-mac.ali -lib/adacrypt/crypto-symmetric-mode-bps.ali -lib/adacrypt/crypto-symmetric-mode-cbc.ali -lib/adacrypt/crypto-symmetric-mode-cfb.ali -lib/adacrypt/crypto-symmetric-mode-ctr.ali -lib/adacrypt/crypto-symmetric-mode-ofb.ali -lib/adacrypt/crypto-symmetric-mode-oneway_cfb.ali -lib/adacrypt/crypto-symmetric-mode-oneway_ctr.ali -lib/adacrypt/crypto-symmetric-mode-oneway_ofb.ali -lib/adacrypt/crypto-symmetric-mode.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_aes128.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_aes192.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_aes256.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_blowfish128.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_serpent256.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_sha1.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_sha256.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_sha384.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_sha512.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_tripledes.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_twofish128.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_twofish192.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_twofish256.ali -lib/adacrypt/crypto-symmetric-oneway_blockcipher_whirlpool.ali -lib/adacrypt/crypto-symmetric-tweakable_blockcipher.ali -lib/adacrypt/crypto-symmetric-tweakable_blockcipher_cmt.ali -lib/adacrypt/crypto-symmetric-tweakable_blockcipher_tx.ali -lib/adacrypt/crypto-symmetric-utils.ali -lib/adacrypt/crypto-symmetric.ali -lib/adacrypt/crypto-types-base64.ali -lib/adacrypt/crypto-types-big_numbers.ali -lib/adacrypt/crypto-types-elliptic_curves-nss_bf.ali -lib/adacrypt/crypto-types-elliptic_curves-ss_bf.ali -lib/adacrypt/crypto-types-elliptic_curves-zp-database.ali -lib/adacrypt/crypto-types-elliptic_curves-zp.ali -lib/adacrypt/crypto-types-elliptic_curves.ali -lib/adacrypt/crypto-types-mutexes.ali -lib/adacrypt/crypto-types-nonces-nonces_ctr.ali -lib/adacrypt/crypto-types-nonces-nonces_mixed_1.ali -lib/adacrypt/crypto-types-nonces-nonces_mixed_2.ali -lib/adacrypt/crypto-types-nonces-nonces_random.ali -lib/adacrypt/crypto-types-nonces-nonces_randomized_counter.ali -lib/adacrypt/crypto-types-nonces.ali -lib/adacrypt/crypto-types-random.ali -lib/adacrypt/crypto-types-random_source-file.ali -lib/adacrypt/crypto-types-random_source-hashfunction.ali -lib/adacrypt/crypto-types-random_source.ali -lib/adacrypt/crypto-types.ali -lib/adacrypt/crypto.ali -lib/adacrypt/libadacrypt-0.8.a -lib/gnat/adacrypt.gpr diff --git a/textproc/Makefile b/textproc/Makefile index da7178a3be81..1df606532a40 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -34,7 +34,6 @@ SUBDIR += R-cran-xtable SUBDIR += R-cran-yaml SUBDIR += UCD - SUBDIR += adabrowse SUBDIR += add-css-links SUBDIR += addts SUBDIR += af-aspell @@ -1887,7 +1886,6 @@ SUBDIR += te-aspell SUBDIR += te-hunspell SUBDIR += teckit - SUBDIR += templates_parser SUBDIR += tet-aspell SUBDIR += texi2db SUBDIR += texi2html @@ -1957,7 +1955,6 @@ SUBDIR += wikiman SUBDIR += word2x SUBDIR += wordnet - SUBDIR += words SUBDIR += write-good SUBDIR += wv SUBDIR += wv2 @@ -1981,7 +1978,6 @@ SUBDIR += xml-format SUBDIR += xml-lite.el SUBDIR += xml2rfc - SUBDIR += xmlada SUBDIR += xmlcatmgr SUBDIR += xmlcharent SUBDIR += xmlenc diff --git a/textproc/adabrowse/Makefile b/textproc/adabrowse/Makefile deleted file mode 100644 index 0b4670aa9ee9..000000000000 --- a/textproc/adabrowse/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: John Marino - -PORTNAME= adabrowse -PORTVERSION= 4.0.3 -PORTREVISION= 4 -CATEGORIES= textproc -MASTER_SITES= http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_src - -MAINTAINER= ports@FreeBSD.org -COMMENT= HTML generator for Ada 95 library unit specifications - -LICENSE= GPLv2 - -BUILD_DEPENDS= asis>=2011:lang/asis - -USES= ada -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -PLIST_FILES= bin/adabrowse -PORTDOCS= *.html *.css - -OPTIONS_DEFINE= DOCS - -post-extract: - ${CP} ${FILESDIR}/ad-* ${FILESDIR}/build.gpr ${WRKSRC} - ${RM} ${WRKSRC}/sdefault.adb - -do-build: -# Since we only need one C object, just compile it manually rather -# than bring in GPRBuild as a dependency - ${MKDIR} ${WRKSRC}/obj - (cd ${WRKSRC}/obj && ${SETENV} ${MAKE_ENV} ada -c -O2 ../util-nl.c) - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} gnatmake -Pbuild) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/adabrowse ${STAGEDIR}${PREFIX}/bin/adabrowse - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.css \ - ${STAGEDIR}/${DOCSDIR}/ - -.include diff --git a/textproc/adabrowse/distinfo b/textproc/adabrowse/distinfo deleted file mode 100644 index 08f497bdaec9..000000000000 --- a/textproc/adabrowse/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (adabrowse_4.0.3_src.tar.gz) = 4567c66d0d3a75cc9e4938100cc5e51f96901951dc57498d18da45d14f42794c -SIZE (adabrowse_4.0.3_src.tar.gz) = 331990 diff --git a/textproc/adabrowse/files/ad-projects-impl.ads b/textproc/adabrowse/files/ad-projects-impl.ads deleted file mode 100644 index 7b6e154553f6..000000000000 --- a/textproc/adabrowse/files/ad-projects-impl.ads +++ /dev/null @@ -1,8 +0,0 @@ --- The FSF GNAT 4.9 Project code is hopelessly too modern for AdaBrowse to --- hook into it. Just build AdaBrowse without it. - -pragma License (GPL); - -with AD.Projects.Impl_No; -private package AD.Projects.Impl - renames AD.Projects.Impl_No; diff --git a/textproc/adabrowse/files/build.gpr b/textproc/adabrowse/files/build.gpr deleted file mode 100644 index f1546dc1256b..000000000000 --- a/textproc/adabrowse/files/build.gpr +++ /dev/null @@ -1,16 +0,0 @@ -with "asis"; -with "gnat_util"; -project Build is - - for Languages use ("Ada", "C"); - for Source_Dirs use ("."); - for Object_dir use "obj"; - for Exec_Dir use "."; - for Main use ("adabrowse"); - - package Compiler is - for Default_Switches ("C") use ("-O2"); - for Default_Switches ("ada") use ("-O2", "-gnatwa"); - end Compiler; - -end Build; diff --git a/textproc/adabrowse/pkg-descr b/textproc/adabrowse/pkg-descr deleted file mode 100644 index ef7ef9f02a47..000000000000 --- a/textproc/adabrowse/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -AdaBrowse is a javadoc-like HTML generator for Ada 95 library unit -specifications. It can also generate XML output; a DTD is included in -the distribution. AdaBrowse produces a fully cross-referenced HTML -rendering of Ada 95 specs without bodies. It is a command-line utility. - -WWW: http://home.datacomm.ch/t_wolf/tw/ada95/adabrowse diff --git a/textproc/templates_parser/Makefile b/textproc/templates_parser/Makefile deleted file mode 100644 index ba901b583aa4..000000000000 --- a/textproc/templates_parser/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: John Marino - -PORTNAME= templates_parser -PORTVERSION= 17.0.0 -PORTREVISION= 1 -CATEGORIES= textproc - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web page template engine module for the Ada Web Server - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING3 - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - xmlada>=4.4:textproc/xmlada -RUN_DEPENDS= xmlada>=4.4:textproc/xmlada - -USES= ada:run gmake -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_PROJECT= templates-parser -GH_TAGNAME= 1d62939 - -DESTINC= ${STAGEDIR}${PREFIX}/include/templates_parser -PLIST_SUB= LIBVER=${PORTVERSION:R} -MAKE_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} \ - ENABLE_SHARED=true \ - HOST=${CONFIGURE_TARGET} \ - TARGET=${CONFIGURE_TARGET} \ - VERSION=${PORTVERSION:R} \ - prefix=${PREFIX} - -PORTDOCS= html - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx - -do-build: - # Override build target to avoid -jX getting passed to makefile - # Parallel builds are handled with PROCESSORS setting - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} build - -do-build-DOCS-on: - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} html - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/gpr/manifests - ${MV} ${DESTINC}.relocatable/templates_parser-conf*.ads \ - ${DESTINC}.relocatable/templates_parser-configuration.ads - ${MV} ${DESTINC}/templates_parser-conf*.ads \ - ${DESTINC}/templates_parser-configuration.ads - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat - ${INSTALL_DATA} ${FILESDIR}/templates_parser.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/templates* - -.include diff --git a/textproc/templates_parser/distinfo b/textproc/templates_parser/distinfo deleted file mode 100644 index 481225b73fbb..000000000000 --- a/textproc/templates_parser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1465511680 -SHA256 (AdaCore-templates-parser-17.0.0-1d62939_GH0.tar.gz) = fd90fd9a0ac879ab62040abaa1e7cbcbf9261150c081d9ae678e5e31da515f51 -SIZE (AdaCore-templates-parser-17.0.0-1d62939_GH0.tar.gz) = 216712 diff --git a/textproc/templates_parser/files/templates_parser.gpr b/textproc/templates_parser/files/templates_parser.gpr deleted file mode 100644 index 85f9e536dd37..000000000000 --- a/textproc/templates_parser/files/templates_parser.gpr +++ /dev/null @@ -1,26 +0,0 @@ -project Templates_Parser is - - type TP_Kind_Type is ("static", "relocatable"); - TP_Kind : TP_Kind_Type := external ("LIBRARY_TYPE", "static"); - - for Library_Name use "templates_parser"; - for Library_Kind use TP_Kind; - case TP_Kind is - when "relocatable" => - for Source_Dirs use ("../../include/templates_parser.relocatable"); - for Library_Dir use "../../lib/templates_parser.relocatable"; - for Library_Version use "libtemplates_parser.so"; - when others => - for Source_Dirs use ("../../include/templates_parser"); - for Library_Dir use "../../lib/templates_parser"; - end case; - for Externally_Built use "true"; - - package Naming is - for Implementation ("Templates_Parser.Input") - use "templates_parser-input__standalone.adb"; - for Implementation ("Templates_Parser_Tasking") - use "templates_parser_tasking__standard_tasking.adb"; - end Naming; - -end Templates_Parser; diff --git a/textproc/templates_parser/pkg-descr b/textproc/templates_parser/pkg-descr deleted file mode 100644 index 7e33a8737c70..000000000000 --- a/textproc/templates_parser/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is the template engine for the Ada Web Server. It is modular and -therefore can be split out of AWS and used on its own. - -As it was designed for generating web pages, it's function is to parse -a page template and replace tokens with specified values. This template -engine is amazingly fast due to its concurrent cached compiled templates -support. - -WWW: http://docs.adacore.com/aws-docs/templates_parser diff --git a/textproc/templates_parser/pkg-plist b/textproc/templates_parser/pkg-plist deleted file mode 100644 index 0c62b7ea7b88..000000000000 --- a/textproc/templates_parser/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/templates2ada -bin/templatespp -include/templates_parser.relocatable/templates_parser-cached_files.adb -include/templates_parser.relocatable/templates_parser-configuration.ads -include/templates_parser.relocatable/templates_parser-data.adb -include/templates_parser.relocatable/templates_parser-debug.adb -include/templates_parser.relocatable/templates_parser-debug.ads -include/templates_parser.relocatable/templates_parser-definitions.adb -include/templates_parser.relocatable/templates_parser-expr.adb -include/templates_parser.relocatable/templates_parser-filter.adb -include/templates_parser.relocatable/templates_parser-input.ads -include/templates_parser.relocatable/templates_parser-input__standalone.adb -include/templates_parser.relocatable/templates_parser-macro.adb -include/templates_parser.relocatable/templates_parser-print_tree.adb -include/templates_parser.relocatable/templates_parser-query.adb -include/templates_parser.relocatable/templates_parser-query.ads -include/templates_parser.relocatable/templates_parser-simplifier.adb -include/templates_parser.relocatable/templates_parser-utils.adb -include/templates_parser.relocatable/templates_parser-utils.ads -include/templates_parser.relocatable/templates_parser-xml.adb -include/templates_parser.relocatable/templates_parser-xml.ads -include/templates_parser.relocatable/templates_parser.adb -include/templates_parser.relocatable/templates_parser.ads -include/templates_parser.relocatable/templates_parser_tasking.ads -include/templates_parser.relocatable/templates_parser_tasking__standard_tasking.adb -include/templates_parser/templates_parser-cached_files.adb -include/templates_parser/templates_parser-configuration.ads -include/templates_parser/templates_parser-data.adb -include/templates_parser/templates_parser-debug.adb -include/templates_parser/templates_parser-debug.ads -include/templates_parser/templates_parser-definitions.adb -include/templates_parser/templates_parser-expr.adb -include/templates_parser/templates_parser-filter.adb -include/templates_parser/templates_parser-input.ads -include/templates_parser/templates_parser-input__standalone.adb -include/templates_parser/templates_parser-macro.adb -include/templates_parser/templates_parser-print_tree.adb -include/templates_parser/templates_parser-query.adb -include/templates_parser/templates_parser-query.ads -include/templates_parser/templates_parser-simplifier.adb -include/templates_parser/templates_parser-utils.adb -include/templates_parser/templates_parser-utils.ads -include/templates_parser/templates_parser-xml.adb -include/templates_parser/templates_parser-xml.ads -include/templates_parser/templates_parser.adb -include/templates_parser/templates_parser.ads -include/templates_parser/templates_parser_tasking.ads -include/templates_parser/templates_parser_tasking__standard_tasking.adb -lib/gnat/templates_parser.gpr -lib/libtemplates_parser-%%LIBVER%%.so -lib/libtemplates_parser.so -lib/templates_parser.relocatable/libtemplates_parser-%%LIBVER%%.so -lib/templates_parser.relocatable/libtemplates_parser.so -lib/templates_parser.relocatable/templates_parser-configuration__standalone.ali -lib/templates_parser.relocatable/templates_parser-debug.ali -lib/templates_parser.relocatable/templates_parser-input__standalone.ali -lib/templates_parser.relocatable/templates_parser-query.ali -lib/templates_parser.relocatable/templates_parser-utils.ali -lib/templates_parser.relocatable/templates_parser-xml.ali -lib/templates_parser.relocatable/templates_parser.ali -lib/templates_parser.relocatable/templates_parser_tasking__standard_tasking.ali -lib/templates_parser/libtemplates_parser.a -lib/templates_parser/templates_parser-configuration__standalone.ali -lib/templates_parser/templates_parser-debug.ali -lib/templates_parser/templates_parser-input__standalone.ali -lib/templates_parser/templates_parser-query.ali -lib/templates_parser/templates_parser-utils.ali -lib/templates_parser/templates_parser-xml.ali -lib/templates_parser/templates_parser.ali -lib/templates_parser/templates_parser_tasking__standard_tasking.ali -share/gpr/templates_parser.gpr diff --git a/textproc/words/Makefile b/textproc/words/Makefile deleted file mode 100644 index 993098b6a974..000000000000 --- a/textproc/words/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Leland Wang - -PORTNAME= words -PORTVERSION= 1.97F -PORTREVISION= 3 -CATEGORIES= textproc -MASTER_SITES= http://archives.nd.edu/whitaker/ -DISTNAME= ${PORTNAME}all - -MAINTAINER= ports@FreeBSD.org -COMMENT= Latin-English Dictionary Program - -LICENSE= PD - -USES= ada zip -NO_WRKSUBDIR= yes -GNATMAKE= ${SETENV} ${MAKE_ENV} gnatmake - -OPTIONS_DEFINE= DOCS - -do-build: - @cd ${WRKSRC} && \ - ${GNATMAKE} -O3 words ${GNATLINK_ARGS} && \ - ${GNATMAKE} makedict && \ - ${GNATMAKE} makestem && \ - ${GNATMAKE} makeefil && \ - ${GNATMAKE} makeinfl && \ - ${ECHO_CMD} G | ./makedict DICTLINE.GEN && \ - ${ECHO_CMD} G | ./makestem STEMLIST.GEN && \ - ./makeefil EWDSLIST.GEN && \ - ./makeinfl INFLECTS.LAT - @${CAT} ${FILESDIR}/words | ${SED} -e 's|%%DATADIR%%|${DATADIR}|' > ${WRKDIR}/words.sh - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/words ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/DICTFILE.GEN ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/STEMFILE.GEN ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/INDXFILE.GEN ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/EWDSFILE.GEN ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/INFLECTS.SEC ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ADDONS.LAT ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/UNIQUES.LAT ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/words.sh ${STAGEDIR}${PREFIX}/bin/words - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/wordsdoc.htm ${STAGEDIR}${DOCSDIR} - -.include diff --git a/textproc/words/distinfo b/textproc/words/distinfo deleted file mode 100644 index 40758f74bdd8..000000000000 --- a/textproc/words/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wordsall.zip) = 592134d7602879e0937b6f977a6f63aa1d14b813edaf6de04a1d8596a9a2c18e -SIZE (wordsall.zip) = 2879824 diff --git a/textproc/words/files/words b/textproc/words/files/words deleted file mode 100644 index 8a190201b570..000000000000 --- a/textproc/words/files/words +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cd %%DATADIR%% && ./words $@ diff --git a/textproc/words/pkg-descr b/textproc/words/pkg-descr deleted file mode 100644 index 5a30656e6a7d..000000000000 --- a/textproc/words/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -WORDS is a free Latin-English dictionary program which takes keyboard -input or a file of Latin text lines and provides an analysis/morphology -(declension, conjugation, case, tense, etc.) of each word individually, -the dictionary form, and the translation (meaning). - -The dictionary contains over 30000 entries and, through additional word -construction with hundreds of prefixes and suffixes, may generate more, -leading to many hundreds of thousands of 'words' that can be formed by -declension and conjugation. Present emphisis is on classical Latin and -late Latin, but medieval Latin entries are increasing. WORDS provides a -tool to help in translations for the Latin student and a memory jog for -researchers. - -WWW: http://archives.nd.edu/whitaker/wordsdoc.htm diff --git a/textproc/words/pkg-plist b/textproc/words/pkg-plist deleted file mode 100644 index 50b2a6fe7e39..000000000000 --- a/textproc/words/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%DATADIR%%/words -%%DATADIR%%/DICTFILE.GEN -%%DATADIR%%/STEMFILE.GEN -%%DATADIR%%/INDXFILE.GEN -%%DATADIR%%/EWDSFILE.GEN -%%DATADIR%%/INFLECTS.SEC -%%DATADIR%%/ADDONS.LAT -%%DATADIR%%/UNIQUES.LAT -bin/words -%%PORTDOCS%%%%DOCSDIR%%/wordsdoc.htm diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile deleted file mode 100644 index 234ab01f9f50..000000000000 --- a/textproc/xmlada/Makefile +++ /dev/null @@ -1,164 +0,0 @@ -# Created by: John Marino - -PORTNAME= xmlada -PORTVERSION= 17.0.0 -PORTREVISION= 2 -CATEGORIES= textproc - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore XML suite for the Ada language - -LICENSE= GPLv3 - -USES= ada:run -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_PROJECT= xmlada -GH_TAGNAME= e5bbafe - -MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} \ - LIBVER=${PORTVERSION} -ALL_TARGET= schema/lib/static/libxmlada_schema.a \ - schema/lib/relocatable/libxmlada_schema.so -PLIST_SUB+= LIBVER=${PORTVERSION} -MAKEFILE= Makefile.bsd -PORTDOCS= * -DUNICODE= ${WRKSRC}/unicode/dummy_unicode.adb -DINPSRC= ${WRKSRC}/input_sources/dummy_input_sources.adb -DSAX= ${WRKSRC}/sax/dummy_sax.adb -DDOM= ${WRKSRC}/dom/dummy_dom.adb -DSCHEMA= ${WRKSRC}/schema/dummy_schema.adb - -OPTIONS_DEFINE= DOCS - -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -DOCS_ALL_TARGET= gen-docs - -FIND1= cd ${WRKSRC}/unicode && ${FIND} -s * \( -name "unicode*.ad[bs]" \ - -a ! -name "unicode.ads" \) -exec ${PRINTF} ', "%s"' {} \; -FIND2= cd ${WRKSRC}/input_sources && ${FIND} -s * \( -name "input*.ad[bs]" \ - -a ! -name "input_sources.ads" \) -exec ${PRINTF} ', "%s"' {} \; -FIND3= cd ${WRKSRC}/sax && \ - ${FIND} -s * -name "sax-*.ad[bs]" -exec ${PRINTF} ', "%s"' {} \; -FIND4= cd ${WRKSRC}/dom && \ - ${FIND} -s * -name "dom-*.ad[bs]" -exec ${PRINTF} ', "%s"' {} \; -FIND5= cd ${WRKSRC}/schema && ${FIND} -s * \( -name "schema*.ad[bs]" \ - -a ! -name "schema.ads" \) -depth 0 -maxdepth 0 \ - -exec ${PRINTF} ', "%s"' {} \; - -post-patch: dummy-unicode dummy-input_sources dummy-sax dummy-dom dummy-schema - @${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC} - @${MKDIR} ${WRKSRC}/sax/obj/relocatable - @${MKDIR} ${WRKSRC}/sax/obj/static - @${MKDIR} ${WRKSRC}/sax/lib/relocatable - @${MKDIR} ${WRKSRC}/sax/lib/static - @${MKDIR} ${WRKSRC}/schema/obj/relocatable - @${MKDIR} ${WRKSRC}/schema/obj/static - @${SED} -e '/^with/d' -e 's|@ZONE@|unicode|' \ - -e "s|@FILES@|`${FIND1}`|" \ - -e 's|@VERSION@|${PORTVERSION}|' ${FILESDIR}/generic_gpr.in \ - > ${WRKSRC}/distrib/xmlada_unicode.gpr - @${SED} -e 's|@DEPENDS@|unicode|' -e 's|@ZONE@|input_sources|' \ - -e "s|@FILES@|`${FIND2}`|" \ - -e 's|@VERSION@|${PORTVERSION}|' ${FILESDIR}/generic_gpr.in \ - > ${WRKSRC}/distrib/xmlada_input_sources.gpr - @${SED} -e 's|@DEPENDS@|input_sources|' -e 's|@ZONE@|sax|' \ - -e "s|@FILES@|`${FIND3}`|" \ - -e 's|@VERSION@|${PORTVERSION}|' ${FILESDIR}/generic_gpr.in \ - > ${WRKSRC}/distrib/xmlada_sax.gpr - @${SED} -e 's|@DEPENDS@|sax|' -e 's|@ZONE@|dom|' \ - -e "s|@FILES@|`${FIND4}`|" \ - -e 's|@VERSION@|${PORTVERSION}|' ${FILESDIR}/generic_gpr.in \ - > ${WRKSRC}/distrib/xmlada_dom.gpr - @${SED} -e 's|@DEPENDS@|dom|' -e 's|@ZONE@|schema|' \ - -e "s|@FILES@|`${FIND5}`|" \ - -e 's|@VERSION@|${PORTVERSION}|' ${FILESDIR}/generic_gpr.in \ - > ${WRKSRC}/distrib/xmlada_schema.gpr - # Since we want to pull in all 5 libs, we only need to specify schema - ${REINPLACE_CMD} -e '/unicode/d' ${WRKSRC}/distrib/xmlada.gpr - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/include/xmlada \ - ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/lib/xmlada/relocatable \ - ${STAGEDIR}${PREFIX}/lib/xmlada/static \ - ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/dom/*.ad[bs] \ - ${WRKSRC}/input_sources/*.ad[bs] \ - ${WRKSRC}/sax/*.ad[bs] \ - ${WRKSRC}/schema/*.ad[bs] \ - ${WRKSRC}/unicode/*.ad[bs] \ - ${STAGEDIR}${PREFIX}/include/xmlada - ${RM} ${STAGEDIR}${PREFIX}/include/xmlada/dummy_*.adb - ${INSTALL_DATA} ${WRKSRC}/dom/obj/relocatable/*.ali \ - ${WRKSRC}/input_sources/obj/relocatable/*.ali \ - ${WRKSRC}/sax/obj/relocatable/*.ali \ - ${WRKSRC}/schema/obj/relocatable/*.ali \ - ${WRKSRC}/unicode/obj/relocatable/*.ali \ - ${WRKSRC}/dom/lib/relocatable/* \ - ${WRKSRC}/input_sources/lib/relocatable/* \ - ${WRKSRC}/sax/lib/relocatable/* \ - ${WRKSRC}/schema/lib/relocatable/* \ - ${WRKSRC}/unicode/lib/relocatable/* \ - ${STAGEDIR}${PREFIX}/lib/xmlada/relocatable - ${INSTALL_DATA} ${WRKSRC}/dom/obj/static/*.ali \ - ${WRKSRC}/input_sources/obj/static/*.ali \ - ${WRKSRC}/sax/obj/static/*.ali \ - ${WRKSRC}/schema/obj/static/*.ali \ - ${WRKSRC}/unicode/obj/static/*.ali \ - ${WRKSRC}/dom/lib/static/* \ - ${WRKSRC}/input_sources/lib/static/* \ - ${WRKSRC}/sax/lib/static/* \ - ${WRKSRC}/schema/lib/static/* \ - ${WRKSRC}/unicode/lib/static/* \ - ${STAGEDIR}${PREFIX}/lib/xmlada/static - ${INSTALL_DATA} ${WRKSRC}/distrib/xml*.gpr \ - ${STAGEDIR}${PREFIX}/lib/gnat - -do-install-DOCS-on: - (cd ${WRKSRC}/docs/_build/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - ${RM} -r ${STAGEDIR}${DOCSDIR}/_sources \ - ${STAGEDIR}${DOCSDIR}/.buildinfo - -dummy-unicode: - @${GREP} ^package ${WRKSRC}/unicode/unicode-*.ads | \ - ${AWK} '{print "with " $$2 ";"}' | ${SORT} > ${DUNICODE} - @${ECHO} 'procedure dummy_unicode is' >> ${DUNICODE} - @${ECHO} 'begin' >> ${DUNICODE} - @${ECHO} ' null;' >> ${DUNICODE} - @${ECHO} 'end dummy_unicode;' >> ${DUNICODE} - -dummy-input_sources: - @${GREP} ^package ${WRKSRC}/input_sources/input_sources-*.ads | \ - ${AWK} '{print "with " $$2 ";"}' | ${SORT} > ${DINPSRC} - @${ECHO} 'procedure dummy_input_sources is' >> ${DINPSRC} - @${ECHO} 'begin' >> ${DINPSRC} - @${ECHO} ' null;' >> ${DINPSRC} - @${ECHO} 'end dummy_input_sources;' >> ${DINPSRC} - -dummy-sax: - @${GREP} ^package ${WRKSRC}/sax/sax-*.ads | \ - ${AWK} '{print "with " $$2 ";"}' | ${SORT} > ${DSAX} - @${ECHO} 'procedure dummy_sax is' >> ${DSAX} - @${ECHO} 'begin' >> ${DSAX} - @${ECHO} ' null;' >> ${DSAX} - @${ECHO} 'end dummy_sax;' >> ${DSAX} - -dummy-dom: - @${GREP} ^package ${WRKSRC}/dom/dom-*.ads | \ - ${AWK} '{print "with " $$2 ";"}' | ${SORT} > ${DDOM} - @${ECHO} 'procedure dummy_dom is' >> ${DDOM} - @${ECHO} 'begin' >> ${DDOM} - @${ECHO} ' null;' >> ${DDOM} - @${ECHO} 'end dummy_dom;' >> ${DDOM} - -dummy-schema: - @${GREP} ^package ${WRKSRC}/schema/schema-*.ads | \ - ${AWK} '{print "with " $$2 ";"}' | ${SORT} > ${DSCHEMA} - @${ECHO} 'procedure dummy_schema is' >> ${DSCHEMA} - @${ECHO} 'begin' >> ${DSCHEMA} - @${ECHO} ' null;' >> ${DSCHEMA} - @${ECHO} 'end dummy_schema;' >> ${DSCHEMA} - -.include diff --git a/textproc/xmlada/distinfo b/textproc/xmlada/distinfo deleted file mode 100644 index 8b64c8becb2e..000000000000 --- a/textproc/xmlada/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587725012 -SHA256 (AdaCore-xmlada-17.0.0-e5bbafe_GH0.tar.gz) = 8183dfa557aa5d6d16c77d01a134f821e20aa2dce05cb49f046426d5ddd08a20 -SIZE (AdaCore-xmlada-17.0.0-e5bbafe_GH0.tar.gz) = 1022668 diff --git a/textproc/xmlada/files/Makefile.bsd b/textproc/xmlada/files/Makefile.bsd deleted file mode 100644 index 2f5851d089a8..000000000000 --- a/textproc/xmlada/files/Makefile.bsd +++ /dev/null @@ -1,137 +0,0 @@ -ADALIB!= gnatls -v | grep adalib | awk '{print $$1}' - -STATIC_FLAGS= -gnatQ -O2 -gnatn -gnatp -gnatA -j${PROCESSORS} -DYNAMIC_FLAGS= -fPIC ${STATIC_FLAGS} - - -# -# unicode depends on nothing -# - -unicode/lib/static/libxmlada_unicode.a: unicode/dummy_unicode.adb - @echo building static ${.TARGET:R} library - @rm -f ${.TARGET} - gnatmake -c ${.ALLSRC} -D unicode/obj/static ${STATIC_FLAGS} - rm unicode/obj/static/dummy* - ar cq ${.TARGET} unicode/obj/static/*.o - ranlib ${.TARGET} - -unicode/lib/relocatable/libxmlada_unicode.so: unicode/dummy_unicode.adb - @${ECHO} building shared library ${.TARGET:R} - @rm -f ${.TARGET} ${.TARGET}.${LIBVER} - gnatmake -c ${.ALLSRC} -D unicode/obj/relocatable ${DYNAMIC_FLAGS} - rm unicode/obj/relocatable/dummy* - ada -shared -Wl,-rpath,${PREFIX}/lib/xmlada/relocatable \ - -L${ADALIB} -lgnat -Wl,-rpath,${ADALIB} \ - -o ${.TARGET}.${LIBVER} -Wl,-soname,${.TARGET:T}.${LIBVER} \ - unicode/obj/relocatable/*.o - ln -s ${.TARGET:T}.${LIBVER} ${.TARGET} - -# -# input sources depends on unicode -# - -input_sources/lib/static/libxmlada_input_sources.a: input_sources/dummy_input_sources.adb unicode/lib/static/libxmlada_unicode.a - @echo building static ${.TARGET:R} library - @rm -f ${.TARGET} - gnatmake -c ${.ALLSRC:M*.adb} -D input_sources/obj/static -aOunicode/obj/static -aIunicode ${STATIC_FLAGS} - rm input_sources/obj/static/dummy* - ar cq ${.TARGET} input_sources/obj/static/*.o - ranlib ${.TARGET} - -input_sources/lib/relocatable/libxmlada_input_sources.so: input_sources/dummy_input_sources.adb unicode/lib/relocatable/libxmlada_unicode.so - @${ECHO} building shared library ${.TARGET:R} - @rm -f ${.TARGET} ${.TARGET}.${LIBVER} - gnatmake -c ${.ALLSRC:M*.adb} -D input_sources/obj/relocatable -aOunicode/obj/relocatable -aIunicode ${DYNAMIC_FLAGS} - rm input_sources/obj/relocatable/dummy* - ada -shared -Wl,-rpath,${PREFIX}/lib/xmlada/relocatable \ - -L${ADALIB} -lgnat -Wl,-rpath,${ADALIB} \ - -Lunicode/lib/relocatable -lxmlada_unicode \ - -o ${.TARGET}.${LIBVER} -Wl,-soname,${.TARGET:T}.${LIBVER} \ - input_sources/obj/relocatable/*.o - ln -s ${.TARGET:T}.${LIBVER} ${.TARGET} - -# -# sax depends on input sources and unicode (sufficent to limit to I.S) -# - -sax/lib/static/libxmlada_sax.a: sax/dummy_sax.adb input_sources/lib/static/libxmlada_input_sources.a - @echo building static ${.TARGET:R} library - @rm -f ${.TARGET} - gnatmake -c ${.ALLSRC:M*.adb} -D sax/obj/static -aOunicode/obj/static -aOinput_sources/obj/static -aIunicode -aIinput_sources ${STATIC_FLAGS} - rm sax/obj/static/dummy* - ar cq ${.TARGET} sax/obj/static/*.o - ranlib ${.TARGET} - -sax/lib/relocatable/libxmlada_sax.so: sax/dummy_sax.adb input_sources/lib/relocatable/libxmlada_input_sources.so - @${ECHO} building shared library ${.TARGET:R} - @rm -f ${.TARGET} ${.TARGET}.${LIBVER} - gnatmake -c ${.ALLSRC:M*.adb} -D sax/obj/relocatable -aOunicode/obj/relocatable -aOinput_sources/obj/relocatable -aIunicode -aIinput_sources ${DYNAMIC_FLAGS} - rm sax/obj/relocatable/dummy* - ada -shared -Wl,-rpath,${PREFIX}/lib/xmlada/relocatable \ - -L${ADALIB} -lgnat -Wl,-rpath,${ADALIB} \ - -Lunicode/lib/relocatable -lxmlada_unicode \ - -Linput_sources/lib/relocatable -lxmlada_input_sources \ - -o ${.TARGET}.${LIBVER} -Wl,-soname,${.TARGET:T}.${LIBVER} \ - sax/obj/relocatable/*.o - ln -s ${.TARGET:T}.${LIBVER} ${.TARGET} - -# -# dom depends on three other libraries (sufficent to limit to sax) -# - -dom/lib/static/libxmlada_dom.a: dom/dummy_dom.adb sax/lib/static/libxmlada_sax.a - @echo building static ${.TARGET:R} library - @rm -f ${.TARGET} - gnatmake -c ${.ALLSRC:M*.adb} -D dom/obj/static -aOunicode/obj/static -aOinput_sources/obj/static -aOsax/obj/static -aIunicode -aIinput_sources -aIsax ${STATIC_FLAGS} - rm dom/obj/static/dummy* - ar cq ${.TARGET} dom/obj/static/*.o - ranlib ${.TARGET} - -dom/lib/relocatable/libxmlada_dom.so: dom/dummy_dom.adb sax/lib/relocatable/libxmlada_sax.so - @${ECHO} building shared library ${.TARGET:R} - @rm -f ${.TARGET} ${.TARGET}.${LIBVER} - gnatmake -c ${.ALLSRC:M*.adb} -D dom/obj/relocatable -aOunicode/obj/relocatable -aOinput_sources/obj/relocatable -aOsax/obj/relocatable -aIunicode -aIinput_sources -aIsax ${DYNAMIC_FLAGS} - rm dom/obj/relocatable/dummy* - ada -shared -Wl,-rpath,${PREFIX}/lib/xmlada/relocatable \ - -L${ADALIB} -lgnat -Wl,-rpath,${ADALIB} \ - -Lunicode/lib/relocatable -lxmlada_unicode \ - -Linput_sources/lib/relocatable -lxmlada_input_sources \ - -Lsax/lib/relocatable -lxmlada_sax \ - -o ${.TARGET}.${LIBVER} -Wl,-soname,${.TARGET:T}.${LIBVER} \ - dom/obj/relocatable/*.o - ln -s ${.TARGET:T}.${LIBVER} ${.TARGET} - -# -# schema depends on four other libraries (sufficent to limit to dom) -# - -schema/lib/static/libxmlada_schema.a: schema/dummy_schema.adb dom/lib/static/libxmlada_dom.a - @echo building static ${.TARGET:R} library - @rm -f ${.TARGET} - gnatmake -c ${.ALLSRC:M*.adb} -D schema/obj/static -aOunicode/obj/static -aOinput_sources/obj/static -aOsax/obj/static -aOdom/obj/static -aIunicode -aIinput_sources -aIsax -aIdom ${STATIC_FLAGS} - rm schema/obj/static/dummy* - ar cq ${.TARGET} schema/obj/static/*.o - ranlib ${.TARGET} - -schema/lib/relocatable/libxmlada_schema.so: schema/dummy_schema.adb dom/lib/relocatable/libxmlada_dom.so - @${ECHO} building shared library ${.TARGET:R} - @rm -f ${.TARGET} ${.TARGET}.${LIBVER} - gnatmake -c ${.ALLSRC:M*.adb} -D schema/obj/relocatable -aOunicode/obj/relocatable -aOinput_sources/obj/relocatable -aOsax/obj/relocatable -aOdom/obj/relocatable -aIunicode -aIinput_sources -aIsax -aIdom ${DYNAMIC_FLAGS} - rm schema/obj/relocatable/dummy* - ada -shared -Wl,-rpath,${PREFIX}/lib/xmlada/relocatable \ - -L${ADALIB} -lgnat -Wl,-rpath,${ADALIB} \ - -Lunicode/lib/relocatable -lxmlada_unicode \ - -Linput_sources/lib/relocatable -lxmlada_input_sources \ - -Lsax/lib/relocatable -lxmlada_sax \ - -Ldom/lib/relocatable -lxmlada_dom \ - -o ${.TARGET}.${LIBVER} -Wl,-soname,${.TARGET:T}.${LIBVER} \ - schema/obj/relocatable/*.o - ln -s ${.TARGET:T}.${LIBVER} ${.TARGET} - -# -# Sphinx documentation -# - -gen-docs: - ${MAKE} -e -C docs html diff --git a/textproc/xmlada/files/generic_gpr.in b/textproc/xmlada/files/generic_gpr.in deleted file mode 100644 index f3ed30face72..000000000000 --- a/textproc/xmlada/files/generic_gpr.in +++ /dev/null @@ -1,19 +0,0 @@ -with "xmlada_@DEPENDS@"; -project XmlAda_@ZONE@ is - for Library_Name use "xmlada_@ZONE@"; - Version := "@VERSION@"; - So_Ext := ".so"; - - type Xmlada_Kind_Type is ("static", "relocatable"); - Xmlada_Kind : Xmlada_Kind_Type := external ("LIBRARY_TYPE", "static"); - Libdir := "../../lib/xmlada/" & Xmlada_Kind; - - for Library_Kind use Xmlada_Kind; - for Library_Dir use Libdir; - for Library_Version use - "lib" & Project'Library_Name & So_Ext & "." & Version; - for Source_Dirs use ("../../include/xmlada"); - for Source_Files use ("@ZONE@.ads"@FILES@); - for Externally_Built use "true"; - -end XmlAda_@ZONE@; diff --git a/textproc/xmlada/pkg-descr b/textproc/xmlada/pkg-descr deleted file mode 100644 index df54bf707663..000000000000 --- a/textproc/xmlada/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX. - -XML/Ada is a set of modules that provide a simple manipulation of XML -streams. It supports the whole XML 1.1 specification and can parse any file -that follows this standard, including the contents of the DTD although no -validation of the documents is performed based on those. - -It provides support for a number of standards associated with XML such as -SAX, DOM, and XML schemas. Additionally, it includes a module to manipulate -unicode streams since this is required by the XML standard. - -WWW: http://libre.adacore.com/libre/tools/xmlada/ diff --git a/textproc/xmlada/pkg-plist b/textproc/xmlada/pkg-plist deleted file mode 100644 index c7c32ec67bee..000000000000 --- a/textproc/xmlada/pkg-plist +++ /dev/null @@ -1,991 +0,0 @@ -include/xmlada/dom-core-attrs.adb -include/xmlada/dom-core-attrs.ads -include/xmlada/dom-core-cdata_sections.ads -include/xmlada/dom-core-character_datas.adb -include/xmlada/dom-core-character_datas.ads -include/xmlada/dom-core-comments.ads -include/xmlada/dom-core-document_fragments.ads -include/xmlada/dom-core-document_types.adb -include/xmlada/dom-core-document_types.ads -include/xmlada/dom-core-documents.adb -include/xmlada/dom-core-documents.ads -include/xmlada/dom-core-elements.adb -include/xmlada/dom-core-elements.ads -include/xmlada/dom-core-entity_references.ads -include/xmlada/dom-core-nodes.adb -include/xmlada/dom-core-nodes.ads -include/xmlada/dom-core-notations.adb -include/xmlada/dom-core-notations.ads -include/xmlada/dom-core-processing_instructions.ads -include/xmlada/dom-core-texts.adb -include/xmlada/dom-core-texts.ads -include/xmlada/dom-core.adb -include/xmlada/dom-core.ads -include/xmlada/dom-readers.adb -include/xmlada/dom-readers.ads -include/xmlada/dom.ads -include/xmlada/input_sources-file.adb -include/xmlada/input_sources-file.ads -include/xmlada/input_sources-http.adb -include/xmlada/input_sources-http.ads -include/xmlada/input_sources-socket.adb -include/xmlada/input_sources-socket.ads -include/xmlada/input_sources-strings.adb -include/xmlada/input_sources-strings.ads -include/xmlada/input_sources.adb -include/xmlada/input_sources.ads -include/xmlada/sax-attributes.adb -include/xmlada/sax-attributes.ads -include/xmlada/sax-encodings.ads -include/xmlada/sax-exceptions.adb -include/xmlada/sax-exceptions.ads -include/xmlada/sax-htable.adb -include/xmlada/sax-htable.ads -include/xmlada/sax-locators.adb -include/xmlada/sax-locators.ads -include/xmlada/sax-models.adb -include/xmlada/sax-models.ads -include/xmlada/sax-pointers.adb -include/xmlada/sax-pointers.ads -include/xmlada/sax-readers.adb -include/xmlada/sax-readers.ads -include/xmlada/sax-state_machines.adb -include/xmlada/sax-state_machines.ads -include/xmlada/sax-symbols.adb -include/xmlada/sax-symbols.ads -include/xmlada/sax-utils.adb -include/xmlada/sax-utils.ads -include/xmlada/sax.ads -include/xmlada/schema-date_time.adb -include/xmlada/schema-date_time.ads -include/xmlada/schema-decimal.adb -include/xmlada/schema-decimal.ads -include/xmlada/schema-dom_readers.adb -include/xmlada/schema-dom_readers.ads -include/xmlada/schema-readers.adb -include/xmlada/schema-readers.ads -include/xmlada/schema-schema_readers.adb -include/xmlada/schema-schema_readers.ads -include/xmlada/schema-simple_types.adb -include/xmlada/schema-simple_types.ads -include/xmlada/schema-validators-xsd_grammar.adb -include/xmlada/schema-validators-xsd_grammar.ads -include/xmlada/schema-validators.adb -include/xmlada/schema-validators.ads -include/xmlada/schema.adb -include/xmlada/schema.ads -include/xmlada/unicode-ccs-iso_8859_1.adb -include/xmlada/unicode-ccs-iso_8859_1.ads -include/xmlada/unicode-ccs-iso_8859_15.adb -include/xmlada/unicode-ccs-iso_8859_15.ads -include/xmlada/unicode-ccs-iso_8859_2.adb -include/xmlada/unicode-ccs-iso_8859_2.ads -include/xmlada/unicode-ccs-iso_8859_3.adb -include/xmlada/unicode-ccs-iso_8859_3.ads -include/xmlada/unicode-ccs-iso_8859_4.adb -include/xmlada/unicode-ccs-iso_8859_4.ads -include/xmlada/unicode-ccs-windows_1251.adb -include/xmlada/unicode-ccs-windows_1251.ads -include/xmlada/unicode-ccs-windows_1252.adb -include/xmlada/unicode-ccs-windows_1252.ads -include/xmlada/unicode-ccs.adb -include/xmlada/unicode-ccs.ads -include/xmlada/unicode-ces-basic_8bit.adb -include/xmlada/unicode-ces-basic_8bit.ads -include/xmlada/unicode-ces-utf16.adb -include/xmlada/unicode-ces-utf16.ads -include/xmlada/unicode-ces-utf32.adb -include/xmlada/unicode-ces-utf32.ads -include/xmlada/unicode-ces-utf8.adb -include/xmlada/unicode-ces-utf8.ads -include/xmlada/unicode-ces.adb -include/xmlada/unicode-ces.ads -include/xmlada/unicode-encodings.adb -include/xmlada/unicode-encodings.ads -include/xmlada/unicode-names-aegean_numbers.ads -include/xmlada/unicode-names-ahom.ads -include/xmlada/unicode-names-alchemical_symbols.ads -include/xmlada/unicode-names-alpha_presentation_forms.ads -include/xmlada/unicode-names-anatolian_hieroglyphs.ads -include/xmlada/unicode-names-ancient_greek_music.ads -include/xmlada/unicode-names-ancient_greek_numbers.ads -include/xmlada/unicode-names-ancient_symbols.ads -include/xmlada/unicode-names-arabic.ads -include/xmlada/unicode-names-arabic_extended_a.ads -include/xmlada/unicode-names-arabic_math_alpha_symb.ads -include/xmlada/unicode-names-arabic_present_formsa.ads -include/xmlada/unicode-names-arabic_present_formsb.ads -include/xmlada/unicode-names-arabic_supplement.ads -include/xmlada/unicode-names-armenian.ads -include/xmlada/unicode-names-arrows.ads -include/xmlada/unicode-names-avestan.ads -include/xmlada/unicode-names-balinese.ads -include/xmlada/unicode-names-bamum.ads -include/xmlada/unicode-names-bamum_supplement.ads -include/xmlada/unicode-names-basic_latin.ads -include/xmlada/unicode-names-bassa_vah.ads -include/xmlada/unicode-names-batak.ads -include/xmlada/unicode-names-bengali.ads -include/xmlada/unicode-names-block_elements.ads -include/xmlada/unicode-names-bopomofo.ads -include/xmlada/unicode-names-bopomofo_extended.ads -include/xmlada/unicode-names-box_drawing.ads -include/xmlada/unicode-names-brahmi.ads -include/xmlada/unicode-names-braille_patterns.ads -include/xmlada/unicode-names-buginese.ads -include/xmlada/unicode-names-buhid.ads -include/xmlada/unicode-names-byzantine_musical_symbols.ads -include/xmlada/unicode-names-canadian_aboriginal.ads -include/xmlada/unicode-names-canadian_aboriginal_ext.ads -include/xmlada/unicode-names-carian.ads -include/xmlada/unicode-names-caucasian_albanian.ads -include/xmlada/unicode-names-chakma.ads -include/xmlada/unicode-names-cham.ads -include/xmlada/unicode-names-cherokee.ads -include/xmlada/unicode-names-cherokee_supplement.ads -include/xmlada/unicode-names-cjk_compat_ideo_sup.ads -include/xmlada/unicode-names-cjk_compat_ideographs.ads -include/xmlada/unicode-names-cjk_compatibility.ads -include/xmlada/unicode-names-cjk_compatibility_forms.ads -include/xmlada/unicode-names-cjk_letters_months.ads -include/xmlada/unicode-names-cjk_radicals_supplement.ads -include/xmlada/unicode-names-cjk_strokes.ads -include/xmlada/unicode-names-cjk_symbols_and_punct.ads -include/xmlada/unicode-names-combining_diacritical.ads -include/xmlada/unicode-names-combining_diacritical_ext.ads -include/xmlada/unicode-names-combining_diacritical_sup.ads -include/xmlada/unicode-names-combining_diacritical_sym.ads -include/xmlada/unicode-names-combining_half_marks.ads -include/xmlada/unicode-names-common_indic_number_forms.ads -include/xmlada/unicode-names-control_pictures.ads -include/xmlada/unicode-names-coptic.ads -include/xmlada/unicode-names-coptic_epact_numbers.ads -include/xmlada/unicode-names-counting_rod_numerals.ads -include/xmlada/unicode-names-cuneiform.ads -include/xmlada/unicode-names-cuneiform_num_punctuation.ads -include/xmlada/unicode-names-currency_symbols.ads -include/xmlada/unicode-names-cypriot_syllabary.ads -include/xmlada/unicode-names-cyrillic.ads -include/xmlada/unicode-names-cyrillic_extended_a.ads -include/xmlada/unicode-names-cyrillic_extended_b.ads -include/xmlada/unicode-names-cyrillic_supplement.ads -include/xmlada/unicode-names-deseret.ads -include/xmlada/unicode-names-devanagari.ads -include/xmlada/unicode-names-devanagari_extended.ads -include/xmlada/unicode-names-dingbats.ads -include/xmlada/unicode-names-domino_tiles.ads -include/xmlada/unicode-names-duployan.ads -include/xmlada/unicode-names-early_dynastic_cuneiform.ads -include/xmlada/unicode-names-egyptian_hieroglyphs.ads -include/xmlada/unicode-names-elbasan.ads -include/xmlada/unicode-names-emoticons.ads -include/xmlada/unicode-names-enclosed_alphanum_sup.ads -include/xmlada/unicode-names-enclosed_alphanumerics.ads -include/xmlada/unicode-names-enclosed_ideographic_sup.ads -include/xmlada/unicode-names-ethiopic.ads -include/xmlada/unicode-names-ethiopic_extended.ads -include/xmlada/unicode-names-ethiopic_extended_a.ads -include/xmlada/unicode-names-ethiopic_supplement.ads -include/xmlada/unicode-names-general_punctuation.ads -include/xmlada/unicode-names-geometric_shapes.ads -include/xmlada/unicode-names-geometric_shapes_extended.ads -include/xmlada/unicode-names-georgian.ads -include/xmlada/unicode-names-georgian_supplement.ads -include/xmlada/unicode-names-glagolitic.ads -include/xmlada/unicode-names-gothic.ads -include/xmlada/unicode-names-grantha.ads -include/xmlada/unicode-names-greek_and_coptic.ads -include/xmlada/unicode-names-greek_extended.ads -include/xmlada/unicode-names-gujarati.ads -include/xmlada/unicode-names-gurmukhi.ads -include/xmlada/unicode-names-half_full_width_forms.ads -include/xmlada/unicode-names-hangul_compatibility_jamo.ads -include/xmlada/unicode-names-hangul_jamo.ads -include/xmlada/unicode-names-hangul_jamo_extended_a.ads -include/xmlada/unicode-names-hangul_jamo_extended_b.ads -include/xmlada/unicode-names-hanunoo.ads -include/xmlada/unicode-names-hatran.ads -include/xmlada/unicode-names-hebrew.ads -include/xmlada/unicode-names-hiragana.ads -include/xmlada/unicode-names-ideograph_descr_chars.ads -include/xmlada/unicode-names-imperial_aramaic.ads -include/xmlada/unicode-names-inscriptional_pahlavi.ads -include/xmlada/unicode-names-inscriptional_parthian.ads -include/xmlada/unicode-names-ipa_extensions.ads -include/xmlada/unicode-names-javanese.ads -include/xmlada/unicode-names-kaithi.ads -include/xmlada/unicode-names-kana_supplement.ads -include/xmlada/unicode-names-kanbun.ads -include/xmlada/unicode-names-kangxi_radicals.ads -include/xmlada/unicode-names-kannada.ads -include/xmlada/unicode-names-katakana.ads -include/xmlada/unicode-names-katakana_phonetic_ext.ads -include/xmlada/unicode-names-kayah_li.ads -include/xmlada/unicode-names-kharoshthi.ads -include/xmlada/unicode-names-khmer.ads -include/xmlada/unicode-names-khmer_symbols.ads -include/xmlada/unicode-names-khojki.ads -include/xmlada/unicode-names-khudawadi.ads -include/xmlada/unicode-names-lao.ads -include/xmlada/unicode-names-latin_1_supplement.ads -include/xmlada/unicode-names-latin_extended_a.ads -include/xmlada/unicode-names-latin_extended_additional.ads -include/xmlada/unicode-names-latin_extended_b.ads -include/xmlada/unicode-names-latin_extended_c.ads -include/xmlada/unicode-names-latin_extended_d.ads -include/xmlada/unicode-names-latin_extended_e.ads -include/xmlada/unicode-names-lepcha.ads -include/xmlada/unicode-names-letterlike_symbols.ads -include/xmlada/unicode-names-limbu.ads -include/xmlada/unicode-names-linear_a.ads -include/xmlada/unicode-names-linear_b_ideograms.ads -include/xmlada/unicode-names-linear_b_syllabary.ads -include/xmlada/unicode-names-lisu.ads -include/xmlada/unicode-names-lycian.ads -include/xmlada/unicode-names-lydian.ads -include/xmlada/unicode-names-mahajani.ads -include/xmlada/unicode-names-mahjong_tiles.ads -include/xmlada/unicode-names-malayalam.ads -include/xmlada/unicode-names-mandaic.ads -include/xmlada/unicode-names-manichaean.ads -include/xmlada/unicode-names-math_alphanumeric_symb.ads -include/xmlada/unicode-names-mathematical_operators.ads -include/xmlada/unicode-names-meetei_mayek.ads -include/xmlada/unicode-names-meetei_mayek_extensions.ads -include/xmlada/unicode-names-mende_kikakui.ads -include/xmlada/unicode-names-meroitic_cursive.ads -include/xmlada/unicode-names-meroitic_hieroglyphs.ads -include/xmlada/unicode-names-miao.ads -include/xmlada/unicode-names-misc_math_symbols_a.ads -include/xmlada/unicode-names-misc_math_symbols_b.ads -include/xmlada/unicode-names-misc_symbols_and_arrows.ads -include/xmlada/unicode-names-misc_symbols_pictographs.ads -include/xmlada/unicode-names-miscellaneous_symbols.ads -include/xmlada/unicode-names-miscellaneous_technical.ads -include/xmlada/unicode-names-modi.ads -include/xmlada/unicode-names-modifier_tone_letters.ads -include/xmlada/unicode-names-mongolian.ads -include/xmlada/unicode-names-mro.ads -include/xmlada/unicode-names-multani.ads -include/xmlada/unicode-names-musical_symbols.ads -include/xmlada/unicode-names-myanmar.ads -include/xmlada/unicode-names-myanmar_extended_a.ads -include/xmlada/unicode-names-myanmar_extended_b.ads -include/xmlada/unicode-names-nabataean.ads -include/xmlada/unicode-names-new_tai_lue.ads -include/xmlada/unicode-names-nko.ads -include/xmlada/unicode-names-number_forms.ads -include/xmlada/unicode-names-ogham.ads -include/xmlada/unicode-names-ol_chiki.ads -include/xmlada/unicode-names-old_hungarian.ads -include/xmlada/unicode-names-old_italic.ads -include/xmlada/unicode-names-old_north_arabian.ads -include/xmlada/unicode-names-old_permic.ads -include/xmlada/unicode-names-old_persian.ads -include/xmlada/unicode-names-old_south_arabian.ads -include/xmlada/unicode-names-old_turkic.ads -include/xmlada/unicode-names-optical_chars_recognition.ads -include/xmlada/unicode-names-oriya.ads -include/xmlada/unicode-names-ornamental_dingbats.ads -include/xmlada/unicode-names-osmanya.ads -include/xmlada/unicode-names-pahawh_hmong.ads -include/xmlada/unicode-names-palmyrene.ads -include/xmlada/unicode-names-pau_cin_hau.ads -include/xmlada/unicode-names-phags_pa.ads -include/xmlada/unicode-names-phaistos_disc.ads -include/xmlada/unicode-names-phoenician.ads -include/xmlada/unicode-names-phonetic_ext_sup.ads -include/xmlada/unicode-names-phonetic_extensions.ads -include/xmlada/unicode-names-playing_cards.ads -include/xmlada/unicode-names-psalter_pahlavi.ads -include/xmlada/unicode-names-rejang.ads -include/xmlada/unicode-names-rumi_numeral_symbols.ads -include/xmlada/unicode-names-runic.ads -include/xmlada/unicode-names-samaritan.ads -include/xmlada/unicode-names-saurashtra.ads -include/xmlada/unicode-names-sharada.ads -include/xmlada/unicode-names-shavian.ads -include/xmlada/unicode-names-shorthand_format_controls.ads -include/xmlada/unicode-names-siddham.ads -include/xmlada/unicode-names-sinhala.ads -include/xmlada/unicode-names-sinhala_archaic_numbers.ads -include/xmlada/unicode-names-small_form_variants.ads -include/xmlada/unicode-names-sora_sompeng.ads -include/xmlada/unicode-names-spacing_modifier_letters.ads -include/xmlada/unicode-names-specials.ads -include/xmlada/unicode-names-sundanese.ads -include/xmlada/unicode-names-sundanese_supplement.ads -include/xmlada/unicode-names-sup_math_operators.ads -include/xmlada/unicode-names-sup_symbols_pictographs.ads -include/xmlada/unicode-names-super_and_sub_scripts.ads -include/xmlada/unicode-names-supplemental_arrows_a.ads -include/xmlada/unicode-names-supplemental_arrows_b.ads -include/xmlada/unicode-names-supplemental_arrows_c.ads -include/xmlada/unicode-names-supplemental_punctuation.ads -include/xmlada/unicode-names-sutton_signwriting.ads -include/xmlada/unicode-names-syloti_nagri.ads -include/xmlada/unicode-names-syriac.ads -include/xmlada/unicode-names-tagalog.ads -include/xmlada/unicode-names-tagbanwa.ads -include/xmlada/unicode-names-tags.ads -include/xmlada/unicode-names-tai_le.ads -include/xmlada/unicode-names-tai_tham.ads -include/xmlada/unicode-names-tai_viet.ads -include/xmlada/unicode-names-tai_xuan_jing_symbols.ads -include/xmlada/unicode-names-takri.ads -include/xmlada/unicode-names-tamil.ads -include/xmlada/unicode-names-telugu.ads -include/xmlada/unicode-names-thaana.ads -include/xmlada/unicode-names-thai.ads -include/xmlada/unicode-names-tibetan.ads -include/xmlada/unicode-names-tifinagh.ads -include/xmlada/unicode-names-tirhuta.ads -include/xmlada/unicode-names-transport_and_map_symbols.ads -include/xmlada/unicode-names-ugaritic.ads -include/xmlada/unicode-names-vai.ads -include/xmlada/unicode-names-variation_selectors.ads -include/xmlada/unicode-names-variation_selectors_sup.ads -include/xmlada/unicode-names-vedic_extensions.ads -include/xmlada/unicode-names-vertical_forms.ads -include/xmlada/unicode-names-warang_citi.ads -include/xmlada/unicode-names-yi_radicals.ads -include/xmlada/unicode-names-yi_syllables.ads -include/xmlada/unicode-names-yijing_hexagram_symbols.ads -include/xmlada/unicode-names.ads -include/xmlada/unicode.adb -include/xmlada/unicode.ads -lib/gnat/xmlada.gpr -lib/gnat/xmlada_dom.gpr -lib/gnat/xmlada_input_sources.gpr -lib/gnat/xmlada_sax.gpr -lib/gnat/xmlada_schema.gpr -lib/gnat/xmlada_unicode.gpr -lib/xmlada/relocatable/dom-core-attrs.ali -lib/xmlada/relocatable/dom-core-cdata_sections.ali -lib/xmlada/relocatable/dom-core-character_datas.ali -lib/xmlada/relocatable/dom-core-comments.ali -lib/xmlada/relocatable/dom-core-document_fragments.ali -lib/xmlada/relocatable/dom-core-document_types.ali -lib/xmlada/relocatable/dom-core-documents.ali -lib/xmlada/relocatable/dom-core-elements.ali -lib/xmlada/relocatable/dom-core-entity_references.ali -lib/xmlada/relocatable/dom-core-nodes.ali -lib/xmlada/relocatable/dom-core-notations.ali -lib/xmlada/relocatable/dom-core-processing_instructions.ali -lib/xmlada/relocatable/dom-core-texts.ali -lib/xmlada/relocatable/dom-core.ali -lib/xmlada/relocatable/dom-readers.ali -lib/xmlada/relocatable/dom.ali -lib/xmlada/relocatable/input_sources-file.ali -lib/xmlada/relocatable/input_sources-http.ali -lib/xmlada/relocatable/input_sources-socket.ali -lib/xmlada/relocatable/input_sources-strings.ali -lib/xmlada/relocatable/input_sources.ali -lib/xmlada/relocatable/libxmlada_dom.so -lib/xmlada/relocatable/libxmlada_dom.so.%%LIBVER%% -lib/xmlada/relocatable/libxmlada_input_sources.so -lib/xmlada/relocatable/libxmlada_input_sources.so.%%LIBVER%% -lib/xmlada/relocatable/libxmlada_sax.so -lib/xmlada/relocatable/libxmlada_sax.so.%%LIBVER%% -lib/xmlada/relocatable/libxmlada_schema.so -lib/xmlada/relocatable/libxmlada_schema.so.%%LIBVER%% -lib/xmlada/relocatable/libxmlada_unicode.so -lib/xmlada/relocatable/libxmlada_unicode.so.%%LIBVER%% -lib/xmlada/relocatable/sax-attributes.ali -lib/xmlada/relocatable/sax-encodings.ali -lib/xmlada/relocatable/sax-exceptions.ali -lib/xmlada/relocatable/sax-htable.ali -lib/xmlada/relocatable/sax-locators.ali -lib/xmlada/relocatable/sax-models.ali -lib/xmlada/relocatable/sax-pointers.ali -lib/xmlada/relocatable/sax-readers.ali -lib/xmlada/relocatable/sax-state_machines.ali -lib/xmlada/relocatable/sax-symbols.ali -lib/xmlada/relocatable/sax-utils.ali -lib/xmlada/relocatable/sax.ali -lib/xmlada/relocatable/schema-date_time.ali -lib/xmlada/relocatable/schema-decimal.ali -lib/xmlada/relocatable/schema-dom_readers.ali -lib/xmlada/relocatable/schema-readers.ali -lib/xmlada/relocatable/schema-schema_readers.ali -lib/xmlada/relocatable/schema-simple_types.ali -lib/xmlada/relocatable/schema-validators-xsd_grammar.ali -lib/xmlada/relocatable/schema-validators.ali -lib/xmlada/relocatable/schema.ali -lib/xmlada/relocatable/unicode-ccs-iso_8859_1.ali -lib/xmlada/relocatable/unicode-ccs-iso_8859_15.ali -lib/xmlada/relocatable/unicode-ccs-iso_8859_2.ali -lib/xmlada/relocatable/unicode-ccs-iso_8859_3.ali -lib/xmlada/relocatable/unicode-ccs-iso_8859_4.ali -lib/xmlada/relocatable/unicode-ccs-windows_1251.ali -lib/xmlada/relocatable/unicode-ccs-windows_1252.ali -lib/xmlada/relocatable/unicode-ccs.ali -lib/xmlada/relocatable/unicode-ces-basic_8bit.ali -lib/xmlada/relocatable/unicode-ces-utf16.ali -lib/xmlada/relocatable/unicode-ces-utf32.ali -lib/xmlada/relocatable/unicode-ces-utf8.ali -lib/xmlada/relocatable/unicode-ces.ali -lib/xmlada/relocatable/unicode-encodings.ali -lib/xmlada/relocatable/unicode-names-aegean_numbers.ali -lib/xmlada/relocatable/unicode-names-ahom.ali -lib/xmlada/relocatable/unicode-names-alchemical_symbols.ali -lib/xmlada/relocatable/unicode-names-alpha_presentation_forms.ali -lib/xmlada/relocatable/unicode-names-anatolian_hieroglyphs.ali -lib/xmlada/relocatable/unicode-names-ancient_greek_music.ali -lib/xmlada/relocatable/unicode-names-ancient_greek_numbers.ali -lib/xmlada/relocatable/unicode-names-ancient_symbols.ali -lib/xmlada/relocatable/unicode-names-arabic.ali -lib/xmlada/relocatable/unicode-names-arabic_extended_a.ali -lib/xmlada/relocatable/unicode-names-arabic_math_alpha_symb.ali -lib/xmlada/relocatable/unicode-names-arabic_present_formsa.ali -lib/xmlada/relocatable/unicode-names-arabic_present_formsb.ali -lib/xmlada/relocatable/unicode-names-arabic_supplement.ali -lib/xmlada/relocatable/unicode-names-armenian.ali -lib/xmlada/relocatable/unicode-names-arrows.ali -lib/xmlada/relocatable/unicode-names-avestan.ali -lib/xmlada/relocatable/unicode-names-balinese.ali -lib/xmlada/relocatable/unicode-names-bamum.ali -lib/xmlada/relocatable/unicode-names-bamum_supplement.ali -lib/xmlada/relocatable/unicode-names-basic_latin.ali -lib/xmlada/relocatable/unicode-names-bassa_vah.ali -lib/xmlada/relocatable/unicode-names-batak.ali -lib/xmlada/relocatable/unicode-names-bengali.ali -lib/xmlada/relocatable/unicode-names-block_elements.ali -lib/xmlada/relocatable/unicode-names-bopomofo.ali -lib/xmlada/relocatable/unicode-names-bopomofo_extended.ali -lib/xmlada/relocatable/unicode-names-box_drawing.ali -lib/xmlada/relocatable/unicode-names-brahmi.ali -lib/xmlada/relocatable/unicode-names-braille_patterns.ali -lib/xmlada/relocatable/unicode-names-buginese.ali -lib/xmlada/relocatable/unicode-names-buhid.ali -lib/xmlada/relocatable/unicode-names-byzantine_musical_symbols.ali -lib/xmlada/relocatable/unicode-names-canadian_aboriginal.ali -lib/xmlada/relocatable/unicode-names-canadian_aboriginal_ext.ali -lib/xmlada/relocatable/unicode-names-carian.ali -lib/xmlada/relocatable/unicode-names-caucasian_albanian.ali -lib/xmlada/relocatable/unicode-names-chakma.ali -lib/xmlada/relocatable/unicode-names-cham.ali -lib/xmlada/relocatable/unicode-names-cherokee.ali -lib/xmlada/relocatable/unicode-names-cherokee_supplement.ali -lib/xmlada/relocatable/unicode-names-cjk_compat_ideo_sup.ali -lib/xmlada/relocatable/unicode-names-cjk_compat_ideographs.ali -lib/xmlada/relocatable/unicode-names-cjk_compatibility.ali -lib/xmlada/relocatable/unicode-names-cjk_compatibility_forms.ali -lib/xmlada/relocatable/unicode-names-cjk_letters_months.ali -lib/xmlada/relocatable/unicode-names-cjk_radicals_supplement.ali -lib/xmlada/relocatable/unicode-names-cjk_strokes.ali -lib/xmlada/relocatable/unicode-names-cjk_symbols_and_punct.ali -lib/xmlada/relocatable/unicode-names-combining_diacritical.ali -lib/xmlada/relocatable/unicode-names-combining_diacritical_ext.ali -lib/xmlada/relocatable/unicode-names-combining_diacritical_sup.ali -lib/xmlada/relocatable/unicode-names-combining_diacritical_sym.ali -lib/xmlada/relocatable/unicode-names-combining_half_marks.ali -lib/xmlada/relocatable/unicode-names-common_indic_number_forms.ali -lib/xmlada/relocatable/unicode-names-control_pictures.ali -lib/xmlada/relocatable/unicode-names-coptic.ali -lib/xmlada/relocatable/unicode-names-coptic_epact_numbers.ali -lib/xmlada/relocatable/unicode-names-counting_rod_numerals.ali -lib/xmlada/relocatable/unicode-names-cuneiform.ali -lib/xmlada/relocatable/unicode-names-cuneiform_num_punctuation.ali -lib/xmlada/relocatable/unicode-names-currency_symbols.ali -lib/xmlada/relocatable/unicode-names-cypriot_syllabary.ali -lib/xmlada/relocatable/unicode-names-cyrillic.ali -lib/xmlada/relocatable/unicode-names-cyrillic_extended_a.ali -lib/xmlada/relocatable/unicode-names-cyrillic_extended_b.ali -lib/xmlada/relocatable/unicode-names-cyrillic_supplement.ali -lib/xmlada/relocatable/unicode-names-deseret.ali -lib/xmlada/relocatable/unicode-names-devanagari.ali -lib/xmlada/relocatable/unicode-names-devanagari_extended.ali -lib/xmlada/relocatable/unicode-names-dingbats.ali -lib/xmlada/relocatable/unicode-names-domino_tiles.ali -lib/xmlada/relocatable/unicode-names-duployan.ali -lib/xmlada/relocatable/unicode-names-early_dynastic_cuneiform.ali -lib/xmlada/relocatable/unicode-names-egyptian_hieroglyphs.ali -lib/xmlada/relocatable/unicode-names-elbasan.ali -lib/xmlada/relocatable/unicode-names-emoticons.ali -lib/xmlada/relocatable/unicode-names-enclosed_alphanum_sup.ali -lib/xmlada/relocatable/unicode-names-enclosed_alphanumerics.ali -lib/xmlada/relocatable/unicode-names-enclosed_ideographic_sup.ali -lib/xmlada/relocatable/unicode-names-ethiopic.ali -lib/xmlada/relocatable/unicode-names-ethiopic_extended.ali -lib/xmlada/relocatable/unicode-names-ethiopic_extended_a.ali -lib/xmlada/relocatable/unicode-names-ethiopic_supplement.ali -lib/xmlada/relocatable/unicode-names-general_punctuation.ali -lib/xmlada/relocatable/unicode-names-geometric_shapes.ali -lib/xmlada/relocatable/unicode-names-geometric_shapes_extended.ali -lib/xmlada/relocatable/unicode-names-georgian.ali -lib/xmlada/relocatable/unicode-names-georgian_supplement.ali -lib/xmlada/relocatable/unicode-names-glagolitic.ali -lib/xmlada/relocatable/unicode-names-gothic.ali -lib/xmlada/relocatable/unicode-names-grantha.ali -lib/xmlada/relocatable/unicode-names-greek_and_coptic.ali -lib/xmlada/relocatable/unicode-names-greek_extended.ali -lib/xmlada/relocatable/unicode-names-gujarati.ali -lib/xmlada/relocatable/unicode-names-gurmukhi.ali -lib/xmlada/relocatable/unicode-names-half_full_width_forms.ali -lib/xmlada/relocatable/unicode-names-hangul_compatibility_jamo.ali -lib/xmlada/relocatable/unicode-names-hangul_jamo.ali -lib/xmlada/relocatable/unicode-names-hangul_jamo_extended_a.ali -lib/xmlada/relocatable/unicode-names-hangul_jamo_extended_b.ali -lib/xmlada/relocatable/unicode-names-hanunoo.ali -lib/xmlada/relocatable/unicode-names-hatran.ali -lib/xmlada/relocatable/unicode-names-hebrew.ali -lib/xmlada/relocatable/unicode-names-hiragana.ali -lib/xmlada/relocatable/unicode-names-ideograph_descr_chars.ali -lib/xmlada/relocatable/unicode-names-imperial_aramaic.ali -lib/xmlada/relocatable/unicode-names-inscriptional_pahlavi.ali -lib/xmlada/relocatable/unicode-names-inscriptional_parthian.ali -lib/xmlada/relocatable/unicode-names-ipa_extensions.ali -lib/xmlada/relocatable/unicode-names-javanese.ali -lib/xmlada/relocatable/unicode-names-kaithi.ali -lib/xmlada/relocatable/unicode-names-kana_supplement.ali -lib/xmlada/relocatable/unicode-names-kanbun.ali -lib/xmlada/relocatable/unicode-names-kangxi_radicals.ali -lib/xmlada/relocatable/unicode-names-kannada.ali -lib/xmlada/relocatable/unicode-names-katakana.ali -lib/xmlada/relocatable/unicode-names-katakana_phonetic_ext.ali -lib/xmlada/relocatable/unicode-names-kayah_li.ali -lib/xmlada/relocatable/unicode-names-kharoshthi.ali -lib/xmlada/relocatable/unicode-names-khmer.ali -lib/xmlada/relocatable/unicode-names-khmer_symbols.ali -lib/xmlada/relocatable/unicode-names-khojki.ali -lib/xmlada/relocatable/unicode-names-khudawadi.ali -lib/xmlada/relocatable/unicode-names-lao.ali -lib/xmlada/relocatable/unicode-names-latin_1_supplement.ali -lib/xmlada/relocatable/unicode-names-latin_extended_a.ali -lib/xmlada/relocatable/unicode-names-latin_extended_additional.ali -lib/xmlada/relocatable/unicode-names-latin_extended_b.ali -lib/xmlada/relocatable/unicode-names-latin_extended_c.ali -lib/xmlada/relocatable/unicode-names-latin_extended_d.ali -lib/xmlada/relocatable/unicode-names-latin_extended_e.ali -lib/xmlada/relocatable/unicode-names-lepcha.ali -lib/xmlada/relocatable/unicode-names-letterlike_symbols.ali -lib/xmlada/relocatable/unicode-names-limbu.ali -lib/xmlada/relocatable/unicode-names-linear_a.ali -lib/xmlada/relocatable/unicode-names-linear_b_ideograms.ali -lib/xmlada/relocatable/unicode-names-linear_b_syllabary.ali -lib/xmlada/relocatable/unicode-names-lisu.ali -lib/xmlada/relocatable/unicode-names-lycian.ali -lib/xmlada/relocatable/unicode-names-lydian.ali -lib/xmlada/relocatable/unicode-names-mahajani.ali -lib/xmlada/relocatable/unicode-names-mahjong_tiles.ali -lib/xmlada/relocatable/unicode-names-malayalam.ali -lib/xmlada/relocatable/unicode-names-mandaic.ali -lib/xmlada/relocatable/unicode-names-manichaean.ali -lib/xmlada/relocatable/unicode-names-math_alphanumeric_symb.ali -lib/xmlada/relocatable/unicode-names-mathematical_operators.ali -lib/xmlada/relocatable/unicode-names-meetei_mayek.ali -lib/xmlada/relocatable/unicode-names-meetei_mayek_extensions.ali -lib/xmlada/relocatable/unicode-names-mende_kikakui.ali -lib/xmlada/relocatable/unicode-names-meroitic_cursive.ali -lib/xmlada/relocatable/unicode-names-meroitic_hieroglyphs.ali -lib/xmlada/relocatable/unicode-names-miao.ali -lib/xmlada/relocatable/unicode-names-misc_math_symbols_a.ali -lib/xmlada/relocatable/unicode-names-misc_math_symbols_b.ali -lib/xmlada/relocatable/unicode-names-misc_symbols_and_arrows.ali -lib/xmlada/relocatable/unicode-names-misc_symbols_pictographs.ali -lib/xmlada/relocatable/unicode-names-miscellaneous_symbols.ali -lib/xmlada/relocatable/unicode-names-miscellaneous_technical.ali -lib/xmlada/relocatable/unicode-names-modi.ali -lib/xmlada/relocatable/unicode-names-modifier_tone_letters.ali -lib/xmlada/relocatable/unicode-names-mongolian.ali -lib/xmlada/relocatable/unicode-names-mro.ali -lib/xmlada/relocatable/unicode-names-multani.ali -lib/xmlada/relocatable/unicode-names-musical_symbols.ali -lib/xmlada/relocatable/unicode-names-myanmar.ali -lib/xmlada/relocatable/unicode-names-myanmar_extended_a.ali -lib/xmlada/relocatable/unicode-names-myanmar_extended_b.ali -lib/xmlada/relocatable/unicode-names-nabataean.ali -lib/xmlada/relocatable/unicode-names-new_tai_lue.ali -lib/xmlada/relocatable/unicode-names-nko.ali -lib/xmlada/relocatable/unicode-names-number_forms.ali -lib/xmlada/relocatable/unicode-names-ogham.ali -lib/xmlada/relocatable/unicode-names-ol_chiki.ali -lib/xmlada/relocatable/unicode-names-old_hungarian.ali -lib/xmlada/relocatable/unicode-names-old_italic.ali -lib/xmlada/relocatable/unicode-names-old_north_arabian.ali -lib/xmlada/relocatable/unicode-names-old_permic.ali -lib/xmlada/relocatable/unicode-names-old_persian.ali -lib/xmlada/relocatable/unicode-names-old_south_arabian.ali -lib/xmlada/relocatable/unicode-names-old_turkic.ali -lib/xmlada/relocatable/unicode-names-optical_chars_recognition.ali -lib/xmlada/relocatable/unicode-names-oriya.ali -lib/xmlada/relocatable/unicode-names-ornamental_dingbats.ali -lib/xmlada/relocatable/unicode-names-osmanya.ali -lib/xmlada/relocatable/unicode-names-pahawh_hmong.ali -lib/xmlada/relocatable/unicode-names-palmyrene.ali -lib/xmlada/relocatable/unicode-names-pau_cin_hau.ali -lib/xmlada/relocatable/unicode-names-phags_pa.ali -lib/xmlada/relocatable/unicode-names-phaistos_disc.ali -lib/xmlada/relocatable/unicode-names-phoenician.ali -lib/xmlada/relocatable/unicode-names-phonetic_ext_sup.ali -lib/xmlada/relocatable/unicode-names-phonetic_extensions.ali -lib/xmlada/relocatable/unicode-names-playing_cards.ali -lib/xmlada/relocatable/unicode-names-psalter_pahlavi.ali -lib/xmlada/relocatable/unicode-names-rejang.ali -lib/xmlada/relocatable/unicode-names-rumi_numeral_symbols.ali -lib/xmlada/relocatable/unicode-names-runic.ali -lib/xmlada/relocatable/unicode-names-samaritan.ali -lib/xmlada/relocatable/unicode-names-saurashtra.ali -lib/xmlada/relocatable/unicode-names-sharada.ali -lib/xmlada/relocatable/unicode-names-shavian.ali -lib/xmlada/relocatable/unicode-names-shorthand_format_controls.ali -lib/xmlada/relocatable/unicode-names-siddham.ali -lib/xmlada/relocatable/unicode-names-sinhala.ali -lib/xmlada/relocatable/unicode-names-sinhala_archaic_numbers.ali -lib/xmlada/relocatable/unicode-names-small_form_variants.ali -lib/xmlada/relocatable/unicode-names-sora_sompeng.ali -lib/xmlada/relocatable/unicode-names-spacing_modifier_letters.ali -lib/xmlada/relocatable/unicode-names-specials.ali -lib/xmlada/relocatable/unicode-names-sundanese.ali -lib/xmlada/relocatable/unicode-names-sundanese_supplement.ali -lib/xmlada/relocatable/unicode-names-sup_math_operators.ali -lib/xmlada/relocatable/unicode-names-sup_symbols_pictographs.ali -lib/xmlada/relocatable/unicode-names-super_and_sub_scripts.ali -lib/xmlada/relocatable/unicode-names-supplemental_arrows_a.ali -lib/xmlada/relocatable/unicode-names-supplemental_arrows_b.ali -lib/xmlada/relocatable/unicode-names-supplemental_arrows_c.ali -lib/xmlada/relocatable/unicode-names-supplemental_punctuation.ali -lib/xmlada/relocatable/unicode-names-sutton_signwriting.ali -lib/xmlada/relocatable/unicode-names-syloti_nagri.ali -lib/xmlada/relocatable/unicode-names-syriac.ali -lib/xmlada/relocatable/unicode-names-tagalog.ali -lib/xmlada/relocatable/unicode-names-tagbanwa.ali -lib/xmlada/relocatable/unicode-names-tags.ali -lib/xmlada/relocatable/unicode-names-tai_le.ali -lib/xmlada/relocatable/unicode-names-tai_tham.ali -lib/xmlada/relocatable/unicode-names-tai_viet.ali -lib/xmlada/relocatable/unicode-names-tai_xuan_jing_symbols.ali -lib/xmlada/relocatable/unicode-names-takri.ali -lib/xmlada/relocatable/unicode-names-tamil.ali -lib/xmlada/relocatable/unicode-names-telugu.ali -lib/xmlada/relocatable/unicode-names-thaana.ali -lib/xmlada/relocatable/unicode-names-thai.ali -lib/xmlada/relocatable/unicode-names-tibetan.ali -lib/xmlada/relocatable/unicode-names-tifinagh.ali -lib/xmlada/relocatable/unicode-names-tirhuta.ali -lib/xmlada/relocatable/unicode-names-transport_and_map_symbols.ali -lib/xmlada/relocatable/unicode-names-ugaritic.ali -lib/xmlada/relocatable/unicode-names-vai.ali -lib/xmlada/relocatable/unicode-names-variation_selectors.ali -lib/xmlada/relocatable/unicode-names-variation_selectors_sup.ali -lib/xmlada/relocatable/unicode-names-vedic_extensions.ali -lib/xmlada/relocatable/unicode-names-vertical_forms.ali -lib/xmlada/relocatable/unicode-names-warang_citi.ali -lib/xmlada/relocatable/unicode-names-yi_radicals.ali -lib/xmlada/relocatable/unicode-names-yi_syllables.ali -lib/xmlada/relocatable/unicode-names-yijing_hexagram_symbols.ali -lib/xmlada/relocatable/unicode-names.ali -lib/xmlada/relocatable/unicode.ali -lib/xmlada/static/dom-core-attrs.ali -lib/xmlada/static/dom-core-cdata_sections.ali -lib/xmlada/static/dom-core-character_datas.ali -lib/xmlada/static/dom-core-comments.ali -lib/xmlada/static/dom-core-document_fragments.ali -lib/xmlada/static/dom-core-document_types.ali -lib/xmlada/static/dom-core-documents.ali -lib/xmlada/static/dom-core-elements.ali -lib/xmlada/static/dom-core-entity_references.ali -lib/xmlada/static/dom-core-nodes.ali -lib/xmlada/static/dom-core-notations.ali -lib/xmlada/static/dom-core-processing_instructions.ali -lib/xmlada/static/dom-core-texts.ali -lib/xmlada/static/dom-core.ali -lib/xmlada/static/dom-readers.ali -lib/xmlada/static/dom.ali -lib/xmlada/static/input_sources-file.ali -lib/xmlada/static/input_sources-http.ali -lib/xmlada/static/input_sources-socket.ali -lib/xmlada/static/input_sources-strings.ali -lib/xmlada/static/input_sources.ali -lib/xmlada/static/libxmlada_dom.a -lib/xmlada/static/libxmlada_input_sources.a -lib/xmlada/static/libxmlada_sax.a -lib/xmlada/static/libxmlada_schema.a -lib/xmlada/static/libxmlada_unicode.a -lib/xmlada/static/sax-attributes.ali -lib/xmlada/static/sax-encodings.ali -lib/xmlada/static/sax-exceptions.ali -lib/xmlada/static/sax-htable.ali -lib/xmlada/static/sax-locators.ali -lib/xmlada/static/sax-models.ali -lib/xmlada/static/sax-pointers.ali -lib/xmlada/static/sax-readers.ali -lib/xmlada/static/sax-state_machines.ali -lib/xmlada/static/sax-symbols.ali -lib/xmlada/static/sax-utils.ali -lib/xmlada/static/sax.ali -lib/xmlada/static/schema-date_time.ali -lib/xmlada/static/schema-decimal.ali -lib/xmlada/static/schema-dom_readers.ali -lib/xmlada/static/schema-readers.ali -lib/xmlada/static/schema-schema_readers.ali -lib/xmlada/static/schema-simple_types.ali -lib/xmlada/static/schema-validators-xsd_grammar.ali -lib/xmlada/static/schema-validators.ali -lib/xmlada/static/schema.ali -lib/xmlada/static/unicode-ccs-iso_8859_1.ali -lib/xmlada/static/unicode-ccs-iso_8859_15.ali -lib/xmlada/static/unicode-ccs-iso_8859_2.ali -lib/xmlada/static/unicode-ccs-iso_8859_3.ali -lib/xmlada/static/unicode-ccs-iso_8859_4.ali -lib/xmlada/static/unicode-ccs-windows_1251.ali -lib/xmlada/static/unicode-ccs-windows_1252.ali -lib/xmlada/static/unicode-ccs.ali -lib/xmlada/static/unicode-ces-basic_8bit.ali -lib/xmlada/static/unicode-ces-utf16.ali -lib/xmlada/static/unicode-ces-utf32.ali -lib/xmlada/static/unicode-ces-utf8.ali -lib/xmlada/static/unicode-ces.ali -lib/xmlada/static/unicode-encodings.ali -lib/xmlada/static/unicode-names-aegean_numbers.ali -lib/xmlada/static/unicode-names-ahom.ali -lib/xmlada/static/unicode-names-alchemical_symbols.ali -lib/xmlada/static/unicode-names-alpha_presentation_forms.ali -lib/xmlada/static/unicode-names-anatolian_hieroglyphs.ali -lib/xmlada/static/unicode-names-ancient_greek_music.ali -lib/xmlada/static/unicode-names-ancient_greek_numbers.ali -lib/xmlada/static/unicode-names-ancient_symbols.ali -lib/xmlada/static/unicode-names-arabic.ali -lib/xmlada/static/unicode-names-arabic_extended_a.ali -lib/xmlada/static/unicode-names-arabic_math_alpha_symb.ali -lib/xmlada/static/unicode-names-arabic_present_formsa.ali -lib/xmlada/static/unicode-names-arabic_present_formsb.ali -lib/xmlada/static/unicode-names-arabic_supplement.ali -lib/xmlada/static/unicode-names-armenian.ali -lib/xmlada/static/unicode-names-arrows.ali -lib/xmlada/static/unicode-names-avestan.ali -lib/xmlada/static/unicode-names-balinese.ali -lib/xmlada/static/unicode-names-bamum.ali -lib/xmlada/static/unicode-names-bamum_supplement.ali -lib/xmlada/static/unicode-names-basic_latin.ali -lib/xmlada/static/unicode-names-bassa_vah.ali -lib/xmlada/static/unicode-names-batak.ali -lib/xmlada/static/unicode-names-bengali.ali -lib/xmlada/static/unicode-names-block_elements.ali -lib/xmlada/static/unicode-names-bopomofo.ali -lib/xmlada/static/unicode-names-bopomofo_extended.ali -lib/xmlada/static/unicode-names-box_drawing.ali -lib/xmlada/static/unicode-names-brahmi.ali -lib/xmlada/static/unicode-names-braille_patterns.ali -lib/xmlada/static/unicode-names-buginese.ali -lib/xmlada/static/unicode-names-buhid.ali -lib/xmlada/static/unicode-names-byzantine_musical_symbols.ali -lib/xmlada/static/unicode-names-canadian_aboriginal.ali -lib/xmlada/static/unicode-names-canadian_aboriginal_ext.ali -lib/xmlada/static/unicode-names-carian.ali -lib/xmlada/static/unicode-names-caucasian_albanian.ali -lib/xmlada/static/unicode-names-chakma.ali -lib/xmlada/static/unicode-names-cham.ali -lib/xmlada/static/unicode-names-cherokee.ali -lib/xmlada/static/unicode-names-cherokee_supplement.ali -lib/xmlada/static/unicode-names-cjk_compat_ideo_sup.ali -lib/xmlada/static/unicode-names-cjk_compat_ideographs.ali -lib/xmlada/static/unicode-names-cjk_compatibility.ali -lib/xmlada/static/unicode-names-cjk_compatibility_forms.ali -lib/xmlada/static/unicode-names-cjk_letters_months.ali -lib/xmlada/static/unicode-names-cjk_radicals_supplement.ali -lib/xmlada/static/unicode-names-cjk_strokes.ali -lib/xmlada/static/unicode-names-cjk_symbols_and_punct.ali -lib/xmlada/static/unicode-names-combining_diacritical.ali -lib/xmlada/static/unicode-names-combining_diacritical_ext.ali -lib/xmlada/static/unicode-names-combining_diacritical_sup.ali -lib/xmlada/static/unicode-names-combining_diacritical_sym.ali -lib/xmlada/static/unicode-names-combining_half_marks.ali -lib/xmlada/static/unicode-names-common_indic_number_forms.ali -lib/xmlada/static/unicode-names-control_pictures.ali -lib/xmlada/static/unicode-names-coptic.ali -lib/xmlada/static/unicode-names-coptic_epact_numbers.ali -lib/xmlada/static/unicode-names-counting_rod_numerals.ali -lib/xmlada/static/unicode-names-cuneiform.ali -lib/xmlada/static/unicode-names-cuneiform_num_punctuation.ali -lib/xmlada/static/unicode-names-currency_symbols.ali -lib/xmlada/static/unicode-names-cypriot_syllabary.ali -lib/xmlada/static/unicode-names-cyrillic.ali -lib/xmlada/static/unicode-names-cyrillic_extended_a.ali -lib/xmlada/static/unicode-names-cyrillic_extended_b.ali -lib/xmlada/static/unicode-names-cyrillic_supplement.ali -lib/xmlada/static/unicode-names-deseret.ali -lib/xmlada/static/unicode-names-devanagari.ali -lib/xmlada/static/unicode-names-devanagari_extended.ali -lib/xmlada/static/unicode-names-dingbats.ali -lib/xmlada/static/unicode-names-domino_tiles.ali -lib/xmlada/static/unicode-names-duployan.ali -lib/xmlada/static/unicode-names-early_dynastic_cuneiform.ali -lib/xmlada/static/unicode-names-egyptian_hieroglyphs.ali -lib/xmlada/static/unicode-names-elbasan.ali -lib/xmlada/static/unicode-names-emoticons.ali -lib/xmlada/static/unicode-names-enclosed_alphanum_sup.ali -lib/xmlada/static/unicode-names-enclosed_alphanumerics.ali -lib/xmlada/static/unicode-names-enclosed_ideographic_sup.ali -lib/xmlada/static/unicode-names-ethiopic.ali -lib/xmlada/static/unicode-names-ethiopic_extended.ali -lib/xmlada/static/unicode-names-ethiopic_extended_a.ali -lib/xmlada/static/unicode-names-ethiopic_supplement.ali -lib/xmlada/static/unicode-names-general_punctuation.ali -lib/xmlada/static/unicode-names-geometric_shapes.ali -lib/xmlada/static/unicode-names-geometric_shapes_extended.ali -lib/xmlada/static/unicode-names-georgian.ali -lib/xmlada/static/unicode-names-georgian_supplement.ali -lib/xmlada/static/unicode-names-glagolitic.ali -lib/xmlada/static/unicode-names-gothic.ali -lib/xmlada/static/unicode-names-grantha.ali -lib/xmlada/static/unicode-names-greek_and_coptic.ali -lib/xmlada/static/unicode-names-greek_extended.ali -lib/xmlada/static/unicode-names-gujarati.ali -lib/xmlada/static/unicode-names-gurmukhi.ali -lib/xmlada/static/unicode-names-half_full_width_forms.ali -lib/xmlada/static/unicode-names-hangul_compatibility_jamo.ali -lib/xmlada/static/unicode-names-hangul_jamo.ali -lib/xmlada/static/unicode-names-hangul_jamo_extended_a.ali -lib/xmlada/static/unicode-names-hangul_jamo_extended_b.ali -lib/xmlada/static/unicode-names-hanunoo.ali -lib/xmlada/static/unicode-names-hatran.ali -lib/xmlada/static/unicode-names-hebrew.ali -lib/xmlada/static/unicode-names-hiragana.ali -lib/xmlada/static/unicode-names-ideograph_descr_chars.ali -lib/xmlada/static/unicode-names-imperial_aramaic.ali -lib/xmlada/static/unicode-names-inscriptional_pahlavi.ali -lib/xmlada/static/unicode-names-inscriptional_parthian.ali -lib/xmlada/static/unicode-names-ipa_extensions.ali -lib/xmlada/static/unicode-names-javanese.ali -lib/xmlada/static/unicode-names-kaithi.ali -lib/xmlada/static/unicode-names-kana_supplement.ali -lib/xmlada/static/unicode-names-kanbun.ali -lib/xmlada/static/unicode-names-kangxi_radicals.ali -lib/xmlada/static/unicode-names-kannada.ali -lib/xmlada/static/unicode-names-katakana.ali -lib/xmlada/static/unicode-names-katakana_phonetic_ext.ali -lib/xmlada/static/unicode-names-kayah_li.ali -lib/xmlada/static/unicode-names-kharoshthi.ali -lib/xmlada/static/unicode-names-khmer.ali -lib/xmlada/static/unicode-names-khmer_symbols.ali -lib/xmlada/static/unicode-names-khojki.ali -lib/xmlada/static/unicode-names-khudawadi.ali -lib/xmlada/static/unicode-names-lao.ali -lib/xmlada/static/unicode-names-latin_1_supplement.ali -lib/xmlada/static/unicode-names-latin_extended_a.ali -lib/xmlada/static/unicode-names-latin_extended_additional.ali -lib/xmlada/static/unicode-names-latin_extended_b.ali -lib/xmlada/static/unicode-names-latin_extended_c.ali -lib/xmlada/static/unicode-names-latin_extended_d.ali -lib/xmlada/static/unicode-names-latin_extended_e.ali -lib/xmlada/static/unicode-names-lepcha.ali -lib/xmlada/static/unicode-names-letterlike_symbols.ali -lib/xmlada/static/unicode-names-limbu.ali -lib/xmlada/static/unicode-names-linear_a.ali -lib/xmlada/static/unicode-names-linear_b_ideograms.ali -lib/xmlada/static/unicode-names-linear_b_syllabary.ali -lib/xmlada/static/unicode-names-lisu.ali -lib/xmlada/static/unicode-names-lycian.ali -lib/xmlada/static/unicode-names-lydian.ali -lib/xmlada/static/unicode-names-mahajani.ali -lib/xmlada/static/unicode-names-mahjong_tiles.ali -lib/xmlada/static/unicode-names-malayalam.ali -lib/xmlada/static/unicode-names-mandaic.ali -lib/xmlada/static/unicode-names-manichaean.ali -lib/xmlada/static/unicode-names-math_alphanumeric_symb.ali -lib/xmlada/static/unicode-names-mathematical_operators.ali -lib/xmlada/static/unicode-names-meetei_mayek.ali -lib/xmlada/static/unicode-names-meetei_mayek_extensions.ali -lib/xmlada/static/unicode-names-mende_kikakui.ali -lib/xmlada/static/unicode-names-meroitic_cursive.ali -lib/xmlada/static/unicode-names-meroitic_hieroglyphs.ali -lib/xmlada/static/unicode-names-miao.ali -lib/xmlada/static/unicode-names-misc_math_symbols_a.ali -lib/xmlada/static/unicode-names-misc_math_symbols_b.ali -lib/xmlada/static/unicode-names-misc_symbols_and_arrows.ali -lib/xmlada/static/unicode-names-misc_symbols_pictographs.ali -lib/xmlada/static/unicode-names-miscellaneous_symbols.ali -lib/xmlada/static/unicode-names-miscellaneous_technical.ali -lib/xmlada/static/unicode-names-modi.ali -lib/xmlada/static/unicode-names-modifier_tone_letters.ali -lib/xmlada/static/unicode-names-mongolian.ali -lib/xmlada/static/unicode-names-mro.ali -lib/xmlada/static/unicode-names-multani.ali -lib/xmlada/static/unicode-names-musical_symbols.ali -lib/xmlada/static/unicode-names-myanmar.ali -lib/xmlada/static/unicode-names-myanmar_extended_a.ali -lib/xmlada/static/unicode-names-myanmar_extended_b.ali -lib/xmlada/static/unicode-names-nabataean.ali -lib/xmlada/static/unicode-names-new_tai_lue.ali -lib/xmlada/static/unicode-names-nko.ali -lib/xmlada/static/unicode-names-number_forms.ali -lib/xmlada/static/unicode-names-ogham.ali -lib/xmlada/static/unicode-names-ol_chiki.ali -lib/xmlada/static/unicode-names-old_hungarian.ali -lib/xmlada/static/unicode-names-old_italic.ali -lib/xmlada/static/unicode-names-old_north_arabian.ali -lib/xmlada/static/unicode-names-old_permic.ali -lib/xmlada/static/unicode-names-old_persian.ali -lib/xmlada/static/unicode-names-old_south_arabian.ali -lib/xmlada/static/unicode-names-old_turkic.ali -lib/xmlada/static/unicode-names-optical_chars_recognition.ali -lib/xmlada/static/unicode-names-oriya.ali -lib/xmlada/static/unicode-names-ornamental_dingbats.ali -lib/xmlada/static/unicode-names-osmanya.ali -lib/xmlada/static/unicode-names-pahawh_hmong.ali -lib/xmlada/static/unicode-names-palmyrene.ali -lib/xmlada/static/unicode-names-pau_cin_hau.ali -lib/xmlada/static/unicode-names-phags_pa.ali -lib/xmlada/static/unicode-names-phaistos_disc.ali -lib/xmlada/static/unicode-names-phoenician.ali -lib/xmlada/static/unicode-names-phonetic_ext_sup.ali -lib/xmlada/static/unicode-names-phonetic_extensions.ali -lib/xmlada/static/unicode-names-playing_cards.ali -lib/xmlada/static/unicode-names-psalter_pahlavi.ali -lib/xmlada/static/unicode-names-rejang.ali -lib/xmlada/static/unicode-names-rumi_numeral_symbols.ali -lib/xmlada/static/unicode-names-runic.ali -lib/xmlada/static/unicode-names-samaritan.ali -lib/xmlada/static/unicode-names-saurashtra.ali -lib/xmlada/static/unicode-names-sharada.ali -lib/xmlada/static/unicode-names-shavian.ali -lib/xmlada/static/unicode-names-shorthand_format_controls.ali -lib/xmlada/static/unicode-names-siddham.ali -lib/xmlada/static/unicode-names-sinhala.ali -lib/xmlada/static/unicode-names-sinhala_archaic_numbers.ali -lib/xmlada/static/unicode-names-small_form_variants.ali -lib/xmlada/static/unicode-names-sora_sompeng.ali -lib/xmlada/static/unicode-names-spacing_modifier_letters.ali -lib/xmlada/static/unicode-names-specials.ali -lib/xmlada/static/unicode-names-sundanese.ali -lib/xmlada/static/unicode-names-sundanese_supplement.ali -lib/xmlada/static/unicode-names-sup_math_operators.ali -lib/xmlada/static/unicode-names-sup_symbols_pictographs.ali -lib/xmlada/static/unicode-names-super_and_sub_scripts.ali -lib/xmlada/static/unicode-names-supplemental_arrows_a.ali -lib/xmlada/static/unicode-names-supplemental_arrows_b.ali -lib/xmlada/static/unicode-names-supplemental_arrows_c.ali -lib/xmlada/static/unicode-names-supplemental_punctuation.ali -lib/xmlada/static/unicode-names-sutton_signwriting.ali -lib/xmlada/static/unicode-names-syloti_nagri.ali -lib/xmlada/static/unicode-names-syriac.ali -lib/xmlada/static/unicode-names-tagalog.ali -lib/xmlada/static/unicode-names-tagbanwa.ali -lib/xmlada/static/unicode-names-tags.ali -lib/xmlada/static/unicode-names-tai_le.ali -lib/xmlada/static/unicode-names-tai_tham.ali -lib/xmlada/static/unicode-names-tai_viet.ali -lib/xmlada/static/unicode-names-tai_xuan_jing_symbols.ali -lib/xmlada/static/unicode-names-takri.ali -lib/xmlada/static/unicode-names-tamil.ali -lib/xmlada/static/unicode-names-telugu.ali -lib/xmlada/static/unicode-names-thaana.ali -lib/xmlada/static/unicode-names-thai.ali -lib/xmlada/static/unicode-names-tibetan.ali -lib/xmlada/static/unicode-names-tifinagh.ali -lib/xmlada/static/unicode-names-tirhuta.ali -lib/xmlada/static/unicode-names-transport_and_map_symbols.ali -lib/xmlada/static/unicode-names-ugaritic.ali -lib/xmlada/static/unicode-names-vai.ali -lib/xmlada/static/unicode-names-variation_selectors.ali -lib/xmlada/static/unicode-names-variation_selectors_sup.ali -lib/xmlada/static/unicode-names-vedic_extensions.ali -lib/xmlada/static/unicode-names-vertical_forms.ali -lib/xmlada/static/unicode-names-warang_citi.ali -lib/xmlada/static/unicode-names-yi_radicals.ali -lib/xmlada/static/unicode-names-yi_syllables.ali -lib/xmlada/static/unicode-names-yijing_hexagram_symbols.ali -lib/xmlada/static/unicode-names.ali -lib/xmlada/static/unicode.ali diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 5618f370c3da..348de8de9a76 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -33,8 +33,6 @@ SUBDIR += gtk20 SUBDIR += gtk30 SUBDIR += gtk40 - SUBDIR += gtkada - SUBDIR += gtkada3 SUBDIR += gtkd SUBDIR += gtkdatabox SUBDIR += gtkextra diff --git a/x11-toolkits/gtkada/Makefile b/x11-toolkits/gtkada/Makefile deleted file mode 100644 index 3545fa5514a4..000000000000 --- a/x11-toolkits/gtkada/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: John Marino - -PORTNAME= gtkada -PORTVERSION= 2.24.4.0 -PORTREVISION= 6 -CATEGORIES= x11-toolkits -MASTER_SITES= http://downloads.dragonlace.net/src/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - gtkada-rm-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada graphical toolkit based on Gtk2+ - -LICENSE= GPLv2 - -USES= ada gmake gnome perl5 pkgconfig tar:bzip2 -USE_PERL5= build -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -ALL_TARGET= src -NO_MTREE= yes -PORTEXAMPLES= * - -MAKE_ENV+= PROCESSORS=${MAKE_JOBS_NUMBER} - -CONFLICTS_INSTALL= gtkada3 - -PORTSCOUT= ignore:1 - -OPTIONS_DEFINE= NLS EXAMPLES - -.include - -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --enable-nls -USES+= gettext -.else -CONFIGURE_ARGS+= --disable-nls -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} -ALL_TARGET+= tests -.endif - -post-patch: - # fix for gcc-5 - @${REINPLACE_CMD} -e 's|inline gint roundint|gint roundint|' \ - ${WRKSRC}/src/gtkextra/gtkplot* - -do-build: -# This target is recreated because -j cannot be set, but -# MAKE_JOBS_SAFE=yes is needed for PROCESSORS value - cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/gtkada/gtkada_ug/_sources - -.include diff --git a/x11-toolkits/gtkada/distinfo b/x11-toolkits/gtkada/distinfo deleted file mode 100644 index 6db33ee19daf..000000000000 --- a/x11-toolkits/gtkada/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (gtkada-2.24.4.0.tar.bz2) = f26715695052218ddcf7dfb9ccd2248376f7239ab757b61e66201df03c56c3e5 -SIZE (gtkada-2.24.4.0.tar.bz2) = 2758322 -SHA256 (gtkada-rm-2.24.4.0.tar.bz2) = 50456e41ce87a4b795c70f5a2271c43e6ccdeb5dc1b9bd2aef44d0cd56c07855 -SIZE (gtkada-rm-2.24.4.0.tar.bz2) = 3009953 diff --git a/x11-toolkits/gtkada/files/patch-docs_Makefile.in b/x11-toolkits/gtkada/files/patch-docs_Makefile.in deleted file mode 100644 index b42dcd82c793..000000000000 --- a/x11-toolkits/gtkada/files/patch-docs_Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- docs/Makefile.in.orig 2013-07-01 09:42:48.000000000 +0000 -+++ docs/Makefile.in -@@ -4,13 +4,12 @@ CP=cp -p - MKDIR=mkdir -p - - all:: -- ${MAKE} -C gtkada_rm -- ${MAKE} -C gtkada_ug html latexpdf -+ ${MAKE} -C gtkada_ug html - - install:: -- ${MAKE} -C gtkada_rm install - $(MKDIR) ${DESTDIR}$(docdir)/gtkada_ug/ - -$(CP) -r gtkada_ug/_build/html/* ${DESTDIR}$(docdir)/gtkada_ug/ -+ $(CP) -r gtkada_rm_pregen/gtkada_rm ${DESTDIR}$(docdir)/ - - clean:: - ${MAKE} -C gtkada_rm clean diff --git a/x11-toolkits/gtkada/files/patch-src_Makefile.common.in b/x11-toolkits/gtkada/files/patch-src_Makefile.common.in deleted file mode 100644 index 37dbb79d4ca2..000000000000 --- a/x11-toolkits/gtkada/files/patch-src_Makefile.common.in +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.common.in.orig 2013-07-01 09:42:47.000000000 +0000 -+++ src/Makefile.common.in -@@ -14,8 +14,8 @@ MAJOR = @GTKADA_MAJOR_VERSION@ - MINOR = @GTKADA_MINOR_VERSION@ - MICRO = @GTKADA_MICRO_VERSION@ - GTK_LIBS = @GTK_LIBS_FOR_GNATMAKE@ --HAVE_OPENGL = @HAVE_OPENGL@ --HAVE_GNOME = @HAVE_GNOME@ -+HAVE_OPENGL = False -+HAVE_GNOME = False - BUILD_TYPE = @BUILD_TYPE@ - DEFAULT_LIBRARY_TYPE=@DEFAULT_LIBRARY_TYPE@ - diff --git a/x11-toolkits/gtkada/pkg-descr b/x11-toolkits/gtkada/pkg-descr deleted file mode 100644 index ece3a576f773..000000000000 --- a/x11-toolkits/gtkada/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GtkAda is an Ada graphical toolkit based on Gtk+ widgets using the -object-oriented features of the language. Gtk+ is a graphical toolkit -written in C for X-Window and Win32 that was originally developed as -the basis for GIMP. - -WWW: http://libre.adacore.com/libre/tools/gtkada/ diff --git a/x11-toolkits/gtkada/pkg-plist b/x11-toolkits/gtkada/pkg-plist deleted file mode 100644 index fec5d0db7d55..000000000000 --- a/x11-toolkits/gtkada/pkg-plist +++ /dev/null @@ -1,1154 +0,0 @@ -bin/gtkada-config -bin/gtkada-dialog -include/gtkada/cairo-font_face.ads -include/gtkada/cairo-font_options.ads -include/gtkada/cairo-image_surface.adb -include/gtkada/cairo-image_surface.ads -include/gtkada/cairo-matrix.ads -include/gtkada/cairo-pattern.ads -include/gtkada/cairo-pdf.adb -include/gtkada/cairo-pdf.ads -include/gtkada/cairo-png.adb -include/gtkada/cairo-png.ads -include/gtkada/cairo-region.adb -include/gtkada/cairo-region.ads -include/gtkada/cairo-scaled_font.ads -include/gtkada/cairo-surface.ads -include/gtkada/cairo-svg.adb -include/gtkada/cairo-svg.ads -include/gtkada/cairo.adb -include/gtkada/cairo.ads -include/gtkada/gdk-bitmap.adb -include/gtkada/gdk-bitmap.ads -include/gtkada/gdk-cairo.adb -include/gtkada/gdk-cairo.ads -include/gtkada/gdk-color.adb -include/gtkada/gdk-color.ads -include/gtkada/gdk-cursor.adb -include/gtkada/gdk-cursor.ads -include/gtkada/gdk-display.adb -include/gtkada/gdk-display.ads -include/gtkada/gdk-display_manager.adb -include/gtkada/gdk-display_manager.ads -include/gtkada/gdk-dnd.adb -include/gtkada/gdk-dnd.ads -include/gtkada/gdk-drawable.adb -include/gtkada/gdk-drawable.ads -include/gtkada/gdk-event.adb -include/gtkada/gdk-event.ads -include/gtkada/gdk-font.adb -include/gtkada/gdk-font.ads -include/gtkada/gdk-gc.adb -include/gtkada/gdk-gc.ads -include/gtkada/gdk-image.adb -include/gtkada/gdk-image.ads -include/gtkada/gdk-input.ads -include/gtkada/gdk-keyval.adb -include/gtkada/gdk-keyval.ads -include/gtkada/gdk-main.adb -include/gtkada/gdk-main.ads -include/gtkada/gdk-pixbuf.adb -include/gtkada/gdk-pixbuf.ads -include/gtkada/gdk-pixmap.adb -include/gtkada/gdk-pixmap.ads -include/gtkada/gdk-property.adb -include/gtkada/gdk-property.ads -include/gtkada/gdk-rectangle.adb -include/gtkada/gdk-rectangle.ads -include/gtkada/gdk-region.adb -include/gtkada/gdk-region.ads -include/gtkada/gdk-rgb.adb -include/gtkada/gdk-rgb.ads -include/gtkada/gdk-screen.adb -include/gtkada/gdk-screen.ads -include/gtkada/gdk-threads.ads -include/gtkada/gdk-types-keysyms.ads -include/gtkada/gdk-types.ads -include/gtkada/gdk-visual.adb -include/gtkada/gdk-visual.ads -include/gtkada/gdk-window.adb -include/gtkada/gdk-window.ads -include/gtkada/gdk-window_attr.adb -include/gtkada/gdk-window_attr.ads -include/gtkada/gdk.ads -include/gtkada/glib-convert.adb -include/gtkada/glib-convert.ads -include/gtkada/glib-enums.ads -include/gtkada/glib-error.adb -include/gtkada/glib-error.ads -include/gtkada/glib-g_icon.adb -include/gtkada/glib-g_icon.ads -include/gtkada/glib-generic_properties.adb -include/gtkada/glib-generic_properties.ads -include/gtkada/glib-glist.adb -include/gtkada/glib-glist.ads -include/gtkada/glib-gnodes.adb -include/gtkada/glib-gnodes.ads -include/gtkada/glib-graphs.adb -include/gtkada/glib-graphs.ads -include/gtkada/glib-gslist.adb -include/gtkada/glib-gslist.ads -include/gtkada/glib-key_file.adb -include/gtkada/glib-key_file.ads -include/gtkada/glib-main.adb -include/gtkada/glib-main.ads -include/gtkada/glib-messages.adb -include/gtkada/glib-messages.ads -include/gtkada/glib-module.adb -include/gtkada/glib-module.ads -include/gtkada/glib-object.adb -include/gtkada/glib-object.ads -include/gtkada/glib-properties-creation.adb -include/gtkada/glib-properties-creation.ads -include/gtkada/glib-properties.adb -include/gtkada/glib-properties.ads -include/gtkada/glib-type_conversion_hooks.adb -include/gtkada/glib-type_conversion_hooks.ads -include/gtkada/glib-types.adb -include/gtkada/glib-types.ads -include/gtkada/glib-unicode.adb -include/gtkada/glib-unicode.ads -include/gtkada/glib-values.adb -include/gtkada/glib-values.ads -include/gtkada/glib-xml.adb -include/gtkada/glib-xml.ads -include/gtkada/glib-xml_int.ads -include/gtkada/glib.adb -include/gtkada/glib.ads -include/gtkada/gtk-about_dialog.adb -include/gtkada/gtk-about_dialog.ads -include/gtkada/gtk-accel_group.adb -include/gtkada/gtk-accel_group.ads -include/gtkada/gtk-accel_label.adb -include/gtkada/gtk-accel_label.ads -include/gtkada/gtk-accel_map.adb -include/gtkada/gtk-accel_map.ads -include/gtkada/gtk-action.adb -include/gtkada/gtk-action.ads -include/gtkada/gtk-action_group.adb -include/gtkada/gtk-action_group.ads -include/gtkada/gtk-activatable.adb -include/gtkada/gtk-activatable.ads -include/gtkada/gtk-adjustment.adb -include/gtkada/gtk-adjustment.ads -include/gtkada/gtk-alignment.adb -include/gtkada/gtk-alignment.ads -include/gtkada/gtk-arguments.adb -include/gtkada/gtk-arguments.ads -include/gtkada/gtk-arrow.adb -include/gtkada/gtk-arrow.ads -include/gtkada/gtk-aspect_frame.adb -include/gtkada/gtk-aspect_frame.ads -include/gtkada/gtk-assistant.adb -include/gtkada/gtk-assistant.ads -include/gtkada/gtk-bin.adb -include/gtkada/gtk-bin.ads -include/gtkada/gtk-bindings.adb -include/gtkada/gtk-bindings.ads -include/gtkada/gtk-box.adb -include/gtkada/gtk-box.ads -include/gtkada/gtk-buildable.adb -include/gtkada/gtk-buildable.ads -include/gtkada/gtk-builder.adb -include/gtkada/gtk-builder.ads -include/gtkada/gtk-button.adb -include/gtkada/gtk-button.ads -include/gtkada/gtk-button_box.adb -include/gtkada/gtk-button_box.ads -include/gtkada/gtk-calendar.adb -include/gtkada/gtk-calendar.ads -include/gtkada/gtk-cell_editable.ads -include/gtkada/gtk-cell_layout.adb -include/gtkada/gtk-cell_layout.ads -include/gtkada/gtk-cell_renderer.adb -include/gtkada/gtk-cell_renderer.ads -include/gtkada/gtk-cell_renderer_accel.adb -include/gtkada/gtk-cell_renderer_accel.ads -include/gtkada/gtk-cell_renderer_combo.adb -include/gtkada/gtk-cell_renderer_combo.ads -include/gtkada/gtk-cell_renderer_pixbuf.adb -include/gtkada/gtk-cell_renderer_pixbuf.ads -include/gtkada/gtk-cell_renderer_progress.adb -include/gtkada/gtk-cell_renderer_progress.ads -include/gtkada/gtk-cell_renderer_spin.adb -include/gtkada/gtk-cell_renderer_spin.ads -include/gtkada/gtk-cell_renderer_text.adb -include/gtkada/gtk-cell_renderer_text.ads -include/gtkada/gtk-cell_renderer_toggle.adb -include/gtkada/gtk-cell_renderer_toggle.ads -include/gtkada/gtk-cell_view.adb -include/gtkada/gtk-cell_view.ads -include/gtkada/gtk-check_button.adb -include/gtkada/gtk-check_button.ads -include/gtkada/gtk-check_menu_item.adb -include/gtkada/gtk-check_menu_item.ads -include/gtkada/gtk-clipboard.adb -include/gtkada/gtk-clipboard.ads -include/gtkada/gtk-clist.adb -include/gtkada/gtk-clist.ads -include/gtkada/gtk-color_button.adb -include/gtkada/gtk-color_button.ads -include/gtkada/gtk-color_selection.adb -include/gtkada/gtk-color_selection.ads -include/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtk-combo.adb -include/gtkada/gtk-combo.ads -include/gtkada/gtk-combo_box.adb -include/gtkada/gtk-combo_box.ads -include/gtkada/gtk-combo_box_entry.adb -include/gtkada/gtk-combo_box_entry.ads -include/gtkada/gtk-container.adb -include/gtkada/gtk-container.ads -include/gtkada/gtk-ctree.adb -include/gtkada/gtk-ctree.ads -include/gtkada/gtk-curve.adb -include/gtkada/gtk-curve.ads -include/gtkada/gtk-dialog.adb -include/gtkada/gtk-dialog.ads -include/gtkada/gtk-dnd.adb -include/gtkada/gtk-dnd.ads -include/gtkada/gtk-drawing_area.adb -include/gtkada/gtk-drawing_area.ads -include/gtkada/gtk-editable.adb -include/gtkada/gtk-editable.ads -include/gtkada/gtk-entry_completion.adb -include/gtkada/gtk-entry_completion.ads -include/gtkada/gtk-enums.adb -include/gtkada/gtk-enums.ads -include/gtkada/gtk-event_box.adb -include/gtkada/gtk-event_box.ads -include/gtkada/gtk-expander.adb -include/gtkada/gtk-expander.ads -include/gtkada/gtk-extra-border_combo.adb -include/gtkada/gtk-extra-border_combo.ads -include/gtkada/gtk-extra-color_combo.adb -include/gtkada/gtk-extra-color_combo.ads -include/gtkada/gtk-extra-combo_button.adb -include/gtkada/gtk-extra-combo_button.ads -include/gtkada/gtk-extra-font_combo.adb -include/gtkada/gtk-extra-font_combo.ads -include/gtkada/gtk-extra-item_entry.adb -include/gtkada/gtk-extra-item_entry.ads -include/gtkada/gtk-extra-plot.adb -include/gtkada/gtk-extra-plot.ads -include/gtkada/gtk-extra-plot_3d.adb -include/gtkada/gtk-extra-plot_3d.ads -include/gtkada/gtk-extra-plot_bar.adb -include/gtkada/gtk-extra-plot_bar.ads -include/gtkada/gtk-extra-plot_box.adb -include/gtkada/gtk-extra-plot_box.ads -include/gtkada/gtk-extra-plot_canvas-ellipse.adb -include/gtkada/gtk-extra-plot_canvas-ellipse.ads -include/gtkada/gtk-extra-plot_canvas-line.adb -include/gtkada/gtk-extra-plot_canvas-line.ads -include/gtkada/gtk-extra-plot_canvas-pixmap.adb -include/gtkada/gtk-extra-plot_canvas-pixmap.ads -include/gtkada/gtk-extra-plot_canvas-plot.adb -include/gtkada/gtk-extra-plot_canvas-plot.ads -include/gtkada/gtk-extra-plot_canvas-rectangle.adb -include/gtkada/gtk-extra-plot_canvas-rectangle.ads -include/gtkada/gtk-extra-plot_canvas-text.adb -include/gtkada/gtk-extra-plot_canvas-text.ads -include/gtkada/gtk-extra-plot_canvas.adb -include/gtkada/gtk-extra-plot_canvas.ads -include/gtkada/gtk-extra-plot_data.adb -include/gtkada/gtk-extra-plot_data.ads -include/gtkada/gtk-extra-plot_polar.adb -include/gtkada/gtk-extra-plot_polar.ads -include/gtkada/gtk-extra-plot_ps.adb -include/gtkada/gtk-extra-plot_ps.ads -include/gtkada/gtk-extra-plot_surface.adb -include/gtkada/gtk-extra-plot_surface.ads -include/gtkada/gtk-extra-sheet.adb -include/gtkada/gtk-extra-sheet.ads -include/gtkada/gtk-extra.ads -include/gtkada/gtk-file_chooser.adb -include/gtkada/gtk-file_chooser.ads -include/gtkada/gtk-file_chooser_button.adb -include/gtkada/gtk-file_chooser_button.ads -include/gtkada/gtk-file_chooser_dialog.adb -include/gtkada/gtk-file_chooser_dialog.ads -include/gtkada/gtk-file_chooser_widget.adb -include/gtkada/gtk-file_chooser_widget.ads -include/gtkada/gtk-file_filter.adb -include/gtkada/gtk-file_filter.ads -include/gtkada/gtk-file_selection.adb -include/gtkada/gtk-file_selection.ads -include/gtkada/gtk-fixed.adb -include/gtkada/gtk-fixed.ads -include/gtkada/gtk-font_button.adb -include/gtkada/gtk-font_button.ads -include/gtkada/gtk-font_selection.adb -include/gtkada/gtk-font_selection.ads -include/gtkada/gtk-font_selection_dialog.adb -include/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtk-frame.adb -include/gtkada/gtk-frame.ads -include/gtkada/gtk-gamma_curve.adb -include/gtkada/gtk-gamma_curve.ads -include/gtkada/gtk-gc.ads -include/gtkada/gtk-gentry.adb -include/gtkada/gtk-gentry.ads -include/gtkada/gtk-grange.adb -include/gtkada/gtk-grange.ads -include/gtkada/gtk-handle_box.adb -include/gtkada/gtk-handle_box.ads -include/gtkada/gtk-handlers.adb -include/gtkada/gtk-handlers.ads -include/gtkada/gtk-hbutton_box.adb -include/gtkada/gtk-hbutton_box.ads -include/gtkada/gtk-icon_factory.adb -include/gtkada/gtk-icon_factory.ads -include/gtkada/gtk-icon_theme.adb -include/gtkada/gtk-icon_theme.ads -include/gtkada/gtk-icon_view.adb -include/gtkada/gtk-icon_view.ads -include/gtkada/gtk-image.adb -include/gtkada/gtk-image.ads -include/gtkada/gtk-image_menu_item.adb -include/gtkada/gtk-image_menu_item.ads -include/gtkada/gtk-input_dialog.adb -include/gtkada/gtk-input_dialog.ads -include/gtkada/gtk-invisible.adb -include/gtkada/gtk-invisible.ads -include/gtkada/gtk-item.adb -include/gtkada/gtk-item.ads -include/gtkada/gtk-item_factory.adb -include/gtkada/gtk-item_factory.ads -include/gtkada/gtk-label.adb -include/gtkada/gtk-label.ads -include/gtkada/gtk-layout.adb -include/gtkada/gtk-layout.ads -include/gtkada/gtk-link_button.adb -include/gtkada/gtk-link_button.ads -include/gtkada/gtk-list.adb -include/gtkada/gtk-list.ads -include/gtkada/gtk-list_item.adb -include/gtkada/gtk-list_item.ads -include/gtkada/gtk-list_store.adb -include/gtkada/gtk-list_store.ads -include/gtkada/gtk-main.adb -include/gtkada/gtk-main.ads -include/gtkada/gtk-marshallers.adb -include/gtkada/gtk-marshallers.ads -include/gtkada/gtk-menu.adb -include/gtkada/gtk-menu.ads -include/gtkada/gtk-menu_bar.adb -include/gtkada/gtk-menu_bar.ads -include/gtkada/gtk-menu_item.adb -include/gtkada/gtk-menu_item.ads -include/gtkada/gtk-menu_shell.adb -include/gtkada/gtk-menu_shell.ads -include/gtkada/gtk-menu_tool_button.adb -include/gtkada/gtk-menu_tool_button.ads -include/gtkada/gtk-message_dialog.adb -include/gtkada/gtk-message_dialog.ads -include/gtkada/gtk-misc.adb -include/gtkada/gtk-misc.ads -include/gtkada/gtk-notebook.adb -include/gtkada/gtk-notebook.ads -include/gtkada/gtk-object.adb -include/gtkada/gtk-object.ads -include/gtkada/gtk-old_editable.adb -include/gtkada/gtk-old_editable.ads -include/gtkada/gtk-option_menu.adb -include/gtkada/gtk-option_menu.ads -include/gtkada/gtk-orientable.adb -include/gtkada/gtk-orientable.ads -include/gtkada/gtk-page_setup.adb -include/gtkada/gtk-page_setup.ads -include/gtkada/gtk-paned.adb -include/gtkada/gtk-paned.ads -include/gtkada/gtk-paper_size.adb -include/gtkada/gtk-paper_size.ads -include/gtkada/gtk-pixmap.adb -include/gtkada/gtk-pixmap.ads -include/gtkada/gtk-plug.adb -include/gtkada/gtk-plug.ads -include/gtkada/gtk-preview.adb -include/gtkada/gtk-preview.ads -include/gtkada/gtk-print_context.adb -include/gtkada/gtk-print_context.ads -include/gtkada/gtk-print_operation.adb -include/gtkada/gtk-print_operation.ads -include/gtkada/gtk-print_operation_preview.adb -include/gtkada/gtk-print_operation_preview.ads -include/gtkada/gtk-print_settings.adb -include/gtkada/gtk-print_settings.ads -include/gtkada/gtk-progress.adb -include/gtkada/gtk-progress.ads -include/gtkada/gtk-progress_bar.adb -include/gtkada/gtk-progress_bar.ads -include/gtkada/gtk-radio_action.adb -include/gtkada/gtk-radio_action.ads -include/gtkada/gtk-radio_button.adb -include/gtkada/gtk-radio_button.ads -include/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtk-radio_tool_button.adb -include/gtkada/gtk-radio_tool_button.ads -include/gtkada/gtk-rc.adb -include/gtkada/gtk-rc.ads -include/gtkada/gtk-recent_action.adb -include/gtkada/gtk-recent_action.ads -include/gtkada/gtk-recent_chooser.adb -include/gtkada/gtk-recent_chooser.ads -include/gtkada/gtk-recent_chooser_dialog.adb -include/gtkada/gtk-recent_chooser_dialog.ads -include/gtkada/gtk-recent_chooser_widget.adb -include/gtkada/gtk-recent_chooser_widget.ads -include/gtkada/gtk-recent_filter.adb -include/gtkada/gtk-recent_filter.ads -include/gtkada/gtk-recent_manager.adb -include/gtkada/gtk-recent_manager.ads -include/gtkada/gtk-ruler.adb -include/gtkada/gtk-ruler.ads -include/gtkada/gtk-scale.adb -include/gtkada/gtk-scale.ads -include/gtkada/gtk-scale_button.adb -include/gtkada/gtk-scale_button.ads -include/gtkada/gtk-scrollbar.adb -include/gtkada/gtk-scrollbar.ads -include/gtkada/gtk-scrolled_window.adb -include/gtkada/gtk-scrolled_window.ads -include/gtkada/gtk-selection.adb -include/gtkada/gtk-selection.ads -include/gtkada/gtk-separator.adb -include/gtkada/gtk-separator.ads -include/gtkada/gtk-separator_menu_item.adb -include/gtkada/gtk-separator_menu_item.ads -include/gtkada/gtk-separator_tool_item.adb -include/gtkada/gtk-separator_tool_item.ads -include/gtkada/gtk-settings.adb -include/gtkada/gtk-settings.ads -include/gtkada/gtk-size_group.adb -include/gtkada/gtk-size_group.ads -include/gtkada/gtk-socket.adb -include/gtkada/gtk-socket.ads -include/gtkada/gtk-spin_button.adb -include/gtkada/gtk-spin_button.ads -include/gtkada/gtk-spinner.adb -include/gtkada/gtk-spinner.ads -include/gtkada/gtk-status_bar.adb -include/gtkada/gtk-status_bar.ads -include/gtkada/gtk-status_icon.adb -include/gtkada/gtk-status_icon.ads -include/gtkada/gtk-stock.adb -include/gtkada/gtk-stock.ads -include/gtkada/gtk-style.adb -include/gtkada/gtk-style.ads -include/gtkada/gtk-table.adb -include/gtkada/gtk-table.ads -include/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtk-text.adb -include/gtkada/gtk-text.ads -include/gtkada/gtk-text_attributes.adb -include/gtkada/gtk-text_attributes.ads -include/gtkada/gtk-text_buffer.adb -include/gtkada/gtk-text_buffer.ads -include/gtkada/gtk-text_child.adb -include/gtkada/gtk-text_child.ads -include/gtkada/gtk-text_iter.adb -include/gtkada/gtk-text_iter.ads -include/gtkada/gtk-text_mark.adb -include/gtkada/gtk-text_mark.ads -include/gtkada/gtk-text_tag.adb -include/gtkada/gtk-text_tag.ads -include/gtkada/gtk-text_tag_table.adb -include/gtkada/gtk-text_tag_table.ads -include/gtkada/gtk-text_view.adb -include/gtkada/gtk-text_view.ads -include/gtkada/gtk-tips_query.adb -include/gtkada/gtk-tips_query.ads -include/gtkada/gtk-toggle_action.adb -include/gtkada/gtk-toggle_action.ads -include/gtkada/gtk-toggle_button.adb -include/gtkada/gtk-toggle_button.ads -include/gtkada/gtk-toggle_tool_button.adb -include/gtkada/gtk-toggle_tool_button.ads -include/gtkada/gtk-tool_button.adb -include/gtkada/gtk-tool_button.ads -include/gtkada/gtk-tool_item.adb -include/gtkada/gtk-tool_item.ads -include/gtkada/gtk-toolbar.adb -include/gtkada/gtk-toolbar.ads -include/gtkada/gtk-tooltip.adb -include/gtkada/gtk-tooltip.ads -include/gtkada/gtk-tooltips.adb -include/gtkada/gtk-tooltips.ads -include/gtkada/gtk-tree_dnd.adb -include/gtkada/gtk-tree_dnd.ads -include/gtkada/gtk-tree_model-utils.adb -include/gtkada/gtk-tree_model-utils.ads -include/gtkada/gtk-tree_model.adb -include/gtkada/gtk-tree_model.ads -include/gtkada/gtk-tree_model_filter.adb -include/gtkada/gtk-tree_model_filter.ads -include/gtkada/gtk-tree_model_sort.adb -include/gtkada/gtk-tree_model_sort.ads -include/gtkada/gtk-tree_selection.adb -include/gtkada/gtk-tree_selection.ads -include/gtkada/gtk-tree_sortable.adb -include/gtkada/gtk-tree_sortable.ads -include/gtkada/gtk-tree_store.adb -include/gtkada/gtk-tree_store.ads -include/gtkada/gtk-tree_view.adb -include/gtkada/gtk-tree_view.ads -include/gtkada/gtk-tree_view_column.adb -include/gtkada/gtk-tree_view_column.ads -include/gtkada/gtk-type_conversion.adb -include/gtkada/gtk-type_conversion.ads -include/gtkada/gtk-ui_manager.adb -include/gtkada/gtk-ui_manager.ads -include/gtkada/gtk-vbutton_box.adb -include/gtkada/gtk-vbutton_box.ads -include/gtkada/gtk-viewport.adb -include/gtkada/gtk-viewport.ads -include/gtkada/gtk-volume_button.adb -include/gtkada/gtk-volume_button.ads -include/gtkada/gtk-widget.adb -include/gtkada/gtk-widget.ads -include/gtkada/gtk-window.adb -include/gtkada/gtk-window.ads -include/gtkada/gtk.ads -include/gtkada/gtkada-abstract_list_model.adb -include/gtkada/gtkada-abstract_list_model.ads -include/gtkada/gtkada-abstract_tree_model.adb -include/gtkada/gtkada-abstract_tree_model.ads -include/gtkada/gtkada-bindings.adb -include/gtkada/gtkada-bindings.ads -include/gtkada/gtkada-builder.adb -include/gtkada/gtkada-builder.ads -include/gtkada/gtkada-c.adb -include/gtkada/gtkada-c.ads -include/gtkada/gtkada-canvas.adb -include/gtkada/gtkada-canvas.ads -include/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada-handlers.ads -include/gtkada/gtkada-intl.adb -include/gtkada/gtkada-intl.ads -include/gtkada/gtkada-mdi-close_button.adb -include/gtkada/gtkada-mdi.adb -include/gtkada/gtkada-mdi.ads -include/gtkada/gtkada-multi_paned.adb -include/gtkada/gtkada-multi_paned.ads -include/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada-printing.adb -include/gtkada/gtkada-printing.ads -include/gtkada/gtkada-properties.adb -include/gtkada/gtkada-properties.ads -include/gtkada/gtkada-style.adb -include/gtkada/gtkada-style.ads -include/gtkada/gtkada-types.adb -include/gtkada/gtkada-types.ads -include/gtkada/gtkada.ads -include/gtkada/pango-attributes.adb -include/gtkada/pango-attributes.ads -include/gtkada/pango-cairo.adb -include/gtkada/pango-cairo.ads -include/gtkada/pango-context.adb -include/gtkada/pango-context.ads -include/gtkada/pango-enums.adb -include/gtkada/pango-enums.ads -include/gtkada/pango-font.adb -include/gtkada/pango-font.ads -include/gtkada/pango-layout.adb -include/gtkada/pango-layout.ads -include/gtkada/pango-tabs.adb -include/gtkada/pango-tabs.ads -include/gtkada/pango.ads -lib/gnat/gtkada.gpr -lib/gtkada/relocatable/cairo-font_face.ali -lib/gtkada/relocatable/cairo-font_options.ali -lib/gtkada/relocatable/cairo-image_surface.ali -lib/gtkada/relocatable/cairo-matrix.ali -lib/gtkada/relocatable/cairo-pattern.ali -lib/gtkada/relocatable/cairo-pdf.ali -lib/gtkada/relocatable/cairo-png.ali -lib/gtkada/relocatable/cairo-region.ali -lib/gtkada/relocatable/cairo-scaled_font.ali -lib/gtkada/relocatable/cairo-surface.ali -lib/gtkada/relocatable/cairo-svg.ali -lib/gtkada/relocatable/cairo.ali -lib/gtkada/relocatable/gdk-bitmap.ali -lib/gtkada/relocatable/gdk-cairo.ali -lib/gtkada/relocatable/gdk-color.ali -lib/gtkada/relocatable/gdk-cursor.ali -lib/gtkada/relocatable/gdk-display.ali -lib/gtkada/relocatable/gdk-display_manager.ali -lib/gtkada/relocatable/gdk-dnd.ali -lib/gtkada/relocatable/gdk-drawable.ali -lib/gtkada/relocatable/gdk-event.ali -lib/gtkada/relocatable/gdk-font.ali -lib/gtkada/relocatable/gdk-gc.ali -lib/gtkada/relocatable/gdk-image.ali -lib/gtkada/relocatable/gdk-input.ali -lib/gtkada/relocatable/gdk-keyval.ali -lib/gtkada/relocatable/gdk-main.ali -lib/gtkada/relocatable/gdk-pixbuf.ali -lib/gtkada/relocatable/gdk-pixmap.ali -lib/gtkada/relocatable/gdk-property.ali -lib/gtkada/relocatable/gdk-rectangle.ali -lib/gtkada/relocatable/gdk-region.ali -lib/gtkada/relocatable/gdk-rgb.ali -lib/gtkada/relocatable/gdk-screen.ali -lib/gtkada/relocatable/gdk-threads.ali -lib/gtkada/relocatable/gdk-types-keysyms.ali -lib/gtkada/relocatable/gdk-types.ali -lib/gtkada/relocatable/gdk-visual.ali -lib/gtkada/relocatable/gdk-window.ali -lib/gtkada/relocatable/gdk-window_attr.ali -lib/gtkada/relocatable/gdk.ali -lib/gtkada/relocatable/glib-convert.ali -lib/gtkada/relocatable/glib-enums.ali -lib/gtkada/relocatable/glib-error.ali -lib/gtkada/relocatable/glib-g_icon.ali -lib/gtkada/relocatable/glib-generic_properties.ali -lib/gtkada/relocatable/glib-glist.ali -lib/gtkada/relocatable/glib-gnodes.ali -lib/gtkada/relocatable/glib-graphs.ali -lib/gtkada/relocatable/glib-gslist.ali -lib/gtkada/relocatable/glib-key_file.ali -lib/gtkada/relocatable/glib-main.ali -lib/gtkada/relocatable/glib-messages.ali -lib/gtkada/relocatable/glib-module.ali -lib/gtkada/relocatable/glib-object.ali -lib/gtkada/relocatable/glib-properties-creation.ali -lib/gtkada/relocatable/glib-properties.ali -lib/gtkada/relocatable/glib-type_conversion_hooks.ali -lib/gtkada/relocatable/glib-types.ali -lib/gtkada/relocatable/glib-unicode.ali -lib/gtkada/relocatable/glib-values.ali -lib/gtkada/relocatable/glib-xml.ali -lib/gtkada/relocatable/glib-xml_int.ali -lib/gtkada/relocatable/glib.ali -lib/gtkada/relocatable/gtk-about_dialog.ali -lib/gtkada/relocatable/gtk-accel_group.ali -lib/gtkada/relocatable/gtk-accel_label.ali -lib/gtkada/relocatable/gtk-accel_map.ali -lib/gtkada/relocatable/gtk-action.ali -lib/gtkada/relocatable/gtk-action_group.ali -lib/gtkada/relocatable/gtk-activatable.ali -lib/gtkada/relocatable/gtk-adjustment.ali -lib/gtkada/relocatable/gtk-alignment.ali -lib/gtkada/relocatable/gtk-arguments.ali -lib/gtkada/relocatable/gtk-arrow.ali -lib/gtkada/relocatable/gtk-aspect_frame.ali -lib/gtkada/relocatable/gtk-assistant.ali -lib/gtkada/relocatable/gtk-bin.ali -lib/gtkada/relocatable/gtk-bindings.ali -lib/gtkada/relocatable/gtk-box.ali -lib/gtkada/relocatable/gtk-buildable.ali -lib/gtkada/relocatable/gtk-builder.ali -lib/gtkada/relocatable/gtk-button.ali -lib/gtkada/relocatable/gtk-button_box.ali -lib/gtkada/relocatable/gtk-calendar.ali -lib/gtkada/relocatable/gtk-cell_editable.ali -lib/gtkada/relocatable/gtk-cell_layout.ali -lib/gtkada/relocatable/gtk-cell_renderer.ali -lib/gtkada/relocatable/gtk-cell_renderer_accel.ali -lib/gtkada/relocatable/gtk-cell_renderer_combo.ali -lib/gtkada/relocatable/gtk-cell_renderer_pixbuf.ali -lib/gtkada/relocatable/gtk-cell_renderer_progress.ali -lib/gtkada/relocatable/gtk-cell_renderer_spin.ali -lib/gtkada/relocatable/gtk-cell_renderer_text.ali -lib/gtkada/relocatable/gtk-cell_renderer_toggle.ali -lib/gtkada/relocatable/gtk-cell_view.ali -lib/gtkada/relocatable/gtk-check_button.ali -lib/gtkada/relocatable/gtk-check_menu_item.ali -lib/gtkada/relocatable/gtk-clipboard.ali -lib/gtkada/relocatable/gtk-clist.ali -lib/gtkada/relocatable/gtk-color_button.ali -lib/gtkada/relocatable/gtk-color_selection.ali -lib/gtkada/relocatable/gtk-color_selection_dialog.ali -lib/gtkada/relocatable/gtk-combo.ali -lib/gtkada/relocatable/gtk-combo_box.ali -lib/gtkada/relocatable/gtk-combo_box_entry.ali -lib/gtkada/relocatable/gtk-container.ali -lib/gtkada/relocatable/gtk-ctree.ali -lib/gtkada/relocatable/gtk-curve.ali -lib/gtkada/relocatable/gtk-dialog.ali -lib/gtkada/relocatable/gtk-dnd.ali -lib/gtkada/relocatable/gtk-drawing_area.ali -lib/gtkada/relocatable/gtk-editable.ali -lib/gtkada/relocatable/gtk-entry_completion.ali -lib/gtkada/relocatable/gtk-enums.ali -lib/gtkada/relocatable/gtk-event_box.ali -lib/gtkada/relocatable/gtk-expander.ali -lib/gtkada/relocatable/gtk-extra-border_combo.ali -lib/gtkada/relocatable/gtk-extra-color_combo.ali -lib/gtkada/relocatable/gtk-extra-combo_button.ali -lib/gtkada/relocatable/gtk-extra-font_combo.ali -lib/gtkada/relocatable/gtk-extra-item_entry.ali -lib/gtkada/relocatable/gtk-extra-plot.ali -lib/gtkada/relocatable/gtk-extra-plot_3d.ali -lib/gtkada/relocatable/gtk-extra-plot_bar.ali -lib/gtkada/relocatable/gtk-extra-plot_box.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-ellipse.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-line.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-pixmap.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-plot.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-rectangle.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas-text.ali -lib/gtkada/relocatable/gtk-extra-plot_canvas.ali -lib/gtkada/relocatable/gtk-extra-plot_data.ali -lib/gtkada/relocatable/gtk-extra-plot_polar.ali -lib/gtkada/relocatable/gtk-extra-plot_ps.ali -lib/gtkada/relocatable/gtk-extra-plot_surface.ali -lib/gtkada/relocatable/gtk-extra-sheet.ali -lib/gtkada/relocatable/gtk-extra.ali -lib/gtkada/relocatable/gtk-file_chooser.ali -lib/gtkada/relocatable/gtk-file_chooser_button.ali -lib/gtkada/relocatable/gtk-file_chooser_dialog.ali -lib/gtkada/relocatable/gtk-file_chooser_widget.ali -lib/gtkada/relocatable/gtk-file_filter.ali -lib/gtkada/relocatable/gtk-file_selection.ali -lib/gtkada/relocatable/gtk-fixed.ali -lib/gtkada/relocatable/gtk-font_button.ali -lib/gtkada/relocatable/gtk-font_selection.ali -lib/gtkada/relocatable/gtk-font_selection_dialog.ali -lib/gtkada/relocatable/gtk-frame.ali -lib/gtkada/relocatable/gtk-gamma_curve.ali -lib/gtkada/relocatable/gtk-gc.ali -lib/gtkada/relocatable/gtk-gentry.ali -lib/gtkada/relocatable/gtk-grange.ali -lib/gtkada/relocatable/gtk-handle_box.ali -lib/gtkada/relocatable/gtk-handlers.ali -lib/gtkada/relocatable/gtk-hbutton_box.ali -lib/gtkada/relocatable/gtk-icon_factory.ali -lib/gtkada/relocatable/gtk-icon_theme.ali -lib/gtkada/relocatable/gtk-icon_view.ali -lib/gtkada/relocatable/gtk-image.ali -lib/gtkada/relocatable/gtk-image_menu_item.ali -lib/gtkada/relocatable/gtk-input_dialog.ali -lib/gtkada/relocatable/gtk-invisible.ali -lib/gtkada/relocatable/gtk-item.ali -lib/gtkada/relocatable/gtk-item_factory.ali -lib/gtkada/relocatable/gtk-label.ali -lib/gtkada/relocatable/gtk-layout.ali -lib/gtkada/relocatable/gtk-link_button.ali -lib/gtkada/relocatable/gtk-list.ali -lib/gtkada/relocatable/gtk-list_item.ali -lib/gtkada/relocatable/gtk-list_store.ali -lib/gtkada/relocatable/gtk-main.ali -lib/gtkada/relocatable/gtk-marshallers.ali -lib/gtkada/relocatable/gtk-menu.ali -lib/gtkada/relocatable/gtk-menu_bar.ali -lib/gtkada/relocatable/gtk-menu_item.ali -lib/gtkada/relocatable/gtk-menu_shell.ali -lib/gtkada/relocatable/gtk-menu_tool_button.ali -lib/gtkada/relocatable/gtk-message_dialog.ali -lib/gtkada/relocatable/gtk-misc.ali -lib/gtkada/relocatable/gtk-notebook.ali -lib/gtkada/relocatable/gtk-object.ali -lib/gtkada/relocatable/gtk-old_editable.ali -lib/gtkada/relocatable/gtk-option_menu.ali -lib/gtkada/relocatable/gtk-orientable.ali -lib/gtkada/relocatable/gtk-page_setup.ali -lib/gtkada/relocatable/gtk-paned.ali -lib/gtkada/relocatable/gtk-paper_size.ali -lib/gtkada/relocatable/gtk-pixmap.ali -lib/gtkada/relocatable/gtk-plug.ali -lib/gtkada/relocatable/gtk-preview.ali -lib/gtkada/relocatable/gtk-print_context.ali -lib/gtkada/relocatable/gtk-print_operation.ali -lib/gtkada/relocatable/gtk-print_operation_preview.ali -lib/gtkada/relocatable/gtk-print_settings.ali -lib/gtkada/relocatable/gtk-progress.ali -lib/gtkada/relocatable/gtk-progress_bar.ali -lib/gtkada/relocatable/gtk-radio_action.ali -lib/gtkada/relocatable/gtk-radio_button.ali -lib/gtkada/relocatable/gtk-radio_menu_item.ali -lib/gtkada/relocatable/gtk-radio_tool_button.ali -lib/gtkada/relocatable/gtk-rc.ali -lib/gtkada/relocatable/gtk-recent_action.ali -lib/gtkada/relocatable/gtk-recent_chooser.ali -lib/gtkada/relocatable/gtk-recent_chooser_dialog.ali -lib/gtkada/relocatable/gtk-recent_chooser_widget.ali -lib/gtkada/relocatable/gtk-recent_filter.ali -lib/gtkada/relocatable/gtk-recent_manager.ali -lib/gtkada/relocatable/gtk-ruler.ali -lib/gtkada/relocatable/gtk-scale.ali -lib/gtkada/relocatable/gtk-scale_button.ali -lib/gtkada/relocatable/gtk-scrollbar.ali -lib/gtkada/relocatable/gtk-scrolled_window.ali -lib/gtkada/relocatable/gtk-selection.ali -lib/gtkada/relocatable/gtk-separator.ali -lib/gtkada/relocatable/gtk-separator_menu_item.ali -lib/gtkada/relocatable/gtk-separator_tool_item.ali -lib/gtkada/relocatable/gtk-settings.ali -lib/gtkada/relocatable/gtk-size_group.ali -lib/gtkada/relocatable/gtk-socket.ali -lib/gtkada/relocatable/gtk-spin_button.ali -lib/gtkada/relocatable/gtk-spinner.ali -lib/gtkada/relocatable/gtk-status_bar.ali -lib/gtkada/relocatable/gtk-status_icon.ali -lib/gtkada/relocatable/gtk-stock.ali -lib/gtkada/relocatable/gtk-style.ali -lib/gtkada/relocatable/gtk-table.ali -lib/gtkada/relocatable/gtk-tearoff_menu_item.ali -lib/gtkada/relocatable/gtk-text.ali -lib/gtkada/relocatable/gtk-text_attributes.ali -lib/gtkada/relocatable/gtk-text_buffer.ali -lib/gtkada/relocatable/gtk-text_child.ali -lib/gtkada/relocatable/gtk-text_iter.ali -lib/gtkada/relocatable/gtk-text_mark.ali -lib/gtkada/relocatable/gtk-text_tag.ali -lib/gtkada/relocatable/gtk-text_tag_table.ali -lib/gtkada/relocatable/gtk-text_view.ali -lib/gtkada/relocatable/gtk-tips_query.ali -lib/gtkada/relocatable/gtk-toggle_action.ali -lib/gtkada/relocatable/gtk-toggle_button.ali -lib/gtkada/relocatable/gtk-toggle_tool_button.ali -lib/gtkada/relocatable/gtk-tool_button.ali -lib/gtkada/relocatable/gtk-tool_item.ali -lib/gtkada/relocatable/gtk-toolbar.ali -lib/gtkada/relocatable/gtk-tooltip.ali -lib/gtkada/relocatable/gtk-tooltips.ali -lib/gtkada/relocatable/gtk-tree_dnd.ali -lib/gtkada/relocatable/gtk-tree_model-utils.ali -lib/gtkada/relocatable/gtk-tree_model.ali -lib/gtkada/relocatable/gtk-tree_model_filter.ali -lib/gtkada/relocatable/gtk-tree_model_sort.ali -lib/gtkada/relocatable/gtk-tree_selection.ali -lib/gtkada/relocatable/gtk-tree_sortable.ali -lib/gtkada/relocatable/gtk-tree_store.ali -lib/gtkada/relocatable/gtk-tree_view.ali -lib/gtkada/relocatable/gtk-tree_view_column.ali -lib/gtkada/relocatable/gtk-type_conversion.ali -lib/gtkada/relocatable/gtk-ui_manager.ali -lib/gtkada/relocatable/gtk-vbutton_box.ali -lib/gtkada/relocatable/gtk-viewport.ali -lib/gtkada/relocatable/gtk-volume_button.ali -lib/gtkada/relocatable/gtk-widget.ali -lib/gtkada/relocatable/gtk-window.ali -lib/gtkada/relocatable/gtk.ali -lib/gtkada/relocatable/gtkada-abstract_list_model.ali -lib/gtkada/relocatable/gtkada-abstract_tree_model.ali -lib/gtkada/relocatable/gtkada-bindings.ali -lib/gtkada/relocatable/gtkada-builder.ali -lib/gtkada/relocatable/gtkada-c.ali -lib/gtkada/relocatable/gtkada-canvas.ali -lib/gtkada/relocatable/gtkada-dialogs.ali -lib/gtkada/relocatable/gtkada-file_selection.ali -lib/gtkada/relocatable/gtkada-handlers.ali -lib/gtkada/relocatable/gtkada-intl.ali -lib/gtkada/relocatable/gtkada-mdi.ali -lib/gtkada/relocatable/gtkada-multi_paned.ali -lib/gtkada/relocatable/gtkada-pixmaps.ali -lib/gtkada/relocatable/gtkada-printing.ali -lib/gtkada/relocatable/gtkada-properties.ali -lib/gtkada/relocatable/gtkada-style.ali -lib/gtkada/relocatable/gtkada-types.ali -lib/gtkada/relocatable/gtkada.ali -lib/gtkada/relocatable/libgtkada-2.24.so.4 -lib/gtkada/relocatable/libgtkada.so -lib/gtkada/relocatable/pango-attributes.ali -lib/gtkada/relocatable/pango-cairo.ali -lib/gtkada/relocatable/pango-context.ali -lib/gtkada/relocatable/pango-enums.ali -lib/gtkada/relocatable/pango-font.ali -lib/gtkada/relocatable/pango-layout.ali -lib/gtkada/relocatable/pango-tabs.ali -lib/gtkada/relocatable/pango.ali -lib/gtkada/static/cairo-font_face.ali -lib/gtkada/static/cairo-font_options.ali -lib/gtkada/static/cairo-image_surface.ali -lib/gtkada/static/cairo-matrix.ali -lib/gtkada/static/cairo-pattern.ali -lib/gtkada/static/cairo-pdf.ali -lib/gtkada/static/cairo-png.ali -lib/gtkada/static/cairo-region.ali -lib/gtkada/static/cairo-scaled_font.ali -lib/gtkada/static/cairo-surface.ali -lib/gtkada/static/cairo-svg.ali -lib/gtkada/static/cairo.ali -lib/gtkada/static/gdk-bitmap.ali -lib/gtkada/static/gdk-cairo.ali -lib/gtkada/static/gdk-color.ali -lib/gtkada/static/gdk-cursor.ali -lib/gtkada/static/gdk-display.ali -lib/gtkada/static/gdk-display_manager.ali -lib/gtkada/static/gdk-dnd.ali -lib/gtkada/static/gdk-drawable.ali -lib/gtkada/static/gdk-event.ali -lib/gtkada/static/gdk-font.ali -lib/gtkada/static/gdk-gc.ali -lib/gtkada/static/gdk-image.ali -lib/gtkada/static/gdk-input.ali -lib/gtkada/static/gdk-keyval.ali -lib/gtkada/static/gdk-main.ali -lib/gtkada/static/gdk-pixbuf.ali -lib/gtkada/static/gdk-pixmap.ali -lib/gtkada/static/gdk-property.ali -lib/gtkada/static/gdk-rectangle.ali -lib/gtkada/static/gdk-region.ali -lib/gtkada/static/gdk-rgb.ali -lib/gtkada/static/gdk-screen.ali -lib/gtkada/static/gdk-threads.ali -lib/gtkada/static/gdk-types-keysyms.ali -lib/gtkada/static/gdk-types.ali -lib/gtkada/static/gdk-visual.ali -lib/gtkada/static/gdk-window.ali -lib/gtkada/static/gdk-window_attr.ali -lib/gtkada/static/gdk.ali -lib/gtkada/static/glib-convert.ali -lib/gtkada/static/glib-enums.ali -lib/gtkada/static/glib-error.ali -lib/gtkada/static/glib-g_icon.ali -lib/gtkada/static/glib-generic_properties.ali -lib/gtkada/static/glib-glist.ali -lib/gtkada/static/glib-gnodes.ali -lib/gtkada/static/glib-graphs.ali -lib/gtkada/static/glib-gslist.ali -lib/gtkada/static/glib-key_file.ali -lib/gtkada/static/glib-main.ali -lib/gtkada/static/glib-messages.ali -lib/gtkada/static/glib-module.ali -lib/gtkada/static/glib-object.ali -lib/gtkada/static/glib-properties-creation.ali -lib/gtkada/static/glib-properties.ali -lib/gtkada/static/glib-type_conversion_hooks.ali -lib/gtkada/static/glib-types.ali -lib/gtkada/static/glib-unicode.ali -lib/gtkada/static/glib-values.ali -lib/gtkada/static/glib-xml.ali -lib/gtkada/static/glib-xml_int.ali -lib/gtkada/static/glib.ali -lib/gtkada/static/gtk-about_dialog.ali -lib/gtkada/static/gtk-accel_group.ali -lib/gtkada/static/gtk-accel_label.ali -lib/gtkada/static/gtk-accel_map.ali -lib/gtkada/static/gtk-action.ali -lib/gtkada/static/gtk-action_group.ali -lib/gtkada/static/gtk-activatable.ali -lib/gtkada/static/gtk-adjustment.ali -lib/gtkada/static/gtk-alignment.ali -lib/gtkada/static/gtk-arguments.ali -lib/gtkada/static/gtk-arrow.ali -lib/gtkada/static/gtk-aspect_frame.ali -lib/gtkada/static/gtk-assistant.ali -lib/gtkada/static/gtk-bin.ali -lib/gtkada/static/gtk-bindings.ali -lib/gtkada/static/gtk-box.ali -lib/gtkada/static/gtk-buildable.ali -lib/gtkada/static/gtk-builder.ali -lib/gtkada/static/gtk-button.ali -lib/gtkada/static/gtk-button_box.ali -lib/gtkada/static/gtk-calendar.ali -lib/gtkada/static/gtk-cell_editable.ali -lib/gtkada/static/gtk-cell_layout.ali -lib/gtkada/static/gtk-cell_renderer.ali -lib/gtkada/static/gtk-cell_renderer_accel.ali -lib/gtkada/static/gtk-cell_renderer_combo.ali -lib/gtkada/static/gtk-cell_renderer_pixbuf.ali -lib/gtkada/static/gtk-cell_renderer_progress.ali -lib/gtkada/static/gtk-cell_renderer_spin.ali -lib/gtkada/static/gtk-cell_renderer_text.ali -lib/gtkada/static/gtk-cell_renderer_toggle.ali -lib/gtkada/static/gtk-cell_view.ali -lib/gtkada/static/gtk-check_button.ali -lib/gtkada/static/gtk-check_menu_item.ali -lib/gtkada/static/gtk-clipboard.ali -lib/gtkada/static/gtk-clist.ali -lib/gtkada/static/gtk-color_button.ali -lib/gtkada/static/gtk-color_selection.ali -lib/gtkada/static/gtk-color_selection_dialog.ali -lib/gtkada/static/gtk-combo.ali -lib/gtkada/static/gtk-combo_box.ali -lib/gtkada/static/gtk-combo_box_entry.ali -lib/gtkada/static/gtk-container.ali -lib/gtkada/static/gtk-ctree.ali -lib/gtkada/static/gtk-curve.ali -lib/gtkada/static/gtk-dialog.ali -lib/gtkada/static/gtk-dnd.ali -lib/gtkada/static/gtk-drawing_area.ali -lib/gtkada/static/gtk-editable.ali -lib/gtkada/static/gtk-entry_completion.ali -lib/gtkada/static/gtk-enums.ali -lib/gtkada/static/gtk-event_box.ali -lib/gtkada/static/gtk-expander.ali -lib/gtkada/static/gtk-extra-border_combo.ali -lib/gtkada/static/gtk-extra-color_combo.ali -lib/gtkada/static/gtk-extra-combo_button.ali -lib/gtkada/static/gtk-extra-font_combo.ali -lib/gtkada/static/gtk-extra-item_entry.ali -lib/gtkada/static/gtk-extra-plot.ali -lib/gtkada/static/gtk-extra-plot_3d.ali -lib/gtkada/static/gtk-extra-plot_bar.ali -lib/gtkada/static/gtk-extra-plot_box.ali -lib/gtkada/static/gtk-extra-plot_canvas-ellipse.ali -lib/gtkada/static/gtk-extra-plot_canvas-line.ali -lib/gtkada/static/gtk-extra-plot_canvas-pixmap.ali -lib/gtkada/static/gtk-extra-plot_canvas-plot.ali -lib/gtkada/static/gtk-extra-plot_canvas-rectangle.ali -lib/gtkada/static/gtk-extra-plot_canvas-text.ali -lib/gtkada/static/gtk-extra-plot_canvas.ali -lib/gtkada/static/gtk-extra-plot_data.ali -lib/gtkada/static/gtk-extra-plot_polar.ali -lib/gtkada/static/gtk-extra-plot_ps.ali -lib/gtkada/static/gtk-extra-plot_surface.ali -lib/gtkada/static/gtk-extra-sheet.ali -lib/gtkada/static/gtk-extra.ali -lib/gtkada/static/gtk-file_chooser.ali -lib/gtkada/static/gtk-file_chooser_button.ali -lib/gtkada/static/gtk-file_chooser_dialog.ali -lib/gtkada/static/gtk-file_chooser_widget.ali -lib/gtkada/static/gtk-file_filter.ali -lib/gtkada/static/gtk-file_selection.ali -lib/gtkada/static/gtk-fixed.ali -lib/gtkada/static/gtk-font_button.ali -lib/gtkada/static/gtk-font_selection.ali -lib/gtkada/static/gtk-font_selection_dialog.ali -lib/gtkada/static/gtk-frame.ali -lib/gtkada/static/gtk-gamma_curve.ali -lib/gtkada/static/gtk-gc.ali -lib/gtkada/static/gtk-gentry.ali -lib/gtkada/static/gtk-grange.ali -lib/gtkada/static/gtk-handle_box.ali -lib/gtkada/static/gtk-handlers.ali -lib/gtkada/static/gtk-hbutton_box.ali -lib/gtkada/static/gtk-icon_factory.ali -lib/gtkada/static/gtk-icon_theme.ali -lib/gtkada/static/gtk-icon_view.ali -lib/gtkada/static/gtk-image.ali -lib/gtkada/static/gtk-image_menu_item.ali -lib/gtkada/static/gtk-input_dialog.ali -lib/gtkada/static/gtk-invisible.ali -lib/gtkada/static/gtk-item.ali -lib/gtkada/static/gtk-item_factory.ali -lib/gtkada/static/gtk-label.ali -lib/gtkada/static/gtk-layout.ali -lib/gtkada/static/gtk-link_button.ali -lib/gtkada/static/gtk-list.ali -lib/gtkada/static/gtk-list_item.ali -lib/gtkada/static/gtk-list_store.ali -lib/gtkada/static/gtk-main.ali -lib/gtkada/static/gtk-marshallers.ali -lib/gtkada/static/gtk-menu.ali -lib/gtkada/static/gtk-menu_bar.ali -lib/gtkada/static/gtk-menu_item.ali -lib/gtkada/static/gtk-menu_shell.ali -lib/gtkada/static/gtk-menu_tool_button.ali -lib/gtkada/static/gtk-message_dialog.ali -lib/gtkada/static/gtk-misc.ali -lib/gtkada/static/gtk-notebook.ali -lib/gtkada/static/gtk-object.ali -lib/gtkada/static/gtk-old_editable.ali -lib/gtkada/static/gtk-option_menu.ali -lib/gtkada/static/gtk-orientable.ali -lib/gtkada/static/gtk-page_setup.ali -lib/gtkada/static/gtk-paned.ali -lib/gtkada/static/gtk-paper_size.ali -lib/gtkada/static/gtk-pixmap.ali -lib/gtkada/static/gtk-plug.ali -lib/gtkada/static/gtk-preview.ali -lib/gtkada/static/gtk-print_context.ali -lib/gtkada/static/gtk-print_operation.ali -lib/gtkada/static/gtk-print_operation_preview.ali -lib/gtkada/static/gtk-print_settings.ali -lib/gtkada/static/gtk-progress.ali -lib/gtkada/static/gtk-progress_bar.ali -lib/gtkada/static/gtk-radio_action.ali -lib/gtkada/static/gtk-radio_button.ali -lib/gtkada/static/gtk-radio_menu_item.ali -lib/gtkada/static/gtk-radio_tool_button.ali -lib/gtkada/static/gtk-rc.ali -lib/gtkada/static/gtk-recent_action.ali -lib/gtkada/static/gtk-recent_chooser.ali -lib/gtkada/static/gtk-recent_chooser_dialog.ali -lib/gtkada/static/gtk-recent_chooser_widget.ali -lib/gtkada/static/gtk-recent_filter.ali -lib/gtkada/static/gtk-recent_manager.ali -lib/gtkada/static/gtk-ruler.ali -lib/gtkada/static/gtk-scale.ali -lib/gtkada/static/gtk-scale_button.ali -lib/gtkada/static/gtk-scrollbar.ali -lib/gtkada/static/gtk-scrolled_window.ali -lib/gtkada/static/gtk-selection.ali -lib/gtkada/static/gtk-separator.ali -lib/gtkada/static/gtk-separator_menu_item.ali -lib/gtkada/static/gtk-separator_tool_item.ali -lib/gtkada/static/gtk-settings.ali -lib/gtkada/static/gtk-size_group.ali -lib/gtkada/static/gtk-socket.ali -lib/gtkada/static/gtk-spin_button.ali -lib/gtkada/static/gtk-spinner.ali -lib/gtkada/static/gtk-status_bar.ali -lib/gtkada/static/gtk-status_icon.ali -lib/gtkada/static/gtk-stock.ali -lib/gtkada/static/gtk-style.ali -lib/gtkada/static/gtk-table.ali -lib/gtkada/static/gtk-tearoff_menu_item.ali -lib/gtkada/static/gtk-text.ali -lib/gtkada/static/gtk-text_attributes.ali -lib/gtkada/static/gtk-text_buffer.ali -lib/gtkada/static/gtk-text_child.ali -lib/gtkada/static/gtk-text_iter.ali -lib/gtkada/static/gtk-text_mark.ali -lib/gtkada/static/gtk-text_tag.ali -lib/gtkada/static/gtk-text_tag_table.ali -lib/gtkada/static/gtk-text_view.ali -lib/gtkada/static/gtk-tips_query.ali -lib/gtkada/static/gtk-toggle_action.ali -lib/gtkada/static/gtk-toggle_button.ali -lib/gtkada/static/gtk-toggle_tool_button.ali -lib/gtkada/static/gtk-tool_button.ali -lib/gtkada/static/gtk-tool_item.ali -lib/gtkada/static/gtk-toolbar.ali -lib/gtkada/static/gtk-tooltip.ali -lib/gtkada/static/gtk-tooltips.ali -lib/gtkada/static/gtk-tree_dnd.ali -lib/gtkada/static/gtk-tree_model-utils.ali -lib/gtkada/static/gtk-tree_model.ali -lib/gtkada/static/gtk-tree_model_filter.ali -lib/gtkada/static/gtk-tree_model_sort.ali -lib/gtkada/static/gtk-tree_selection.ali -lib/gtkada/static/gtk-tree_sortable.ali -lib/gtkada/static/gtk-tree_store.ali -lib/gtkada/static/gtk-tree_view.ali -lib/gtkada/static/gtk-tree_view_column.ali -lib/gtkada/static/gtk-type_conversion.ali -lib/gtkada/static/gtk-ui_manager.ali -lib/gtkada/static/gtk-vbutton_box.ali -lib/gtkada/static/gtk-viewport.ali -lib/gtkada/static/gtk-volume_button.ali -lib/gtkada/static/gtk-widget.ali -lib/gtkada/static/gtk-window.ali -lib/gtkada/static/gtk.ali -lib/gtkada/static/gtkada-abstract_list_model.ali -lib/gtkada/static/gtkada-abstract_tree_model.ali -lib/gtkada/static/gtkada-bindings.ali -lib/gtkada/static/gtkada-builder.ali -lib/gtkada/static/gtkada-c.ali -lib/gtkada/static/gtkada-canvas.ali -lib/gtkada/static/gtkada-dialogs.ali -lib/gtkada/static/gtkada-file_selection.ali -lib/gtkada/static/gtkada-handlers.ali -lib/gtkada/static/gtkada-intl.ali -lib/gtkada/static/gtkada-mdi.ali -lib/gtkada/static/gtkada-multi_paned.ali -lib/gtkada/static/gtkada-pixmaps.ali -lib/gtkada/static/gtkada-printing.ali -lib/gtkada/static/gtkada-properties.ali -lib/gtkada/static/gtkada-style.ali -lib/gtkada/static/gtkada-types.ali -lib/gtkada/static/gtkada.ali -lib/gtkada/static/libgtkada.a -lib/gtkada/static/pango-attributes.ali -lib/gtkada/static/pango-cairo.ali -lib/gtkada/static/pango-context.ali -lib/gtkada/static/pango-enums.ali -lib/gtkada/static/pango-font.ali -lib/gtkada/static/pango-layout.ali -lib/gtkada/static/pango-tabs.ali -lib/gtkada/static/pango.ali -lib/libgtkada-2.24.so.4 -lib/libgtkada.so -libdata/pkgconfig/gtkada.pc -share/gps/plug-ins/gtkada.xml diff --git a/x11-toolkits/gtkada3/Makefile b/x11-toolkits/gtkada3/Makefile deleted file mode 100644 index 9377ae072426..000000000000 --- a/x11-toolkits/gtkada3/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: John Marino - -PORTNAME= gtkada -PORTVERSION= 3.14.2 -PORTREVISION= 5 -CATEGORIES= x11-toolkits -PKGNAMESUFFIX= 3 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ada graphical toolkit based on Gtk3 components - -LICENSE= GPLv3 - -BUILD_DEPENDS= gprbuild:devel/gprbuild -LIB_DEPENDS= libfreetype.so:print/freetype2 \ - libfontconfig.so:x11-fonts/fontconfig \ - libharfbuzz.so:print/harfbuzz \ - libdrm.so:graphics/libdrm \ - libatk-bridge-2.0.so:accessibility/at-spi2-atk \ - libepoxy.so:graphics/libepoxy \ - libpng.so:graphics/png \ - libffi.so:devel/libffi \ - libpcre.so:devel/pcre \ - libexpat.so:textproc/expat2 \ - libatspi.so:accessibility/at-spi2-core \ - libgraphite2.so:graphics/graphite2 \ - libdbus-1.so:devel/dbus - -USES= ada:run gl gmake gnome iconv:wchar_t perl5 pkgconfig xorg -USE_PERL5= build -USE_GNOME= gtk30 cairo gdkpixbuf2 -USE_XORG= ice sm xxf86vm xcb xdmcp xau x11 pixman xfixes xdamage \ - xcomposite xi xext xcursor xrandr xinerama xrender -USE_GL= gl egl gbm glu -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_PROJECT= gtkada -GH_TAGNAME= 1688bb8 - -GNU_CONFIGURE= yes -ALL_TARGET= tools static relocatable -PORTDOCS= gtkada_ug -LDFLAGS+= -L${LOCALBASE}/lib - -MAKE_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} - -CONFLICTS_INSTALL= gtkada - -CONFIGURE_ARGS+= --with-GL=auto \ - --with-GL-prefix=${PREFIX} \ - --enable-shared \ - --enable-static - -OPTIONS_DEFINE= DOCS NLS DEBUG - -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -DOCS_ALL_TARGET= docs -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext -DEBUG_CONFIGURE_ON= --enable-build=Debug -DEBUG_CONFIGURE_OFF= --enable-build=Production - -do-build: -# This target is recreated because -j cannot be set, but -# MAKE_JOBS_SAFE=yes is needed for PROCESSORS value - cd ${WRKSRC} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gtkada-dialog - ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/gtkada/gtkada_ug/_sources - -.include diff --git a/x11-toolkits/gtkada3/distinfo b/x11-toolkits/gtkada3/distinfo deleted file mode 100644 index cc92e04cffad..000000000000 --- a/x11-toolkits/gtkada3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1465560208 -SHA256 (AdaCore-gtkada-3.14.2-1688bb8_GH0.tar.gz) = d7876bf5618189d4c318f7f8044a80286c3edf57f77adc2c96be645cafdb2212 -SIZE (AdaCore-gtkada-3.14.2-1688bb8_GH0.tar.gz) = 5353366 diff --git a/x11-toolkits/gtkada3/files/patch-Makefile.in b/x11-toolkits/gtkada3/files/patch-Makefile.in deleted file mode 100644 index 0bc6f180193d..000000000000 --- a/x11-toolkits/gtkada3/files/patch-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig 2016-05-12 07:43:49 UTC -+++ Makefile.in -@@ -93,7 +93,7 @@ install/%: force - ifeq (${HAVE_OPENGL}, True) - ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(@F) --build-name=$(@F) \ - --sources-subdir=include/gtkada/gtkada_gl.$(@F) \ -- --lib-subdir=${libdir}/gtkada/gtkada_gl.$(@F) \ -+ --lib-subdir=lib/gtkada/gtkada_gl.$(@F) \ - -Psrc/opengl/gtkada_gl.gpr - endif - -@@ -106,9 +106,6 @@ endif - install: install-clean - ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \ - --mode=usage -Psrc/tools/tools.gpr -- cd testgtk; ${GPRINSTALL_FULL} -XLIBRARY_TYPE=$(LIBRARY_TYPE_FOR_TOOLS) \ -- --mode=usage --exec-subdir=${exampledir} \ -- -Ptestgtk.gpr -aP ../src - - @echo '-----------------------------------------------------------------------' - @echo '-- GtkAda has now been installed. --' diff --git a/x11-toolkits/gtkada3/files/patch-configure b/x11-toolkits/gtkada3/files/patch-configure deleted file mode 100644 index 800f60a9256f..000000000000 --- a/x11-toolkits/gtkada3/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig 2016-05-12 07:43:49 UTC -+++ configure -@@ -2105,6 +2105,11 @@ fi - ac_GNATLIB=`cd $ac_GNATDIR; ls libgnat-*.dll | sed 's,lib,,;s,.dll,,'` - OS_SPECIFIC_LINK_OPTIONS=-Wl,-L$ac_GNATDIR,-l$ac_GNATLIB - ;; -+ *dragonfly*|*bsd*) -+ if test x$CAN_BUILD_SHARED = xyes ; then -+ BUILD_SHARED=yes -+ fi -+ ;; - *darwin*) - SO_EXT=.dylib - NEED_OBJECTIVE_C=yes -@@ -3551,7 +3556,7 @@ $as_echo_n "checking for GTK - version > - GTK_CFLAGS=`$PKG_CONFIG $GTK --cflags` - GTK_LIBS=`$PKG_CONFIG $GTK gmodule-2.0 fontconfig --libs` - -- GTK_LIBS="$GTK_LIBS $LDFLAGS" -+ GTK_LIBS="$GTK_LIBS $LDFLAGS -lm -lX11" - - ac_save_CFLAGS="$CFLAGS" - ac_save_LIBS="$LIBS" -@@ -3668,14 +3673,7 @@ fi - GL_CFLAGS="" - else - GL_CFLAGS="-I$with_GL_prefix/include" -- case "${host}" in -- *64*) -- GL_LDOPTS="-L$with_GL_prefix/lib64" -- ;; -- *) -- GL_LDOPTS="-L$with_GL_prefix/lib" -- ;; -- esac -+ GL_LDOPTS="-L$with_GL_prefix/lib" - fi - - saved_LIBS="$LIBS" diff --git a/x11-toolkits/gtkada3/files/patch-docs_Makefile b/x11-toolkits/gtkada3/files/patch-docs_Makefile deleted file mode 100644 index c5b3abe52705..000000000000 --- a/x11-toolkits/gtkada3/files/patch-docs_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.orig 2016-05-12 07:43:49 UTC -+++ docs/Makefile -@@ -1,7 +1,6 @@ - - all:: -- ${MAKE} -C gtkada_rm -- ${MAKE} -C gtkada_ug html latexpdf -+ ${MAKE} -C gtkada_ug html - - clean:: - ${MAKE} -C gtkada_rm clean diff --git a/x11-toolkits/gtkada3/files/patch-src_opengl_gtkglarea.h b/x11-toolkits/gtkada3/files/patch-src_opengl_gtkglarea.h deleted file mode 100644 index 4164a176d277..000000000000 --- a/x11-toolkits/gtkada3/files/patch-src_opengl_gtkglarea.h +++ /dev/null @@ -1,22 +0,0 @@ ---- src/opengl/gtkglarea.h.orig 2016-05-12 07:43:49 UTC -+++ src/opengl/gtkglarea.h -@@ -21,6 +21,9 @@ - #ifndef __GTK_GL_AREA_H__ - #define __GTK_GL_AREA_H__ - -+typedef struct _GtkGLArea GtkGLArea; -+typedef struct _GtkGLAreaClass GtkGLAreaClass; -+ - #include - #include - #include -@@ -36,9 +39,6 @@ G_BEGIN_DECLS - #define GTK_GL_AREA_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_GL_AREA, GtkGLArea)) - - --typedef struct _GtkGLArea GtkGLArea; --typedef struct _GtkGLAreaClass GtkGLAreaClass; -- - - struct _GtkGLArea - { diff --git a/x11-toolkits/gtkada3/pkg-descr b/x11-toolkits/gtkada3/pkg-descr deleted file mode 100644 index a67d86d1c154..000000000000 --- a/x11-toolkits/gtkada3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GtkAda is an Ada graphical toolkit based on Gtk3 widgets using the -object-oriented features of the language. Gtk3 is a graphical toolkit -written in C for X-Window and Win32 that was originally developed as -the basis for GIMP. - -WWW: http://libre.adacore.com/libre/tools/gtkada/ diff --git a/x11-toolkits/gtkada3/pkg-plist b/x11-toolkits/gtkada3/pkg-plist deleted file mode 100644 index 989d44afea67..000000000000 --- a/x11-toolkits/gtkada3/pkg-plist +++ /dev/null @@ -1,2081 +0,0 @@ -bin/gtkada-dialog -include/gtkada/gtkada.relocatable/gtkada/cairo-font_face.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-font_options.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-font_options.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-image_surface.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-image_surface.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-matrix.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-pattern.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-pdf.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-pdf.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-png.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-png.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-region.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-region.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-scaled_font.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-surface.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-surface.ads -include/gtkada/gtkada.relocatable/gtkada/cairo-svg.adb -include/gtkada/gtkada.relocatable/gtkada/cairo-svg.ads -include/gtkada/gtkada.relocatable/gtkada/cairo.adb -include/gtkada/gtkada.relocatable/gtkada/cairo.ads -include/gtkada/gtkada.relocatable/gtkada/config.h -include/gtkada/gtkada.relocatable/gtkada/fontconfig.adb -include/gtkada/gtkada.relocatable/gtkada/fontconfig.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-cairo.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-cairo.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-color.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-color.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-cursor.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-cursor.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-device.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-device.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-device_manager.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-device_manager.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-display.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-display.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-display_manager.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-display_manager.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-dnd.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-dnd.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-drag_contexts.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-drag_contexts.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-event.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-event.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-frame_clock.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-frame_clock.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-frame_timings.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-frame_timings.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-input.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-keyval.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-keyval.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-main.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-main.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-pixbuf.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-pixbuf.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-property.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-property.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-rectangle.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-rectangle.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-rgba.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-rgba.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-screen.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-screen.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-threads.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-types-keysyms.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-types.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-visual.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-visual.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-window.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-window.ads -include/gtkada/gtkada.relocatable/gtkada/gdk-window_attr.adb -include/gtkada/gtkada.relocatable/gtkada/gdk-window_attr.ads -include/gtkada/gtkada.relocatable/gtkada/gdk.ads -include/gtkada/gtkada.relocatable/gtkada/glib-action.adb -include/gtkada/gtkada.relocatable/gtkada/glib-action.ads -include/gtkada/gtkada.relocatable/gtkada/glib-action_group.adb -include/gtkada/gtkada.relocatable/gtkada/glib-action_group.ads -include/gtkada/gtkada.relocatable/gtkada/glib-action_map.adb -include/gtkada/gtkada.relocatable/gtkada/glib-action_map.ads -include/gtkada/gtkada.relocatable/gtkada/glib-application.adb -include/gtkada/gtkada.relocatable/gtkada/glib-application.ads -include/gtkada/gtkada.relocatable/gtkada/glib-cancellable.adb -include/gtkada/gtkada.relocatable/gtkada/glib-cancellable.ads -include/gtkada/gtkada.relocatable/gtkada/glib-convert.adb -include/gtkada/gtkada.relocatable/gtkada/glib-convert.ads -include/gtkada/gtkada.relocatable/gtkada/glib-enums.ads -include/gtkada/gtkada.relocatable/gtkada/glib-error.adb -include/gtkada/gtkada.relocatable/gtkada/glib-error.ads -include/gtkada/gtkada.relocatable/gtkada/glib-g_icon.adb -include/gtkada/gtkada.relocatable/gtkada/glib-g_icon.ads -include/gtkada/gtkada.relocatable/gtkada/glib-generic_properties.adb -include/gtkada/gtkada.relocatable/gtkada/glib-generic_properties.ads -include/gtkada/gtkada.relocatable/gtkada/glib-glist.adb -include/gtkada/gtkada.relocatable/gtkada/glib-glist.ads -include/gtkada/gtkada.relocatable/gtkada/glib-gnodes.adb -include/gtkada/gtkada.relocatable/gtkada/glib-gnodes.ads -include/gtkada/gtkada.relocatable/gtkada/glib-graphs-layouts.adb -include/gtkada/gtkada.relocatable/gtkada/glib-graphs-layouts.ads -include/gtkada/gtkada.relocatable/gtkada/glib-graphs.adb -include/gtkada/gtkada.relocatable/gtkada/glib-graphs.ads -include/gtkada/gtkada.relocatable/gtkada/glib-gslist.adb -include/gtkada/gtkada.relocatable/gtkada/glib-gslist.ads -include/gtkada/gtkada.relocatable/gtkada/glib-key_file.adb -include/gtkada/gtkada.relocatable/gtkada/glib-key_file.ads -include/gtkada/gtkada.relocatable/gtkada/glib-main.adb -include/gtkada/gtkada.relocatable/gtkada/glib-main.ads -include/gtkada/gtkada.relocatable/gtkada/glib-menu.adb -include/gtkada/gtkada.relocatable/gtkada/glib-menu.ads -include/gtkada/gtkada.relocatable/gtkada/glib-menu_model.adb -include/gtkada/gtkada.relocatable/gtkada/glib-menu_model.ads -include/gtkada/gtkada.relocatable/gtkada/glib-messages.adb -include/gtkada/gtkada.relocatable/gtkada/glib-messages.ads -include/gtkada/gtkada.relocatable/gtkada/glib-module.adb -include/gtkada/gtkada.relocatable/gtkada/glib-module.ads -include/gtkada/gtkada.relocatable/gtkada/glib-notification.adb -include/gtkada/gtkada.relocatable/gtkada/glib-notification.ads -include/gtkada/gtkada.relocatable/gtkada/glib-object.adb -include/gtkada/gtkada.relocatable/gtkada/glib-object.ads -include/gtkada/gtkada.relocatable/gtkada/glib-option.adb -include/gtkada/gtkada.relocatable/gtkada/glib-option.ads -include/gtkada/gtkada.relocatable/gtkada/glib-properties-creation.adb -include/gtkada/gtkada.relocatable/gtkada/glib-properties-creation.ads -include/gtkada/gtkada.relocatable/gtkada/glib-properties.adb -include/gtkada/gtkada.relocatable/gtkada/glib-properties.ads -include/gtkada/gtkada.relocatable/gtkada/glib-simple_action.adb -include/gtkada/gtkada.relocatable/gtkada/glib-simple_action.ads -include/gtkada/gtkada.relocatable/gtkada/glib-simple_action_group.adb -include/gtkada/gtkada.relocatable/gtkada/glib-simple_action_group.ads -include/gtkada/gtkada.relocatable/gtkada/glib-string.adb -include/gtkada/gtkada.relocatable/gtkada/glib-string.ads -include/gtkada/gtkada.relocatable/gtkada/glib-type_conversion_hooks.adb -include/gtkada/gtkada.relocatable/gtkada/glib-type_conversion_hooks.ads -include/gtkada/gtkada.relocatable/gtkada/glib-types.adb -include/gtkada/gtkada.relocatable/gtkada/glib-types.ads -include/gtkada/gtkada.relocatable/gtkada/glib-unicode.adb -include/gtkada/gtkada.relocatable/gtkada/glib-unicode.ads -include/gtkada/gtkada.relocatable/gtkada/glib-values.adb -include/gtkada/gtkada.relocatable/gtkada/glib-values.ads -include/gtkada/gtkada.relocatable/gtkada/glib-variant.adb -include/gtkada/gtkada.relocatable/gtkada/glib-variant.ads -include/gtkada/gtkada.relocatable/gtkada/glib-xml.adb -include/gtkada/gtkada.relocatable/gtkada/glib-xml.ads -include/gtkada/gtkada.relocatable/gtkada/glib-xml_int.ads -include/gtkada/gtkada.relocatable/gtkada/glib.adb -include/gtkada/gtkada.relocatable/gtkada/glib.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-about_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-about_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_group.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_group.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_label.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_label.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_map.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-accel_map.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-action.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-action.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-action_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-action_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-action_group.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-action_group.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-actionable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-actionable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-activatable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-activatable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-adjustment.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-adjustment.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-alignment.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-alignment.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-application.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-application.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-application_window.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-application_window.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-arguments.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-arguments.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-arrow.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-arrow.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-aspect_frame.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-aspect_frame.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-assistant.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-assistant.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-bin.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-bin.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-binding_set.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-binding_set.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-bindings.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-bindings.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-buildable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-buildable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-builder.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-builder.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-button_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-button_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-calendar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-calendar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_context.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_context.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_editable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_editable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_layout.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_layout.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_accel.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_accel.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_combo.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_combo.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_pixbuf.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_pixbuf.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_progress.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_progress.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spin.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spin.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spinner.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spinner.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_text.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_text.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_toggle.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_toggle.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_view.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-cell_view.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-check_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-check_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-check_menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-check_menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-clipboard.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-clipboard.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_widget.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_widget.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_selection.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_selection.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-combo_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-combo_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-combo_box_text.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-combo_box_text.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-container.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-container.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-css_provider.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-css_provider.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-css_section.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-css_section.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-dnd.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-dnd.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-drawing_area.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-drawing_area.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-editable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-editable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-entry_buffer.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-entry_buffer.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-entry_completion.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-entry_completion.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-enums.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-enums.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-event_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-event_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-event_controller.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-event_controller.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-expander.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-expander.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_widget.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_widget.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-file_filter.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-file_filter.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-fixed.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-fixed.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-flow_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-flow_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-flow_box_child.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-flow_box_child.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_widget.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_widget.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_selection.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_selection.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-font_selection_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-frame.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-frame.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gentry.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gentry.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_drag.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_drag.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_long_press.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_long_press.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_multi_press.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_multi_press.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_pan.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_pan.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_rotate.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_rotate.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_single.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_single.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_swipe.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_swipe.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_zoom.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gesture_zoom.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-gradient.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-gradient.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-grange.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-grange.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-grid.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-grid.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-handle_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-handle_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-handlers.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-handlers.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-hbutton_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-hbutton_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-header_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-header_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-hsv.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-hsv.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_factory.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_factory.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_set.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_set.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_source.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_source.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_theme.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_theme.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_view.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-icon_view.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-im_context.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-im_context.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-im_context_simple.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-im_context_simple.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-im_multi_context.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-im_multi_context.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-image.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-image.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-image_menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-image_menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-info_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-info_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-invisible.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-invisible.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-label.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-label.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-layout.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-layout.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-level_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-level_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-link_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-link_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-list_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-list_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-list_box_row.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-list_box_row.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-list_store.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-list_store.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-main.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-main.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-marshallers.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-marshallers.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_shell.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_shell.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_tool_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-menu_tool_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-message_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-message_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-misc.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-misc.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-notebook.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-notebook.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-offscreen_window.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-offscreen_window.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-orientable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-orientable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-overlay.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-overlay.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-page_setup.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-page_setup.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-paned.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-paned.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-paper_size.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-paper_size.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-popover.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-popover.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-print_context.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-print_context.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-print_operation.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-print_operation.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-print_operation_preview.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-print_operation_preview.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-print_settings.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-print_settings.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-progress_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-progress_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_action.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_action.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_tool_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-radio_tool_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-rc.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-rc.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_action.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_action.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_dialog.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_dialog.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_menu.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_menu.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_widget.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_widget.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_filter.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_filter.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_info.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_info.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_manager.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-recent_manager.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-revealer.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-revealer.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-scale.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-scale.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-scale_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-scale_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-scrollable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-scrollable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-scrollbar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-scrollbar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-scrolled_window.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-scrolled_window.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-search_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-search_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-search_entry.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-search_entry.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-selection_data.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-selection_data.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-separator.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-separator.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-separator_menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-separator_menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-separator_tool_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-separator_tool_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-settings.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-settings.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-size_group.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-size_group.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-spin_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-spin_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-spinner.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-spinner.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-stack.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-stack.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-stack_switcher.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-stack_switcher.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-status_bar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-status_bar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-status_icon.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-status_icon.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-stock.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-stock.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-style.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-style.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-style_context.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-style_context.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-style_properties.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-style_properties.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-style_provider.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-style_provider.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-switch.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-switch.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-symbolic_color.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-symbolic_color.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-table.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-table.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-target_entry.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-target_entry.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-target_list.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-target_list.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_attributes.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_attributes.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_buffer.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_buffer.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_child.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_child.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_child_anchor.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_child_anchor.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_iter.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_iter.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_mark.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_mark.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_tag.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_tag.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_tag_table.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_tag_table.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-text_view.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-text_view.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-theming_engine.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-theming_engine.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_action.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_action.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_tool_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-toggle_tool_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_item.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_item.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_item_group.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_item_group.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_palette.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_palette.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_shell.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tool_shell.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-toolbar.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-toolbar.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tooltip.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tooltip.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_dest.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_dest.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_source.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_source.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model-utils.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model-utils.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_filter.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_filter.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_sort.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_sort.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_row_reference.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_row_reference.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_selection.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_selection.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_sortable.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_sortable.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_store.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_store.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_view.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_view.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_view_column.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-tree_view_column.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-type_conversion.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-type_conversion.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-ui_manager.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-ui_manager.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-vbutton_box.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-vbutton_box.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-viewport.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-viewport.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-volume_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-volume_button.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-widget.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-widget.ads -include/gtkada/gtkada.relocatable/gtkada/gtk-window.adb -include/gtkada/gtkada.relocatable/gtkada/gtk-window.ads -include/gtkada/gtkada.relocatable/gtkada/gtk.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_list_model.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_list_model.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_tree_model.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_tree_model.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-application.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-application.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-bindings.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-bindings.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-builder.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-builder.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-c.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-c.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-astar.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-astar.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-links.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-links.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models-layers.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models-layers.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-objects.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-objects.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-rtrees.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-rtrees.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-views.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-views.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-handlers.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-intl.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-intl.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-mdi-close_button.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-mdi.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-mdi.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-multi_paned.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-multi_paned.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-printing.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-printing.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-style.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-style.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada-types.adb -include/gtkada/gtkada.relocatable/gtkada/gtkada-types.ads -include/gtkada/gtkada.relocatable/gtkada/gtkada.ads -include/gtkada/gtkada.relocatable/gtkada/misc.c -include/gtkada/gtkada.relocatable/gtkada/misc_generated.c -include/gtkada/gtkada.relocatable/gtkada/misc_osx.h -include/gtkada/gtkada.relocatable/gtkada/pango-attributes.adb -include/gtkada/gtkada.relocatable/gtkada/pango-attributes.ads -include/gtkada/gtkada.relocatable/gtkada/pango-cairo.adb -include/gtkada/gtkada.relocatable/gtkada/pango-cairo.ads -include/gtkada/gtkada.relocatable/gtkada/pango-context.adb -include/gtkada/gtkada.relocatable/gtkada/pango-context.ads -include/gtkada/gtkada.relocatable/gtkada/pango-coverage.adb -include/gtkada/gtkada.relocatable/gtkada/pango-coverage.ads -include/gtkada/gtkada.relocatable/gtkada/pango-enums.adb -include/gtkada/gtkada.relocatable/gtkada/pango-enums.ads -include/gtkada/gtkada.relocatable/gtkada/pango-font.adb -include/gtkada/gtkada.relocatable/gtkada/pango-font.ads -include/gtkada/gtkada.relocatable/gtkada/pango-font_face.adb -include/gtkada/gtkada.relocatable/gtkada/pango-font_face.ads -include/gtkada/gtkada.relocatable/gtkada/pango-font_family.adb -include/gtkada/gtkada.relocatable/gtkada/pango-font_family.ads -include/gtkada/gtkada.relocatable/gtkada/pango-font_map.adb -include/gtkada/gtkada.relocatable/gtkada/pango-font_map.ads -include/gtkada/gtkada.relocatable/gtkada/pango-font_metrics.adb -include/gtkada/gtkada.relocatable/gtkada/pango-font_metrics.ads -include/gtkada/gtkada.relocatable/gtkada/pango-fontset.adb -include/gtkada/gtkada.relocatable/gtkada/pango-fontset.ads -include/gtkada/gtkada.relocatable/gtkada/pango-language.adb -include/gtkada/gtkada.relocatable/gtkada/pango-language.ads -include/gtkada/gtkada.relocatable/gtkada/pango-layout.adb -include/gtkada/gtkada.relocatable/gtkada/pango-layout.ads -include/gtkada/gtkada.relocatable/gtkada/pango-matrix.adb -include/gtkada/gtkada.relocatable/gtkada/pango-matrix.ads -include/gtkada/gtkada.relocatable/gtkada/pango-tabs.adb -include/gtkada/gtkada.relocatable/gtkada/pango-tabs.ads -include/gtkada/gtkada.relocatable/gtkada/pango.ads -include/gtkada/gtkada.static/gtkada/cairo-font_face.ads -include/gtkada/gtkada.static/gtkada/cairo-font_options.adb -include/gtkada/gtkada.static/gtkada/cairo-font_options.ads -include/gtkada/gtkada.static/gtkada/cairo-image_surface.adb -include/gtkada/gtkada.static/gtkada/cairo-image_surface.ads -include/gtkada/gtkada.static/gtkada/cairo-matrix.ads -include/gtkada/gtkada.static/gtkada/cairo-pattern.ads -include/gtkada/gtkada.static/gtkada/cairo-pdf.adb -include/gtkada/gtkada.static/gtkada/cairo-pdf.ads -include/gtkada/gtkada.static/gtkada/cairo-png.adb -include/gtkada/gtkada.static/gtkada/cairo-png.ads -include/gtkada/gtkada.static/gtkada/cairo-region.adb -include/gtkada/gtkada.static/gtkada/cairo-region.ads -include/gtkada/gtkada.static/gtkada/cairo-scaled_font.ads -include/gtkada/gtkada.static/gtkada/cairo-surface.adb -include/gtkada/gtkada.static/gtkada/cairo-surface.ads -include/gtkada/gtkada.static/gtkada/cairo-svg.adb -include/gtkada/gtkada.static/gtkada/cairo-svg.ads -include/gtkada/gtkada.static/gtkada/cairo.adb -include/gtkada/gtkada.static/gtkada/cairo.ads -include/gtkada/gtkada.static/gtkada/config.h -include/gtkada/gtkada.static/gtkada/fontconfig.adb -include/gtkada/gtkada.static/gtkada/fontconfig.ads -include/gtkada/gtkada.static/gtkada/gdk-cairo.adb -include/gtkada/gtkada.static/gtkada/gdk-cairo.ads -include/gtkada/gtkada.static/gtkada/gdk-color.adb -include/gtkada/gtkada.static/gtkada/gdk-color.ads -include/gtkada/gtkada.static/gtkada/gdk-cursor.adb -include/gtkada/gtkada.static/gtkada/gdk-cursor.ads -include/gtkada/gtkada.static/gtkada/gdk-device.adb -include/gtkada/gtkada.static/gtkada/gdk-device.ads -include/gtkada/gtkada.static/gtkada/gdk-device_manager.adb -include/gtkada/gtkada.static/gtkada/gdk-device_manager.ads -include/gtkada/gtkada.static/gtkada/gdk-display.adb -include/gtkada/gtkada.static/gtkada/gdk-display.ads -include/gtkada/gtkada.static/gtkada/gdk-display_manager.adb -include/gtkada/gtkada.static/gtkada/gdk-display_manager.ads -include/gtkada/gtkada.static/gtkada/gdk-dnd.adb -include/gtkada/gtkada.static/gtkada/gdk-dnd.ads -include/gtkada/gtkada.static/gtkada/gdk-drag_contexts.adb -include/gtkada/gtkada.static/gtkada/gdk-drag_contexts.ads -include/gtkada/gtkada.static/gtkada/gdk-event.adb -include/gtkada/gtkada.static/gtkada/gdk-event.ads -include/gtkada/gtkada.static/gtkada/gdk-frame_clock.adb -include/gtkada/gtkada.static/gtkada/gdk-frame_clock.ads -include/gtkada/gtkada.static/gtkada/gdk-frame_timings.adb -include/gtkada/gtkada.static/gtkada/gdk-frame_timings.ads -include/gtkada/gtkada.static/gtkada/gdk-input.ads -include/gtkada/gtkada.static/gtkada/gdk-keyval.adb -include/gtkada/gtkada.static/gtkada/gdk-keyval.ads -include/gtkada/gtkada.static/gtkada/gdk-main.adb -include/gtkada/gtkada.static/gtkada/gdk-main.ads -include/gtkada/gtkada.static/gtkada/gdk-pixbuf.adb -include/gtkada/gtkada.static/gtkada/gdk-pixbuf.ads -include/gtkada/gtkada.static/gtkada/gdk-property.adb -include/gtkada/gtkada.static/gtkada/gdk-property.ads -include/gtkada/gtkada.static/gtkada/gdk-rectangle.adb -include/gtkada/gtkada.static/gtkada/gdk-rectangle.ads -include/gtkada/gtkada.static/gtkada/gdk-rgba.adb -include/gtkada/gtkada.static/gtkada/gdk-rgba.ads -include/gtkada/gtkada.static/gtkada/gdk-screen.adb -include/gtkada/gtkada.static/gtkada/gdk-screen.ads -include/gtkada/gtkada.static/gtkada/gdk-threads.ads -include/gtkada/gtkada.static/gtkada/gdk-types-keysyms.ads -include/gtkada/gtkada.static/gtkada/gdk-types.ads -include/gtkada/gtkada.static/gtkada/gdk-visual.adb -include/gtkada/gtkada.static/gtkada/gdk-visual.ads -include/gtkada/gtkada.static/gtkada/gdk-window.adb -include/gtkada/gtkada.static/gtkada/gdk-window.ads -include/gtkada/gtkada.static/gtkada/gdk-window_attr.adb -include/gtkada/gtkada.static/gtkada/gdk-window_attr.ads -include/gtkada/gtkada.static/gtkada/gdk.ads -include/gtkada/gtkada.static/gtkada/glib-action.adb -include/gtkada/gtkada.static/gtkada/glib-action.ads -include/gtkada/gtkada.static/gtkada/glib-action_group.adb -include/gtkada/gtkada.static/gtkada/glib-action_group.ads -include/gtkada/gtkada.static/gtkada/glib-action_map.adb -include/gtkada/gtkada.static/gtkada/glib-action_map.ads -include/gtkada/gtkada.static/gtkada/glib-application.adb -include/gtkada/gtkada.static/gtkada/glib-application.ads -include/gtkada/gtkada.static/gtkada/glib-cancellable.adb -include/gtkada/gtkada.static/gtkada/glib-cancellable.ads -include/gtkada/gtkada.static/gtkada/glib-convert.adb -include/gtkada/gtkada.static/gtkada/glib-convert.ads -include/gtkada/gtkada.static/gtkada/glib-enums.ads -include/gtkada/gtkada.static/gtkada/glib-error.adb -include/gtkada/gtkada.static/gtkada/glib-error.ads -include/gtkada/gtkada.static/gtkada/glib-g_icon.adb -include/gtkada/gtkada.static/gtkada/glib-g_icon.ads -include/gtkada/gtkada.static/gtkada/glib-generic_properties.adb -include/gtkada/gtkada.static/gtkada/glib-generic_properties.ads -include/gtkada/gtkada.static/gtkada/glib-glist.adb -include/gtkada/gtkada.static/gtkada/glib-glist.ads -include/gtkada/gtkada.static/gtkada/glib-gnodes.adb -include/gtkada/gtkada.static/gtkada/glib-gnodes.ads -include/gtkada/gtkada.static/gtkada/glib-graphs-layouts.adb -include/gtkada/gtkada.static/gtkada/glib-graphs-layouts.ads -include/gtkada/gtkada.static/gtkada/glib-graphs.adb -include/gtkada/gtkada.static/gtkada/glib-graphs.ads -include/gtkada/gtkada.static/gtkada/glib-gslist.adb -include/gtkada/gtkada.static/gtkada/glib-gslist.ads -include/gtkada/gtkada.static/gtkada/glib-key_file.adb -include/gtkada/gtkada.static/gtkada/glib-key_file.ads -include/gtkada/gtkada.static/gtkada/glib-main.adb -include/gtkada/gtkada.static/gtkada/glib-main.ads -include/gtkada/gtkada.static/gtkada/glib-menu.adb -include/gtkada/gtkada.static/gtkada/glib-menu.ads -include/gtkada/gtkada.static/gtkada/glib-menu_model.adb -include/gtkada/gtkada.static/gtkada/glib-menu_model.ads -include/gtkada/gtkada.static/gtkada/glib-messages.adb -include/gtkada/gtkada.static/gtkada/glib-messages.ads -include/gtkada/gtkada.static/gtkada/glib-module.adb -include/gtkada/gtkada.static/gtkada/glib-module.ads -include/gtkada/gtkada.static/gtkada/glib-notification.adb -include/gtkada/gtkada.static/gtkada/glib-notification.ads -include/gtkada/gtkada.static/gtkada/glib-object.adb -include/gtkada/gtkada.static/gtkada/glib-object.ads -include/gtkada/gtkada.static/gtkada/glib-option.adb -include/gtkada/gtkada.static/gtkada/glib-option.ads -include/gtkada/gtkada.static/gtkada/glib-properties-creation.adb -include/gtkada/gtkada.static/gtkada/glib-properties-creation.ads -include/gtkada/gtkada.static/gtkada/glib-properties.adb -include/gtkada/gtkada.static/gtkada/glib-properties.ads -include/gtkada/gtkada.static/gtkada/glib-simple_action.adb -include/gtkada/gtkada.static/gtkada/glib-simple_action.ads -include/gtkada/gtkada.static/gtkada/glib-simple_action_group.adb -include/gtkada/gtkada.static/gtkada/glib-simple_action_group.ads -include/gtkada/gtkada.static/gtkada/glib-string.adb -include/gtkada/gtkada.static/gtkada/glib-string.ads -include/gtkada/gtkada.static/gtkada/glib-type_conversion_hooks.adb -include/gtkada/gtkada.static/gtkada/glib-type_conversion_hooks.ads -include/gtkada/gtkada.static/gtkada/glib-types.adb -include/gtkada/gtkada.static/gtkada/glib-types.ads -include/gtkada/gtkada.static/gtkada/glib-unicode.adb -include/gtkada/gtkada.static/gtkada/glib-unicode.ads -include/gtkada/gtkada.static/gtkada/glib-values.adb -include/gtkada/gtkada.static/gtkada/glib-values.ads -include/gtkada/gtkada.static/gtkada/glib-variant.adb -include/gtkada/gtkada.static/gtkada/glib-variant.ads -include/gtkada/gtkada.static/gtkada/glib-xml.adb -include/gtkada/gtkada.static/gtkada/glib-xml.ads -include/gtkada/gtkada.static/gtkada/glib-xml_int.ads -include/gtkada/gtkada.static/gtkada/glib.adb -include/gtkada/gtkada.static/gtkada/glib.ads -include/gtkada/gtkada.static/gtkada/gtk-about_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-about_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-accel_group.adb -include/gtkada/gtkada.static/gtkada/gtk-accel_group.ads -include/gtkada/gtkada.static/gtkada/gtk-accel_label.adb -include/gtkada/gtkada.static/gtkada/gtk-accel_label.ads -include/gtkada/gtkada.static/gtkada/gtk-accel_map.adb -include/gtkada/gtkada.static/gtkada/gtk-accel_map.ads -include/gtkada/gtkada.static/gtkada/gtk-action.adb -include/gtkada/gtkada.static/gtkada/gtk-action.ads -include/gtkada/gtkada.static/gtkada/gtk-action_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-action_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-action_group.adb -include/gtkada/gtkada.static/gtkada/gtk-action_group.ads -include/gtkada/gtkada.static/gtkada/gtk-actionable.adb -include/gtkada/gtkada.static/gtkada/gtk-actionable.ads -include/gtkada/gtkada.static/gtkada/gtk-activatable.adb -include/gtkada/gtkada.static/gtkada/gtk-activatable.ads -include/gtkada/gtkada.static/gtkada/gtk-adjustment.adb -include/gtkada/gtkada.static/gtkada/gtk-adjustment.ads -include/gtkada/gtkada.static/gtkada/gtk-alignment.adb -include/gtkada/gtkada.static/gtkada/gtk-alignment.ads -include/gtkada/gtkada.static/gtkada/gtk-application.adb -include/gtkada/gtkada.static/gtkada/gtk-application.ads -include/gtkada/gtkada.static/gtkada/gtk-application_window.adb -include/gtkada/gtkada.static/gtkada/gtk-application_window.ads -include/gtkada/gtkada.static/gtkada/gtk-arguments.adb -include/gtkada/gtkada.static/gtkada/gtk-arguments.ads -include/gtkada/gtkada.static/gtkada/gtk-arrow.adb -include/gtkada/gtkada.static/gtkada/gtk-arrow.ads -include/gtkada/gtkada.static/gtkada/gtk-aspect_frame.adb -include/gtkada/gtkada.static/gtkada/gtk-aspect_frame.ads -include/gtkada/gtkada.static/gtkada/gtk-assistant.adb -include/gtkada/gtkada.static/gtkada/gtk-assistant.ads -include/gtkada/gtkada.static/gtkada/gtk-bin.adb -include/gtkada/gtkada.static/gtkada/gtk-bin.ads -include/gtkada/gtkada.static/gtkada/gtk-binding_set.adb -include/gtkada/gtkada.static/gtkada/gtk-binding_set.ads -include/gtkada/gtkada.static/gtkada/gtk-bindings.adb -include/gtkada/gtkada.static/gtkada/gtk-bindings.ads -include/gtkada/gtkada.static/gtkada/gtk-box.adb -include/gtkada/gtkada.static/gtkada/gtk-box.ads -include/gtkada/gtkada.static/gtkada/gtk-buildable.adb -include/gtkada/gtkada.static/gtkada/gtk-buildable.ads -include/gtkada/gtkada.static/gtkada/gtk-builder.adb -include/gtkada/gtkada.static/gtkada/gtk-builder.ads -include/gtkada/gtkada.static/gtkada/gtk-button.adb -include/gtkada/gtkada.static/gtkada/gtk-button.ads -include/gtkada/gtkada.static/gtkada/gtk-button_box.adb -include/gtkada/gtkada.static/gtkada/gtk-button_box.ads -include/gtkada/gtkada.static/gtkada/gtk-calendar.adb -include/gtkada/gtkada.static/gtkada/gtk-calendar.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_area.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_area.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_area_box.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_area_box.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_area_context.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_area_context.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_editable.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_editable.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_layout.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_layout.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_accel.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_accel.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_combo.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_combo.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_pixbuf.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_pixbuf.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_progress.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_progress.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spin.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spin.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spinner.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spinner.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_text.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_text.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_toggle.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_renderer_toggle.ads -include/gtkada/gtkada.static/gtkada/gtk-cell_view.adb -include/gtkada/gtkada.static/gtkada/gtk-cell_view.ads -include/gtkada/gtkada.static/gtkada/gtk-check_button.adb -include/gtkada/gtkada.static/gtkada/gtk-check_button.ads -include/gtkada/gtkada.static/gtkada/gtk-check_menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-check_menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-clipboard.adb -include/gtkada/gtkada.static/gtkada/gtk-clipboard.ads -include/gtkada/gtkada.static/gtkada/gtk-color_button.adb -include/gtkada/gtkada.static/gtkada/gtk-color_button.ads -include/gtkada/gtkada.static/gtkada/gtk-color_chooser.adb -include/gtkada/gtkada.static/gtkada/gtk-color_chooser.ads -include/gtkada/gtkada.static/gtkada/gtk-color_chooser_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-color_chooser_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-color_chooser_widget.adb -include/gtkada/gtkada.static/gtkada/gtk-color_chooser_widget.ads -include/gtkada/gtkada.static/gtkada/gtk-color_selection.adb -include/gtkada/gtkada.static/gtkada/gtk-color_selection.ads -include/gtkada/gtkada.static/gtkada/gtk-color_selection_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-color_selection_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-combo_box.adb -include/gtkada/gtkada.static/gtkada/gtk-combo_box.ads -include/gtkada/gtkada.static/gtkada/gtk-combo_box_text.adb -include/gtkada/gtkada.static/gtkada/gtk-combo_box_text.ads -include/gtkada/gtkada.static/gtkada/gtk-container.adb -include/gtkada/gtkada.static/gtkada/gtk-container.ads -include/gtkada/gtkada.static/gtkada/gtk-css_provider.adb -include/gtkada/gtkada.static/gtkada/gtk-css_provider.ads -include/gtkada/gtkada.static/gtkada/gtk-css_section.adb -include/gtkada/gtkada.static/gtkada/gtk-css_section.ads -include/gtkada/gtkada.static/gtkada/gtk-dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-dnd.adb -include/gtkada/gtkada.static/gtkada/gtk-dnd.ads -include/gtkada/gtkada.static/gtkada/gtk-drawing_area.adb -include/gtkada/gtkada.static/gtkada/gtk-drawing_area.ads -include/gtkada/gtkada.static/gtkada/gtk-editable.adb -include/gtkada/gtkada.static/gtkada/gtk-editable.ads -include/gtkada/gtkada.static/gtkada/gtk-entry_buffer.adb -include/gtkada/gtkada.static/gtkada/gtk-entry_buffer.ads -include/gtkada/gtkada.static/gtkada/gtk-entry_completion.adb -include/gtkada/gtkada.static/gtkada/gtk-entry_completion.ads -include/gtkada/gtkada.static/gtkada/gtk-enums.adb -include/gtkada/gtkada.static/gtkada/gtk-enums.ads -include/gtkada/gtkada.static/gtkada/gtk-event_box.adb -include/gtkada/gtkada.static/gtkada/gtk-event_box.ads -include/gtkada/gtkada.static/gtkada/gtk-event_controller.adb -include/gtkada/gtkada.static/gtkada/gtk-event_controller.ads -include/gtkada/gtkada.static/gtkada/gtk-expander.adb -include/gtkada/gtkada.static/gtkada/gtk-expander.ads -include/gtkada/gtkada.static/gtkada/gtk-file_chooser.adb -include/gtkada/gtkada.static/gtkada/gtk-file_chooser.ads -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_button.adb -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_button.ads -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_widget.adb -include/gtkada/gtkada.static/gtkada/gtk-file_chooser_widget.ads -include/gtkada/gtkada.static/gtkada/gtk-file_filter.adb -include/gtkada/gtkada.static/gtkada/gtk-file_filter.ads -include/gtkada/gtkada.static/gtkada/gtk-fixed.adb -include/gtkada/gtkada.static/gtkada/gtk-fixed.ads -include/gtkada/gtkada.static/gtkada/gtk-flow_box.adb -include/gtkada/gtkada.static/gtkada/gtk-flow_box.ads -include/gtkada/gtkada.static/gtkada/gtk-flow_box_child.adb -include/gtkada/gtkada.static/gtkada/gtk-flow_box_child.ads -include/gtkada/gtkada.static/gtkada/gtk-font_button.adb -include/gtkada/gtkada.static/gtkada/gtk-font_button.ads -include/gtkada/gtkada.static/gtkada/gtk-font_chooser.adb -include/gtkada/gtkada.static/gtkada/gtk-font_chooser.ads -include/gtkada/gtkada.static/gtkada/gtk-font_chooser_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-font_chooser_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-font_chooser_widget.adb -include/gtkada/gtkada.static/gtkada/gtk-font_chooser_widget.ads -include/gtkada/gtkada.static/gtkada/gtk-font_selection.adb -include/gtkada/gtkada.static/gtkada/gtk-font_selection.ads -include/gtkada/gtkada.static/gtkada/gtk-font_selection_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-font_selection_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-frame.adb -include/gtkada/gtkada.static/gtkada/gtk-frame.ads -include/gtkada/gtkada.static/gtkada/gtk-gentry.adb -include/gtkada/gtkada.static/gtkada/gtk-gentry.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_drag.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_drag.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_long_press.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_long_press.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_multi_press.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_multi_press.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_pan.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_pan.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_rotate.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_rotate.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_single.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_single.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_swipe.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_swipe.ads -include/gtkada/gtkada.static/gtkada/gtk-gesture_zoom.adb -include/gtkada/gtkada.static/gtkada/gtk-gesture_zoom.ads -include/gtkada/gtkada.static/gtkada/gtk-gradient.adb -include/gtkada/gtkada.static/gtkada/gtk-gradient.ads -include/gtkada/gtkada.static/gtkada/gtk-grange.adb -include/gtkada/gtkada.static/gtkada/gtk-grange.ads -include/gtkada/gtkada.static/gtkada/gtk-grid.adb -include/gtkada/gtkada.static/gtkada/gtk-grid.ads -include/gtkada/gtkada.static/gtkada/gtk-handle_box.adb -include/gtkada/gtkada.static/gtkada/gtk-handle_box.ads -include/gtkada/gtkada.static/gtkada/gtk-handlers.adb -include/gtkada/gtkada.static/gtkada/gtk-handlers.ads -include/gtkada/gtkada.static/gtkada/gtk-hbutton_box.adb -include/gtkada/gtkada.static/gtkada/gtk-hbutton_box.ads -include/gtkada/gtkada.static/gtkada/gtk-header_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-header_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-hsv.adb -include/gtkada/gtkada.static/gtkada/gtk-hsv.ads -include/gtkada/gtkada.static/gtkada/gtk-icon_factory.adb -include/gtkada/gtkada.static/gtkada/gtk-icon_factory.ads -include/gtkada/gtkada.static/gtkada/gtk-icon_set.adb -include/gtkada/gtkada.static/gtkada/gtk-icon_set.ads -include/gtkada/gtkada.static/gtkada/gtk-icon_source.adb -include/gtkada/gtkada.static/gtkada/gtk-icon_source.ads -include/gtkada/gtkada.static/gtkada/gtk-icon_theme.adb -include/gtkada/gtkada.static/gtkada/gtk-icon_theme.ads -include/gtkada/gtkada.static/gtkada/gtk-icon_view.adb -include/gtkada/gtkada.static/gtkada/gtk-icon_view.ads -include/gtkada/gtkada.static/gtkada/gtk-im_context.adb -include/gtkada/gtkada.static/gtkada/gtk-im_context.ads -include/gtkada/gtkada.static/gtkada/gtk-im_context_simple.adb -include/gtkada/gtkada.static/gtkada/gtk-im_context_simple.ads -include/gtkada/gtkada.static/gtkada/gtk-im_multi_context.adb -include/gtkada/gtkada.static/gtkada/gtk-im_multi_context.ads -include/gtkada/gtkada.static/gtkada/gtk-image.adb -include/gtkada/gtkada.static/gtkada/gtk-image.ads -include/gtkada/gtkada.static/gtkada/gtk-image_menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-image_menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-info_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-info_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-invisible.adb -include/gtkada/gtkada.static/gtkada/gtk-invisible.ads -include/gtkada/gtkada.static/gtkada/gtk-label.adb -include/gtkada/gtkada.static/gtkada/gtk-label.ads -include/gtkada/gtkada.static/gtkada/gtk-layout.adb -include/gtkada/gtkada.static/gtkada/gtk-layout.ads -include/gtkada/gtkada.static/gtkada/gtk-level_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-level_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-link_button.adb -include/gtkada/gtkada.static/gtkada/gtk-link_button.ads -include/gtkada/gtkada.static/gtkada/gtk-list_box.adb -include/gtkada/gtkada.static/gtkada/gtk-list_box.ads -include/gtkada/gtkada.static/gtkada/gtk-list_box_row.adb -include/gtkada/gtkada.static/gtkada/gtk-list_box_row.ads -include/gtkada/gtkada.static/gtkada/gtk-list_store.adb -include/gtkada/gtkada.static/gtkada/gtk-list_store.ads -include/gtkada/gtkada.static/gtkada/gtk-main.adb -include/gtkada/gtkada.static/gtkada/gtk-main.ads -include/gtkada/gtkada.static/gtkada/gtk-marshallers.adb -include/gtkada/gtkada.static/gtkada/gtk-marshallers.ads -include/gtkada/gtkada.static/gtkada/gtk-menu.adb -include/gtkada/gtkada.static/gtkada/gtk-menu.ads -include/gtkada/gtkada.static/gtkada/gtk-menu_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-menu_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-menu_button.adb -include/gtkada/gtkada.static/gtkada/gtk-menu_button.ads -include/gtkada/gtkada.static/gtkada/gtk-menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-menu_shell.adb -include/gtkada/gtkada.static/gtkada/gtk-menu_shell.ads -include/gtkada/gtkada.static/gtkada/gtk-menu_tool_button.adb -include/gtkada/gtkada.static/gtkada/gtk-menu_tool_button.ads -include/gtkada/gtkada.static/gtkada/gtk-message_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-message_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-misc.adb -include/gtkada/gtkada.static/gtkada/gtk-misc.ads -include/gtkada/gtkada.static/gtkada/gtk-notebook.adb -include/gtkada/gtkada.static/gtkada/gtk-notebook.ads -include/gtkada/gtkada.static/gtkada/gtk-offscreen_window.adb -include/gtkada/gtkada.static/gtkada/gtk-offscreen_window.ads -include/gtkada/gtkada.static/gtkada/gtk-orientable.adb -include/gtkada/gtkada.static/gtkada/gtk-orientable.ads -include/gtkada/gtkada.static/gtkada/gtk-overlay.adb -include/gtkada/gtkada.static/gtkada/gtk-overlay.ads -include/gtkada/gtkada.static/gtkada/gtk-page_setup.adb -include/gtkada/gtkada.static/gtkada/gtk-page_setup.ads -include/gtkada/gtkada.static/gtkada/gtk-paned.adb -include/gtkada/gtkada.static/gtkada/gtk-paned.ads -include/gtkada/gtkada.static/gtkada/gtk-paper_size.adb -include/gtkada/gtkada.static/gtkada/gtk-paper_size.ads -include/gtkada/gtkada.static/gtkada/gtk-popover.adb -include/gtkada/gtkada.static/gtkada/gtk-popover.ads -include/gtkada/gtkada.static/gtkada/gtk-print_context.adb -include/gtkada/gtkada.static/gtkada/gtk-print_context.ads -include/gtkada/gtkada.static/gtkada/gtk-print_operation.adb -include/gtkada/gtkada.static/gtkada/gtk-print_operation.ads -include/gtkada/gtkada.static/gtkada/gtk-print_operation_preview.adb -include/gtkada/gtkada.static/gtkada/gtk-print_operation_preview.ads -include/gtkada/gtkada.static/gtkada/gtk-print_settings.adb -include/gtkada/gtkada.static/gtkada/gtk-print_settings.ads -include/gtkada/gtkada.static/gtkada/gtk-progress_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-progress_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-radio_action.adb -include/gtkada/gtkada.static/gtkada/gtk-radio_action.ads -include/gtkada/gtkada.static/gtkada/gtk-radio_button.adb -include/gtkada/gtkada.static/gtkada/gtk-radio_button.ads -include/gtkada/gtkada.static/gtkada/gtk-radio_menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-radio_menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-radio_tool_button.adb -include/gtkada/gtkada.static/gtkada/gtk-radio_tool_button.ads -include/gtkada/gtkada.static/gtkada/gtk-rc.adb -include/gtkada/gtkada.static/gtkada/gtk-rc.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_action.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_action.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_dialog.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_dialog.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_menu.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_menu.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_widget.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_chooser_widget.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_filter.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_filter.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_info.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_info.ads -include/gtkada/gtkada.static/gtkada/gtk-recent_manager.adb -include/gtkada/gtkada.static/gtkada/gtk-recent_manager.ads -include/gtkada/gtkada.static/gtkada/gtk-revealer.adb -include/gtkada/gtkada.static/gtkada/gtk-revealer.ads -include/gtkada/gtkada.static/gtkada/gtk-scale.adb -include/gtkada/gtkada.static/gtkada/gtk-scale.ads -include/gtkada/gtkada.static/gtkada/gtk-scale_button.adb -include/gtkada/gtkada.static/gtkada/gtk-scale_button.ads -include/gtkada/gtkada.static/gtkada/gtk-scrollable.adb -include/gtkada/gtkada.static/gtkada/gtk-scrollable.ads -include/gtkada/gtkada.static/gtkada/gtk-scrollbar.adb -include/gtkada/gtkada.static/gtkada/gtk-scrollbar.ads -include/gtkada/gtkada.static/gtkada/gtk-scrolled_window.adb -include/gtkada/gtkada.static/gtkada/gtk-scrolled_window.ads -include/gtkada/gtkada.static/gtkada/gtk-search_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-search_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-search_entry.adb -include/gtkada/gtkada.static/gtkada/gtk-search_entry.ads -include/gtkada/gtkada.static/gtkada/gtk-selection_data.adb -include/gtkada/gtkada.static/gtkada/gtk-selection_data.ads -include/gtkada/gtkada.static/gtkada/gtk-separator.adb -include/gtkada/gtkada.static/gtkada/gtk-separator.ads -include/gtkada/gtkada.static/gtkada/gtk-separator_menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-separator_menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-separator_tool_item.adb -include/gtkada/gtkada.static/gtkada/gtk-separator_tool_item.ads -include/gtkada/gtkada.static/gtkada/gtk-settings.adb -include/gtkada/gtkada.static/gtkada/gtk-settings.ads -include/gtkada/gtkada.static/gtkada/gtk-size_group.adb -include/gtkada/gtkada.static/gtkada/gtk-size_group.ads -include/gtkada/gtkada.static/gtkada/gtk-spin_button.adb -include/gtkada/gtkada.static/gtkada/gtk-spin_button.ads -include/gtkada/gtkada.static/gtkada/gtk-spinner.adb -include/gtkada/gtkada.static/gtkada/gtk-spinner.ads -include/gtkada/gtkada.static/gtkada/gtk-stack.adb -include/gtkada/gtkada.static/gtkada/gtk-stack.ads -include/gtkada/gtkada.static/gtkada/gtk-stack_switcher.adb -include/gtkada/gtkada.static/gtkada/gtk-stack_switcher.ads -include/gtkada/gtkada.static/gtkada/gtk-status_bar.adb -include/gtkada/gtkada.static/gtkada/gtk-status_bar.ads -include/gtkada/gtkada.static/gtkada/gtk-status_icon.adb -include/gtkada/gtkada.static/gtkada/gtk-status_icon.ads -include/gtkada/gtkada.static/gtkada/gtk-stock.adb -include/gtkada/gtkada.static/gtkada/gtk-stock.ads -include/gtkada/gtkada.static/gtkada/gtk-style.adb -include/gtkada/gtkada.static/gtkada/gtk-style.ads -include/gtkada/gtkada.static/gtkada/gtk-style_context.adb -include/gtkada/gtkada.static/gtkada/gtk-style_context.ads -include/gtkada/gtkada.static/gtkada/gtk-style_properties.adb -include/gtkada/gtkada.static/gtkada/gtk-style_properties.ads -include/gtkada/gtkada.static/gtkada/gtk-style_provider.adb -include/gtkada/gtkada.static/gtkada/gtk-style_provider.ads -include/gtkada/gtkada.static/gtkada/gtk-switch.adb -include/gtkada/gtkada.static/gtkada/gtk-switch.ads -include/gtkada/gtkada.static/gtkada/gtk-symbolic_color.adb -include/gtkada/gtkada.static/gtkada/gtk-symbolic_color.ads -include/gtkada/gtkada.static/gtkada/gtk-table.adb -include/gtkada/gtkada.static/gtkada/gtk-table.ads -include/gtkada/gtkada.static/gtkada/gtk-target_entry.adb -include/gtkada/gtkada.static/gtkada/gtk-target_entry.ads -include/gtkada/gtkada.static/gtkada/gtk-target_list.adb -include/gtkada/gtkada.static/gtkada/gtk-target_list.ads -include/gtkada/gtkada.static/gtkada/gtk-tearoff_menu_item.adb -include/gtkada/gtkada.static/gtkada/gtk-tearoff_menu_item.ads -include/gtkada/gtkada.static/gtkada/gtk-text_attributes.adb -include/gtkada/gtkada.static/gtkada/gtk-text_attributes.ads -include/gtkada/gtkada.static/gtkada/gtk-text_buffer.adb -include/gtkada/gtkada.static/gtkada/gtk-text_buffer.ads -include/gtkada/gtkada.static/gtkada/gtk-text_child.adb -include/gtkada/gtkada.static/gtkada/gtk-text_child.ads -include/gtkada/gtkada.static/gtkada/gtk-text_child_anchor.adb -include/gtkada/gtkada.static/gtkada/gtk-text_child_anchor.ads -include/gtkada/gtkada.static/gtkada/gtk-text_iter.adb -include/gtkada/gtkada.static/gtkada/gtk-text_iter.ads -include/gtkada/gtkada.static/gtkada/gtk-text_mark.adb -include/gtkada/gtkada.static/gtkada/gtk-text_mark.ads -include/gtkada/gtkada.static/gtkada/gtk-text_tag.adb -include/gtkada/gtkada.static/gtkada/gtk-text_tag.ads -include/gtkada/gtkada.static/gtkada/gtk-text_tag_table.adb -include/gtkada/gtkada.static/gtkada/gtk-text_tag_table.ads -include/gtkada/gtkada.static/gtkada/gtk-text_view.adb -include/gtkada/gtkada.static/gtkada/gtk-text_view.ads -include/gtkada/gtkada.static/gtkada/gtk-theming_engine.adb -include/gtkada/gtkada.static/gtkada/gtk-theming_engine.ads -include/gtkada/gtkada.static/gtkada/gtk-toggle_action.adb -include/gtkada/gtkada.static/gtkada/gtk-toggle_action.ads -include/gtkada/gtkada.static/gtkada/gtk-toggle_button.adb -include/gtkada/gtkada.static/gtkada/gtk-toggle_button.ads -include/gtkada/gtkada.static/gtkada/gtk-toggle_tool_button.adb -include/gtkada/gtkada.static/gtkada/gtk-toggle_tool_button.ads -include/gtkada/gtkada.static/gtkada/gtk-tool_button.adb -include/gtkada/gtkada.static/gtkada/gtk-tool_button.ads -include/gtkada/gtkada.static/gtkada/gtk-tool_item.adb -include/gtkada/gtkada.static/gtkada/gtk-tool_item.ads -include/gtkada/gtkada.static/gtkada/gtk-tool_item_group.adb -include/gtkada/gtkada.static/gtkada/gtk-tool_item_group.ads -include/gtkada/gtkada.static/gtkada/gtk-tool_palette.adb -include/gtkada/gtkada.static/gtkada/gtk-tool_palette.ads -include/gtkada/gtkada.static/gtkada/gtk-tool_shell.adb -include/gtkada/gtkada.static/gtkada/gtk-tool_shell.ads -include/gtkada/gtkada.static/gtkada/gtk-toolbar.adb -include/gtkada/gtkada.static/gtkada/gtk-toolbar.ads -include/gtkada/gtkada.static/gtkada/gtk-tooltip.adb -include/gtkada/gtkada.static/gtkada/gtk-tooltip.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_drag_dest.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_drag_dest.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_drag_source.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_drag_source.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_model-utils.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_model-utils.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_model.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_model.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_model_filter.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_model_filter.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_model_sort.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_model_sort.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_row_reference.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_row_reference.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_selection.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_selection.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_sortable.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_sortable.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_store.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_store.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_view.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_view.ads -include/gtkada/gtkada.static/gtkada/gtk-tree_view_column.adb -include/gtkada/gtkada.static/gtkada/gtk-tree_view_column.ads -include/gtkada/gtkada.static/gtkada/gtk-type_conversion.adb -include/gtkada/gtkada.static/gtkada/gtk-type_conversion.ads -include/gtkada/gtkada.static/gtkada/gtk-ui_manager.adb -include/gtkada/gtkada.static/gtkada/gtk-ui_manager.ads -include/gtkada/gtkada.static/gtkada/gtk-vbutton_box.adb -include/gtkada/gtkada.static/gtkada/gtk-vbutton_box.ads -include/gtkada/gtkada.static/gtkada/gtk-viewport.adb -include/gtkada/gtkada.static/gtkada/gtk-viewport.ads -include/gtkada/gtkada.static/gtkada/gtk-volume_button.adb -include/gtkada/gtkada.static/gtkada/gtk-volume_button.ads -include/gtkada/gtkada.static/gtkada/gtk-widget.adb -include/gtkada/gtkada.static/gtkada/gtk-widget.ads -include/gtkada/gtkada.static/gtkada/gtk-window.adb -include/gtkada/gtkada.static/gtkada/gtk-window.ads -include/gtkada/gtkada.static/gtkada/gtk.ads -include/gtkada/gtkada.static/gtkada/gtkada-abstract_list_model.adb -include/gtkada/gtkada.static/gtkada/gtkada-abstract_list_model.ads -include/gtkada/gtkada.static/gtkada/gtkada-abstract_tree_model.adb -include/gtkada/gtkada.static/gtkada/gtkada-abstract_tree_model.ads -include/gtkada/gtkada.static/gtkada/gtkada-application.adb -include/gtkada/gtkada.static/gtkada/gtkada-application.ads -include/gtkada/gtkada.static/gtkada/gtkada-bindings.adb -include/gtkada/gtkada.static/gtkada/gtkada-bindings.ads -include/gtkada/gtkada.static/gtkada/gtkada-builder.adb -include/gtkada/gtkada.static/gtkada/gtkada-builder.ads -include/gtkada/gtkada.static/gtkada/gtkada-c.adb -include/gtkada/gtkada.static/gtkada/gtkada-c.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-astar.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-astar.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-links.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-links.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models-layers.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models-layers.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-objects.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-objects.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-rtrees.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-rtrees.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-views.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view-views.ads -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view.adb -include/gtkada/gtkada.static/gtkada/gtkada-canvas_view.ads -include/gtkada/gtkada.static/gtkada/gtkada-dialogs.adb -include/gtkada/gtkada.static/gtkada/gtkada-dialogs.ads -include/gtkada/gtkada.static/gtkada/gtkada-file_selection.adb -include/gtkada/gtkada.static/gtkada/gtkada-file_selection.ads -include/gtkada/gtkada.static/gtkada/gtkada-handlers.ads -include/gtkada/gtkada.static/gtkada/gtkada-intl.adb -include/gtkada/gtkada.static/gtkada/gtkada-intl.ads -include/gtkada/gtkada.static/gtkada/gtkada-mdi-close_button.adb -include/gtkada/gtkada.static/gtkada/gtkada-mdi.adb -include/gtkada/gtkada.static/gtkada/gtkada-mdi.ads -include/gtkada/gtkada.static/gtkada/gtkada-multi_paned.adb -include/gtkada/gtkada.static/gtkada/gtkada-multi_paned.ads -include/gtkada/gtkada.static/gtkada/gtkada-pixmaps.ads -include/gtkada/gtkada.static/gtkada/gtkada-printing.adb -include/gtkada/gtkada.static/gtkada/gtkada-printing.ads -include/gtkada/gtkada.static/gtkada/gtkada-style.adb -include/gtkada/gtkada.static/gtkada/gtkada-style.ads -include/gtkada/gtkada.static/gtkada/gtkada-types.adb -include/gtkada/gtkada.static/gtkada/gtkada-types.ads -include/gtkada/gtkada.static/gtkada/gtkada.ads -include/gtkada/gtkada.static/gtkada/misc.c -include/gtkada/gtkada.static/gtkada/misc_generated.c -include/gtkada/gtkada.static/gtkada/misc_osx.h -include/gtkada/gtkada.static/gtkada/pango-attributes.adb -include/gtkada/gtkada.static/gtkada/pango-attributes.ads -include/gtkada/gtkada.static/gtkada/pango-cairo.adb -include/gtkada/gtkada.static/gtkada/pango-cairo.ads -include/gtkada/gtkada.static/gtkada/pango-context.adb -include/gtkada/gtkada.static/gtkada/pango-context.ads -include/gtkada/gtkada.static/gtkada/pango-coverage.adb -include/gtkada/gtkada.static/gtkada/pango-coverage.ads -include/gtkada/gtkada.static/gtkada/pango-enums.adb -include/gtkada/gtkada.static/gtkada/pango-enums.ads -include/gtkada/gtkada.static/gtkada/pango-font.adb -include/gtkada/gtkada.static/gtkada/pango-font.ads -include/gtkada/gtkada.static/gtkada/pango-font_face.adb -include/gtkada/gtkada.static/gtkada/pango-font_face.ads -include/gtkada/gtkada.static/gtkada/pango-font_family.adb -include/gtkada/gtkada.static/gtkada/pango-font_family.ads -include/gtkada/gtkada.static/gtkada/pango-font_map.adb -include/gtkada/gtkada.static/gtkada/pango-font_map.ads -include/gtkada/gtkada.static/gtkada/pango-font_metrics.adb -include/gtkada/gtkada.static/gtkada/pango-font_metrics.ads -include/gtkada/gtkada.static/gtkada/pango-fontset.adb -include/gtkada/gtkada.static/gtkada/pango-fontset.ads -include/gtkada/gtkada.static/gtkada/pango-language.adb -include/gtkada/gtkada.static/gtkada/pango-language.ads -include/gtkada/gtkada.static/gtkada/pango-layout.adb -include/gtkada/gtkada.static/gtkada/pango-layout.ads -include/gtkada/gtkada.static/gtkada/pango-matrix.adb -include/gtkada/gtkada.static/gtkada/pango-matrix.ads -include/gtkada/gtkada.static/gtkada/pango-tabs.adb -include/gtkada/gtkada.static/gtkada/pango-tabs.ads -include/gtkada/gtkada.static/gtkada/pango.ads -include/gtkada/gtkada_gl.relocatable/gtkada/gdk-gl.adb -include/gtkada/gtkada_gl.relocatable/gtkada/gdk-gl.ads -include/gtkada/gtkada_gl.relocatable/gtkada/gdkgl.c -include/gtkada/gtkada_gl.relocatable/gtkada/gdkgl.h -include/gtkada/gtkada_gl.relocatable/gtkada/gl_h.adb -include/gtkada/gtkada_gl.relocatable/gtkada/gl_h.ads -include/gtkada/gtkada_gl.relocatable/gtkada/glu_h.ads -include/gtkada/gtkada_gl.relocatable/gtkada/gtk-glarea.adb -include/gtkada/gtkada_gl.relocatable/gtkada/gtk-glarea.ads -include/gtkada/gtkada_gl.relocatable/gtkada/gtkglarea.c -include/gtkada/gtkada_gl.relocatable/gtkada/gtkglarea.h -include/gtkada/gtkada_gl.static/gtkada/gdk-gl.adb -include/gtkada/gtkada_gl.static/gtkada/gdk-gl.ads -include/gtkada/gtkada_gl.static/gtkada/gdkgl.c -include/gtkada/gtkada_gl.static/gtkada/gdkgl.h -include/gtkada/gtkada_gl.static/gtkada/gl_h.adb -include/gtkada/gtkada_gl.static/gtkada/gl_h.ads -include/gtkada/gtkada_gl.static/gtkada/glu_h.ads -include/gtkada/gtkada_gl.static/gtkada/gtk-glarea.adb -include/gtkada/gtkada_gl.static/gtkada/gtk-glarea.ads -include/gtkada/gtkada_gl.static/gtkada/gtkglarea.c -include/gtkada/gtkada_gl.static/gtkada/gtkglarea.h -lib/gnat/gtkada.gpr -lib/gnat/gtkada_gl.gpr -lib/gnat/manifests/gtkada -lib/gtkada/gtkada.relocatable/gtkada/cairo-font_face.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-font_options.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-image_surface.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-matrix.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-pattern.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-pdf.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-png.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-region.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-scaled_font.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-surface.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo-svg.ali -lib/gtkada/gtkada.relocatable/gtkada/cairo.ali -lib/gtkada/gtkada.relocatable/gtkada/fontconfig.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-cairo.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-color.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-cursor.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-device.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-device_manager.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-display.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-display_manager.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-dnd.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-drag_contexts.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-event.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-frame_clock.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-frame_timings.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-input.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-keyval.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-main.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-pixbuf.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-property.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-rectangle.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-rgba.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-screen.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-threads.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-types-keysyms.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-types.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-visual.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-window.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk-window_attr.ali -lib/gtkada/gtkada.relocatable/gtkada/gdk.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-action.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-action_group.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-action_map.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-application.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-cancellable.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-convert.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-enums.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-error.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-g_icon.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-generic_properties.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-glist.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-gnodes.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-graphs-layouts.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-graphs.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-gslist.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-key_file.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-main.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-menu.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-menu_model.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-messages.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-module.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-notification.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-object.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-option.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-properties-creation.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-properties.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-simple_action.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-simple_action_group.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-string.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-type_conversion_hooks.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-types.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-unicode.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-values.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-variant.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-xml.ali -lib/gtkada/gtkada.relocatable/gtkada/glib-xml_int.ali -lib/gtkada/gtkada.relocatable/gtkada/glib.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-about_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-accel_group.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-accel_label.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-accel_map.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-action.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-action_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-action_group.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-actionable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-activatable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-adjustment.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-alignment.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-application.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-application_window.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-arguments.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-arrow.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-aspect_frame.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-assistant.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-bin.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-binding_set.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-bindings.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-buildable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-builder.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-button_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-calendar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_area.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_area_context.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_editable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_layout.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_accel.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_combo.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_pixbuf.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_progress.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spin.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_spinner.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_text.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_renderer_toggle.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-cell_view.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-check_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-check_menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-clipboard.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_chooser_widget.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_selection.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-color_selection_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-combo_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-combo_box_text.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-container.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-css_provider.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-css_section.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-dnd.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-drawing_area.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-editable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-entry_buffer.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-entry_completion.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-enums.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-event_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-event_controller.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-expander.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-file_chooser_widget.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-file_filter.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-fixed.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-flow_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-flow_box_child.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_chooser_widget.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_selection.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-font_selection_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-frame.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gentry.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_drag.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_long_press.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_multi_press.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_pan.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_rotate.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_single.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_swipe.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gesture_zoom.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-gradient.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-grange.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-grid.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-handle_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-handlers.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-hbutton_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-header_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-hsv.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-icon_factory.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-icon_set.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-icon_source.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-icon_theme.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-icon_view.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-im_context.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-im_context_simple.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-im_multi_context.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-image.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-image_menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-info_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-invisible.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-label.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-layout.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-level_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-link_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-list_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-list_box_row.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-list_store.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-main.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-marshallers.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu_shell.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-menu_tool_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-message_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-misc.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-notebook.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-offscreen_window.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-orientable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-overlay.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-page_setup.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-paned.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-paper_size.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-popover.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-print_context.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-print_operation.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-print_operation_preview.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-print_settings.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-progress_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-radio_action.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-radio_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-radio_menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-radio_tool_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-rc.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_action.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_dialog.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_menu.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_chooser_widget.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_filter.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_info.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-recent_manager.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-revealer.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-scale.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-scale_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-scrollable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-scrollbar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-scrolled_window.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-search_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-search_entry.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-selection_data.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-separator.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-separator_menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-separator_tool_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-settings.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-size_group.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-spin_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-spinner.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-stack.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-stack_switcher.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-status_bar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-status_icon.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-stock.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-style.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-style_context.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-style_properties.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-style_provider.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-switch.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-symbolic_color.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-table.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-target_entry.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-target_list.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tearoff_menu_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_attributes.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_buffer.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_child.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_child_anchor.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_iter.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_mark.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_tag.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_tag_table.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-text_view.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-theming_engine.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-toggle_action.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-toggle_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-toggle_tool_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tool_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tool_item.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tool_item_group.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tool_palette.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tool_shell.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-toolbar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tooltip.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_dest.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_drag_source.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_model-utils.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_model.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_filter.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_model_sort.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_row_reference.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_selection.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_sortable.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_store.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_view.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-tree_view_column.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-type_conversion.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-ui_manager.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-vbutton_box.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-viewport.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-volume_button.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-widget.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk-window.ali -lib/gtkada/gtkada.relocatable/gtkada/gtk.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_list_model.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-abstract_tree_model.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-application.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-bindings.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-builder.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-c.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-astar.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-links.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models-layers.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-models.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-objects.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-rtrees.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view-views.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-canvas_view.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-dialogs.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-file_selection.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-handlers.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-intl.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-mdi.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-multi_paned.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-pixmaps.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-printing.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-style.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada-types.ali -lib/gtkada/gtkada.relocatable/gtkada/gtkada.ali -lib/gtkada/gtkada.relocatable/gtkada/libgtkada.so -lib/gtkada/gtkada.relocatable/gtkada/libgtkada.so.2016 -lib/gtkada/gtkada.relocatable/gtkada/pango-attributes.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-cairo.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-context.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-coverage.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-enums.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-font.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-font_face.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-font_family.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-font_map.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-font_metrics.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-fontset.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-language.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-layout.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-matrix.ali -lib/gtkada/gtkada.relocatable/gtkada/pango-tabs.ali -lib/gtkada/gtkada.relocatable/gtkada/pango.ali -lib/gtkada/gtkada.static/gtkada/cairo-font_face.ali -lib/gtkada/gtkada.static/gtkada/cairo-font_options.ali -lib/gtkada/gtkada.static/gtkada/cairo-image_surface.ali -lib/gtkada/gtkada.static/gtkada/cairo-matrix.ali -lib/gtkada/gtkada.static/gtkada/cairo-pattern.ali -lib/gtkada/gtkada.static/gtkada/cairo-pdf.ali -lib/gtkada/gtkada.static/gtkada/cairo-png.ali -lib/gtkada/gtkada.static/gtkada/cairo-region.ali -lib/gtkada/gtkada.static/gtkada/cairo-scaled_font.ali -lib/gtkada/gtkada.static/gtkada/cairo-surface.ali -lib/gtkada/gtkada.static/gtkada/cairo-svg.ali -lib/gtkada/gtkada.static/gtkada/cairo.ali -lib/gtkada/gtkada.static/gtkada/fontconfig.ali -lib/gtkada/gtkada.static/gtkada/gdk-cairo.ali -lib/gtkada/gtkada.static/gtkada/gdk-color.ali -lib/gtkada/gtkada.static/gtkada/gdk-cursor.ali -lib/gtkada/gtkada.static/gtkada/gdk-device.ali -lib/gtkada/gtkada.static/gtkada/gdk-device_manager.ali -lib/gtkada/gtkada.static/gtkada/gdk-display.ali -lib/gtkada/gtkada.static/gtkada/gdk-display_manager.ali -lib/gtkada/gtkada.static/gtkada/gdk-dnd.ali -lib/gtkada/gtkada.static/gtkada/gdk-drag_contexts.ali -lib/gtkada/gtkada.static/gtkada/gdk-event.ali -lib/gtkada/gtkada.static/gtkada/gdk-frame_clock.ali -lib/gtkada/gtkada.static/gtkada/gdk-frame_timings.ali -lib/gtkada/gtkada.static/gtkada/gdk-input.ali -lib/gtkada/gtkada.static/gtkada/gdk-keyval.ali -lib/gtkada/gtkada.static/gtkada/gdk-main.ali -lib/gtkada/gtkada.static/gtkada/gdk-pixbuf.ali -lib/gtkada/gtkada.static/gtkada/gdk-property.ali -lib/gtkada/gtkada.static/gtkada/gdk-rectangle.ali -lib/gtkada/gtkada.static/gtkada/gdk-rgba.ali -lib/gtkada/gtkada.static/gtkada/gdk-screen.ali -lib/gtkada/gtkada.static/gtkada/gdk-threads.ali -lib/gtkada/gtkada.static/gtkada/gdk-types-keysyms.ali -lib/gtkada/gtkada.static/gtkada/gdk-types.ali -lib/gtkada/gtkada.static/gtkada/gdk-visual.ali -lib/gtkada/gtkada.static/gtkada/gdk-window.ali -lib/gtkada/gtkada.static/gtkada/gdk-window_attr.ali -lib/gtkada/gtkada.static/gtkada/gdk.ali -lib/gtkada/gtkada.static/gtkada/glib-action.ali -lib/gtkada/gtkada.static/gtkada/glib-action_group.ali -lib/gtkada/gtkada.static/gtkada/glib-action_map.ali -lib/gtkada/gtkada.static/gtkada/glib-application.ali -lib/gtkada/gtkada.static/gtkada/glib-cancellable.ali -lib/gtkada/gtkada.static/gtkada/glib-convert.ali -lib/gtkada/gtkada.static/gtkada/glib-enums.ali -lib/gtkada/gtkada.static/gtkada/glib-error.ali -lib/gtkada/gtkada.static/gtkada/glib-g_icon.ali -lib/gtkada/gtkada.static/gtkada/glib-generic_properties.ali -lib/gtkada/gtkada.static/gtkada/glib-glist.ali -lib/gtkada/gtkada.static/gtkada/glib-gnodes.ali -lib/gtkada/gtkada.static/gtkada/glib-graphs-layouts.ali -lib/gtkada/gtkada.static/gtkada/glib-graphs.ali -lib/gtkada/gtkada.static/gtkada/glib-gslist.ali -lib/gtkada/gtkada.static/gtkada/glib-key_file.ali -lib/gtkada/gtkada.static/gtkada/glib-main.ali -lib/gtkada/gtkada.static/gtkada/glib-menu.ali -lib/gtkada/gtkada.static/gtkada/glib-menu_model.ali -lib/gtkada/gtkada.static/gtkada/glib-messages.ali -lib/gtkada/gtkada.static/gtkada/glib-module.ali -lib/gtkada/gtkada.static/gtkada/glib-notification.ali -lib/gtkada/gtkada.static/gtkada/glib-object.ali -lib/gtkada/gtkada.static/gtkada/glib-option.ali -lib/gtkada/gtkada.static/gtkada/glib-properties-creation.ali -lib/gtkada/gtkada.static/gtkada/glib-properties.ali -lib/gtkada/gtkada.static/gtkada/glib-simple_action.ali -lib/gtkada/gtkada.static/gtkada/glib-simple_action_group.ali -lib/gtkada/gtkada.static/gtkada/glib-string.ali -lib/gtkada/gtkada.static/gtkada/glib-type_conversion_hooks.ali -lib/gtkada/gtkada.static/gtkada/glib-types.ali -lib/gtkada/gtkada.static/gtkada/glib-unicode.ali -lib/gtkada/gtkada.static/gtkada/glib-values.ali -lib/gtkada/gtkada.static/gtkada/glib-variant.ali -lib/gtkada/gtkada.static/gtkada/glib-xml.ali -lib/gtkada/gtkada.static/gtkada/glib-xml_int.ali -lib/gtkada/gtkada.static/gtkada/glib.ali -lib/gtkada/gtkada.static/gtkada/gtk-about_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-accel_group.ali -lib/gtkada/gtkada.static/gtkada/gtk-accel_label.ali -lib/gtkada/gtkada.static/gtkada/gtk-accel_map.ali -lib/gtkada/gtkada.static/gtkada/gtk-action.ali -lib/gtkada/gtkada.static/gtkada/gtk-action_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-action_group.ali -lib/gtkada/gtkada.static/gtkada/gtk-actionable.ali -lib/gtkada/gtkada.static/gtkada/gtk-activatable.ali -lib/gtkada/gtkada.static/gtkada/gtk-adjustment.ali -lib/gtkada/gtkada.static/gtkada/gtk-alignment.ali -lib/gtkada/gtkada.static/gtkada/gtk-application.ali -lib/gtkada/gtkada.static/gtkada/gtk-application_window.ali -lib/gtkada/gtkada.static/gtkada/gtk-arguments.ali -lib/gtkada/gtkada.static/gtkada/gtk-arrow.ali -lib/gtkada/gtkada.static/gtkada/gtk-aspect_frame.ali -lib/gtkada/gtkada.static/gtkada/gtk-assistant.ali -lib/gtkada/gtkada.static/gtkada/gtk-bin.ali -lib/gtkada/gtkada.static/gtkada/gtk-binding_set.ali -lib/gtkada/gtkada.static/gtkada/gtk-bindings.ali -lib/gtkada/gtkada.static/gtkada/gtk-box.ali -lib/gtkada/gtkada.static/gtkada/gtk-buildable.ali -lib/gtkada/gtkada.static/gtkada/gtk-builder.ali -lib/gtkada/gtkada.static/gtkada/gtk-button.ali -lib/gtkada/gtkada.static/gtkada/gtk-button_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-calendar.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_area.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_area_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_area_context.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_editable.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_layout.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_accel.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_combo.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_pixbuf.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_progress.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spin.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_spinner.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_text.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_renderer_toggle.ali -lib/gtkada/gtkada.static/gtkada/gtk-cell_view.ali -lib/gtkada/gtkada.static/gtkada/gtk-check_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-check_menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-clipboard.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_chooser.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_chooser_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_chooser_widget.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_selection.ali -lib/gtkada/gtkada.static/gtkada/gtk-color_selection_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-combo_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-combo_box_text.ali -lib/gtkada/gtkada.static/gtkada/gtk-container.ali -lib/gtkada/gtkada.static/gtkada/gtk-css_provider.ali -lib/gtkada/gtkada.static/gtkada/gtk-css_section.ali -lib/gtkada/gtkada.static/gtkada/gtk-dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-dnd.ali -lib/gtkada/gtkada.static/gtkada/gtk-drawing_area.ali -lib/gtkada/gtkada.static/gtkada/gtk-editable.ali -lib/gtkada/gtkada.static/gtkada/gtk-entry_buffer.ali -lib/gtkada/gtkada.static/gtkada/gtk-entry_completion.ali -lib/gtkada/gtkada.static/gtkada/gtk-enums.ali -lib/gtkada/gtkada.static/gtkada/gtk-event_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-event_controller.ali -lib/gtkada/gtkada.static/gtkada/gtk-expander.ali -lib/gtkada/gtkada.static/gtkada/gtk-file_chooser.ali -lib/gtkada/gtkada.static/gtkada/gtk-file_chooser_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-file_chooser_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-file_chooser_widget.ali -lib/gtkada/gtkada.static/gtkada/gtk-file_filter.ali -lib/gtkada/gtkada.static/gtkada/gtk-fixed.ali -lib/gtkada/gtkada.static/gtkada/gtk-flow_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-flow_box_child.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_chooser.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_chooser_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_chooser_widget.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_selection.ali -lib/gtkada/gtkada.static/gtkada/gtk-font_selection_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-frame.ali -lib/gtkada/gtkada.static/gtkada/gtk-gentry.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_drag.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_long_press.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_multi_press.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_pan.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_rotate.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_single.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_swipe.ali -lib/gtkada/gtkada.static/gtkada/gtk-gesture_zoom.ali -lib/gtkada/gtkada.static/gtkada/gtk-gradient.ali -lib/gtkada/gtkada.static/gtkada/gtk-grange.ali -lib/gtkada/gtkada.static/gtkada/gtk-grid.ali -lib/gtkada/gtkada.static/gtkada/gtk-handle_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-handlers.ali -lib/gtkada/gtkada.static/gtkada/gtk-hbutton_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-header_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-hsv.ali -lib/gtkada/gtkada.static/gtkada/gtk-icon_factory.ali -lib/gtkada/gtkada.static/gtkada/gtk-icon_set.ali -lib/gtkada/gtkada.static/gtkada/gtk-icon_source.ali -lib/gtkada/gtkada.static/gtkada/gtk-icon_theme.ali -lib/gtkada/gtkada.static/gtkada/gtk-icon_view.ali -lib/gtkada/gtkada.static/gtkada/gtk-im_context.ali -lib/gtkada/gtkada.static/gtkada/gtk-im_context_simple.ali -lib/gtkada/gtkada.static/gtkada/gtk-im_multi_context.ali -lib/gtkada/gtkada.static/gtkada/gtk-image.ali -lib/gtkada/gtkada.static/gtkada/gtk-image_menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-info_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-invisible.ali -lib/gtkada/gtkada.static/gtkada/gtk-label.ali -lib/gtkada/gtkada.static/gtkada/gtk-layout.ali -lib/gtkada/gtkada.static/gtkada/gtk-level_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-link_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-list_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-list_box_row.ali -lib/gtkada/gtkada.static/gtkada/gtk-list_store.ali -lib/gtkada/gtkada.static/gtkada/gtk-main.ali -lib/gtkada/gtkada.static/gtkada/gtk-marshallers.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu_shell.ali -lib/gtkada/gtkada.static/gtkada/gtk-menu_tool_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-message_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-misc.ali -lib/gtkada/gtkada.static/gtkada/gtk-notebook.ali -lib/gtkada/gtkada.static/gtkada/gtk-offscreen_window.ali -lib/gtkada/gtkada.static/gtkada/gtk-orientable.ali -lib/gtkada/gtkada.static/gtkada/gtk-overlay.ali -lib/gtkada/gtkada.static/gtkada/gtk-page_setup.ali -lib/gtkada/gtkada.static/gtkada/gtk-paned.ali -lib/gtkada/gtkada.static/gtkada/gtk-paper_size.ali -lib/gtkada/gtkada.static/gtkada/gtk-popover.ali -lib/gtkada/gtkada.static/gtkada/gtk-print_context.ali -lib/gtkada/gtkada.static/gtkada/gtk-print_operation.ali -lib/gtkada/gtkada.static/gtkada/gtk-print_operation_preview.ali -lib/gtkada/gtkada.static/gtkada/gtk-print_settings.ali -lib/gtkada/gtkada.static/gtkada/gtk-progress_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-radio_action.ali -lib/gtkada/gtkada.static/gtkada/gtk-radio_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-radio_menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-radio_tool_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-rc.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_action.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_chooser.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_chooser_dialog.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_chooser_menu.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_chooser_widget.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_filter.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_info.ali -lib/gtkada/gtkada.static/gtkada/gtk-recent_manager.ali -lib/gtkada/gtkada.static/gtkada/gtk-revealer.ali -lib/gtkada/gtkada.static/gtkada/gtk-scale.ali -lib/gtkada/gtkada.static/gtkada/gtk-scale_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-scrollable.ali -lib/gtkada/gtkada.static/gtkada/gtk-scrollbar.ali -lib/gtkada/gtkada.static/gtkada/gtk-scrolled_window.ali -lib/gtkada/gtkada.static/gtkada/gtk-search_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-search_entry.ali -lib/gtkada/gtkada.static/gtkada/gtk-selection_data.ali -lib/gtkada/gtkada.static/gtkada/gtk-separator.ali -lib/gtkada/gtkada.static/gtkada/gtk-separator_menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-separator_tool_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-settings.ali -lib/gtkada/gtkada.static/gtkada/gtk-size_group.ali -lib/gtkada/gtkada.static/gtkada/gtk-spin_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-spinner.ali -lib/gtkada/gtkada.static/gtkada/gtk-stack.ali -lib/gtkada/gtkada.static/gtkada/gtk-stack_switcher.ali -lib/gtkada/gtkada.static/gtkada/gtk-status_bar.ali -lib/gtkada/gtkada.static/gtkada/gtk-status_icon.ali -lib/gtkada/gtkada.static/gtkada/gtk-stock.ali -lib/gtkada/gtkada.static/gtkada/gtk-style.ali -lib/gtkada/gtkada.static/gtkada/gtk-style_context.ali -lib/gtkada/gtkada.static/gtkada/gtk-style_properties.ali -lib/gtkada/gtkada.static/gtkada/gtk-style_provider.ali -lib/gtkada/gtkada.static/gtkada/gtk-switch.ali -lib/gtkada/gtkada.static/gtkada/gtk-symbolic_color.ali -lib/gtkada/gtkada.static/gtkada/gtk-table.ali -lib/gtkada/gtkada.static/gtkada/gtk-target_entry.ali -lib/gtkada/gtkada.static/gtkada/gtk-target_list.ali -lib/gtkada/gtkada.static/gtkada/gtk-tearoff_menu_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_attributes.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_buffer.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_child.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_child_anchor.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_iter.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_mark.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_tag.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_tag_table.ali -lib/gtkada/gtkada.static/gtkada/gtk-text_view.ali -lib/gtkada/gtkada.static/gtkada/gtk-theming_engine.ali -lib/gtkada/gtkada.static/gtkada/gtk-toggle_action.ali -lib/gtkada/gtkada.static/gtkada/gtk-toggle_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-toggle_tool_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-tool_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-tool_item.ali -lib/gtkada/gtkada.static/gtkada/gtk-tool_item_group.ali -lib/gtkada/gtkada.static/gtkada/gtk-tool_palette.ali -lib/gtkada/gtkada.static/gtkada/gtk-tool_shell.ali -lib/gtkada/gtkada.static/gtkada/gtk-toolbar.ali -lib/gtkada/gtkada.static/gtkada/gtk-tooltip.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_drag_dest.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_drag_source.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_model-utils.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_model.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_model_filter.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_model_sort.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_row_reference.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_selection.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_sortable.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_store.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_view.ali -lib/gtkada/gtkada.static/gtkada/gtk-tree_view_column.ali -lib/gtkada/gtkada.static/gtkada/gtk-type_conversion.ali -lib/gtkada/gtkada.static/gtkada/gtk-ui_manager.ali -lib/gtkada/gtkada.static/gtkada/gtk-vbutton_box.ali -lib/gtkada/gtkada.static/gtkada/gtk-viewport.ali -lib/gtkada/gtkada.static/gtkada/gtk-volume_button.ali -lib/gtkada/gtkada.static/gtkada/gtk-widget.ali -lib/gtkada/gtkada.static/gtkada/gtk-window.ali -lib/gtkada/gtkada.static/gtkada/gtk.ali -lib/gtkada/gtkada.static/gtkada/gtkada-abstract_list_model.ali -lib/gtkada/gtkada.static/gtkada/gtkada-abstract_tree_model.ali -lib/gtkada/gtkada.static/gtkada/gtkada-application.ali -lib/gtkada/gtkada.static/gtkada/gtkada-bindings.ali -lib/gtkada/gtkada.static/gtkada/gtkada-builder.ali -lib/gtkada/gtkada.static/gtkada/gtkada-c.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-astar.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-links.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models-layers.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-models.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-objects.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-rtrees.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view-views.ali -lib/gtkada/gtkada.static/gtkada/gtkada-canvas_view.ali -lib/gtkada/gtkada.static/gtkada/gtkada-dialogs.ali -lib/gtkada/gtkada.static/gtkada/gtkada-file_selection.ali -lib/gtkada/gtkada.static/gtkada/gtkada-handlers.ali -lib/gtkada/gtkada.static/gtkada/gtkada-intl.ali -lib/gtkada/gtkada.static/gtkada/gtkada-mdi.ali -lib/gtkada/gtkada.static/gtkada/gtkada-multi_paned.ali -lib/gtkada/gtkada.static/gtkada/gtkada-pixmaps.ali -lib/gtkada/gtkada.static/gtkada/gtkada-printing.ali -lib/gtkada/gtkada.static/gtkada/gtkada-style.ali -lib/gtkada/gtkada.static/gtkada/gtkada-types.ali -lib/gtkada/gtkada.static/gtkada/gtkada.ali -lib/gtkada/gtkada.static/gtkada/libgtkada.a -lib/gtkada/gtkada.static/gtkada/pango-attributes.ali -lib/gtkada/gtkada.static/gtkada/pango-cairo.ali -lib/gtkada/gtkada.static/gtkada/pango-context.ali -lib/gtkada/gtkada.static/gtkada/pango-coverage.ali -lib/gtkada/gtkada.static/gtkada/pango-enums.ali -lib/gtkada/gtkada.static/gtkada/pango-font.ali -lib/gtkada/gtkada.static/gtkada/pango-font_face.ali -lib/gtkada/gtkada.static/gtkada/pango-font_family.ali -lib/gtkada/gtkada.static/gtkada/pango-font_map.ali -lib/gtkada/gtkada.static/gtkada/pango-font_metrics.ali -lib/gtkada/gtkada.static/gtkada/pango-fontset.ali -lib/gtkada/gtkada.static/gtkada/pango-language.ali -lib/gtkada/gtkada.static/gtkada/pango-layout.ali -lib/gtkada/gtkada.static/gtkada/pango-matrix.ali -lib/gtkada/gtkada.static/gtkada/pango-tabs.ali -lib/gtkada/gtkada.static/gtkada/pango.ali -lib/gtkada/gtkada_gl.relocatable/gtkada/gdk-gl.ali -lib/gtkada/gtkada_gl.relocatable/gtkada/gl_h.ali -lib/gtkada/gtkada_gl.relocatable/gtkada/glu_h.ali -lib/gtkada/gtkada_gl.relocatable/gtkada/gtk-glarea.ali -lib/gtkada/gtkada_gl.relocatable/gtkada/libgtkada_gl.so -lib/gtkada/gtkada_gl.relocatable/gtkada/libgtkada_gl.so.2016 -lib/gtkada/gtkada_gl.static/gtkada/gdk-gl.ali -lib/gtkada/gtkada_gl.static/gtkada/gl_h.ali -lib/gtkada/gtkada_gl.static/gtkada/glu_h.ali -lib/gtkada/gtkada_gl.static/gtkada/gtk-glarea.ali -lib/gtkada/gtkada_gl.static/gtkada/libgtkada_gl.a -lib/libgtkada.so -lib/libgtkada.so.2016 -lib/libgtkada_gl.so -lib/libgtkada_gl.so.2016 -share/gps/plug-ins/gtkada.xml