Index: head/cad/lepton-eda/Makefile =================================================================== --- head/cad/lepton-eda/Makefile (revision 505199) +++ head/cad/lepton-eda/Makefile (revision 505200) @@ -1,96 +1,99 @@ # $FreeBSD$ PORTNAME= lepton-eda PORTVERSION= 1.9.7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -20181211 CATEGORIES= cad MAINTAINER= graahnul.grom@gmail.com COMMENT= Lepton Electronic Design Automation LICENSE= GPLv2+ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgc-threaded.so:devel/boehm-gc-threaded \ - libguile-2.0.so:lang/guile2 \ + libguile-2.2.so:lang/guile2 \ libpng.so:graphics/png \ libstroke.so:devel/libstroke USES= autoreconf desktop-file-utils gettext-tools gnome groff:build \ libtool localbase makeinfo pathfix perl5 pkgconfig python:run \ shared-mime-info shebangfix USE_GITHUB= yes USE_GNOME= cairo gtk20 USE_LDCONFIG= yes SHEBANG_FILES= utils/scripts/lepton-tragesym \ utils/scripts/lepton-archive.py \ utils/gxyrs/lepton-xyrs.pl \ utils/scripts/gschupdate \ utils/scripts/gsymupdate \ utils/scripts/lepton-pcb_backannotate \ utils/scripts/lepton-refdes_renum \ utils/scripts/lepton-symfix \ examples/lightning_detector/bom \ contrib/scripts/mk_char_tab.pl \ contrib/scripts/pads_backannotate \ contrib/scripts/sarlacc_sym PORTEXAMPLES= examples/* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_ICONS= yes INFO= lepton-scheme OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/m4/geda-guile.m4 + # work around for errors while running # build-tools/icon-theme-installer: # # Cannot find 'install -m 0644'; You probably want to pass -x ${INSTALL_DATA} # -# -# NOTE: in the error message above (I wanted to show it -# verbatim), INSTALL_DATA actually is enclosed in -# parenthesis, not in curly brackets. -# I had to change it to appease portlint(1), which does -# not ignore comments in makefiles. -# +# NOTE: in the error message above (I wanted to show it +# verbatim), INSTALL_DATA actually is enclosed in +# parenthesis, not in curly brackets. +# I had to change it to appease portlint(1), which does +# not ignore comments in makefiles. # # for 3 dirs (attrib/data, liblepton/data, schematic/data) # the following lines should be in the generated Makefile: # # INSTALL = /usr/bin/install -c # INSTALL_DATA = ${INSTALL} -m 644 # INSTALL_PROGRAM = ${INSTALL} # INSTALL_SCRIPT = ${INSTALL} # # but instead you got: # # INSTALL = /usr/bin/install -c # INSTALL_DATA = install -m 0644 # INSTALL_PROGRAM = install -s -m 555 # INSTALL_SCRIPT = install -m 555 # # this is so only when building a port (when building from # git sources and install to the home folder, there are # no errors) # pre-build: ${REINPLACE_CMD} \ -e 's,^\(INSTALL_DATA = \)install\(.*\),\1$${INSTALL}\2,' \ -e 's,^\(INSTALL_PROGRAM = \)install\(.*\),\1$${INSTALL}\2,' \ -e 's,^\(INSTALL_SCRIPT = \)install\(.*\),\1$${INSTALL}\2,' \ ${WRKSRC}/attrib/data/Makefile \ ${WRKSRC}/liblepton/data/Makefile \ ${WRKSRC}/schematic/data/Makefile .include Index: head/devel/autogen/Makefile =================================================================== --- head/devel/autogen/Makefile (revision 505199) +++ head/devel/autogen/Makefile (revision 505200) @@ -1,44 +1,45 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= autogen PORTVERSION= 5.18.16 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool designed to simplify the creation and maintenance of programs LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} \ gmktemp:sysutils/coreutils -LIB_DEPENDS= libguile-2.0.so:lang/guile2 +LIB_DEPENDS= libguile-2.2.so:lang/guile2 RUN_DEPENDS= bash:shells/bash # bin/columns CONFLICTS_INSTALL= columns USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz USE_GNOME= libxml2 USE_PERL5= build CONFIGURE_ARGS= --datadir=${PREFIX}/share \ --disable-dependency-tracking \ --with-libguile=yes --with-libxml2=yes CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes INFO= autogen SHEBANG_FILES= autoopts/tpl/*.pl post-patch: @${REINPLACE_CMD} -e '/CFLAGS=/ s| -Wno-format-contains-nul||; /WARN_CFLAGS=/ s| -Werror||' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mktemp --suffix=|g&|' ${WRKSRC}/agen5/mk-stamps.sh ${WRKSRC}/build-aux/run-ag.sh ${WRKSRC}/config/mk-shdefs.in .include Index: head/devel/gdb/Makefile =================================================================== --- head/devel/gdb/Makefile (revision 505199) +++ head/devel/gdb/Makefile (revision 505200) @@ -1,192 +1,193 @@ # Created by: Steven Kreuzer # $FreeBSD$ PORTNAME= gdb PORTVERSION= 8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= pizzamig@FreeBSD.org COMMENT= GNU GDB of newer version than comes with the system LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING3 # untested on sparc64, might work NOT_FOR_ARCHS= sparc64 LIB_DEPENDS= libmpfr.so:math/mpfr TEST_DEPENDS= runtest:misc/dejagnu USES= compiler:c++11-lang cpe gmake libtool pkgconfig tar:xz USE_PYTHON= flavors py3kplist TEST_TARGET= check USE_CSTD= gnu89 CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --enable-targets=all --enable-64-bit-bfd \ --with-separate-debug-dir=/usr/lib/debug \ ${ICONV_CONFIGURE_ARG} \ --with-expat=yes --with-libexpat-prefix=${LOCALBASE} \ --without-libunwind-ia64 --with-system-zlib CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT -Wno-unused-function -Wno-unused-variable CFLAGS+= -Wno-unknown-warning-option EXCLUDE= dejagnu expect sim texinfo intl EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /} EXTRA_PATCHES= ${FILESDIR}/commit-1163a4b7a3 \ ${FILESDIR}/commit-dd6876c91c \ ${FILESDIR}/commit-6e056c8178 \ ${FILESDIR}/commit-36c53a0262 \ ${FILESDIR}/commit-ef0bd2046f \ ${FILESDIR}/commit-945f3901b5 \ ${FILESDIR}/commit-f5424cfa7e \ ${FILESDIR}/commit-ce25aa57a3 \ ${FILESDIR}/commit-8399425f5f LIB_DEPENDS+= libexpat.so:textproc/expat2 VER= ${PORTVERSION:S/.//g} PLIST_SUB= VER=${VER} OPTIONS_DEFINE= DEBUG GDB_LINK GUILE KGDB NLS PYTHON SOURCE_HIGHLIGHT TUI OPTIONS_DEFAULT= GDB_LINK KGDB NLS PYTHON SOURCE_HIGHLIGHT TUI OPTIONS_DEFAULT+= PORT_READLINE PORT_ICONV SYSTEM_ZLIB OPTIONS_SINGLE= READLINE ICONV ZLIB OPTIONS_SINGLE_READLINE= BUNDLED_READLINE PORT_READLINE OPTIONS_SINGLE_ICONV= PORT_ICONV SYSTEM_ICONV OPTIONS_SINGLE_ZLIB= BUNDLED_ZLIB SYSTEM_ZLIB GDB_LINK_DESC= Create ${PREFIX}/bin/gdb symlink KGDB_DESC= Kernel Debugging Support BUNDLED_READLINE_DESC= from gdb distfile BUNDLED_ZLIB_DESC= from gdb distfile PORT_READLINE_DESC= from devel/readline port PORT_ICONV_DESC= use libiconv, with wider charset support SOURCE_HIGHLIGHT_DESC= Source Code Styling SYSTEM_ICONV_DESC= use libc iconv, with no wchar support SYSTEM_ZLIB_DESC= use system zlib TUI_DESC= Text User Interface enabled OPTIONS_SUB= yes BUNDLED_READLINE_CONFIGURE_OFF= --with-system-readline DEBUG_CFLAGS= -g GUILE_CONFIGURE_WITH= guile GUILE_USES= pkgconfig -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 +GUILE_EXTRA_PATCHES= ${FILESDIR}/extrapatch-guile22 NLS_USES= gettext-runtime PORT_READLINE_USES= readline:port PORT_ICONV_USES= iconv:wchar_t PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} PYTHON_CONFIGURE_OFF= --without-python PYTHON_USES= python SOURCE_HIGHLIGHT_WITH= source-highlight SOURCE_HIGHLIGHT_LIB_DEPENDS= \ libsource-highlight.so:textproc/source-highlight SYSTEM_ICONV_USES= iconv SYSTEM_ZLIB_WITH= system-zlib TUI_CONFIGURE_ENABLE= tui .include .if ${PORT_OPTIONS:MPYTHON} .if ${PYTHON_VER} != ${PYTHON_DEFAULT} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} .endif .endif .if ${PORT_OPTIONS:MPYTHON} && exists(/usr/lib/libc++.so.1) USE_GITHUB= nodefault GH_ACCOUNT= bsdjhb:libcxx GH_PROJECT= libcxx-gdbpy:libcxx GH_TAGNAME= 229610a:libcxx # Workaround USE_GITHUB preventing the default DISTFILES DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PLIST_SUB+= LIBCXX="" .else PLIST_SUB+= LIBCXX="@comment " .endif .if ! ${PORT_OPTIONS:MBUNDLED_READLINE} EXCLUDE+= readline .endif .if ! ${PORT_OPTIONS:MBUNDLED_ZLIB} EXCLUDE+= zlib .endif .if ${ARCH} == amd64 CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif .if ${CHOSEN_COMPILER_TYPE} == clang CFLAGS+= -Wno-extended-offsetof .endif post-patch: @${REINPLACE_CMD} -e 's|$$| [GDB v${PORTVERSION} for FreeBSD]|' \ ${WRKSRC}/gdb/version.in post-patch-KGDB-on: @${CP} -r ${FILESDIR}/kgdb/*.[ch] ${WRKSRC}/gdb/ @${PATCH} -d ${PATCH_WRKSRC} ${PATCH_ARGS} < ${FILESDIR}/extrapatch-kgdb do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ ${STAGEDIR}${PREFIX}/bin/gdb${VER} ${INSTALL_MAN} ${WRKSRC}/gdb/doc/gdb.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/gdb${VER}.1 (cd ${WRKSRC}/gdb/data-directory ; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-syscalls ) do-install-KGDB-on: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/kgdb \ ${STAGEDIR}${PREFIX}/bin/kgdb${VER} ${INSTALL_MAN} ${FILESDIR}/kgdb/kgdb.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/kgdb${VER}.1 do-install-TUI-on: ${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdbtui${VER} do-install-GDB_LINK-on: ${LN} -sf gdb${VER} ${STAGEDIR}${PREFIX}/bin/gdb ${LN} -sf gdb${VER}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gdb.1 .if ${PORT_OPTIONS:MKGDB} ${LN} -sf kgdb${VER} ${STAGEDIR}${PREFIX}/bin/kgdb ${LN} -sf kgdb${VER}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/kgdb.1 .endif do-install-PYTHON-on: (cd ${WRKSRC}/gdb; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-python ) (cd ${WRKSRC}/gdb/data-directory ; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-python ) @(cd ${STAGEDIR}${PREFIX}/share/gdb/python && \ ${PYTHON_CMD} -m compileall .) . for f in gdb gdb/command gdb/function gdb/printer @(cd ${STAGEDIR}${PREFIX}/share/gdb/python/${f} ; ${CHMOD} 644 *.py* ) . endfor .if exists(/usr/lib/libc++.so.1) @(cd ${WRKSRC_libcxx} ; \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} install ) @(cd ${STAGEDIR}${PREFIX}/share/gdb/auto-load/usr/lib && \ ${PYTHON_CMD} -m compileall .) @(cd ${STAGEDIR}${PREFIX}/share/libcxx-gdbpy/libcxx && \ ${PYTHON_CMD} -m compileall .) .endif do-install-GUILE-on: (cd ${WRKSRC}/gdb; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-guile ) (cd ${WRKSRC}/gdb/data-directory ; \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-guile ) .include Index: head/devel/gdb/files/extrapatch-guile22 =================================================================== --- head/devel/gdb/files/extrapatch-guile22 (nonexistent) +++ head/devel/gdb/files/extrapatch-guile22 (revision 505200) @@ -0,0 +1,717 @@ +2018-01-21 Doug Evans + + PR guile/21104 + * configure.ac: Add guile-2.2 back. + * configure: Regenerate. + * guile/scm-ports.c (PORTS_V22): New macro. + (ioscm_memory_port) [!PORTS_V22]: Make read_buf_size,write_buf_size + !PORTS_V22 only. + (port_type_t): New type. + (stdio_port_type): Renamed from stdio_port_desc. + (stdio_port_type_name): Renamed from stdio_port_desc_name. + (memory_port_type): Renamed from memory_port_desc. + (memmory_port_type_name): Renamed from memory_port_desc_name. + (natural_buf_size) [PORTS_V22]: New variable. + (ioscm_open_port): New argument stream. All callers updated. + (ioscm_read, ioscm_write) [PORTS_V22]: New functions. + (ioscm_init_gdb_stdio_port) [PORTS_V22]: Adapt for use in Guile >= 2.2. + (gdbscm_is_stdio_port): New function. + (gdbscm_stdio_port_p): Call it. + (gdbscm_get_natural_buffer_sizes, gdbscm_memory_port_seek) + (gdbscm_memory_port_read, gdbscm_memory_port_write) [PORTS_V22]: New + functions. + (gdbscm_memory_port_print): Adapt for use in Guile >= 2.2. + (ioscm_init_memory_port_type): Ditto. + (ioscm_init_memory_stream): Replaces ioscm_init_memory_port. + (ioscm_init_memory_port_buffers): New function. + (gdbscm_open_memory): Update. + (gdbscm_is_memory_port): Adapt for use in Guile >= 2.2. + (port_functions) [!PORTS_V22]: Only define Guile functions + memory-port-read-buffer-size, set-memory-port-read-buffer-size!, + memory-port-write-buffer-size, set-memory-port-write-buffer-size! + for Guile < 2.2. + (gdbscm_initialize_ports): Only initialize out_of_range_buf_size if + !PORTS_V22. + +--- gdb/configure.orig 2019-06-26 13:50:46 UTC ++++ gdb/configure +@@ -10985,7 +10985,7 @@ fi + + + +-try_guile_versions="guile-2.0" ++try_guile_versions="guile-2.0 guile-2.2" + have_libguile=no + case "${with_guile}" in + no) +--- gdb/guile/scm-ports.c.orig 2019-05-11 18:19:03 UTC ++++ gdb/guile/scm-ports.c +@@ -36,6 +36,13 @@ + #endif + #endif + ++/* Guile ports radically changed in Guile 2.2. ++ Note: We don't support Guile < 2.0. ++ TODO(dje): Suggest deprecating and then removing Guile 2.0 support ++ at some point in the future. */ ++#define PORTS_V22 (SCM_MAJOR_VERSION > 2 \ ++ || SCM_MAJOR_VERSION == 2 && SCM_MINOR_VERSION >= 2) ++ + /* A ui-file for sending output to Guile. */ + + class ioscm_file_port : public ui_file +@@ -66,12 +73,14 @@ typedef struct + This value is always in the range [0, size]. */ + ULONGEST current; + ++#if !PORTS_V22 + /* The size of the internal r/w buffers. + Scheme ports aren't a straightforward mapping to memory r/w. + Generally the user specifies how much to r/w and all access is + unbuffered. We don't try to provide equivalent access, but we allow + the user to specify these values to help get something similar. */ + unsigned read_buf_size, write_buf_size; ++#endif + } ioscm_memory_port; + + /* Copies of the original system input/output/error ports. +@@ -80,11 +89,17 @@ static SCM orig_input_port_scm; + static SCM orig_output_port_scm; + static SCM orig_error_port_scm; + +-/* This is the stdio port descriptor, scm_ptob_descriptor. */ +-static scm_t_bits stdio_port_desc; ++#if PORTS_V22 ++typedef scm_t_port_type *port_type_t; ++#else ++typedef scm_t_bits port_type_t; ++#endif + ++/* This is the stdio port type. */ ++static port_type_t stdio_port_type; ++ + /* Note: scm_make_port_type takes a char * instead of a const char *. */ +-static /*const*/ char stdio_port_desc_name[] = "gdb:stdio-port"; ++static /*const*/ char stdio_port_type_name[] = "gdb:stdio-port"; + + /* Names of each gdb port. */ + static const char input_port_name[] = "gdb:stdin"; +@@ -101,12 +116,19 @@ static SCM error_port_scm; + /* Internal enum for specifying output port. */ + enum oport { GDB_STDOUT, GDB_STDERR }; + +-/* This is the memory port descriptor, scm_ptob_descriptor. */ +-static scm_t_bits memory_port_desc; ++/* This is the memory port type. */ ++static port_type_t memory_port_type; + + /* Note: scm_make_port_type takes a char * instead of a const char *. */ +-static /*const*/ char memory_port_desc_name[] = "gdb:memory-port"; ++static /*const*/ char memory_port_type_name[] = "gdb:memory-port"; + ++#if PORTS_V22 ++ ++/* The maximum values to use for get_natural_buffer_sizes. */ ++static const unsigned natural_buf_size = 16; ++ ++#else ++ + /* The default amount of memory to fetch for each read/write request. + Scheme ports don't provide a way to specify the size of a read, + which is important to us to minimize the number of inferior interactions, +@@ -120,6 +142,8 @@ static const unsigned default_write_buf_size = 16; + static const unsigned min_memory_port_buf_size = 1; + static const unsigned max_memory_port_buf_size = 4096; + ++#endif ++ + /* "out of range" error message for buf sizes. */ + static char *out_of_range_buf_size; + +@@ -132,7 +156,7 @@ static SCM size_keyword; + Newer versions of Guile (2.1.x) have scm_c_make_port. */ + + static SCM +-ioscm_open_port (scm_t_bits port_type, long mode_bits) ++ioscm_open_port (port_type_t port_type, long mode_bits, scm_t_bits stream) + { + SCM port; + +@@ -140,9 +164,12 @@ ioscm_open_port (scm_t_bits port_type, long mode_bits) + scm_i_scm_pthread_mutex_lock (&scm_i_port_table_mutex); + #endif + ++#if PORTS_V22 ++ port = scm_c_make_port (port_type, mode_bits, stream); ++#else + port = scm_new_port_table_entry (port_type); +- + SCM_SET_CELL_TYPE (port, port_type | mode_bits); ++#endif + + #if 0 /* TODO: Guile doesn't export this. What to do? */ + scm_i_pthread_mutex_unlock (&scm_i_port_table_mutex); +@@ -150,6 +177,23 @@ ioscm_open_port (scm_t_bits port_type, long mode_bits) + + return port; + } ++ ++/* Like fputstrn_filtered, but don't escape characters, except nul. ++ Also like fputs_filtered, but a length is specified. */ ++ ++static void ++fputsn_filtered (const char *s, size_t size, struct ui_file *stream) ++{ ++ size_t i; ++ ++ for (i = 0; i < size; ++i) ++ { ++ if (s[i] == '\0') ++ fputs_filtered ("\\000", stream); ++ else ++ fputc_filtered (s[i], stream); ++ } ++} + + /* Support for connecting Guile's stdio ports to GDB's stdio ports. */ + +@@ -218,6 +262,73 @@ ioscm_input_waiting (SCM port) + } + } + ++#if PORTS_V22 ++ ++static size_t ++ioscm_read (SCM port, SCM dst, size_t start, size_t count) ++{ ++ /* Borrowed from libguile/fports.c. */ ++ auto ptr = reinterpret_cast(SCM_BYTEVECTOR_CONTENTS (dst) + start); ++ ssize_t ret; ++ ++ /* If we're called on stdout,stderr, punt. */ ++ if (! scm_is_eq (port, input_port_scm)) ++ return 0; /* EOF */ ++ ++ gdb_flush (gdb_stdout); ++ gdb_flush (gdb_stderr); ++ ++ retry: ++ ret = ui_file_read (gdb_stdin, ptr, count); ++ if (ret < 0) ++ { ++ if (errno == EINTR) ++ { ++ scm_async_tick (); ++ goto retry; ++ } ++ if (errno == EWOULDBLOCK || errno == EAGAIN) ++ { ++ /* See the discussion of non-blocking I/O in the Guile manual. */ ++ return -1; ++ } ++ scm_syserror ("ioscm_read"); ++ } ++ return ret; ++} ++ ++static size_t ++ioscm_write (SCM port, SCM src, size_t start, size_t count) ++{ ++ /* Borrowed from libguile/fports.c. */ ++ auto ptr = reinterpret_cast(SCM_BYTEVECTOR_CONTENTS (src) + start); ++ ssize_t ret; ++ ++ /* If we're called on stdin, punt. */ ++ if (scm_is_eq (port, input_port_scm)) ++ { ++ errno = EIO; ++ scm_syserror("ioscm_write"); ++ } ++ ++ TRY ++ { ++ if (scm_is_eq (port, error_port_scm)) ++ fputsn_filtered (ptr, count, gdb_stderr); ++ else ++ fputsn_filtered (ptr, count, gdb_stdout); ++ } ++ CATCH (except, RETURN_MASK_ALL) ++ { ++ GDBSCM_HANDLE_GDB_EXCEPTION (except); ++ } ++ END_CATCH ++ ++ return count; ++} ++ ++#else /* !PORTS_V22 */ ++ + /* The scm_t_ptob_descriptor.fill_input "method". */ + + static int +@@ -245,23 +356,6 @@ ioscm_fill_input (SCM port) + return *pt->read_buf; + } + +-/* Like fputstrn_filtered, but don't escape characters, except nul. +- Also like fputs_filtered, but a length is specified. */ +- +-static void +-fputsn_filtered (const char *s, size_t size, struct ui_file *stream) +-{ +- size_t i; +- +- for (i = 0; i < size; ++i) +- { +- if (s[i] == '\0') +- fputs_filtered ("\\000", stream); +- else +- fputc_filtered (s[i], stream); +- } +-} +- + /* Write to gdb's stdout or stderr. */ + + static void +@@ -301,6 +395,8 @@ ioscm_flush (SCM port) + gdb_flush (gdb_stdout); + } + ++#endif ++ + /* Initialize the gdb stdio port type. + + N.B. isatty? will fail on these ports, it is only supported for file +@@ -309,13 +405,23 @@ ioscm_flush (SCM port) + static void + ioscm_init_gdb_stdio_port (void) + { +- stdio_port_desc = scm_make_port_type (stdio_port_desc_name, +- ioscm_fill_input, ioscm_write); ++ stdio_port_type = scm_make_port_type (stdio_port_type_name, ++#if PORTS_V22 ++ ioscm_read, ++#else ++ ioscm_fill_input, ++#endif ++ ioscm_write); + +- scm_set_port_input_waiting (stdio_port_desc, ioscm_input_waiting); +- scm_set_port_flush (stdio_port_desc, ioscm_flush); ++ scm_set_port_input_waiting (stdio_port_type, ioscm_input_waiting); ++ ++#if !PORTS_V22 ++ scm_set_port_flush (stdio_port_type, ioscm_flush); ++#endif + } + ++#if !PORTS_V22 ++ + /* Subroutine of ioscm_make_gdb_stdio_port to simplify it. + Set up the buffers of port PORT. + MODE_BITS are the mode bits of PORT. */ +@@ -358,6 +464,8 @@ ioscm_init_stdio_buffers (SCM port, long mode_bits) + pt->write_end = pt->write_buf + pt->write_buf_size; + } + ++#endif ++ + /* Create a gdb stdio port. */ + + static SCM +@@ -388,23 +496,36 @@ ioscm_make_gdb_stdio_port (int fd) + } + + mode_bits = scm_mode_bits ((char *) mode_str); +- port = ioscm_open_port (stdio_port_desc, mode_bits); ++ port = ioscm_open_port (stdio_port_type, mode_bits, 0); + + scm_set_port_filename_x (port, gdbscm_scm_from_c_string (name)); + ++#if !PORTS_V22 + ioscm_init_stdio_buffers (port, mode_bits); ++#endif + + return port; + } + ++/* Return non-zero if OBJ is a stdio port. */ ++ ++static int ++gdbscm_is_stdio_port (SCM obj) ++{ ++ /* This is copied from SCM_FPORTP. */ ++#if PORTS_V22 ++ return SCM_PORTP (obj) && SCM_PORT_TYPE (obj) == stdio_port_type; ++#else ++ return !SCM_IMP (obj) && SCM_TYP16 (obj) == stdio_port_type; ++#endif ++} ++ + /* (stdio-port? object) -> boolean */ + + static SCM +-gdbscm_stdio_port_p (SCM scm) ++gdbscm_stdio_port_p (SCM obj) + { +- /* This is copied from SCM_FPORTP. */ +- return scm_from_bool (!SCM_IMP (scm) +- && (SCM_TYP16 (scm) == stdio_port_desc)); ++ return scm_from_bool (gdbscm_is_stdio_port (obj)); + } + + /* GDB's ports are accessed via functions to keep them read-only. */ +@@ -567,6 +688,94 @@ ioscm_lseek_address (ioscm_memory_port *iomem, LONGEST + return 1; + } + ++#if PORTS_V22 ++ ++/* The semantics get weird if the buffer size is larger than the port range, ++ so provide a better default buffer size. */ ++ ++static void ++gdbscm_get_natural_buffer_sizes (SCM port, size_t *read_size, ++ size_t *write_size) ++{ ++ ioscm_memory_port *iomem = (ioscm_memory_port *) SCM_STREAM (port); ++ ++ size_t size = natural_buf_size; ++ if (iomem->size < size) ++ size = iomem->size; ++ *read_size = *write_size = size; ++} ++ ++static scm_t_off ++gdbscm_memory_port_seek (SCM port, scm_t_off offset, int whence) ++{ ++ ioscm_memory_port *iomem = (ioscm_memory_port *) SCM_STREAM (port); ++ scm_t_off result; ++ int rc; ++ ++ if (ioscm_lseek_address (iomem, offset, whence) == 0) ++ { ++ gdbscm_out_of_range_error (FUNC_NAME, 0, ++ gdbscm_scm_from_longest (offset), ++ _("bad seek")); ++ } ++ ++ return iomem->current; ++} ++ ++static size_t ++gdbscm_memory_port_read (SCM port, SCM dst, size_t start, size_t count) ++{ ++ /* Borrowed from libguile/fports.c. */ ++ auto ptr = reinterpret_cast(SCM_BYTEVECTOR_CONTENTS (dst) + start); ++ ioscm_memory_port *iomem = (ioscm_memory_port *) SCM_STREAM (port); ++ size_t to_read; ++ ++ /* "current" is the offset of the first byte we want to read. */ ++ gdb_assert (iomem->current <= iomem->size); ++ if (iomem->current == iomem->size) ++ return 0; /* EOF */ ++ ++ /* Don't read outside the allowed memory range. */ ++ to_read = count; ++ if (to_read > iomem->size - iomem->current) ++ to_read = iomem->size - iomem->current; ++ ++ if (target_read_memory (iomem->start + iomem->current, ptr, to_read) != 0) ++ gdbscm_memory_error (FUNC_NAME, _("error reading memory"), SCM_EOL); ++ ++ iomem->current += to_read; ++ return to_read; ++} ++ ++static size_t ++gdbscm_memory_port_write (SCM port, SCM src, size_t start, size_t count) ++{ ++ /* Borrowed from libguile/fports.c. */ ++ auto ptr = reinterpret_cast(SCM_BYTEVECTOR_CONTENTS (src) + ++ start); ++ ioscm_memory_port *iomem = (ioscm_memory_port *) SCM_STREAM (port); ++ ssize_t ret; ++ ++ /* "current" is the offset of the first byte we want to read. */ ++ gdb_assert (iomem->current <= iomem->size); ++ ++ /* There's no way to indicate a short write, so if the request goes past ++ the end of the port's memory range, flag an error. */ ++ if (count > iomem->size - iomem->current) ++ { ++ gdbscm_out_of_range_error (FUNC_NAME, 0, gdbscm_scm_from_ulongest (count), ++ _("writing beyond end of memory range")); ++ } ++ ++ if (target_write_memory (iomem->start + iomem->current, ptr, count) != 0) ++ gdbscm_memory_error (FUNC_NAME, _("error writing memory"), SCM_EOL); ++ iomem->current += count; ++ ++ return count; ++} ++ ++#else /* !PORTS_V22 */ ++ + /* "fill_input" method for memory ports. */ + + static int +@@ -850,18 +1059,19 @@ gdbscm_memory_port_free (SCM port) + return 0; + } + ++#endif ++ + /* "print" method for memory ports. */ + + static int + gdbscm_memory_port_print (SCM exp, SCM port, scm_print_state *pstate) + { + ioscm_memory_port *iomem = (ioscm_memory_port *) SCM_STREAM (exp); +- char *type = SCM_PTOBNAME (SCM_PTOBNUM (exp)); + + scm_puts ("#<", port); + scm_print_port_mode (exp, port); + /* scm_print_port_mode includes a trailing space. */ +- gdbscm_printf (port, "%s %s-%s", type, ++ gdbscm_printf (port, "%s %s-%s", memory_port_type_name, + hex_string (iomem->start), hex_string (iomem->end)); + scm_putc ('>', port); + return 1; +@@ -872,16 +1082,25 @@ gdbscm_memory_port_print (SCM exp, SCM port, scm_print + static void + ioscm_init_memory_port_type (void) + { +- memory_port_desc = scm_make_port_type (memory_port_desc_name, ++ memory_port_type = scm_make_port_type (memory_port_type_name, ++#if PORTS_V22 ++ gdbscm_memory_port_read, ++#else + gdbscm_memory_port_fill_input, ++#endif + gdbscm_memory_port_write); + +- scm_set_port_end_input (memory_port_desc, gdbscm_memory_port_end_input); +- scm_set_port_flush (memory_port_desc, gdbscm_memory_port_flush); +- scm_set_port_seek (memory_port_desc, gdbscm_memory_port_seek); +- scm_set_port_close (memory_port_desc, gdbscm_memory_port_close); +- scm_set_port_free (memory_port_desc, gdbscm_memory_port_free); +- scm_set_port_print (memory_port_desc, gdbscm_memory_port_print); ++#if PORTS_V22 ++ scm_set_port_get_natural_buffer_sizes (memory_port_type, ++ gdbscm_get_natural_buffer_sizes); ++#else ++ scm_set_port_end_input (memory_port_type, gdbscm_memory_port_end_input); ++ scm_set_port_flush (memory_port_type, gdbscm_memory_port_flush); ++ scm_set_port_free (memory_port_type, gdbscm_memory_port_free); ++ scm_set_port_close (memory_port_type, gdbscm_memory_port_close); ++#endif ++ scm_set_port_seek (memory_port_type, gdbscm_memory_port_seek); ++ scm_set_port_print (memory_port_type, gdbscm_memory_port_print); + } + + /* Helper for gdbscm_open_memory to parse the mode bits. +@@ -921,27 +1140,20 @@ ioscm_parse_mode_bits (const char *func_name, const ch + return mode_bits; + } + +-/* Helper for gdbscm_open_memory to finish initializing the port. +- The port has address range [start,end). +- This means that address of 0xff..ff is not accessible. +- I can live with that. */ +- +-static void +-ioscm_init_memory_port (SCM port, CORE_ADDR start, CORE_ADDR end) ++static scm_t_bits ++ioscm_init_memory_stream (bool buffered, CORE_ADDR start, CORE_ADDR end) + { +- scm_t_port *pt; +- ioscm_memory_port *iomem; +- int buffered = (SCM_CELL_WORD_0 (port) & SCM_BUF0) == 0; ++ auto iomem = reinterpret_cast( ++ scm_gc_malloc_pointerless (sizeof (ioscm_memory_port), "memory port")); + + gdb_assert (start <= end); + +- iomem = (ioscm_memory_port *) scm_gc_malloc_pointerless (sizeof (*iomem), +- "memory port"); +- + iomem->start = start; + iomem->end = end; + iomem->size = end - start; + iomem->current = 0; ++ ++#if !PORTS_V22 + if (buffered) + { + iomem->read_buf_size = default_read_buf_size; +@@ -952,7 +1164,25 @@ ioscm_init_memory_port (SCM port, CORE_ADDR start, COR + iomem->read_buf_size = 1; + iomem->write_buf_size = 1; + } ++#endif + ++ return reinterpret_cast(iomem); ++} ++ ++#if !PORTS_V22 ++ ++/* Helper for gdbscm_open_memory to finish initializing the port. ++ The port has address range [start,end). ++ This means that address of 0xff..ff is not accessible. ++ I can live with that. */ ++ ++static void ++ioscm_init_memory_port_buffers (SCM port) ++{ ++ scm_t_port *pt; ++ auto iomem = reinterpret_cast(SCM_STREAM (port)); ++ bool buffered = (SCM_CELL_WORD_0 (port) & SCM_BUF0) == 0; ++ + pt = SCM_PTAB_ENTRY (port); + /* Match the expectation of `binary-port?'. */ + pt->encoding = NULL; +@@ -972,8 +1202,6 @@ ioscm_init_memory_port (SCM port, CORE_ADDR start, COR + pt->read_pos = pt->read_end = pt->read_buf; + pt->write_pos = pt->write_buf; + pt->write_end = pt->write_buf + pt->write_buf_size; +- +- SCM_SETSTREAM (port, iomem); + } + + /* Re-initialize a memory port, updating its read/write buffer sizes. +@@ -1041,6 +1269,8 @@ ioscm_reinit_memory_port (SCM port, size_t read_buf_si + } + } + ++#endif /* !PORTS_V22 */ ++ + /* (open-memory [#:mode string] [#:start address] [#:size integer]) -> port + Return a port that can be used for reading and writing memory. + MODE is a string, and must be one of "r", "w", or "r+". +@@ -1107,10 +1337,19 @@ gdbscm_open_memory (SCM rest) + end = ~(CORE_ADDR) 0; + + mode_bits = ioscm_parse_mode_bits (FUNC_NAME, mode); ++ /* Edge case: empty range -> unbuffered. ++ There's no need to disallow empty ranges, but we need an unbuffered port ++ to get the semantics right. */ ++ if (size == 0) ++ mode_bits |= SCM_BUF0; + +- port = ioscm_open_port (memory_port_desc, mode_bits); ++ bool buffered = (mode_bits & SCM_BUF0) == 0; ++ auto stream = ioscm_init_memory_stream(buffered, start, end); ++ port = ioscm_open_port (memory_port_type, mode_bits, stream); + +- ioscm_init_memory_port (port, start, end); ++#if !PORTS_V22 ++ ioscm_init_memory_port_buffers (port); ++#endif + + scm_dynwind_end (); + +@@ -1123,7 +1362,12 @@ gdbscm_open_memory (SCM rest) + static int + gdbscm_is_memory_port (SCM obj) + { +- return !SCM_IMP (obj) && (SCM_TYP16 (obj) == memory_port_desc); ++ /* This is copied from SCM_FPORTP. */ ++#if PORTS_V22 ++ return SCM_PORTP (obj) && SCM_PORT_TYPE (obj) == memory_port_type; ++#else ++ return !SCM_IMP (obj) && SCM_TYP16 (obj) == memory_port_type; ++#endif + } + + /* (memory-port? obj) -> boolean */ +@@ -1142,13 +1386,15 @@ gdbscm_memory_port_range (SCM port) + ioscm_memory_port *iomem; + + SCM_ASSERT_TYPE (gdbscm_is_memory_port (port), port, SCM_ARG1, FUNC_NAME, +- memory_port_desc_name); ++ memory_port_type_name); + + iomem = (ioscm_memory_port *) SCM_STREAM (port); + return scm_list_2 (gdbscm_scm_from_ulongest (iomem->start), + gdbscm_scm_from_ulongest (iomem->end)); + } + ++#if !PORTS_V22 ++ + /* (memory-port-read-buffer-size port) -> integer */ + + static SCM +@@ -1157,7 +1403,7 @@ gdbscm_memory_port_read_buffer_size (SCM port) + ioscm_memory_port *iomem; + + SCM_ASSERT_TYPE (gdbscm_is_memory_port (port), port, SCM_ARG1, FUNC_NAME, +- memory_port_desc_name); ++ memory_port_type_name); + + iomem = (ioscm_memory_port *) SCM_STREAM (port); + return scm_from_uint (iomem->read_buf_size); +@@ -1173,7 +1419,7 @@ gdbscm_set_memory_port_read_buffer_size_x (SCM port, S + ioscm_memory_port *iomem; + + SCM_ASSERT_TYPE (gdbscm_is_memory_port (port), port, SCM_ARG1, FUNC_NAME, +- memory_port_desc_name); ++ memory_port_type_name); + SCM_ASSERT_TYPE (scm_is_integer (size), size, SCM_ARG2, FUNC_NAME, + _("integer")); + +@@ -1199,7 +1445,7 @@ gdbscm_memory_port_write_buffer_size (SCM port) + ioscm_memory_port *iomem; + + SCM_ASSERT_TYPE (gdbscm_is_memory_port (port), port, SCM_ARG1, FUNC_NAME, +- memory_port_desc_name); ++ memory_port_type_name); + + iomem = (ioscm_memory_port *) SCM_STREAM (port); + return scm_from_uint (iomem->write_buf_size); +@@ -1215,7 +1461,7 @@ gdbscm_set_memory_port_write_buffer_size_x (SCM port, + ioscm_memory_port *iomem; + + SCM_ASSERT_TYPE (gdbscm_is_memory_port (port), port, SCM_ARG1, FUNC_NAME, +- memory_port_desc_name); ++ memory_port_type_name); + SCM_ASSERT_TYPE (scm_is_integer (size), size, SCM_ARG2, FUNC_NAME, + _("integer")); + +@@ -1232,6 +1478,8 @@ gdbscm_set_memory_port_write_buffer_size_x (SCM port, + + return SCM_UNSPECIFIED; + } ++ ++#endif /* !PORTS_V22 */ + + /* Initialize gdb ports. */ + +@@ -1268,6 +1516,7 @@ Return #t if the object is a memory port." }, + "\ + Return the memory range of the port as (start end)." }, + ++#if !PORTS_V22 + { "memory-port-read-buffer-size", 1, 0, 0, + as_a_scm_t_subr (gdbscm_memory_port_read_buffer_size), + "\ +@@ -1293,6 +1542,7 @@ Set the size of the write buffer for the memory port.\ + \n\ + Arguments: port integer\n\ + Returns: unspecified." }, ++#endif + + END_FUNCTIONS + }; +@@ -1365,9 +1615,11 @@ gdbscm_initialize_ports (void) + start_keyword = scm_from_latin1_keyword ("start"); + size_keyword = scm_from_latin1_keyword ("size"); + ++#if !PORTS_V22 + /* Error message text for "out of range" memory port buffer sizes. */ + + out_of_range_buf_size = xstrprintf ("size not between %u - %u", + min_memory_port_buf_size, + max_memory_port_buf_size); ++#endif + } Property changes on: head/devel/gdb/files/extrapatch-guile22 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/guile-lib/Makefile =================================================================== --- head/devel/guile-lib/Makefile (revision 505199) +++ head/devel/guile-lib/Makefile (revision 505200) @@ -1,27 +1,27 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= guile-lib PORTVERSION= 0.2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH MAINTAINER= ndowens@yahoo.com COMMENT= Repository of useful code written in Guile Scheme LICENSE= LGPL3 GPLv3 LICENSE_COMB= multi BROKEN_armv7= fails to compile: stack overflow BUILD_DEPENDS= guile2>0:lang/guile2 RUN_DEPENDS= guile2>0:lang/guile2 TEST_TARGET= check USES= gmake pkgconfig GNU_CONFIGURE= yes INFO= guile-library .include Index: head/devel/guile-lib/pkg-plist =================================================================== --- head/devel/guile-lib/pkg-plist (revision 505199) +++ head/devel/guile-lib/pkg-plist (revision 505200) @@ -1,61 +1,61 @@ -lib/guile-lib/guile/2.0/site-ccache/apicheck.go -lib/guile-lib/guile/2.0/site-ccache/compat/guile-2.go -lib/guile-lib/guile/2.0/site-ccache/config/load.go -lib/guile-lib/guile/2.0/site-ccache/container/async-queue.go -lib/guile-lib/guile/2.0/site-ccache/container/delay-tree.go -lib/guile-lib/guile/2.0/site-ccache/container/nodal-tree.go -lib/guile-lib/guile/2.0/site-ccache/debugging/assert.go -lib/guile-lib/guile/2.0/site-ccache/debugging/time.go -lib/guile-lib/guile/2.0/site-ccache/graph/topological-sort.go -lib/guile-lib/guile/2.0/site-ccache/htmlprag.go -lib/guile-lib/guile/2.0/site-ccache/io/string.go -lib/guile-lib/guile/2.0/site-ccache/logging/logger.go -lib/guile-lib/guile/2.0/site-ccache/logging/port-log.go -lib/guile-lib/guile/2.0/site-ccache/logging/rotating-log.go -lib/guile-lib/guile/2.0/site-ccache/match-bind.go -lib/guile-lib/guile/2.0/site-ccache/math/minima.go -lib/guile-lib/guile/2.0/site-ccache/math/primes.go -lib/guile-lib/guile/2.0/site-ccache/md5.go -lib/guile-lib/guile/2.0/site-ccache/os/process.go -lib/guile-lib/guile/2.0/site-ccache/scheme/documentation.go -lib/guile-lib/guile/2.0/site-ccache/scheme/kwargs.go -lib/guile-lib/guile/2.0/site-ccache/search/basic.go -lib/guile-lib/guile/2.0/site-ccache/string/completion.go -lib/guile-lib/guile/2.0/site-ccache/string/soundex.go -lib/guile-lib/guile/2.0/site-ccache/string/transform.go -lib/guile-lib/guile/2.0/site-ccache/string/wrap.go -lib/guile-lib/guile/2.0/site-ccache/term/ansi-color.go -lib/guile-lib/guile/2.0/site-ccache/texinfo/nodal-tree.go -lib/guile-lib/guile/2.0/site-ccache/text/parse-lalr.go -lib/guile-lib/guile/2.0/site-ccache/unit-test.go +lib/guile-lib/guile/2.2/site-ccache/apicheck.go +lib/guile-lib/guile/2.2/site-ccache/compat/guile-2.go +lib/guile-lib/guile/2.2/site-ccache/config/load.go +lib/guile-lib/guile/2.2/site-ccache/container/async-queue.go +lib/guile-lib/guile/2.2/site-ccache/container/delay-tree.go +lib/guile-lib/guile/2.2/site-ccache/container/nodal-tree.go +lib/guile-lib/guile/2.2/site-ccache/debugging/assert.go +lib/guile-lib/guile/2.2/site-ccache/debugging/time.go +lib/guile-lib/guile/2.2/site-ccache/graph/topological-sort.go +lib/guile-lib/guile/2.2/site-ccache/htmlprag.go +lib/guile-lib/guile/2.2/site-ccache/io/string.go +lib/guile-lib/guile/2.2/site-ccache/logging/logger.go +lib/guile-lib/guile/2.2/site-ccache/logging/port-log.go +lib/guile-lib/guile/2.2/site-ccache/logging/rotating-log.go +lib/guile-lib/guile/2.2/site-ccache/match-bind.go +lib/guile-lib/guile/2.2/site-ccache/math/minima.go +lib/guile-lib/guile/2.2/site-ccache/math/primes.go +lib/guile-lib/guile/2.2/site-ccache/md5.go +lib/guile-lib/guile/2.2/site-ccache/os/process.go +lib/guile-lib/guile/2.2/site-ccache/scheme/documentation.go +lib/guile-lib/guile/2.2/site-ccache/scheme/kwargs.go +lib/guile-lib/guile/2.2/site-ccache/search/basic.go +lib/guile-lib/guile/2.2/site-ccache/string/completion.go +lib/guile-lib/guile/2.2/site-ccache/string/soundex.go +lib/guile-lib/guile/2.2/site-ccache/string/transform.go +lib/guile-lib/guile/2.2/site-ccache/string/wrap.go +lib/guile-lib/guile/2.2/site-ccache/term/ansi-color.go +lib/guile-lib/guile/2.2/site-ccache/texinfo/nodal-tree.go +lib/guile-lib/guile/2.2/site-ccache/text/parse-lalr.go +lib/guile-lib/guile/2.2/site-ccache/unit-test.go libdata/pkgconfig/guile-lib-1.0.pc %%DATADIR%%/apicheck.scm %%DATADIR%%/compat/guile-2.scm %%DATADIR%%/config/load.scm %%DATADIR%%/container/async-queue.scm %%DATADIR%%/container/delay-tree.scm %%DATADIR%%/container/nodal-tree.scm %%DATADIR%%/debugging/assert.scm %%DATADIR%%/debugging/time.scm %%DATADIR%%/graph/topological-sort.scm %%DATADIR%%/htmlprag.scm %%DATADIR%%/io/string.scm %%DATADIR%%/logging/logger.scm %%DATADIR%%/logging/port-log.scm %%DATADIR%%/logging/rotating-log.scm %%DATADIR%%/match-bind.scm %%DATADIR%%/math/minima.scm %%DATADIR%%/math/primes.scm %%DATADIR%%/md5.scm %%DATADIR%%/os/process.scm %%DATADIR%%/scheme/documentation.scm %%DATADIR%%/scheme/kwargs.scm %%DATADIR%%/search/basic.scm %%DATADIR%%/string/completion.scm %%DATADIR%%/string/soundex.scm %%DATADIR%%/string/transform.scm %%DATADIR%%/string/wrap.scm %%DATADIR%%/term/ansi-color.scm %%DATADIR%%/texinfo/nodal-tree.scm %%DATADIR%%/text/parse-lalr.scm %%DATADIR%%/unit-test.scm Index: head/devel/libruin/Makefile =================================================================== --- head/devel/libruin/Makefile (revision 505199) +++ head/devel/libruin/Makefile (revision 505200) @@ -1,50 +1,58 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libruin PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH MAINTAINER= ndowens@yahoo.com COMMENT= Renderer for User Interfaces in Ncurses LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= mips NOT_FOR_ARCHS_REASON= glib needs gcc7(Not available for mips) BUILD_DEPENDS= guile-lib>0:devel/guile-lib -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded RUN_DEPENDS= guile-lib>0:devel/guile-lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool ncurses pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes INFO= libruin OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= ChangeLog PORTEXAMPLES= css21-conformance-uris.txt ruinview.c + +post-patch: +# XXX: must remove spaces from the PACKAGE_STRING because of this: +# http://git.savannah.gnu.org/cgit/guile.git/commit/libguile/guile-snarf.in?id=f775ab3654357fcaad294b95efb0b1c16de1eda8 (yes, it's a bug in the new guile) + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + -e '/^PACKAGE_STRING=/s, ,-,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,@appendixsubsec,@appendixsec,' \ + ${WRKSRC}/doc/fdl.texi post-configure: # Avoid compiling examples, which fails to compile # As the examples needs the library to be already installed ${REINPLACE_CMD} -e '/^SUBDIRS/s,examples,,' ${WRKSRC}/Makefile do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/finance/gnucash/Makefile =================================================================== --- head/finance/gnucash/Makefile (revision 505199) +++ head/finance/gnucash/Makefile (revision 505200) @@ -1,120 +1,120 @@ # $FreeBSD$ # $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $ PORTNAME= gnucash PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} MAINTAINER= madpilot@FreeBSD.org COMMENT= Quicken-like money and finance manager LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ - libguile-2.0.so:lang/guile2 \ + libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded \ libboost_date_time.so:devel/boost-libs \ libicudata.so:devel/icu RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote USES= cmake:insource compiler:c++11-lib desktop-file-utils gettext-tools gnome libtool \ localbase perl5 pkgconfig shebangfix tar:bzip2 USE_XORG= x11 USE_CXXSTD= c++11 USE_GNOME= cairo gtk30 intltool libxml2 libxslt USE_LDCONFIG= yes INSTALLS_ICONS= yes CMAKE_ARGS= -DCOMPILE_GSCHEMAS=OFF \ -DENABLE_BINRELOC=OFF SHEBANG_FILES= common/gnc-test-env.pl libgnucash/quotes/gnc-fq-dump WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \ org.gnucash.dialogs.checkprinting.gschema.xml \ org.gnucash.dialogs.commodities.gschema.xml \ org.gnucash.dialogs.export.csv.gschema.xml \ org.gnucash.dialogs.gschema.xml \ org.gnucash.dialogs.import.csv.gschema.xml \ org.gnucash.dialogs.import.generic.gschema.xml \ org.gnucash.dialogs.import.qif.gschema.xml \ org.gnucash.dialogs.reconcile.gschema.xml \ org.gnucash.dialogs.sxs.gschema.xml \ org.gnucash.dialogs.totd.gschema.xml \ org.gnucash.general.finance-quote.gschema.xml \ org.gnucash.gschema.xml \ org.gnucash.history.gschema.xml \ org.gnucash.warnings.gschema.xml \ org.gnucash.window.pages.account.tree.gschema.xml \ org.gnucash.window.pages.gschema.xml OPTIONS_DEFINE= AQBANKING DATABASE DOCS NLS OFX PYTHON TEST OPTIONS_DEFAULT= AQBANKING OFX AQBANKING_DESC= AqBanking support (HBCI/OpenHBCI) DATABASE_DESC= Enable SQL database backends OFX_DESC= OFX support OPTIONS_SUB= yes AQBANKING_CMAKE_BOOL= WITH_AQBANKING AQBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwenhywfar.so:devel/gwenhywfar \ libktoblzcheck.so:finance/ktoblzcheck \ libaqbanking.so:finance/aqbanking AQBANKING_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.hbci.gschema.xml DATABASE_CMAKE_BOOL= WITH_SQL DATABASE_BUILD_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers DATABASE_LIB_DEPENDS= libdbi.so:databases/libdbi DATABASE_RUN_DEPENDS= libdbi-drivers>=0:databases/libdbi-drivers NLS_CMAKE_BOOL_OFF= DISABLE_NLS NLS_USES= gettext-runtime OFX_CMAKE_BOOL= WITH_OFX OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_VARS= GLIB_SCHEMAS+=org.gnucash.dialogs.import.ofx.gschema.xml PYTHON_CMAKE_BOOL= WITH_PYTHON PYTHON_USES= python:3.3+ TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googlemock:build \ gtest-config:devel/googletest .include .if ${PORT_OPTIONS:MTEST} GMOCK_WRKSRC!= cd ${PORTSDIR}/devel/googlemock && ${MAKE} -V WRKSRC CONFIGURE_ENV+= GMOCK_ROOT="${GMOCK_WRKSRC}" .endif post-patch-TEST-off: @(cd ${WRKSRC} ; \ ${FIND} . -type f -name CMakeLists.txt \ -exec ${REINPLACE_CMD} -e '/add_subdirectory *(test.*)/d' \ -e '/enable_testing()/d' -e '/include (GncAddTest)/d' \ -e '/gnc_gtest_configure()/d' {} +) post-install: @(cd ${STAGEDIR}${DATADIR}/icons/hicolor && \ ${RMDIR} 16x16/apps 22x22/apps 22x22 24x24/apps 32x32/apps 32x32\ 48x48/apps 48x48 64x64/apps 64x64 96x96/apps 96x96 \ 128x128/apps 128x128 256x256/apps 256x256 scalable/apps scalable) @(cd ${STAGEDIR}${PREFIX}/share/icons/hicolor && \ ${RMDIR} 24x24/actions 16x16/actions) post-install-PYTHON-on: @(cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PORTNAME}) @(cd ${STAGEDIR}${PREFIX} \ && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PORTNAME}) @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gnucash/_gnucash_core_c.so .include Index: head/finance/gnucash/pkg-plist =================================================================== --- head/finance/gnucash/pkg-plist (revision 505199) +++ head/finance/gnucash/pkg-plist (revision 505200) @@ -1,1297 +1,1297 @@ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper bin/gnc-fq-update bin/gnucash bin/gnucash-valgrind %%ETCDIR%%/environment include/gnucash/Account.h include/gnucash/FreqSpec.h include/gnucash/Query.h include/gnucash/QuickFill.h include/gnucash/Recurrence.h include/gnucash/SX-book.h include/gnucash/SX-ttinfo.h include/gnucash/SchedXaction.h include/gnucash/Scrub.h include/gnucash/Scrub2.h include/gnucash/Scrub3.h include/gnucash/ScrubBusiness.h include/gnucash/Split.h include/gnucash/TransLog.h include/gnucash/Transaction.h include/gnucash/account-quickfill.h include/gnucash/assistant-xml-encoding.h include/gnucash/basiccell.h include/gnucash/business-helpers.h include/gnucash/business-options.h include/gnucash/cap-gains.h include/gnucash/cashobjects.h include/gnucash/cell-factory.h include/gnucash/cellblock.h include/gnucash/checkboxcell.h include/gnucash/combocell.h include/gnucash/datecell.h include/gnucash/dialog-account.h include/gnucash/dialog-book-close.h include/gnucash/dialog-commodity.h include/gnucash/dialog-custom-report.h include/gnucash/dialog-dup-trans.h include/gnucash/dialog-file-access.h include/gnucash/dialog-object-references.h include/gnucash/dialog-options.h include/gnucash/dialog-preferences.h include/gnucash/dialog-query-view.h include/gnucash/dialog-report-column-view.h include/gnucash/dialog-report-style-sheet.h include/gnucash/dialog-reset-warnings.h include/gnucash/dialog-search.h include/gnucash/dialog-totd.h include/gnucash/dialog-transfer.h include/gnucash/dialog-utils.h include/gnucash/engine-helpers-guile.h include/gnucash/engine-helpers.h include/gnucash/file-utils.h include/gnucash/formulacell.h include/gnucash/gfec.h include/gnucash/glib-helpers.h include/gnucash/gnc-account-merge.h include/gnucash/gnc-account-sel.h include/gnucash/gnc-accounting-period.h include/gnucash/gnc-addr-quickfill.h include/gnucash/gnc-amount-edit.h include/gnucash/gnc-aqbanking-templates.h include/gnucash/gnc-basic-gobject.h include/gnucash/gnc-budget.h include/gnucash/gnc-cell-renderer-date.h include/gnucash/gnc-cell-renderer-popup-entry.h include/gnucash/gnc-cell-renderer-popup.h include/gnucash/gnc-combott.h include/gnucash/gnc-commodity-edit.h include/gnucash/gnc-commodity.h include/gnucash/gnc-component-manager.h include/gnucash/gnc-currency-edit.h include/gnucash/gnc-date-delta.h include/gnucash/gnc-date-edit.h include/gnucash/gnc-date-format.h include/gnucash/gnc-date.h include/gnucash/gnc-datetime.hpp include/gnucash/gnc-dense-cal-model.h include/gnucash/gnc-dense-cal-store.h include/gnucash/gnc-dense-cal.h include/gnucash/gnc-embedded-window.h include/gnucash/gnc-engine.h include/gnucash/gnc-entry-quickfill.h include/gnucash/gnc-euro.h include/gnucash/gnc-event.h include/gnucash/gnc-exp-parser.h include/gnucash/gnc-features.h include/gnucash/gnc-file.h include/gnucash/gnc-frequency.h include/gnucash/gnc-general-search.h include/gnucash/gnc-general-select.h include/gnucash/gnc-gettext-util.h include/gnucash/gnc-gnome-utils.h include/gnucash/gnc-gsettings.h include/gnucash/gnc-gui-query.h include/gnucash/gnc-help-utils.h include/gnucash/gnc-helpers.h include/gnucash/gnc-hooks.h include/gnucash/gnc-html-extras.h include/gnucash/gnc-html-factory.h include/gnucash/gnc-html-history.h include/gnucash/gnc-html-p.h include/gnucash/gnc-html-webkit-p.h include/gnucash/gnc-html-webkit.h include/gnucash/gnc-html-webkit2.h include/gnucash/gnc-html.h include/gnucash/gnc-icons.h include/gnucash/gnc-keyring.h include/gnucash/gnc-main-window.h include/gnucash/gnc-menu-extensions.h include/gnucash/gnc-module-api.h include/gnucash/gnc-module.h include/gnucash/gnc-numeric.h include/gnucash/gnc-numeric.hpp include/gnucash/gnc-period-select.h include/gnucash/gnc-plugin-file-history.h include/gnucash/gnc-plugin-manager.h include/gnucash/gnc-plugin-menu-additions.h include/gnucash/gnc-plugin-page-report.h include/gnucash/gnc-plugin-page.h include/gnucash/gnc-plugin.h include/gnucash/gnc-prefs-utils.h include/gnucash/gnc-pricedb.h include/gnucash/gnc-query-view.h include/gnucash/gnc-rational-rounding.hpp include/gnucash/gnc-rational.hpp include/gnucash/gnc-recurrence.h include/gnucash/gnc-report.h include/gnucash/gnc-session.h include/gnucash/gnc-splash.h include/gnucash/gnc-state.h include/gnucash/gnc-sx-instance-dense-cal-adapter.h include/gnucash/gnc-sx-instance-model.h include/gnucash/gnc-sx-list-tree-model-adapter.h include/gnucash/gnc-timezone.hpp include/gnucash/gnc-tree-control-split-reg.h include/gnucash/gnc-tree-model-account-types.h include/gnucash/gnc-tree-model-account.h include/gnucash/gnc-tree-model-budget.h include/gnucash/gnc-tree-model-commodity.h include/gnucash/gnc-tree-model-owner.h include/gnucash/gnc-tree-model-price.h include/gnucash/gnc-tree-model-split-reg.h include/gnucash/gnc-tree-model.h include/gnucash/gnc-tree-util-split-reg.h include/gnucash/gnc-tree-view-account.h include/gnucash/gnc-tree-view-commodity.h include/gnucash/gnc-tree-view-owner.h include/gnucash/gnc-tree-view-price.h include/gnucash/gnc-tree-view-split-reg.h include/gnucash/gnc-tree-view-sx-list.h include/gnucash/gnc-tree-view.h include/gnucash/gnc-ui-balances.h include/gnucash/gnc-ui-util.h include/gnucash/gnc-ui.h include/gnucash/gnc-uri-utils.h include/gnucash/gnc-window.h include/gnucash/gncAddress.h include/gnucash/gncAddressP.h include/gnucash/gncBillTerm.h include/gnucash/gncBillTermP.h include/gnucash/gncBusGuile.h include/gnucash/gncBusiness.h include/gnucash/gncCustomer.h include/gnucash/gncCustomerP.h include/gnucash/gncEmployee.h include/gnucash/gncEmployeeP.h include/gnucash/gncEntry.h include/gnucash/gncEntryP.h include/gnucash/gncIDSearch.h include/gnucash/gncInvoice.h include/gnucash/gncInvoiceP.h include/gnucash/gncJob.h include/gnucash/gncJobP.h include/gnucash/gncOrder.h include/gnucash/gncOrderP.h include/gnucash/gncOwner.h include/gnucash/gncOwnerP.h include/gnucash/gncTaxTable.h include/gnucash/gncTaxTableP.h include/gnucash/gncVendor.h include/gnucash/gncVendorP.h include/gnucash/gtable.h include/gnucash/guid.h include/gnucash/guid.hpp include/gnucash/guile-util.h include/gnucash/import-parse.h include/gnucash/kvp-frame.hpp include/gnucash/kvp-scm.h include/gnucash/kvp-value.hpp include/gnucash/misc-gnome-utils.h include/gnucash/numcell.h include/gnucash/option-util.h include/gnucash/policy.h include/gnucash/pricecell.h include/gnucash/print-session.h include/gnucash/qof-backend.hpp include/gnucash/qof-gobject.h include/gnucash/qof-string-cache.h include/gnucash/qof.h include/gnucash/qofbackend.h include/gnucash/qofbook.h include/gnucash/qofbookslots.h include/gnucash/qofchoice.h include/gnucash/qofclass.h include/gnucash/qofevent.h include/gnucash/qofid-p.h include/gnucash/qofid.h include/gnucash/qofinstance-p.h include/gnucash/qofinstance.h include/gnucash/qoflog.h include/gnucash/qofobject.h include/gnucash/qofquery.h include/gnucash/qofquerycore.h include/gnucash/qofsession.h include/gnucash/qofsession.hpp include/gnucash/qofutil.h include/gnucash/quickfillcell.h include/gnucash/recncell.h include/gnucash/register-common.h include/gnucash/table-allgui.h include/gnucash/table-control.h include/gnucash/table-layout.h include/gnucash/table-model.h include/gnucash/tree-view-utils.h include/gnucash/window-main-summarybar.h include/gnucash/window-report.h lib/gnucash/libgncmod-app-utils.so %%AQBANKING%%lib/gnucash/libgncmod-aqbanking.so %%DATABASE%%lib/gnucash/libgncmod-backend-dbi.so lib/gnucash/libgncmod-backend-xml.so lib/gnucash/libgncmod-bi-import.so lib/gnucash/libgncmod-csv-export.so lib/gnucash/libgncmod-csv-import.so lib/gnucash/libgncmod-customer-import.so lib/gnucash/libgncmod-engine.so lib/gnucash/libgncmod-generic-import.so lib/gnucash/libgncmod-gnome-search.so lib/gnucash/libgncmod-gnome-utils.so lib/gnucash/libgncmod-html.so lib/gnucash/libgncmod-ledger-core.so lib/gnucash/libgncmod-locale-reports-us.so lib/gnucash/libgncmod-log-replay.so %%OFX%%lib/gnucash/libgncmod-ofx.so %%PYTHON%%lib/gnucash/libgncmod-python.so lib/gnucash/libgncmod-qif-import.so lib/gnucash/libgncmod-register-core.so lib/gnucash/libgncmod-register-gnome.so lib/gnucash/libgncmod-report-gnome.so lib/gnucash/libgncmod-report-system.so lib/gnucash/libgncmod-stylesheets.so lib/gnucash/libgncmod-tax-us.so -lib/gnucash/scm/ccache/2.0/business-options.go -lib/gnucash/scm/ccache/2.0/business-prefs.go -lib/gnucash/scm/ccache/2.0/c-interface.go -lib/gnucash/scm/ccache/2.0/commodity-table.go -lib/gnucash/scm/ccache/2.0/commodity-utilities.go -lib/gnucash/scm/ccache/2.0/date-utilities.go -lib/gnucash/scm/ccache/2.0/engine-interface.go -lib/gnucash/scm/ccache/2.0/engine-utilities.go -lib/gnucash/scm/ccache/2.0/fin.go -lib/gnucash/scm/ccache/2.0/gnc-menu-extensions.go -lib/gnucash/scm/ccache/2.0/gnc-numeric.go -lib/gnucash/scm/ccache/2.0/gnucash/app-utils.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/baz.go -lib/gnucash/scm/ccache/2.0/gnucash/business-core.go -lib/gnucash/scm/ccache/2.0/gnucash/core-utils.go -lib/gnucash/scm/ccache/2.0/gnucash/engine.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/engine/test/srfi64-extras.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/engine/test/test-extras.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/foo.go -lib/gnucash/scm/ccache/2.0/gnucash/gettext.go -lib/gnucash/scm/ccache/2.0/gnucash/gnc-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-deps.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-load-scm.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-init.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-scm-multi.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/gnc-modules/test/test-gnc-module-swigged-c.go -lib/gnucash/scm/ccache/2.0/gnucash/gnome-utils.go -lib/gnucash/scm/ccache/2.0/gnucash/import-export/qif-import.go -lib/gnucash/scm/ccache/2.0/gnucash/import-export/string.go -lib/gnucash/scm/ccache/2.0/gnucash/price-quotes.go -lib/gnucash/scm/ccache/2.0/gnucash/report/aging.go -lib/gnucash/scm/ccache/2.0/gnucash/report/balsheet-eg.go -lib/gnucash/scm/ccache/2.0/gnucash/report/business-reports.go -lib/gnucash/scm/ccache/2.0/gnucash/report/customer-summary.go -lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-gnc.go -lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-html-utilities.go -lib/gnucash/scm/ccache/2.0/gnucash/report/eguile-utilities.go -lib/gnucash/scm/ccache/2.0/gnucash/report/hello-world.go -lib/gnucash/scm/ccache/2.0/gnucash/report/invoice.go -lib/gnucash/scm/ccache/2.0/gnucash/report/job-report.go -lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/de_DE.go -lib/gnucash/scm/ccache/2.0/gnucash/report/locale-specific/us.go -lib/gnucash/scm/ccache/2.0/gnucash/report/owner-report.go -lib/gnucash/scm/ccache/2.0/gnucash/report/payables.go -lib/gnucash/scm/ccache/2.0/gnucash/report/receipt.go -lib/gnucash/scm/ccache/2.0/gnucash/report/receivables.go -lib/gnucash/scm/ccache/2.0/gnucash/report/report-gnome.go -lib/gnucash/scm/ccache/2.0/gnucash/report/report-system.go -lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/collectors.go -lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/report-collectors.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-extras.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-load-report-system-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/report-system/test/test-test-extras.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-piecharts.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/account-summary.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/advanced-portfolio.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/average-balance.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/balance-forecast.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/balance-sheet.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-balance-sheet.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-barchart.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-flow.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget-income-statement.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/budget.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cash-flow.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/cashflow-barchart.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/category-barchart.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/daily-reports.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/equity-statement.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-journal.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/general-ledger.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-gst-statement.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/income-statement.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/net-charts.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/portfolio.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/price-scatter.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/register.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/sx-summary.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/test/test-cash-flow.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/transaction.go -lib/gnucash/scm/ccache/2.0/gnucash/report/standard-reports/trial-balance.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-easy.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-fancy.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-footer.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-head-or-tail.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheet-plain.go -lib/gnucash/scm/ccache/2.0/gnucash/report/stylesheets.go -lib/gnucash/scm/ccache/2.0/gnucash/report/taxinvoice.go -lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf-de_DE.go -lib/gnucash/scm/ccache/2.0/gnucash/report/taxtxf.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/report/test-load-report-stylesheets-module.go -lib/gnucash/scm/ccache/2.0/gnucash/report/utility-reports.go -lib/gnucash/scm/ccache/2.0/gnucash/report/view-column.go -lib/gnucash/scm/ccache/2.0/gnucash/report/welcome-to-gnucash.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-app-utils-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-gnome-utils-module.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/reports/test-load-report-gnome-module.go -lib/gnucash/scm/ccache/2.0/gnucash/tax/de_DE.go -lib/gnucash/scm/ccache/2.0/gnucash/tax/us.go -%%TEST%%lib/gnucash/scm/ccache/2.0/gnucash/unittest-support.go -lib/gnucash/scm/ccache/2.0/gnucash/utilities.go -lib/gnucash/scm/ccache/2.0/hooks.go -lib/gnucash/scm/ccache/2.0/html-acct-table.go -lib/gnucash/scm/ccache/2.0/html-anytag.go -lib/gnucash/scm/ccache/2.0/html-barchart.go -lib/gnucash/scm/ccache/2.0/html-document.go -lib/gnucash/scm/ccache/2.0/html-fonts.go -lib/gnucash/scm/ccache/2.0/html-linechart.go -lib/gnucash/scm/ccache/2.0/html-piechart.go -lib/gnucash/scm/ccache/2.0/html-scatter.go -lib/gnucash/scm/ccache/2.0/html-style-info.go -lib/gnucash/scm/ccache/2.0/html-style-sheet.go -lib/gnucash/scm/ccache/2.0/html-table.go -lib/gnucash/scm/ccache/2.0/html-text.go -lib/gnucash/scm/ccache/2.0/html-utilities.go -lib/gnucash/scm/ccache/2.0/json.go -lib/gnucash/scm/ccache/2.0/json/builder.go -lib/gnucash/scm/ccache/2.0/json/parser.go -lib/gnucash/scm/ccache/2.0/json/syntax.go -lib/gnucash/scm/ccache/2.0/migrate-prefs.go -lib/gnucash/scm/ccache/2.0/options-utilities.go -lib/gnucash/scm/ccache/2.0/options.go -lib/gnucash/scm/ccache/2.0/prefs.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-dialog-utils.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-file.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-guess-map.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-import.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-merge-groups.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-objects.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-parse.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-to-gnc.go -lib/gnucash/scm/ccache/2.0/qif-import/qif-utils.go -lib/gnucash/scm/ccache/2.0/report-utilities.go -lib/gnucash/scm/ccache/2.0/report.go -lib/gnucash/scm/ccache/2.0/simple-obj.go -%%TEST%%lib/gnucash/scm/ccache/2.0/test-account.go -%%TEST%%lib/gnucash/scm/ccache/2.0/test-c-interface.go -%%TEST%%lib/gnucash/scm/ccache/2.0/test-create-account.go -%%TEST%%lib/gnucash/scm/ccache/2.0/test-split.go -lib/gnucash/scm/ccache/2.0/txf-de_DE.go -lib/gnucash/scm/ccache/2.0/txf-help-de_DE.go -lib/gnucash/scm/ccache/2.0/txf-help.go -lib/gnucash/scm/ccache/2.0/txf.go +lib/gnucash/scm/ccache/2.2/business-options.go +lib/gnucash/scm/ccache/2.2/business-prefs.go +lib/gnucash/scm/ccache/2.2/c-interface.go +lib/gnucash/scm/ccache/2.2/commodity-table.go +lib/gnucash/scm/ccache/2.2/commodity-utilities.go +lib/gnucash/scm/ccache/2.2/date-utilities.go +lib/gnucash/scm/ccache/2.2/engine-interface.go +lib/gnucash/scm/ccache/2.2/engine-utilities.go +lib/gnucash/scm/ccache/2.2/fin.go +lib/gnucash/scm/ccache/2.2/gnc-menu-extensions.go +lib/gnucash/scm/ccache/2.2/gnc-numeric.go +lib/gnucash/scm/ccache/2.2/gnucash/app-utils.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/baz.go +lib/gnucash/scm/ccache/2.2/gnucash/business-core.go +lib/gnucash/scm/ccache/2.2/gnucash/core-utils.go +lib/gnucash/scm/ccache/2.2/gnucash/engine.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/engine/test/srfi64-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/engine/test/test-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/foo.go +lib/gnucash/scm/ccache/2.2/gnucash/gettext.go +lib/gnucash/scm/ccache/2.2/gnucash/gnc-module.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-load-deps.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-load-scm.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-scm-init.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-scm-module.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-scm-multi.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/gnc-modules/test/test-gnc-module-swigged-c.go +lib/gnucash/scm/ccache/2.2/gnucash/gnome-utils.go +lib/gnucash/scm/ccache/2.2/gnucash/import-export/qif-import.go +lib/gnucash/scm/ccache/2.2/gnucash/import-export/string.go +lib/gnucash/scm/ccache/2.2/gnucash/price-quotes.go +lib/gnucash/scm/ccache/2.2/gnucash/report/aging.go +lib/gnucash/scm/ccache/2.2/gnucash/report/balsheet-eg.go +lib/gnucash/scm/ccache/2.2/gnucash/report/business-reports.go +lib/gnucash/scm/ccache/2.2/gnucash/report/customer-summary.go +lib/gnucash/scm/ccache/2.2/gnucash/report/eguile-gnc.go +lib/gnucash/scm/ccache/2.2/gnucash/report/eguile-html-utilities.go +lib/gnucash/scm/ccache/2.2/gnucash/report/eguile-utilities.go +lib/gnucash/scm/ccache/2.2/gnucash/report/hello-world.go +lib/gnucash/scm/ccache/2.2/gnucash/report/invoice.go +lib/gnucash/scm/ccache/2.2/gnucash/report/job-report.go +lib/gnucash/scm/ccache/2.2/gnucash/report/locale-specific/de_DE.go +lib/gnucash/scm/ccache/2.2/gnucash/report/locale-specific/us.go +lib/gnucash/scm/ccache/2.2/gnucash/report/owner-report.go +lib/gnucash/scm/ccache/2.2/gnucash/report/payables.go +lib/gnucash/scm/ccache/2.2/gnucash/report/receipt.go +lib/gnucash/scm/ccache/2.2/gnucash/report/receivables.go +lib/gnucash/scm/ccache/2.2/gnucash/report/report-gnome.go +lib/gnucash/scm/ccache/2.2/gnucash/report/report-system.go +lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/collectors.go +lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/report-collectors.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-extras.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-load-report-system-module.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/report/report-system/test/test-test-extras.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/account-piecharts.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/account-summary.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/advanced-portfolio.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/average-balance.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/balance-forecast.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/balance-sheet.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/budget-balance-sheet.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/budget-barchart.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/budget-flow.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/budget-income-statement.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/budget.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/cash-flow.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/cashflow-barchart.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/category-barchart.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/daily-reports.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/equity-statement.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/general-journal.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/general-ledger.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/income-gst-statement.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/income-statement.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/net-charts.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/portfolio.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/price-scatter.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/register.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/sx-summary.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/test/test-cash-flow.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/transaction.go +lib/gnucash/scm/ccache/2.2/gnucash/report/standard-reports/trial-balance.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-easy.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-fancy.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-footer.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-head-or-tail.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheet-plain.go +lib/gnucash/scm/ccache/2.2/gnucash/report/stylesheets.go +lib/gnucash/scm/ccache/2.2/gnucash/report/taxinvoice.go +lib/gnucash/scm/ccache/2.2/gnucash/report/taxtxf-de_DE.go +lib/gnucash/scm/ccache/2.2/gnucash/report/taxtxf.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/report/test-load-report-stylesheets-module.go +lib/gnucash/scm/ccache/2.2/gnucash/report/utility-reports.go +lib/gnucash/scm/ccache/2.2/gnucash/report/view-column.go +lib/gnucash/scm/ccache/2.2/gnucash/report/welcome-to-gnucash.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/reports/test-load-app-utils-module.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/reports/test-load-gnome-utils-module.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/reports/test-load-report-gnome-module.go +lib/gnucash/scm/ccache/2.2/gnucash/tax/de_DE.go +lib/gnucash/scm/ccache/2.2/gnucash/tax/us.go +%%TEST%%lib/gnucash/scm/ccache/2.2/gnucash/unittest-support.go +lib/gnucash/scm/ccache/2.2/gnucash/utilities.go +lib/gnucash/scm/ccache/2.2/hooks.go +lib/gnucash/scm/ccache/2.2/html-acct-table.go +lib/gnucash/scm/ccache/2.2/html-anytag.go +lib/gnucash/scm/ccache/2.2/html-barchart.go +lib/gnucash/scm/ccache/2.2/html-document.go +lib/gnucash/scm/ccache/2.2/html-fonts.go +lib/gnucash/scm/ccache/2.2/html-linechart.go +lib/gnucash/scm/ccache/2.2/html-piechart.go +lib/gnucash/scm/ccache/2.2/html-scatter.go +lib/gnucash/scm/ccache/2.2/html-style-info.go +lib/gnucash/scm/ccache/2.2/html-style-sheet.go +lib/gnucash/scm/ccache/2.2/html-table.go +lib/gnucash/scm/ccache/2.2/html-text.go +lib/gnucash/scm/ccache/2.2/html-utilities.go +lib/gnucash/scm/ccache/2.2/json.go +lib/gnucash/scm/ccache/2.2/json/builder.go +lib/gnucash/scm/ccache/2.2/json/parser.go +lib/gnucash/scm/ccache/2.2/json/syntax.go +lib/gnucash/scm/ccache/2.2/migrate-prefs.go +lib/gnucash/scm/ccache/2.2/options-utilities.go +lib/gnucash/scm/ccache/2.2/options.go +lib/gnucash/scm/ccache/2.2/prefs.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-dialog-utils.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-file.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-guess-map.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-import.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-merge-groups.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-objects.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-parse.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-to-gnc.go +lib/gnucash/scm/ccache/2.2/qif-import/qif-utils.go +lib/gnucash/scm/ccache/2.2/report-utilities.go +lib/gnucash/scm/ccache/2.2/report.go +lib/gnucash/scm/ccache/2.2/simple-obj.go +%%TEST%%lib/gnucash/scm/ccache/2.2/test-account.go +%%TEST%%lib/gnucash/scm/ccache/2.2/test-c-interface.go +%%TEST%%lib/gnucash/scm/ccache/2.2/test-create-account.go +%%TEST%%lib/gnucash/scm/ccache/2.2/test-split.go +lib/gnucash/scm/ccache/2.2/txf-de_DE.go +lib/gnucash/scm/ccache/2.2/txf-help-de_DE.go +lib/gnucash/scm/ccache/2.2/txf-help.go +lib/gnucash/scm/ccache/2.2/txf.go %%DATABASE%%lib/libgnc-backend-sql.so lib/libgnc-backend-xml-utils.so lib/libgnc-core-utils.so lib/libgnc-gnome.so lib/libgnc-module.so %%AQBANKING%%lib/libgwengui-gtk3.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/function_class.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_business.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-%%PYTHON_SUFFIX%%.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/__pycache__/gnucash_core_c.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_gnucash_core_c.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_app_utils.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/_sw_core_utils.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/function_class.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_business.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.py man/man1/gnc-fq-dump.1.gz man/man1/gnc-fq-helper.1.gz man/man1/gnucash.1.gz share/applications/gnucash.desktop share/metainfo/gnucash.appdata.xml %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.1999 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2000 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2001 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2002 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2003 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2004 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2005 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2006 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2007 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2008 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2009 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2010 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2011 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2012 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2013 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2014 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2015 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2016 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2017 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2018 %%PORTDOCS%%%%DOCSDIR%%/DOCUMENTERS %%PORTDOCS%%%%DOCSDIR%%/HACKING %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/Money95bank_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95invst_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95mfunds_fr.qif %%PORTDOCS%%%%DOCSDIR%%/Money95stocks_fr.qif %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-ca.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-de.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-fr.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-hr.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-it.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-lv.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-nl.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-zh_CN.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README-zh_TW.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README.dependencies %%PORTDOCS%%%%DOCSDIR%%/README.francais %%PORTDOCS%%%%DOCSDIR%%/README.german %%PORTDOCS%%%%DOCSDIR%%/README.win32-bin.txt %%PORTDOCS%%%%DOCSDIR%%/README_invoice %%PORTDOCS%%%%DOCSDIR%%/abc-all.qif %%PORTDOCS%%%%DOCSDIR%%/abc.qif %%PORTDOCS%%%%DOCSDIR%%/bogus.qif %%PORTDOCS%%%%DOCSDIR%%/cbb-export.qif %%PORTDOCS%%%%DOCSDIR%%/currency_tree_xml.gnucash %%PORTDOCS%%%%DOCSDIR%%/every.qif %%PORTDOCS%%%%DOCSDIR%%/gtk-3.0.css %%PORTDOCS%%%%DOCSDIR%%/guile-hackers.txt %%PORTDOCS%%%%DOCSDIR%%/invoice.csv %%PORTDOCS%%%%DOCSDIR%%/ms-money.qif %%PORTDOCS%%%%DOCSDIR%%/projects.html %%PORTDOCS%%%%DOCSDIR%%/quicktest.qif %%PORTDOCS%%%%DOCSDIR%%/swipe.qif %%PORTDOCS%%%%DOCSDIR%%/taxreport.gnucash %%PORTDOCS%%%%DOCSDIR%%/web.qif %%DATADIR%%/accounts/C/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/C/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ca/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/cs/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_car.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/da/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_ekr2017.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_houseown.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_investment.gnucash-xea %%DATADIR%%/accounts/de_AT/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_chkmu.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_otherasset.gnucash-xea %%DATADIR%%/accounts/de_CH/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_houseown.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_investment.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_otherasset.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr03.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr04.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_skr49.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_studium.gnucash-xea %%DATADIR%%/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/el_GR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/en_GB/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/en_GB/uk-vat.gnucash-xea %%DATADIR%%/accounts/en_IN/acctchrt_gstindia.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/es_ES/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/es_MX/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_ry.gnucash-xea %%DATADIR%%/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/fr_BE/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_automobile.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_basecommune.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_chequier.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_courtage.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_garderie.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_locataire.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_retraite.gnucash-xea %%DATADIR%%/accounts/fr_CA/acctchrt_revenus.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_car.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/hr/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/it/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ja/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/ko/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/lt/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/lv/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/nb/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_full.gnucash-xea %%DATADIR%%/accounts/nl/acctchrt_rgs_1.1.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pl/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_auto.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_autoloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_kids.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/ru/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_currency.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/sk/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_rf.gnucash-xea %%DATADIR%%/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_rf.gnucash-xea %%DATADIR%%/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea %%DATADIR%%/accounts/sv_SE/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/sv_SE/bas_2012.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/tr_TR/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_brokerage.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_carloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_checkbook.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_childcare.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_common.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_eduloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_homeloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_homeown.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_otherloan.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_renter.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_retiremt.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea %%DATADIR%%/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea %%DATADIR%%/accounts/zh_HK/acctchrt_business.gnucash-xea %%DATADIR%%/accounts/zh_TW/acctchrt_business.gnucash-xea %%DATADIR%%/checks/deluxe.chk %%DATADIR%%/checks/liberty.chk %%DATADIR%%/checks/quicken.chk %%DATADIR%%/checks/quicken_3part.chk %%DATADIR%%/checks/quicken_check_21.chk %%DATADIR%%/checks/quicken_wallet.chk %%DATADIR%%/checks/voucher.chk %%AQBANKING%%%%DATADIR%%/gtkbuilder/assistant-ab-initial.glade %%DATADIR%%/gtkbuilder/assistant-acct-period.glade %%DATADIR%%/gtkbuilder/assistant-csv-account-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-export.glade %%DATADIR%%/gtkbuilder/assistant-csv-price-import.glade %%DATADIR%%/gtkbuilder/assistant-csv-trans-import.glade %%DATADIR%%/gtkbuilder/assistant-hierarchy.glade %%DATADIR%%/gtkbuilder/assistant-loan.glade %%DATADIR%%/gtkbuilder/assistant-qif-import.glade %%DATADIR%%/gtkbuilder/assistant-stock-split.glade %%DATADIR%%/gtkbuilder/assistant-xml-encoding.glade %%DATADIR%%/gtkbuilder/business-options-gnome.glade %%DATADIR%%/gtkbuilder/business-prefs.glade %%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab-pref.glade %%AQBANKING%%%%DATADIR%%/gtkbuilder/dialog-ab.glade %%DATADIR%%/gtkbuilder/dialog-find-account.glade %%DATADIR%%/gtkbuilder/dialog-imap-editor.glade %%DATADIR%%/gtkbuilder/dialog-trans-assoc.glade %%DATADIR%%/gtkbuilder/dialog-account-picker.glade %%DATADIR%%/gtkbuilder/dialog-account.glade %%DATADIR%%/gtkbuilder/dialog-bi-import-gui.glade %%DATADIR%%/gtkbuilder/dialog-billterms.glade %%DATADIR%%/gtkbuilder/dialog-book-close.glade %%DATADIR%%/gtkbuilder/dialog-choose-owner.glade %%DATADIR%%/gtkbuilder/dialog-commodities.glade %%DATADIR%%/gtkbuilder/dialog-commodity.glade %%DATADIR%%/gtkbuilder/dialog-custom-report.glade %%DATADIR%%/gtkbuilder/dialog-customer-import-gui.glade %%DATADIR%%/gtkbuilder/dialog-customer.glade %%DATADIR%%/gtkbuilder/dialog-date-close.glade %%DATADIR%%/gtkbuilder/dialog-employee.glade %%DATADIR%%/gtkbuilder/dialog-file-access.glade %%DATADIR%%/gtkbuilder/dialog-fincalc.glade %%DATADIR%%/gtkbuilder/dialog-import.glade %%DATADIR%%/gtkbuilder/dialog-invoice.glade %%DATADIR%%/gtkbuilder/dialog-job.glade %%DATADIR%%/gtkbuilder/dialog-lot-viewer.glade %%DATADIR%%/gtkbuilder/dialog-new-user.glade %%DATADIR%%/gtkbuilder/dialog-object-references.glade %%DATADIR%%/gtkbuilder/dialog-options.glade %%DATADIR%%/gtkbuilder/dialog-order.glade %%DATADIR%%/gtkbuilder/dialog-payment.glade %%DATADIR%%/gtkbuilder/dialog-preferences.glade %%DATADIR%%/gtkbuilder/dialog-price.glade %%DATADIR%%/gtkbuilder/dialog-print-check.glade %%DATADIR%%/gtkbuilder/dialog-progress.glade %%DATADIR%%/gtkbuilder/dialog-query-view.glade %%DATADIR%%/gtkbuilder/dialog-report.glade %%DATADIR%%/gtkbuilder/dialog-reset-warnings.glade %%DATADIR%%/gtkbuilder/dialog-search.glade %%DATADIR%%/gtkbuilder/dialog-sx.glade %%DATADIR%%/gtkbuilder/dialog-tax-info.glade %%DATADIR%%/gtkbuilder/dialog-tax-table.glade %%DATADIR%%/gtkbuilder/dialog-totd.glade %%DATADIR%%/gtkbuilder/dialog-transfer.glade %%DATADIR%%/gtkbuilder/dialog-userpass.glade %%DATADIR%%/gtkbuilder/dialog-vendor.glade %%DATADIR%%/gtkbuilder/gnc-date-format.glade %%DATADIR%%/gtkbuilder/gnc-frequency.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-budget.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-register.glade %%DATADIR%%/gtkbuilder/gnc-plugin-page-register2.glade %%DATADIR%%/gtkbuilder/gnc-recurrence.glade %%DATADIR%%/gtkbuilder/gnc-tree-view-owner.glade %%DATADIR%%/gtkbuilder/window-autoclear.glade %%DATADIR%%/gtkbuilder/window-reconcile.glade %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-delete.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-edit.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-open.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account-report.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-account.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-gnome-pdf.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-duplicate.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-edit.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-pay.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-post.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice-unpost.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-invoice.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-jumpto.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-split-trans.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-sx-new.png %%DATADIR%%/icons/hicolor/16x16/actions/gnc-transfer.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-delete.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-edit.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-open.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account-report.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-account.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-gnome-pdf.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-duplicate.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-edit.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-pay.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-post.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice-unpost.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-invoice.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-jumpto.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-split-trans.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-sx-new.png %%DATADIR%%/icons/hicolor/24x24/actions/gnc-transfer.png %%DATADIR%%/jqplot/jqplot.BezierCurveRenderer.js %%DATADIR%%/jqplot/jqplot.barRenderer.js %%DATADIR%%/jqplot/jqplot.blockRenderer.js %%DATADIR%%/jqplot/jqplot.bubbleRenderer.js %%DATADIR%%/jqplot/jqplot.canvasAxisLabelRenderer.js %%DATADIR%%/jqplot/jqplot.canvasAxisTickRenderer.js %%DATADIR%%/jqplot/jqplot.canvasTextRenderer.js %%DATADIR%%/jqplot/jqplot.categoryAxisRenderer.js %%DATADIR%%/jqplot/jqplot.ciParser.js %%DATADIR%%/jqplot/jqplot.cursor.js %%DATADIR%%/jqplot/jqplot.dateAxisRenderer.js %%DATADIR%%/jqplot/jqplot.donutRenderer.js %%DATADIR%%/jqplot/jqplot.dragable.js %%DATADIR%%/jqplot/jqplot.enhancedLegendRenderer.js %%DATADIR%%/jqplot/jqplot.funnelRenderer.js %%DATADIR%%/jqplot/jqplot.highlighter.js %%DATADIR%%/jqplot/jqplot.json2.js %%DATADIR%%/jqplot/jqplot.logAxisRenderer.js %%DATADIR%%/jqplot/jqplot.mekkoAxisRenderer.js %%DATADIR%%/jqplot/jqplot.mekkoRenderer.js %%DATADIR%%/jqplot/jqplot.meterGaugeRenderer.js %%DATADIR%%/jqplot/jqplot.ohlcRenderer.js %%DATADIR%%/jqplot/jqplot.pieRenderer.js %%DATADIR%%/jqplot/jqplot.pointLabels.js %%DATADIR%%/jqplot/jqplot.trendline.js %%DATADIR%%/jqplot/jquery.jqplot.css %%DATADIR%%/jqplot/jquery.jqplot.js %%DATADIR%%/jqplot/jquery.min.js %%DATADIR%%/make-prefs-migration-script.xsl %%DATADIR%%/migratable-prefs.xml %%DATADIR%%/pixmaps/gnucash-icon-48x48.bmp %%DATADIR%%/pixmaps/gnucash-icon.ico %%DATADIR%%/pixmaps/gnucash_splash.png %%PYTHON%%%%DATADIR%%/python/init.py %%PYTHON%%%%DATADIR%%/python/pycons/__init__.py %%PYTHON%%%%DATADIR%%/python/pycons/console.py %%PYTHON%%%%DATADIR%%/python/pycons/ishell.py %%PYTHON%%%%DATADIR%%/python/pycons/pycons %%PYTHON%%%%DATADIR%%/python/pycons/setup.py %%PYTHON%%%%DATADIR%%/python/pycons/shell.py %%PYTHON%%%%DATADIR%%/python/pycons/simple_plot.py %%DATADIR%%/scm/business-options.scm %%DATADIR%%/scm/business-prefs.scm %%DATADIR%%/scm/c-interface.scm %%DATADIR%%/scm/commodity-table.scm %%DATADIR%%/scm/commodity-utilities.scm %%DATADIR%%/scm/date-utilities.scm %%DATADIR%%/scm/engine-interface.scm %%DATADIR%%/scm/engine-utilities.scm %%DATADIR%%/scm/fin.scm %%DATADIR%%/scm/gnc-menu-extensions.scm %%DATADIR%%/scm/gnc-numeric.scm %%DATADIR%%/scm/gnucash/app-utils.scm %%TEST%%%%DATADIR%%/scm/gnucash/baz.scm %%DATADIR%%/scm/gnucash/business-core.scm %%DATADIR%%/scm/gnucash/core-utils.scm %%DATADIR%%/scm/gnucash/engine.scm %%TEST%%%%DATADIR%%/scm/gnucash/engine/test/test-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/engine/test/srfi64-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/foo.scm %%DATADIR%%/scm/gnucash/gettext.scm %%DATADIR%%/scm/gnucash/gnc-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-deps.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-load-scm.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-dynload.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-init.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-scm-multi.scm %%TEST%%%%DATADIR%%/scm/gnucash/gnc-modules/test/test-gnc-module-swigged-c.scm %%DATADIR%%/scm/gnucash/gnome-utils.scm %%DATADIR%%/scm/gnucash/import-export/qif-import.scm %%DATADIR%%/scm/gnucash/import-export/string.scm %%DATADIR%%/scm/gnucash/price-quotes.scm %%DATADIR%%/scm/gnucash/report/aging.scm %%DATADIR%%/scm/gnucash/report/balsheet-eg.css %%DATADIR%%/scm/gnucash/report/balsheet-eg.eguile.scm %%DATADIR%%/scm/gnucash/report/balsheet-eg.scm %%DATADIR%%/scm/gnucash/report/business-reports.scm %%DATADIR%%/scm/gnucash/report/customer-summary.scm %%DATADIR%%/scm/gnucash/report/eguile-gnc.scm %%DATADIR%%/scm/gnucash/report/eguile-html-utilities.scm %%DATADIR%%/scm/gnucash/report/eguile-utilities.scm %%DATADIR%%/scm/gnucash/report/hello-world.scm %%DATADIR%%/scm/gnucash/report/invoice.scm %%DATADIR%%/scm/gnucash/report/job-report.scm %%DATADIR%%/scm/gnucash/report/locale-specific/de_DE.scm %%DATADIR%%/scm/gnucash/report/locale-specific/us.scm %%DATADIR%%/scm/gnucash/report/owner-report.scm %%DATADIR%%/scm/gnucash/report/payables.scm %%DATADIR%%/scm/gnucash/report/receipt.css %%DATADIR%%/scm/gnucash/report/receipt.eguile.scm %%DATADIR%%/scm/gnucash/report/receipt.scm %%DATADIR%%/scm/gnucash/report/receivables.scm %%DATADIR%%/scm/gnucash/report/report-gnome.scm %%DATADIR%%/scm/gnucash/report/report-system.scm %%DATADIR%%/scm/gnucash/report/report-system/collectors.scm %%DATADIR%%/scm/gnucash/report/report-system/report-collectors.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-extras.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-load-report-system-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/report-system/test/test-test-extras.scm %%DATADIR%%/scm/gnucash/report/standard-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-piecharts.scm %%DATADIR%%/scm/gnucash/report/standard-reports/account-summary.scm %%DATADIR%%/scm/gnucash/report/standard-reports/advanced-portfolio.scm %%DATADIR%%/scm/gnucash/report/standard-reports/average-balance.scm %%DATADIR%%/scm/gnucash/report/standard-reports/balance-forecast.scm %%DATADIR%%/scm/gnucash/report/standard-reports/balance-sheet.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-balance-sheet.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-flow.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget-income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/budget.scm %%DATADIR%%/scm/gnucash/report/standard-reports/cash-flow.scm %%DATADIR%%/scm/gnucash/report/standard-reports/cashflow-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/category-barchart.scm %%DATADIR%%/scm/gnucash/report/standard-reports/daily-reports.scm %%DATADIR%%/scm/gnucash/report/standard-reports/equity-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-journal.scm %%DATADIR%%/scm/gnucash/report/standard-reports/general-ledger.scm %%DATADIR%%/scm/gnucash/report/standard-reports/income-gst-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/income-statement.scm %%DATADIR%%/scm/gnucash/report/standard-reports/net-charts.scm %%DATADIR%%/scm/gnucash/report/standard-reports/portfolio.scm %%DATADIR%%/scm/gnucash/report/standard-reports/price-scatter.scm %%DATADIR%%/scm/gnucash/report/standard-reports/register.scm %%DATADIR%%/scm/gnucash/report/standard-reports/sx-summary.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/standard-reports/test/test-cash-flow.scm %%DATADIR%%/scm/gnucash/report/standard-reports/transaction.scm %%DATADIR%%/scm/gnucash/report/standard-reports/trial-balance.scm %%DATADIR%%/scm/gnucash/report/stylesheet-easy.scm %%DATADIR%%/scm/gnucash/report/stylesheet-fancy.scm %%DATADIR%%/scm/gnucash/report/stylesheet-footer.scm %%DATADIR%%/scm/gnucash/report/stylesheet-head-or-tail.scm %%DATADIR%%/scm/gnucash/report/stylesheet-plain.scm %%DATADIR%%/scm/gnucash/report/stylesheets.scm %%DATADIR%%/scm/gnucash/report/taxinvoice.css %%DATADIR%%/scm/gnucash/report/taxinvoice.eguile.scm %%DATADIR%%/scm/gnucash/report/taxinvoice.scm %%DATADIR%%/scm/gnucash/report/taxtxf-de_DE.scm %%DATADIR%%/scm/gnucash/report/taxtxf.scm %%TEST%%%%DATADIR%%/scm/gnucash/report/test-load-report-stylesheets-module.scm %%DATADIR%%/scm/gnucash/report/utility-reports.scm %%DATADIR%%/scm/gnucash/report/view-column.scm %%DATADIR%%/scm/gnucash/report/welcome-to-gnucash.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-app-utils-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-gnome-utils-module.scm %%TEST%%%%DATADIR%%/scm/gnucash/reports/test-load-report-gnome-module.scm %%DATADIR%%/scm/gnucash/tax/de_DE.scm %%DATADIR%%/scm/gnucash/tax/us.scm %%TEST%%%%DATADIR%%/scm/gnucash/unittest-support.scm %%DATADIR%%/scm/gnucash/utilities.scm %%DATADIR%%/scm/hooks.scm %%DATADIR%%/scm/html-acct-table.scm %%DATADIR%%/scm/html-anytag.scm %%DATADIR%%/scm/html-barchart.scm %%DATADIR%%/scm/html-document.scm %%DATADIR%%/scm/html-fonts.scm %%DATADIR%%/scm/html-linechart.scm %%DATADIR%%/scm/html-piechart.scm %%DATADIR%%/scm/html-scatter.scm %%DATADIR%%/scm/html-style-info.scm %%DATADIR%%/scm/html-style-sheet.scm %%DATADIR%%/scm/html-table.scm %%DATADIR%%/scm/html-text.scm %%DATADIR%%/scm/html-utilities.scm %%DATADIR%%/scm/json.scm %%DATADIR%%/scm/json/builder.scm %%DATADIR%%/scm/json/parser.scm %%DATADIR%%/scm/json/syntax.scm %%DATADIR%%/scm/migrate-prefs.scm %%DATADIR%%/scm/options-utilities.scm %%DATADIR%%/scm/options.scm %%DATADIR%%/scm/prefs.scm %%DATADIR%%/scm/qif-import/qif-dialog-utils.scm %%DATADIR%%/scm/qif-import/qif-file.scm %%DATADIR%%/scm/qif-import/qif-guess-map.scm %%DATADIR%%/scm/qif-import/qif-import.scm %%DATADIR%%/scm/qif-import/qif-merge-groups.scm %%DATADIR%%/scm/qif-import/qif-objects.scm %%DATADIR%%/scm/qif-import/qif-parse.scm %%DATADIR%%/scm/qif-import/qif-to-gnc.scm %%DATADIR%%/scm/qif-import/qif-utils.scm %%DATADIR%%/scm/report-utilities.scm %%DATADIR%%/scm/report.scm %%DATADIR%%/scm/simple-obj.scm %%TEST%%%%DATADIR%%/scm/test-account.scm %%TEST%%%%DATADIR%%/scm/test-c-interface.scm %%TEST%%%%DATADIR%%/scm/test-create-account.scm %%TEST%%%%DATADIR%%/scm/test-split.scm %%DATADIR%%/scm/txf-de_DE.scm %%DATADIR%%/scm/txf-help-de_DE.scm %%DATADIR%%/scm/txf-help.scm %%DATADIR%%/scm/txf.scm %%DATADIR%%/tip_of_the_day.list %%DATADIR%%/ui/gnc-main-window-ui.xml %%DATADIR%%/ui/gnc-plugin-bi-import-ui.xml %%DATADIR%%/ui/gnc-plugin-csv-export-ui.xml %%DATADIR%%/ui/gnc-plugin-csv-import-ui.xml %%DATADIR%%/ui/gnc-plugin-account-tree-ui.xml %%AQBANKING%%%%DATADIR%%/ui/gnc-plugin-aqbanking-ui.xml %%DATADIR%%/ui/gnc-plugin-basic-commands-ui.xml %%DATADIR%%/ui/gnc-plugin-budget-ui.xml %%DATADIR%%/ui/gnc-plugin-business-ui.xml %%DATADIR%%/ui/gnc-plugin-customer-import-ui.xml %%DATADIR%%/ui/gnc-plugin-file-history-ui.xml %%DATADIR%%/ui/gnc-plugin-log-replay-ui.xml %%OFX%%%%DATADIR%%/ui/gnc-plugin-ofx-ui.xml %%DATADIR%%/ui/gnc-plugin-page-account-tree2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-owner-tree-ui.xml %%DATADIR%%/ui/gnc-plugin-page-register2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sx-list2-ui.xml %%DATADIR%%/ui/gnc-plugin-page-account-tree-ui.xml %%DATADIR%%/ui/gnc-plugin-page-budget-ui.xml %%DATADIR%%/ui/gnc-plugin-page-invoice-ui.xml %%DATADIR%%/ui/gnc-plugin-page-register-ui.xml %%DATADIR%%/ui/gnc-plugin-page-report-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sx-list-ui.xml %%DATADIR%%/ui/gnc-plugin-page-sxregister-ui.xml %%DATADIR%%/ui/gnc-plugin-qif-import-ui.xml %%DATADIR%%/ui/gnc-plugin-register-ui.xml %%DATADIR%%/ui/gnc-plugin-register2-ui.xml %%DATADIR%%/ui/gnc-plugin-register22-ui.xml %%DATADIR%%/ui/gnc-plugin-stylesheets-ui.xml %%DATADIR%%/ui/gnc-reconcile-window-ui.xml %%DATADIR%%/ui/gnc-sxed-to-create-window-ui.xml %%DATADIR%%/ui/gnc-sxed-window-ui-full.xml %%DATADIR%%/ui/gnc-sxed-window-ui.xml %%DATADIR%%/ui/gnc-windows-menu-ui-quartz.xml %%DATADIR%%/ui/gnc-windows-menu-ui.xml %%DATADIR%%/ui/osx_accel_map share/icons/hicolor/128x128/apps/gnucash-icon.png share/icons/hicolor/16x16/apps/gnucash-icon.png share/icons/hicolor/22x22/apps/gnucash-icon.png share/icons/hicolor/24x24/apps/gnucash-icon.png share/icons/hicolor/256x256/apps/gnucash-icon.png share/icons/hicolor/32x32/apps/gnucash-icon.png share/icons/hicolor/48x48/apps/gnucash-icon.png share/icons/hicolor/64x64/apps/gnucash-icon.png share/icons/hicolor/96x96/apps/gnucash-icon.png share/icons/hicolor/scalable/apps/gnucash-icon.svg %%NLS%%share/locale/ar/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/as/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/az/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/bg/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/brx/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ca/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/cs/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/da/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/de/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/doi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/el/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/es/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/es_NI/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/eu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fa/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/fr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/gu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/he/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/hi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/hr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/hu/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/it/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ja/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kn/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ko/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kok/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/kok@latin/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ks/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/lt/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/lv/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mai/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mni/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mni@bengali/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/mr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/nb/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ne/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/nl/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pl/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pt/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ro/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ru/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/rw/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sk/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/sv/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ta/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/te/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/tr/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/uk/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/ur/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/vi/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnucash.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnucash.mo Index: head/games/aisleriot/Makefile =================================================================== --- head/games/aisleriot/Makefile (revision 505199) +++ head/games/aisleriot/Makefile (revision 505200) @@ -1,38 +1,38 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= aisleriot PORTVERSION= 3.22.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of patience games written in guile scheme BUILD_DEPENDS= itstool:textproc/itstool \ bash:shells/bash -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libgc-threaded.so:devel/boehm-gc-threaded CONFLICTS_INSTALL= sol-[0-9]* PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig tar:xz USE_GNOME= cairo gconf2 gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-card-theme-formats=svg \ - --with-guile=2.0 +CONFIGURE_ARGS= --with-card-theme-formats=svg # work around because configure needs bash CONFIGURE_SHELL=${LOCALBASE}/bin/bash GCONF_SCHEMAS= aisleriot.schemas GLIB_SCHEMAS= org.gnome.Patience.WindowState.gschema.xml INSTALLS_ICONS= yes .include Index: head/games/aisleriot/pkg-plist =================================================================== --- head/games/aisleriot/pkg-plist (revision 505199) +++ head/games/aisleriot/pkg-plist (revision 505200) @@ -1,2008 +1,2008 @@ bin/sol -lib/aisleriot/guile/2.0/accordion.go -lib/aisleriot/guile/2.0/agnes.go -lib/aisleriot/guile/2.0/aisleriot/api.go -lib/aisleriot/guile/2.0/athena.go -lib/aisleriot/guile/2.0/auld-lang-syne.go -lib/aisleriot/guile/2.0/aunt-mary.go -lib/aisleriot/guile/2.0/backbone.go -lib/aisleriot/guile/2.0/bakers-dozen.go -lib/aisleriot/guile/2.0/bakers-game.go -lib/aisleriot/guile/2.0/bear-river.go -lib/aisleriot/guile/2.0/beleaguered-castle.go -lib/aisleriot/guile/2.0/block-ten.go -lib/aisleriot/guile/2.0/bristol.go -lib/aisleriot/guile/2.0/camelot.go -lib/aisleriot/guile/2.0/canfield.go -lib/aisleriot/guile/2.0/carpet.go -lib/aisleriot/guile/2.0/chessboard.go -lib/aisleriot/guile/2.0/clock.go -lib/aisleriot/guile/2.0/cover.go -lib/aisleriot/guile/2.0/cruel.go -lib/aisleriot/guile/2.0/diamond-mine.go -lib/aisleriot/guile/2.0/doublets.go -lib/aisleriot/guile/2.0/eagle-wing.go -lib/aisleriot/guile/2.0/easthaven.go -lib/aisleriot/guile/2.0/eight-off.go -lib/aisleriot/guile/2.0/elevator.go -lib/aisleriot/guile/2.0/eliminator.go -lib/aisleriot/guile/2.0/escalator.go -lib/aisleriot/guile/2.0/first-law.go -lib/aisleriot/guile/2.0/fortress.go -lib/aisleriot/guile/2.0/fortunes.go -lib/aisleriot/guile/2.0/forty-thieves.go -lib/aisleriot/guile/2.0/fourteen.go -lib/aisleriot/guile/2.0/freecell.go -lib/aisleriot/guile/2.0/gaps.go -lib/aisleriot/guile/2.0/gay-gordons.go -lib/aisleriot/guile/2.0/giant.go -lib/aisleriot/guile/2.0/glenwood.go -lib/aisleriot/guile/2.0/gold-mine.go -lib/aisleriot/guile/2.0/golf.go -lib/aisleriot/guile/2.0/gypsy.go -lib/aisleriot/guile/2.0/hamilton.go -lib/aisleriot/guile/2.0/helsinki.go -lib/aisleriot/guile/2.0/hopscotch.go -lib/aisleriot/guile/2.0/isabel.go -lib/aisleriot/guile/2.0/jamestown.go -lib/aisleriot/guile/2.0/jumbo.go -lib/aisleriot/guile/2.0/kansas.go -lib/aisleriot/guile/2.0/king-albert.go -lib/aisleriot/guile/2.0/kings-audience.go -lib/aisleriot/guile/2.0/klondike.go -lib/aisleriot/guile/2.0/labyrinth.go -lib/aisleriot/guile/2.0/lady-jane.go -lib/aisleriot/guile/2.0/maze.go -lib/aisleriot/guile/2.0/monte-carlo.go -lib/aisleriot/guile/2.0/napoleons-tomb.go -lib/aisleriot/guile/2.0/neighbor.go -lib/aisleriot/guile/2.0/odessa.go -lib/aisleriot/guile/2.0/osmosis.go -lib/aisleriot/guile/2.0/peek.go -lib/aisleriot/guile/2.0/pileon.go -lib/aisleriot/guile/2.0/plait.go -lib/aisleriot/guile/2.0/poker.go -lib/aisleriot/guile/2.0/quatorze.go -lib/aisleriot/guile/2.0/royal-east.go -lib/aisleriot/guile/2.0/saratoga.go -lib/aisleriot/guile/2.0/scorpion.go -lib/aisleriot/guile/2.0/scuffle.go -lib/aisleriot/guile/2.0/seahaven.go -lib/aisleriot/guile/2.0/sir-tommy.go -lib/aisleriot/guile/2.0/spider-three-decks.go -lib/aisleriot/guile/2.0/spider.go -lib/aisleriot/guile/2.0/spiderette.go -lib/aisleriot/guile/2.0/straight-up.go -lib/aisleriot/guile/2.0/streets-and-alleys.go -lib/aisleriot/guile/2.0/ten-across.go -lib/aisleriot/guile/2.0/terrace.go -lib/aisleriot/guile/2.0/thieves.go -lib/aisleriot/guile/2.0/thirteen.go -lib/aisleriot/guile/2.0/thumb-and-pouch.go -lib/aisleriot/guile/2.0/treize.go -lib/aisleriot/guile/2.0/triple-peaks.go -lib/aisleriot/guile/2.0/union-square.go -lib/aisleriot/guile/2.0/valentine.go -lib/aisleriot/guile/2.0/wall.go -lib/aisleriot/guile/2.0/westhaven.go -lib/aisleriot/guile/2.0/whitehead.go -lib/aisleriot/guile/2.0/will-o-the-wisp.go -lib/aisleriot/guile/2.0/yield.go -lib/aisleriot/guile/2.0/yukon.go -lib/aisleriot/guile/2.0/zebra.go +lib/aisleriot/guile/2.2/accordion.go +lib/aisleriot/guile/2.2/agnes.go +lib/aisleriot/guile/2.2/aisleriot/api.go +lib/aisleriot/guile/2.2/athena.go +lib/aisleriot/guile/2.2/auld-lang-syne.go +lib/aisleriot/guile/2.2/aunt-mary.go +lib/aisleriot/guile/2.2/backbone.go +lib/aisleriot/guile/2.2/bakers-dozen.go +lib/aisleriot/guile/2.2/bakers-game.go +lib/aisleriot/guile/2.2/bear-river.go +lib/aisleriot/guile/2.2/beleaguered-castle.go +lib/aisleriot/guile/2.2/block-ten.go +lib/aisleriot/guile/2.2/bristol.go +lib/aisleriot/guile/2.2/camelot.go +lib/aisleriot/guile/2.2/canfield.go +lib/aisleriot/guile/2.2/carpet.go +lib/aisleriot/guile/2.2/chessboard.go +lib/aisleriot/guile/2.2/clock.go +lib/aisleriot/guile/2.2/cover.go +lib/aisleriot/guile/2.2/cruel.go +lib/aisleriot/guile/2.2/diamond-mine.go +lib/aisleriot/guile/2.2/doublets.go +lib/aisleriot/guile/2.2/eagle-wing.go +lib/aisleriot/guile/2.2/easthaven.go +lib/aisleriot/guile/2.2/eight-off.go +lib/aisleriot/guile/2.2/elevator.go +lib/aisleriot/guile/2.2/eliminator.go +lib/aisleriot/guile/2.2/escalator.go +lib/aisleriot/guile/2.2/first-law.go +lib/aisleriot/guile/2.2/fortress.go +lib/aisleriot/guile/2.2/fortunes.go +lib/aisleriot/guile/2.2/forty-thieves.go +lib/aisleriot/guile/2.2/fourteen.go +lib/aisleriot/guile/2.2/freecell.go +lib/aisleriot/guile/2.2/gaps.go +lib/aisleriot/guile/2.2/gay-gordons.go +lib/aisleriot/guile/2.2/giant.go +lib/aisleriot/guile/2.2/glenwood.go +lib/aisleriot/guile/2.2/gold-mine.go +lib/aisleriot/guile/2.2/golf.go +lib/aisleriot/guile/2.2/gypsy.go +lib/aisleriot/guile/2.2/hamilton.go +lib/aisleriot/guile/2.2/helsinki.go +lib/aisleriot/guile/2.2/hopscotch.go +lib/aisleriot/guile/2.2/isabel.go +lib/aisleriot/guile/2.2/jamestown.go +lib/aisleriot/guile/2.2/jumbo.go +lib/aisleriot/guile/2.2/kansas.go +lib/aisleriot/guile/2.2/king-albert.go +lib/aisleriot/guile/2.2/kings-audience.go +lib/aisleriot/guile/2.2/klondike.go +lib/aisleriot/guile/2.2/labyrinth.go +lib/aisleriot/guile/2.2/lady-jane.go +lib/aisleriot/guile/2.2/maze.go +lib/aisleriot/guile/2.2/monte-carlo.go +lib/aisleriot/guile/2.2/napoleons-tomb.go +lib/aisleriot/guile/2.2/neighbor.go +lib/aisleriot/guile/2.2/odessa.go +lib/aisleriot/guile/2.2/osmosis.go +lib/aisleriot/guile/2.2/peek.go +lib/aisleriot/guile/2.2/pileon.go +lib/aisleriot/guile/2.2/plait.go +lib/aisleriot/guile/2.2/poker.go +lib/aisleriot/guile/2.2/quatorze.go +lib/aisleriot/guile/2.2/royal-east.go +lib/aisleriot/guile/2.2/saratoga.go +lib/aisleriot/guile/2.2/scorpion.go +lib/aisleriot/guile/2.2/scuffle.go +lib/aisleriot/guile/2.2/seahaven.go +lib/aisleriot/guile/2.2/sir-tommy.go +lib/aisleriot/guile/2.2/spider-three-decks.go +lib/aisleriot/guile/2.2/spider.go +lib/aisleriot/guile/2.2/spiderette.go +lib/aisleriot/guile/2.2/straight-up.go +lib/aisleriot/guile/2.2/streets-and-alleys.go +lib/aisleriot/guile/2.2/ten-across.go +lib/aisleriot/guile/2.2/terrace.go +lib/aisleriot/guile/2.2/thieves.go +lib/aisleriot/guile/2.2/thirteen.go +lib/aisleriot/guile/2.2/thumb-and-pouch.go +lib/aisleriot/guile/2.2/treize.go +lib/aisleriot/guile/2.2/triple-peaks.go +lib/aisleriot/guile/2.2/union-square.go +lib/aisleriot/guile/2.2/valentine.go +lib/aisleriot/guile/2.2/wall.go +lib/aisleriot/guile/2.2/westhaven.go +lib/aisleriot/guile/2.2/whitehead.go +lib/aisleriot/guile/2.2/will-o-the-wisp.go +lib/aisleriot/guile/2.2/yield.go +lib/aisleriot/guile/2.2/yukon.go +lib/aisleriot/guile/2.2/zebra.go lib/valgrind/aisleriot.supp libexec/aisleriot/ar-cards-renderer man/man6/sol.6.gz %%DATADIR%%/cards/anglo.svgz %%DATADIR%%/cards/anglo_bitmap.svgz %%DATADIR%%/cards/bellot.svgz %%DATADIR%%/cards/bonded.svgz %%DATADIR%%/cards/dondorf.svgz %%DATADIR%%/cards/gnomangelo.svgz %%DATADIR%%/cards/gnomangelo_bitmap.svgz %%DATADIR%%/cards/guyenne-classic.svgz %%DATADIR%%/cards/ornamental.svgz %%DATADIR%%/cards/paris.svgz %%DATADIR%%/cards/swiss-xvii.svgz %%DATADIR%%/cards/tango.svgz %%DATADIR%%/icons/hicolor/16x16/actions/cards-deal.png %%DATADIR%%/icons/hicolor/22x22/actions/cards-deal.png %%DATADIR%%/icons/hicolor/24x24/actions/cards-deal.png %%DATADIR%%/icons/hicolor/32x32/actions/cards-deal.png %%DATADIR%%/icons/hicolor/48x48/actions/cards-deal.png %%DATADIR%%/icons/hicolor/scalable/actions/cards-deal.svg %%DATADIR%%/sounds/click.ogg %%DATADIR%%/sounds/slide.ogg %%DATADIR%%/sounds/splat.ogg %%DATADIR%%/sounds/victory.ogg share/metainfo/sol.appdata.xml share/applications/sol.desktop share/help/C/aisleriot/accordion.xml share/help/C/aisleriot/agnes.xml share/help/C/aisleriot/athena.xml share/help/C/aisleriot/auld_lang_syne.xml share/help/C/aisleriot/aunt_mary.xml share/help/C/aisleriot/backbone.xml share/help/C/aisleriot/bakers_dozen.xml share/help/C/aisleriot/bakers_game.xml share/help/C/aisleriot/bear_river.xml share/help/C/aisleriot/beleaguered_castle.xml share/help/C/aisleriot/block_ten.xml share/help/C/aisleriot/bristol.xml share/help/C/aisleriot/camelot.xml share/help/C/aisleriot/canfield.xml share/help/C/aisleriot/carpet.xml share/help/C/aisleriot/chessboard.xml share/help/C/aisleriot/clock.xml share/help/C/aisleriot/cover.xml share/help/C/aisleriot/cruel.xml share/help/C/aisleriot/definitions.xml share/help/C/aisleriot/diamond_mine.xml share/help/C/aisleriot/doublets.xml share/help/C/aisleriot/eagle-wing.xml share/help/C/aisleriot/easthaven.xml share/help/C/aisleriot/eight_off.xml share/help/C/aisleriot/elevator.xml share/help/C/aisleriot/eliminator.xml share/help/C/aisleriot/escalator.xml share/help/C/aisleriot/figures/camelot-goal.png share/help/C/aisleriot/figures/clock-rules.png share/help/C/aisleriot/first_law.xml share/help/C/aisleriot/fortress.xml share/help/C/aisleriot/fortunes.xml share/help/C/aisleriot/forty_thieves.xml share/help/C/aisleriot/fourteen.xml share/help/C/aisleriot/freecell.xml share/help/C/aisleriot/gaps.xml share/help/C/aisleriot/gay_gordons.xml share/help/C/aisleriot/giant.xml share/help/C/aisleriot/glenwood.xml share/help/C/aisleriot/gold_mine.xml share/help/C/aisleriot/golf.xml share/help/C/aisleriot/gypsy.xml share/help/C/aisleriot/hamilton.xml share/help/C/aisleriot/helsinki.xml share/help/C/aisleriot/hopscotch.xml share/help/C/aisleriot/index.docbook share/help/C/aisleriot/isabel.xml share/help/C/aisleriot/jamestown.xml share/help/C/aisleriot/jumbo.xml share/help/C/aisleriot/kansas.xml share/help/C/aisleriot/king_albert.xml share/help/C/aisleriot/kings_audience.xml share/help/C/aisleriot/klondike.xml share/help/C/aisleriot/labyrinth.xml share/help/C/aisleriot/lady_jane.xml share/help/C/aisleriot/legal.xml share/help/C/aisleriot/maze.xml share/help/C/aisleriot/monte_carlo.xml share/help/C/aisleriot/napoleons_tomb.xml share/help/C/aisleriot/neighbor.xml share/help/C/aisleriot/odessa.xml share/help/C/aisleriot/osmosis.xml share/help/C/aisleriot/peek.xml share/help/C/aisleriot/pileon.xml share/help/C/aisleriot/plait.xml share/help/C/aisleriot/poker.xml share/help/C/aisleriot/quatorze.xml share/help/C/aisleriot/royal_east.xml share/help/C/aisleriot/saratoga.xml share/help/C/aisleriot/scorpion.xml share/help/C/aisleriot/scuffle.xml share/help/C/aisleriot/seahaven.xml share/help/C/aisleriot/sir_tommy.xml share/help/C/aisleriot/spider.xml share/help/C/aisleriot/spider_three_decks.xml share/help/C/aisleriot/spiderette.xml share/help/C/aisleriot/straight_up.xml share/help/C/aisleriot/streets_and_alleys.xml share/help/C/aisleriot/ten_across.xml share/help/C/aisleriot/terrace.xml share/help/C/aisleriot/thieves.xml share/help/C/aisleriot/thirteen.xml share/help/C/aisleriot/thumb_and_pouch.xml share/help/C/aisleriot/treize.xml share/help/C/aisleriot/triple_peaks.xml share/help/C/aisleriot/union_square.xml share/help/C/aisleriot/valentine.xml share/help/C/aisleriot/wall.xml share/help/C/aisleriot/westhaven.xml share/help/C/aisleriot/whitehead.xml share/help/C/aisleriot/will_o_the_wisp.xml share/help/C/aisleriot/yield.xml share/help/C/aisleriot/yukon.xml share/help/C/aisleriot/zebra.xml share/help/ca/aisleriot/accordion.xml share/help/ca/aisleriot/agnes.xml share/help/ca/aisleriot/athena.xml share/help/ca/aisleriot/auld_lang_syne.xml share/help/ca/aisleriot/aunt_mary.xml share/help/ca/aisleriot/backbone.xml share/help/ca/aisleriot/bakers_dozen.xml share/help/ca/aisleriot/bakers_game.xml share/help/ca/aisleriot/bear_river.xml share/help/ca/aisleriot/beleaguered_castle.xml share/help/ca/aisleriot/block_ten.xml share/help/ca/aisleriot/bristol.xml share/help/ca/aisleriot/camelot.xml share/help/ca/aisleriot/canfield.xml share/help/ca/aisleriot/carpet.xml share/help/ca/aisleriot/chessboard.xml share/help/ca/aisleriot/clock.xml share/help/ca/aisleriot/cover.xml share/help/ca/aisleriot/cruel.xml share/help/ca/aisleriot/definitions.xml share/help/ca/aisleriot/diamond_mine.xml share/help/ca/aisleriot/doublets.xml share/help/ca/aisleriot/eagle-wing.xml share/help/ca/aisleriot/easthaven.xml share/help/ca/aisleriot/eight_off.xml share/help/ca/aisleriot/elevator.xml share/help/ca/aisleriot/eliminator.xml share/help/ca/aisleriot/escalator.xml share/help/ca/aisleriot/first_law.xml share/help/ca/aisleriot/fortress.xml share/help/ca/aisleriot/fortunes.xml share/help/ca/aisleriot/forty_thieves.xml share/help/ca/aisleriot/fourteen.xml share/help/ca/aisleriot/freecell.xml share/help/ca/aisleriot/gaps.xml share/help/ca/aisleriot/gay_gordons.xml share/help/ca/aisleriot/giant.xml share/help/ca/aisleriot/glenwood.xml share/help/ca/aisleriot/gold_mine.xml share/help/ca/aisleriot/golf.xml share/help/ca/aisleriot/gypsy.xml share/help/ca/aisleriot/hamilton.xml share/help/ca/aisleriot/helsinki.xml share/help/ca/aisleriot/hopscotch.xml share/help/ca/aisleriot/index.docbook share/help/ca/aisleriot/isabel.xml share/help/ca/aisleriot/jamestown.xml share/help/ca/aisleriot/jumbo.xml share/help/ca/aisleriot/kansas.xml share/help/ca/aisleriot/king_albert.xml share/help/ca/aisleriot/kings_audience.xml share/help/ca/aisleriot/klondike.xml share/help/ca/aisleriot/labyrinth.xml share/help/ca/aisleriot/lady_jane.xml share/help/ca/aisleriot/legal.xml share/help/ca/aisleriot/maze.xml share/help/ca/aisleriot/monte_carlo.xml share/help/ca/aisleriot/napoleons_tomb.xml share/help/ca/aisleriot/neighbor.xml share/help/ca/aisleriot/odessa.xml share/help/ca/aisleriot/osmosis.xml share/help/ca/aisleriot/peek.xml share/help/ca/aisleriot/pileon.xml share/help/ca/aisleriot/plait.xml share/help/ca/aisleriot/poker.xml share/help/ca/aisleriot/quatorze.xml share/help/ca/aisleriot/royal_east.xml share/help/ca/aisleriot/saratoga.xml share/help/ca/aisleriot/scorpion.xml share/help/ca/aisleriot/scuffle.xml share/help/ca/aisleriot/seahaven.xml share/help/ca/aisleriot/sir_tommy.xml share/help/ca/aisleriot/spider.xml share/help/ca/aisleriot/spider_three_decks.xml share/help/ca/aisleriot/spiderette.xml share/help/ca/aisleriot/straight_up.xml share/help/ca/aisleriot/streets_and_alleys.xml share/help/ca/aisleriot/ten_across.xml share/help/ca/aisleriot/terrace.xml share/help/ca/aisleriot/thieves.xml share/help/ca/aisleriot/thirteen.xml share/help/ca/aisleriot/thumb_and_pouch.xml share/help/ca/aisleriot/treize.xml share/help/ca/aisleriot/triple_peaks.xml share/help/ca/aisleriot/union_square.xml share/help/ca/aisleriot/valentine.xml share/help/ca/aisleriot/wall.xml share/help/ca/aisleriot/westhaven.xml share/help/ca/aisleriot/whitehead.xml share/help/ca/aisleriot/will_o_the_wisp.xml share/help/ca/aisleriot/yield.xml share/help/ca/aisleriot/yukon.xml share/help/ca/aisleriot/zebra.xml share/help/cs/aisleriot/accordion.xml share/help/cs/aisleriot/agnes.xml share/help/cs/aisleriot/athena.xml share/help/cs/aisleriot/auld_lang_syne.xml share/help/cs/aisleriot/aunt_mary.xml share/help/cs/aisleriot/backbone.xml share/help/cs/aisleriot/bakers_dozen.xml share/help/cs/aisleriot/bakers_game.xml share/help/cs/aisleriot/bear_river.xml share/help/cs/aisleriot/beleaguered_castle.xml share/help/cs/aisleriot/block_ten.xml share/help/cs/aisleriot/bristol.xml share/help/cs/aisleriot/camelot.xml share/help/cs/aisleriot/canfield.xml share/help/cs/aisleriot/carpet.xml share/help/cs/aisleriot/chessboard.xml share/help/cs/aisleriot/clock.xml share/help/cs/aisleriot/cover.xml share/help/cs/aisleriot/cruel.xml share/help/cs/aisleriot/definitions.xml share/help/cs/aisleriot/diamond_mine.xml share/help/cs/aisleriot/doublets.xml share/help/cs/aisleriot/eagle-wing.xml share/help/cs/aisleriot/easthaven.xml share/help/cs/aisleriot/eight_off.xml share/help/cs/aisleriot/elevator.xml share/help/cs/aisleriot/eliminator.xml share/help/cs/aisleriot/escalator.xml share/help/cs/aisleriot/first_law.xml share/help/cs/aisleriot/fortress.xml share/help/cs/aisleriot/fortunes.xml share/help/cs/aisleriot/forty_thieves.xml share/help/cs/aisleriot/fourteen.xml share/help/cs/aisleriot/freecell.xml share/help/cs/aisleriot/gaps.xml share/help/cs/aisleriot/gay_gordons.xml share/help/cs/aisleriot/giant.xml share/help/cs/aisleriot/glenwood.xml share/help/cs/aisleriot/gold_mine.xml share/help/cs/aisleriot/golf.xml share/help/cs/aisleriot/gypsy.xml share/help/cs/aisleriot/hamilton.xml share/help/cs/aisleriot/helsinki.xml share/help/cs/aisleriot/hopscotch.xml share/help/cs/aisleriot/index.docbook share/help/cs/aisleriot/isabel.xml share/help/cs/aisleriot/jamestown.xml share/help/cs/aisleriot/jumbo.xml share/help/cs/aisleriot/kansas.xml share/help/cs/aisleriot/king_albert.xml share/help/cs/aisleriot/kings_audience.xml share/help/cs/aisleriot/klondike.xml share/help/cs/aisleriot/labyrinth.xml share/help/cs/aisleriot/lady_jane.xml share/help/cs/aisleriot/legal.xml share/help/cs/aisleriot/maze.xml share/help/cs/aisleriot/monte_carlo.xml share/help/cs/aisleriot/napoleons_tomb.xml share/help/cs/aisleriot/neighbor.xml share/help/cs/aisleriot/odessa.xml share/help/cs/aisleriot/osmosis.xml share/help/cs/aisleriot/peek.xml share/help/cs/aisleriot/pileon.xml share/help/cs/aisleriot/plait.xml share/help/cs/aisleriot/poker.xml share/help/cs/aisleriot/quatorze.xml share/help/cs/aisleriot/royal_east.xml share/help/cs/aisleriot/saratoga.xml share/help/cs/aisleriot/scorpion.xml share/help/cs/aisleriot/scuffle.xml share/help/cs/aisleriot/seahaven.xml share/help/cs/aisleriot/sir_tommy.xml share/help/cs/aisleriot/spider.xml share/help/cs/aisleriot/spider_three_decks.xml share/help/cs/aisleriot/spiderette.xml share/help/cs/aisleriot/straight_up.xml share/help/cs/aisleriot/streets_and_alleys.xml share/help/cs/aisleriot/ten_across.xml share/help/cs/aisleriot/terrace.xml share/help/cs/aisleriot/thieves.xml share/help/cs/aisleriot/thirteen.xml share/help/cs/aisleriot/thumb_and_pouch.xml share/help/cs/aisleriot/treize.xml share/help/cs/aisleriot/triple_peaks.xml share/help/cs/aisleriot/union_square.xml share/help/cs/aisleriot/valentine.xml share/help/cs/aisleriot/wall.xml share/help/cs/aisleriot/westhaven.xml share/help/cs/aisleriot/whitehead.xml share/help/cs/aisleriot/will_o_the_wisp.xml share/help/cs/aisleriot/yield.xml share/help/cs/aisleriot/yukon.xml share/help/cs/aisleriot/zebra.xml share/help/de/aisleriot/accordion.xml share/help/de/aisleriot/agnes.xml share/help/de/aisleriot/athena.xml share/help/de/aisleriot/auld_lang_syne.xml share/help/de/aisleriot/aunt_mary.xml share/help/de/aisleriot/backbone.xml share/help/de/aisleriot/bakers_dozen.xml share/help/de/aisleriot/bakers_game.xml share/help/de/aisleriot/bear_river.xml share/help/de/aisleriot/beleaguered_castle.xml share/help/de/aisleriot/block_ten.xml share/help/de/aisleriot/bristol.xml share/help/de/aisleriot/camelot.xml share/help/de/aisleriot/canfield.xml share/help/de/aisleriot/carpet.xml share/help/de/aisleriot/chessboard.xml share/help/de/aisleriot/clock.xml share/help/de/aisleriot/cover.xml share/help/de/aisleriot/cruel.xml share/help/de/aisleriot/definitions.xml share/help/de/aisleriot/diamond_mine.xml share/help/de/aisleriot/doublets.xml share/help/de/aisleriot/eagle-wing.xml share/help/de/aisleriot/easthaven.xml share/help/de/aisleriot/eight_off.xml share/help/de/aisleriot/elevator.xml share/help/de/aisleriot/eliminator.xml share/help/de/aisleriot/escalator.xml share/help/de/aisleriot/first_law.xml share/help/de/aisleriot/fortress.xml share/help/de/aisleriot/fortunes.xml share/help/de/aisleriot/forty_thieves.xml share/help/de/aisleriot/fourteen.xml share/help/de/aisleriot/freecell.xml share/help/de/aisleriot/gaps.xml share/help/de/aisleriot/gay_gordons.xml share/help/de/aisleriot/giant.xml share/help/de/aisleriot/glenwood.xml share/help/de/aisleriot/gold_mine.xml share/help/de/aisleriot/golf.xml share/help/de/aisleriot/gypsy.xml share/help/de/aisleriot/hamilton.xml share/help/de/aisleriot/helsinki.xml share/help/de/aisleriot/hopscotch.xml share/help/de/aisleriot/index.docbook share/help/de/aisleriot/isabel.xml share/help/de/aisleriot/jamestown.xml share/help/de/aisleriot/jumbo.xml share/help/de/aisleriot/kansas.xml share/help/de/aisleriot/king_albert.xml share/help/de/aisleriot/kings_audience.xml share/help/de/aisleriot/klondike.xml share/help/de/aisleriot/labyrinth.xml share/help/de/aisleriot/lady_jane.xml share/help/de/aisleriot/legal.xml share/help/de/aisleriot/maze.xml share/help/de/aisleriot/monte_carlo.xml share/help/de/aisleriot/napoleons_tomb.xml share/help/de/aisleriot/neighbor.xml share/help/de/aisleriot/odessa.xml share/help/de/aisleriot/osmosis.xml share/help/de/aisleriot/peek.xml share/help/de/aisleriot/pileon.xml share/help/de/aisleriot/plait.xml share/help/de/aisleriot/poker.xml share/help/de/aisleriot/quatorze.xml share/help/de/aisleriot/royal_east.xml share/help/de/aisleriot/saratoga.xml share/help/de/aisleriot/scorpion.xml share/help/de/aisleriot/scuffle.xml share/help/de/aisleriot/seahaven.xml share/help/de/aisleriot/sir_tommy.xml share/help/de/aisleriot/spider.xml share/help/de/aisleriot/spider_three_decks.xml share/help/de/aisleriot/spiderette.xml share/help/de/aisleriot/straight_up.xml share/help/de/aisleriot/streets_and_alleys.xml share/help/de/aisleriot/ten_across.xml share/help/de/aisleriot/terrace.xml share/help/de/aisleriot/thieves.xml share/help/de/aisleriot/thirteen.xml share/help/de/aisleriot/thumb_and_pouch.xml share/help/de/aisleriot/treize.xml share/help/de/aisleriot/triple_peaks.xml share/help/de/aisleriot/union_square.xml share/help/de/aisleriot/valentine.xml share/help/de/aisleriot/wall.xml share/help/de/aisleriot/westhaven.xml share/help/de/aisleriot/whitehead.xml share/help/de/aisleriot/will_o_the_wisp.xml share/help/de/aisleriot/yield.xml share/help/de/aisleriot/yukon.xml share/help/de/aisleriot/zebra.xml share/help/el/aisleriot/accordion.xml share/help/el/aisleriot/agnes.xml share/help/el/aisleriot/athena.xml share/help/el/aisleriot/auld_lang_syne.xml share/help/el/aisleriot/aunt_mary.xml share/help/el/aisleriot/backbone.xml share/help/el/aisleriot/bakers_dozen.xml share/help/el/aisleriot/bakers_game.xml share/help/el/aisleriot/bear_river.xml share/help/el/aisleriot/beleaguered_castle.xml share/help/el/aisleriot/block_ten.xml share/help/el/aisleriot/bristol.xml share/help/el/aisleriot/camelot.xml share/help/el/aisleriot/canfield.xml share/help/el/aisleriot/carpet.xml share/help/el/aisleriot/chessboard.xml share/help/el/aisleriot/clock.xml share/help/el/aisleriot/cover.xml share/help/el/aisleriot/cruel.xml share/help/el/aisleriot/definitions.xml share/help/el/aisleriot/diamond_mine.xml share/help/el/aisleriot/doublets.xml share/help/el/aisleriot/eagle-wing.xml share/help/el/aisleriot/easthaven.xml share/help/el/aisleriot/eight_off.xml share/help/el/aisleriot/elevator.xml share/help/el/aisleriot/eliminator.xml share/help/el/aisleriot/escalator.xml share/help/el/aisleriot/first_law.xml share/help/el/aisleriot/fortress.xml share/help/el/aisleriot/fortunes.xml share/help/el/aisleriot/forty_thieves.xml share/help/el/aisleriot/fourteen.xml share/help/el/aisleriot/freecell.xml share/help/el/aisleriot/gaps.xml share/help/el/aisleriot/gay_gordons.xml share/help/el/aisleriot/giant.xml share/help/el/aisleriot/glenwood.xml share/help/el/aisleriot/gold_mine.xml share/help/el/aisleriot/golf.xml share/help/el/aisleriot/gypsy.xml share/help/el/aisleriot/hamilton.xml share/help/el/aisleriot/helsinki.xml share/help/el/aisleriot/hopscotch.xml share/help/el/aisleriot/index.docbook share/help/el/aisleriot/isabel.xml share/help/el/aisleriot/jamestown.xml share/help/el/aisleriot/jumbo.xml share/help/el/aisleriot/kansas.xml share/help/el/aisleriot/king_albert.xml share/help/el/aisleriot/kings_audience.xml share/help/el/aisleriot/klondike.xml share/help/el/aisleriot/labyrinth.xml share/help/el/aisleriot/lady_jane.xml share/help/el/aisleriot/legal.xml share/help/el/aisleriot/maze.xml share/help/el/aisleriot/monte_carlo.xml share/help/el/aisleriot/napoleons_tomb.xml share/help/el/aisleriot/neighbor.xml share/help/el/aisleriot/odessa.xml share/help/el/aisleriot/osmosis.xml share/help/el/aisleriot/peek.xml share/help/el/aisleriot/pileon.xml share/help/el/aisleriot/plait.xml share/help/el/aisleriot/poker.xml share/help/el/aisleriot/quatorze.xml share/help/el/aisleriot/royal_east.xml share/help/el/aisleriot/saratoga.xml share/help/el/aisleriot/scorpion.xml share/help/el/aisleriot/scuffle.xml share/help/el/aisleriot/seahaven.xml share/help/el/aisleriot/sir_tommy.xml share/help/el/aisleriot/spider.xml share/help/el/aisleriot/spider_three_decks.xml share/help/el/aisleriot/spiderette.xml share/help/el/aisleriot/straight_up.xml share/help/el/aisleriot/streets_and_alleys.xml share/help/el/aisleriot/ten_across.xml share/help/el/aisleriot/terrace.xml share/help/el/aisleriot/thieves.xml share/help/el/aisleriot/thirteen.xml share/help/el/aisleriot/thumb_and_pouch.xml share/help/el/aisleriot/treize.xml share/help/el/aisleriot/triple_peaks.xml share/help/el/aisleriot/union_square.xml share/help/el/aisleriot/valentine.xml share/help/el/aisleriot/wall.xml share/help/el/aisleriot/westhaven.xml share/help/el/aisleriot/whitehead.xml share/help/el/aisleriot/will_o_the_wisp.xml share/help/el/aisleriot/yield.xml share/help/el/aisleriot/yukon.xml share/help/el/aisleriot/zebra.xml share/help/en_GB/aisleriot/accordion.xml share/help/en_GB/aisleriot/agnes.xml share/help/en_GB/aisleriot/athena.xml share/help/en_GB/aisleriot/auld_lang_syne.xml share/help/en_GB/aisleriot/aunt_mary.xml share/help/en_GB/aisleriot/backbone.xml share/help/en_GB/aisleriot/bakers_dozen.xml share/help/en_GB/aisleriot/bakers_game.xml share/help/en_GB/aisleriot/bear_river.xml share/help/en_GB/aisleriot/beleaguered_castle.xml share/help/en_GB/aisleriot/block_ten.xml share/help/en_GB/aisleriot/bristol.xml share/help/en_GB/aisleriot/camelot.xml share/help/en_GB/aisleriot/canfield.xml share/help/en_GB/aisleriot/carpet.xml share/help/en_GB/aisleriot/chessboard.xml share/help/en_GB/aisleriot/clock.xml share/help/en_GB/aisleriot/cover.xml share/help/en_GB/aisleriot/cruel.xml share/help/en_GB/aisleriot/definitions.xml share/help/en_GB/aisleriot/diamond_mine.xml share/help/en_GB/aisleriot/doublets.xml share/help/en_GB/aisleriot/eagle-wing.xml share/help/en_GB/aisleriot/easthaven.xml share/help/en_GB/aisleriot/eight_off.xml share/help/en_GB/aisleriot/elevator.xml share/help/en_GB/aisleriot/eliminator.xml share/help/en_GB/aisleriot/escalator.xml share/help/en_GB/aisleriot/first_law.xml share/help/en_GB/aisleriot/fortress.xml share/help/en_GB/aisleriot/fortunes.xml share/help/en_GB/aisleriot/forty_thieves.xml share/help/en_GB/aisleriot/fourteen.xml share/help/en_GB/aisleriot/freecell.xml share/help/en_GB/aisleriot/gaps.xml share/help/en_GB/aisleriot/gay_gordons.xml share/help/en_GB/aisleriot/giant.xml share/help/en_GB/aisleriot/glenwood.xml share/help/en_GB/aisleriot/gold_mine.xml share/help/en_GB/aisleriot/golf.xml share/help/en_GB/aisleriot/gypsy.xml share/help/en_GB/aisleriot/hamilton.xml share/help/en_GB/aisleriot/helsinki.xml share/help/en_GB/aisleriot/hopscotch.xml share/help/en_GB/aisleriot/index.docbook share/help/en_GB/aisleriot/isabel.xml share/help/en_GB/aisleriot/jamestown.xml share/help/en_GB/aisleriot/jumbo.xml share/help/en_GB/aisleriot/kansas.xml share/help/en_GB/aisleriot/king_albert.xml share/help/en_GB/aisleriot/kings_audience.xml share/help/en_GB/aisleriot/klondike.xml share/help/en_GB/aisleriot/labyrinth.xml share/help/en_GB/aisleriot/lady_jane.xml share/help/en_GB/aisleriot/legal.xml share/help/en_GB/aisleriot/maze.xml share/help/en_GB/aisleriot/monte_carlo.xml share/help/en_GB/aisleriot/napoleons_tomb.xml share/help/en_GB/aisleriot/neighbor.xml share/help/en_GB/aisleriot/odessa.xml share/help/en_GB/aisleriot/osmosis.xml share/help/en_GB/aisleriot/peek.xml share/help/en_GB/aisleriot/pileon.xml share/help/en_GB/aisleriot/plait.xml share/help/en_GB/aisleriot/poker.xml share/help/en_GB/aisleriot/quatorze.xml share/help/en_GB/aisleriot/royal_east.xml share/help/en_GB/aisleriot/saratoga.xml share/help/en_GB/aisleriot/scorpion.xml share/help/en_GB/aisleriot/scuffle.xml share/help/en_GB/aisleriot/seahaven.xml share/help/en_GB/aisleriot/sir_tommy.xml share/help/en_GB/aisleriot/spider.xml share/help/en_GB/aisleriot/spider_three_decks.xml share/help/en_GB/aisleriot/spiderette.xml share/help/en_GB/aisleriot/straight_up.xml share/help/en_GB/aisleriot/streets_and_alleys.xml share/help/en_GB/aisleriot/ten_across.xml share/help/en_GB/aisleriot/terrace.xml share/help/en_GB/aisleriot/thieves.xml share/help/en_GB/aisleriot/thirteen.xml share/help/en_GB/aisleriot/thumb_and_pouch.xml share/help/en_GB/aisleriot/treize.xml share/help/en_GB/aisleriot/triple_peaks.xml share/help/en_GB/aisleriot/union_square.xml share/help/en_GB/aisleriot/valentine.xml share/help/en_GB/aisleriot/wall.xml share/help/en_GB/aisleriot/westhaven.xml share/help/en_GB/aisleriot/whitehead.xml share/help/en_GB/aisleriot/will_o_the_wisp.xml share/help/en_GB/aisleriot/yield.xml share/help/en_GB/aisleriot/yukon.xml share/help/en_GB/aisleriot/zebra.xml share/help/es/aisleriot/accordion.xml share/help/es/aisleriot/agnes.xml share/help/es/aisleriot/athena.xml share/help/es/aisleriot/auld_lang_syne.xml share/help/es/aisleriot/aunt_mary.xml share/help/es/aisleriot/backbone.xml share/help/es/aisleriot/bakers_dozen.xml share/help/es/aisleriot/bakers_game.xml share/help/es/aisleriot/bear_river.xml share/help/es/aisleriot/beleaguered_castle.xml share/help/es/aisleriot/block_ten.xml share/help/es/aisleriot/bristol.xml share/help/es/aisleriot/camelot.xml share/help/es/aisleriot/canfield.xml share/help/es/aisleriot/carpet.xml share/help/es/aisleriot/chessboard.xml share/help/es/aisleriot/clock.xml share/help/es/aisleriot/cover.xml share/help/es/aisleriot/cruel.xml share/help/es/aisleriot/definitions.xml share/help/es/aisleriot/diamond_mine.xml share/help/es/aisleriot/doublets.xml share/help/es/aisleriot/eagle-wing.xml share/help/es/aisleriot/easthaven.xml share/help/es/aisleriot/eight_off.xml share/help/es/aisleriot/elevator.xml share/help/es/aisleriot/eliminator.xml share/help/es/aisleriot/escalator.xml share/help/es/aisleriot/first_law.xml share/help/es/aisleriot/fortress.xml share/help/es/aisleriot/fortunes.xml share/help/es/aisleriot/forty_thieves.xml share/help/es/aisleriot/fourteen.xml share/help/es/aisleriot/freecell.xml share/help/es/aisleriot/gaps.xml share/help/es/aisleriot/gay_gordons.xml share/help/es/aisleriot/giant.xml share/help/es/aisleriot/glenwood.xml share/help/es/aisleriot/gold_mine.xml share/help/es/aisleriot/golf.xml share/help/es/aisleriot/gypsy.xml share/help/es/aisleriot/hamilton.xml share/help/es/aisleriot/helsinki.xml share/help/es/aisleriot/hopscotch.xml share/help/es/aisleriot/index.docbook share/help/es/aisleriot/isabel.xml share/help/es/aisleriot/jamestown.xml share/help/es/aisleriot/jumbo.xml share/help/es/aisleriot/kansas.xml share/help/es/aisleriot/king_albert.xml share/help/es/aisleriot/kings_audience.xml share/help/es/aisleriot/klondike.xml share/help/es/aisleriot/labyrinth.xml share/help/es/aisleriot/lady_jane.xml share/help/es/aisleriot/legal.xml share/help/es/aisleriot/maze.xml share/help/es/aisleriot/monte_carlo.xml share/help/es/aisleriot/napoleons_tomb.xml share/help/es/aisleriot/neighbor.xml share/help/es/aisleriot/odessa.xml share/help/es/aisleriot/osmosis.xml share/help/es/aisleriot/peek.xml share/help/es/aisleriot/pileon.xml share/help/es/aisleriot/plait.xml share/help/es/aisleriot/poker.xml share/help/es/aisleriot/quatorze.xml share/help/es/aisleriot/royal_east.xml share/help/es/aisleriot/saratoga.xml share/help/es/aisleriot/scorpion.xml share/help/es/aisleriot/scuffle.xml share/help/es/aisleriot/seahaven.xml share/help/es/aisleriot/sir_tommy.xml share/help/es/aisleriot/spider.xml share/help/es/aisleriot/spider_three_decks.xml share/help/es/aisleriot/spiderette.xml share/help/es/aisleriot/straight_up.xml share/help/es/aisleriot/streets_and_alleys.xml share/help/es/aisleriot/ten_across.xml share/help/es/aisleriot/terrace.xml share/help/es/aisleriot/thieves.xml share/help/es/aisleriot/thirteen.xml share/help/es/aisleriot/thumb_and_pouch.xml share/help/es/aisleriot/treize.xml share/help/es/aisleriot/triple_peaks.xml share/help/es/aisleriot/union_square.xml share/help/es/aisleriot/valentine.xml share/help/es/aisleriot/wall.xml share/help/es/aisleriot/westhaven.xml share/help/es/aisleriot/whitehead.xml share/help/es/aisleriot/will_o_the_wisp.xml share/help/es/aisleriot/yield.xml share/help/es/aisleriot/yukon.xml share/help/es/aisleriot/zebra.xml share/help/eu/aisleriot/accordion.xml share/help/eu/aisleriot/agnes.xml share/help/eu/aisleriot/athena.xml share/help/eu/aisleriot/auld_lang_syne.xml share/help/eu/aisleriot/aunt_mary.xml share/help/eu/aisleriot/backbone.xml share/help/eu/aisleriot/bakers_dozen.xml share/help/eu/aisleriot/bakers_game.xml share/help/eu/aisleriot/bear_river.xml share/help/eu/aisleriot/beleaguered_castle.xml share/help/eu/aisleriot/block_ten.xml share/help/eu/aisleriot/bristol.xml share/help/eu/aisleriot/camelot.xml share/help/eu/aisleriot/canfield.xml share/help/eu/aisleriot/carpet.xml share/help/eu/aisleriot/chessboard.xml share/help/eu/aisleriot/clock.xml share/help/eu/aisleriot/cover.xml share/help/eu/aisleriot/cruel.xml share/help/eu/aisleriot/definitions.xml share/help/eu/aisleriot/diamond_mine.xml share/help/eu/aisleriot/doublets.xml share/help/eu/aisleriot/eagle-wing.xml share/help/eu/aisleriot/easthaven.xml share/help/eu/aisleriot/eight_off.xml share/help/eu/aisleriot/elevator.xml share/help/eu/aisleriot/eliminator.xml share/help/eu/aisleriot/escalator.xml share/help/eu/aisleriot/first_law.xml share/help/eu/aisleriot/fortress.xml share/help/eu/aisleriot/fortunes.xml share/help/eu/aisleriot/forty_thieves.xml share/help/eu/aisleriot/fourteen.xml share/help/eu/aisleriot/freecell.xml share/help/eu/aisleriot/gaps.xml share/help/eu/aisleriot/gay_gordons.xml share/help/eu/aisleriot/giant.xml share/help/eu/aisleriot/glenwood.xml share/help/eu/aisleriot/gold_mine.xml share/help/eu/aisleriot/golf.xml share/help/eu/aisleriot/gypsy.xml share/help/eu/aisleriot/hamilton.xml share/help/eu/aisleriot/helsinki.xml share/help/eu/aisleriot/hopscotch.xml share/help/eu/aisleriot/index.docbook share/help/eu/aisleriot/isabel.xml share/help/eu/aisleriot/jamestown.xml share/help/eu/aisleriot/jumbo.xml share/help/eu/aisleriot/kansas.xml share/help/eu/aisleriot/king_albert.xml share/help/eu/aisleriot/kings_audience.xml share/help/eu/aisleriot/klondike.xml share/help/eu/aisleriot/labyrinth.xml share/help/eu/aisleriot/lady_jane.xml share/help/eu/aisleriot/legal.xml share/help/eu/aisleriot/maze.xml share/help/eu/aisleriot/monte_carlo.xml share/help/eu/aisleriot/napoleons_tomb.xml share/help/eu/aisleriot/neighbor.xml share/help/eu/aisleriot/odessa.xml share/help/eu/aisleriot/osmosis.xml share/help/eu/aisleriot/peek.xml share/help/eu/aisleriot/pileon.xml share/help/eu/aisleriot/plait.xml share/help/eu/aisleriot/poker.xml share/help/eu/aisleriot/quatorze.xml share/help/eu/aisleriot/royal_east.xml share/help/eu/aisleriot/saratoga.xml share/help/eu/aisleriot/scorpion.xml share/help/eu/aisleriot/scuffle.xml share/help/eu/aisleriot/seahaven.xml share/help/eu/aisleriot/sir_tommy.xml share/help/eu/aisleriot/spider.xml share/help/eu/aisleriot/spider_three_decks.xml share/help/eu/aisleriot/spiderette.xml share/help/eu/aisleriot/straight_up.xml share/help/eu/aisleriot/streets_and_alleys.xml share/help/eu/aisleriot/ten_across.xml share/help/eu/aisleriot/terrace.xml share/help/eu/aisleriot/thieves.xml share/help/eu/aisleriot/thirteen.xml share/help/eu/aisleriot/thumb_and_pouch.xml share/help/eu/aisleriot/treize.xml share/help/eu/aisleriot/triple_peaks.xml share/help/eu/aisleriot/union_square.xml share/help/eu/aisleriot/valentine.xml share/help/eu/aisleriot/wall.xml share/help/eu/aisleriot/westhaven.xml share/help/eu/aisleriot/whitehead.xml share/help/eu/aisleriot/will_o_the_wisp.xml share/help/eu/aisleriot/yield.xml share/help/eu/aisleriot/yukon.xml share/help/eu/aisleriot/zebra.xml share/help/fr/aisleriot/accordion.xml share/help/fr/aisleriot/agnes.xml share/help/fr/aisleriot/athena.xml share/help/fr/aisleriot/auld_lang_syne.xml share/help/fr/aisleriot/aunt_mary.xml share/help/fr/aisleriot/backbone.xml share/help/fr/aisleriot/bakers_dozen.xml share/help/fr/aisleriot/bakers_game.xml share/help/fr/aisleriot/bear_river.xml share/help/fr/aisleriot/beleaguered_castle.xml share/help/fr/aisleriot/block_ten.xml share/help/fr/aisleriot/bristol.xml share/help/fr/aisleriot/camelot.xml share/help/fr/aisleriot/canfield.xml share/help/fr/aisleriot/carpet.xml share/help/fr/aisleriot/chessboard.xml share/help/fr/aisleriot/clock.xml share/help/fr/aisleriot/cover.xml share/help/fr/aisleriot/cruel.xml share/help/fr/aisleriot/definitions.xml share/help/fr/aisleriot/diamond_mine.xml share/help/fr/aisleriot/doublets.xml share/help/fr/aisleriot/eagle-wing.xml share/help/fr/aisleriot/easthaven.xml share/help/fr/aisleriot/eight_off.xml share/help/fr/aisleriot/elevator.xml share/help/fr/aisleriot/eliminator.xml share/help/fr/aisleriot/escalator.xml share/help/fr/aisleriot/first_law.xml share/help/fr/aisleriot/fortress.xml share/help/fr/aisleriot/fortunes.xml share/help/fr/aisleriot/forty_thieves.xml share/help/fr/aisleriot/fourteen.xml share/help/fr/aisleriot/freecell.xml share/help/fr/aisleriot/gaps.xml share/help/fr/aisleriot/gay_gordons.xml share/help/fr/aisleriot/giant.xml share/help/fr/aisleriot/glenwood.xml share/help/fr/aisleriot/gold_mine.xml share/help/fr/aisleriot/golf.xml share/help/fr/aisleriot/gypsy.xml share/help/fr/aisleriot/hamilton.xml share/help/fr/aisleriot/helsinki.xml share/help/fr/aisleriot/hopscotch.xml share/help/fr/aisleriot/index.docbook share/help/fr/aisleriot/isabel.xml share/help/fr/aisleriot/jamestown.xml share/help/fr/aisleriot/jumbo.xml share/help/fr/aisleriot/kansas.xml share/help/fr/aisleriot/king_albert.xml share/help/fr/aisleriot/kings_audience.xml share/help/fr/aisleriot/klondike.xml share/help/fr/aisleriot/labyrinth.xml share/help/fr/aisleriot/lady_jane.xml share/help/fr/aisleriot/legal.xml share/help/fr/aisleriot/maze.xml share/help/fr/aisleriot/monte_carlo.xml share/help/fr/aisleriot/napoleons_tomb.xml share/help/fr/aisleriot/neighbor.xml share/help/fr/aisleriot/odessa.xml share/help/fr/aisleriot/osmosis.xml share/help/fr/aisleriot/peek.xml share/help/fr/aisleriot/pileon.xml share/help/fr/aisleriot/plait.xml share/help/fr/aisleriot/poker.xml share/help/fr/aisleriot/quatorze.xml share/help/fr/aisleriot/royal_east.xml share/help/fr/aisleriot/saratoga.xml share/help/fr/aisleriot/scorpion.xml share/help/fr/aisleriot/scuffle.xml share/help/fr/aisleriot/seahaven.xml share/help/fr/aisleriot/sir_tommy.xml share/help/fr/aisleriot/spider.xml share/help/fr/aisleriot/spider_three_decks.xml share/help/fr/aisleriot/spiderette.xml share/help/fr/aisleriot/straight_up.xml share/help/fr/aisleriot/streets_and_alleys.xml share/help/fr/aisleriot/ten_across.xml share/help/fr/aisleriot/terrace.xml share/help/fr/aisleriot/thieves.xml share/help/fr/aisleriot/thirteen.xml share/help/fr/aisleriot/thumb_and_pouch.xml share/help/fr/aisleriot/treize.xml share/help/fr/aisleriot/triple_peaks.xml share/help/fr/aisleriot/union_square.xml share/help/fr/aisleriot/valentine.xml share/help/fr/aisleriot/wall.xml share/help/fr/aisleriot/westhaven.xml share/help/fr/aisleriot/whitehead.xml share/help/fr/aisleriot/will_o_the_wisp.xml share/help/fr/aisleriot/yield.xml share/help/fr/aisleriot/yukon.xml share/help/fr/aisleriot/zebra.xml share/help/gl/aisleriot/accordion.xml share/help/gl/aisleriot/agnes.xml share/help/gl/aisleriot/athena.xml share/help/gl/aisleriot/auld_lang_syne.xml share/help/gl/aisleriot/aunt_mary.xml share/help/gl/aisleriot/backbone.xml share/help/gl/aisleriot/bakers_dozen.xml share/help/gl/aisleriot/bakers_game.xml share/help/gl/aisleriot/bear_river.xml share/help/gl/aisleriot/beleaguered_castle.xml share/help/gl/aisleriot/block_ten.xml share/help/gl/aisleriot/bristol.xml share/help/gl/aisleriot/camelot.xml share/help/gl/aisleriot/canfield.xml share/help/gl/aisleriot/carpet.xml share/help/gl/aisleriot/chessboard.xml share/help/gl/aisleriot/clock.xml share/help/gl/aisleriot/cover.xml share/help/gl/aisleriot/cruel.xml share/help/gl/aisleriot/definitions.xml share/help/gl/aisleriot/diamond_mine.xml share/help/gl/aisleriot/doublets.xml share/help/gl/aisleriot/eagle-wing.xml share/help/gl/aisleriot/easthaven.xml share/help/gl/aisleriot/eight_off.xml share/help/gl/aisleriot/elevator.xml share/help/gl/aisleriot/eliminator.xml share/help/gl/aisleriot/escalator.xml share/help/gl/aisleriot/first_law.xml share/help/gl/aisleriot/fortress.xml share/help/gl/aisleriot/fortunes.xml share/help/gl/aisleriot/forty_thieves.xml share/help/gl/aisleriot/fourteen.xml share/help/gl/aisleriot/freecell.xml share/help/gl/aisleriot/gaps.xml share/help/gl/aisleriot/gay_gordons.xml share/help/gl/aisleriot/giant.xml share/help/gl/aisleriot/glenwood.xml share/help/gl/aisleriot/gold_mine.xml share/help/gl/aisleriot/golf.xml share/help/gl/aisleriot/gypsy.xml share/help/gl/aisleriot/hamilton.xml share/help/gl/aisleriot/helsinki.xml share/help/gl/aisleriot/hopscotch.xml share/help/gl/aisleriot/index.docbook share/help/gl/aisleriot/isabel.xml share/help/gl/aisleriot/jamestown.xml share/help/gl/aisleriot/jumbo.xml share/help/gl/aisleriot/kansas.xml share/help/gl/aisleriot/king_albert.xml share/help/gl/aisleriot/kings_audience.xml share/help/gl/aisleriot/klondike.xml share/help/gl/aisleriot/labyrinth.xml share/help/gl/aisleriot/lady_jane.xml share/help/gl/aisleriot/legal.xml share/help/gl/aisleriot/maze.xml share/help/gl/aisleriot/monte_carlo.xml share/help/gl/aisleriot/napoleons_tomb.xml share/help/gl/aisleriot/neighbor.xml share/help/gl/aisleriot/odessa.xml share/help/gl/aisleriot/osmosis.xml share/help/gl/aisleriot/peek.xml share/help/gl/aisleriot/pileon.xml share/help/gl/aisleriot/plait.xml share/help/gl/aisleriot/poker.xml share/help/gl/aisleriot/quatorze.xml share/help/gl/aisleriot/royal_east.xml share/help/gl/aisleriot/saratoga.xml share/help/gl/aisleriot/scorpion.xml share/help/gl/aisleriot/scuffle.xml share/help/gl/aisleriot/seahaven.xml share/help/gl/aisleriot/sir_tommy.xml share/help/gl/aisleriot/spider.xml share/help/gl/aisleriot/spider_three_decks.xml share/help/gl/aisleriot/spiderette.xml share/help/gl/aisleriot/straight_up.xml share/help/gl/aisleriot/streets_and_alleys.xml share/help/gl/aisleriot/ten_across.xml share/help/gl/aisleriot/terrace.xml share/help/gl/aisleriot/thieves.xml share/help/gl/aisleriot/thirteen.xml share/help/gl/aisleriot/thumb_and_pouch.xml share/help/gl/aisleriot/treize.xml share/help/gl/aisleriot/triple_peaks.xml share/help/gl/aisleriot/union_square.xml share/help/gl/aisleriot/valentine.xml share/help/gl/aisleriot/wall.xml share/help/gl/aisleriot/westhaven.xml share/help/gl/aisleriot/whitehead.xml share/help/gl/aisleriot/will_o_the_wisp.xml share/help/gl/aisleriot/yield.xml share/help/gl/aisleriot/yukon.xml share/help/gl/aisleriot/zebra.xml share/help/hu/aisleriot/accordion.xml share/help/hu/aisleriot/agnes.xml share/help/hu/aisleriot/athena.xml share/help/hu/aisleriot/auld_lang_syne.xml share/help/hu/aisleriot/aunt_mary.xml share/help/hu/aisleriot/backbone.xml share/help/hu/aisleriot/bakers_dozen.xml share/help/hu/aisleriot/bakers_game.xml share/help/hu/aisleriot/bear_river.xml share/help/hu/aisleriot/beleaguered_castle.xml share/help/hu/aisleriot/block_ten.xml share/help/hu/aisleriot/bristol.xml share/help/hu/aisleriot/camelot.xml share/help/hu/aisleriot/canfield.xml share/help/hu/aisleriot/carpet.xml share/help/hu/aisleriot/chessboard.xml share/help/hu/aisleriot/clock.xml share/help/hu/aisleriot/cover.xml share/help/hu/aisleriot/cruel.xml share/help/hu/aisleriot/definitions.xml share/help/hu/aisleriot/diamond_mine.xml share/help/hu/aisleriot/doublets.xml share/help/hu/aisleriot/eagle-wing.xml share/help/hu/aisleriot/easthaven.xml share/help/hu/aisleriot/eight_off.xml share/help/hu/aisleriot/elevator.xml share/help/hu/aisleriot/eliminator.xml share/help/hu/aisleriot/escalator.xml share/help/hu/aisleriot/first_law.xml share/help/hu/aisleriot/fortress.xml share/help/hu/aisleriot/fortunes.xml share/help/hu/aisleriot/forty_thieves.xml share/help/hu/aisleriot/fourteen.xml share/help/hu/aisleriot/freecell.xml share/help/hu/aisleriot/gaps.xml share/help/hu/aisleriot/gay_gordons.xml share/help/hu/aisleriot/giant.xml share/help/hu/aisleriot/glenwood.xml share/help/hu/aisleriot/gold_mine.xml share/help/hu/aisleriot/golf.xml share/help/hu/aisleriot/gypsy.xml share/help/hu/aisleriot/hamilton.xml share/help/hu/aisleriot/helsinki.xml share/help/hu/aisleriot/hopscotch.xml share/help/hu/aisleriot/index.docbook share/help/hu/aisleriot/isabel.xml share/help/hu/aisleriot/jamestown.xml share/help/hu/aisleriot/jumbo.xml share/help/hu/aisleriot/kansas.xml share/help/hu/aisleriot/king_albert.xml share/help/hu/aisleriot/kings_audience.xml share/help/hu/aisleriot/klondike.xml share/help/hu/aisleriot/labyrinth.xml share/help/hu/aisleriot/lady_jane.xml share/help/hu/aisleriot/legal.xml share/help/hu/aisleriot/maze.xml share/help/hu/aisleriot/monte_carlo.xml share/help/hu/aisleriot/napoleons_tomb.xml share/help/hu/aisleriot/neighbor.xml share/help/hu/aisleriot/odessa.xml share/help/hu/aisleriot/osmosis.xml share/help/hu/aisleriot/peek.xml share/help/hu/aisleriot/pileon.xml share/help/hu/aisleriot/plait.xml share/help/hu/aisleriot/poker.xml share/help/hu/aisleriot/quatorze.xml share/help/hu/aisleriot/royal_east.xml share/help/hu/aisleriot/saratoga.xml share/help/hu/aisleriot/scorpion.xml share/help/hu/aisleriot/scuffle.xml share/help/hu/aisleriot/seahaven.xml share/help/hu/aisleriot/sir_tommy.xml share/help/hu/aisleriot/spider.xml share/help/hu/aisleriot/spider_three_decks.xml share/help/hu/aisleriot/spiderette.xml share/help/hu/aisleriot/straight_up.xml share/help/hu/aisleriot/streets_and_alleys.xml share/help/hu/aisleriot/ten_across.xml share/help/hu/aisleriot/terrace.xml share/help/hu/aisleriot/thieves.xml share/help/hu/aisleriot/thirteen.xml share/help/hu/aisleriot/thumb_and_pouch.xml share/help/hu/aisleriot/treize.xml share/help/hu/aisleriot/triple_peaks.xml share/help/hu/aisleriot/union_square.xml share/help/hu/aisleriot/valentine.xml share/help/hu/aisleriot/wall.xml share/help/hu/aisleriot/westhaven.xml share/help/hu/aisleriot/whitehead.xml share/help/hu/aisleriot/will_o_the_wisp.xml share/help/hu/aisleriot/yield.xml share/help/hu/aisleriot/yukon.xml share/help/hu/aisleriot/zebra.xml share/help/oc/aisleriot/accordion.xml share/help/oc/aisleriot/agnes.xml share/help/oc/aisleriot/athena.xml share/help/oc/aisleriot/auld_lang_syne.xml share/help/oc/aisleriot/aunt_mary.xml share/help/oc/aisleriot/backbone.xml share/help/oc/aisleriot/bakers_dozen.xml share/help/oc/aisleriot/bakers_game.xml share/help/oc/aisleriot/bear_river.xml share/help/oc/aisleriot/beleaguered_castle.xml share/help/oc/aisleriot/block_ten.xml share/help/oc/aisleriot/bristol.xml share/help/oc/aisleriot/camelot.xml share/help/oc/aisleriot/canfield.xml share/help/oc/aisleriot/carpet.xml share/help/oc/aisleriot/chessboard.xml share/help/oc/aisleriot/clock.xml share/help/oc/aisleriot/cover.xml share/help/oc/aisleriot/cruel.xml share/help/oc/aisleriot/definitions.xml share/help/oc/aisleriot/diamond_mine.xml share/help/oc/aisleriot/doublets.xml share/help/oc/aisleriot/eagle-wing.xml share/help/oc/aisleriot/easthaven.xml share/help/oc/aisleriot/eight_off.xml share/help/oc/aisleriot/elevator.xml share/help/oc/aisleriot/eliminator.xml share/help/oc/aisleriot/escalator.xml share/help/oc/aisleriot/first_law.xml share/help/oc/aisleriot/fortress.xml share/help/oc/aisleriot/fortunes.xml share/help/oc/aisleriot/forty_thieves.xml share/help/oc/aisleriot/fourteen.xml share/help/oc/aisleriot/freecell.xml share/help/oc/aisleriot/gaps.xml share/help/oc/aisleriot/gay_gordons.xml share/help/oc/aisleriot/giant.xml share/help/oc/aisleriot/glenwood.xml share/help/oc/aisleriot/gold_mine.xml share/help/oc/aisleriot/golf.xml share/help/oc/aisleriot/gypsy.xml share/help/oc/aisleriot/hamilton.xml share/help/oc/aisleriot/helsinki.xml share/help/oc/aisleriot/hopscotch.xml share/help/oc/aisleriot/index.docbook share/help/oc/aisleriot/isabel.xml share/help/oc/aisleriot/jamestown.xml share/help/oc/aisleriot/jumbo.xml share/help/oc/aisleriot/kansas.xml share/help/oc/aisleriot/king_albert.xml share/help/oc/aisleriot/kings_audience.xml share/help/oc/aisleriot/klondike.xml share/help/oc/aisleriot/labyrinth.xml share/help/oc/aisleriot/lady_jane.xml share/help/oc/aisleriot/legal.xml share/help/oc/aisleriot/maze.xml share/help/oc/aisleriot/monte_carlo.xml share/help/oc/aisleriot/napoleons_tomb.xml share/help/oc/aisleriot/neighbor.xml share/help/oc/aisleriot/odessa.xml share/help/oc/aisleriot/osmosis.xml share/help/oc/aisleriot/peek.xml share/help/oc/aisleriot/pileon.xml share/help/oc/aisleriot/plait.xml share/help/oc/aisleriot/poker.xml share/help/oc/aisleriot/quatorze.xml share/help/oc/aisleriot/royal_east.xml share/help/oc/aisleriot/saratoga.xml share/help/oc/aisleriot/scorpion.xml share/help/oc/aisleriot/scuffle.xml share/help/oc/aisleriot/seahaven.xml share/help/oc/aisleriot/sir_tommy.xml share/help/oc/aisleriot/spider.xml share/help/oc/aisleriot/spider_three_decks.xml share/help/oc/aisleriot/spiderette.xml share/help/oc/aisleriot/straight_up.xml share/help/oc/aisleriot/streets_and_alleys.xml share/help/oc/aisleriot/ten_across.xml share/help/oc/aisleriot/terrace.xml share/help/oc/aisleriot/thieves.xml share/help/oc/aisleriot/thirteen.xml share/help/oc/aisleriot/thumb_and_pouch.xml share/help/oc/aisleriot/treize.xml share/help/oc/aisleriot/triple_peaks.xml share/help/oc/aisleriot/union_square.xml share/help/oc/aisleriot/valentine.xml share/help/oc/aisleriot/wall.xml share/help/oc/aisleriot/westhaven.xml share/help/oc/aisleriot/whitehead.xml share/help/oc/aisleriot/will_o_the_wisp.xml share/help/oc/aisleriot/yield.xml share/help/oc/aisleriot/yukon.xml share/help/oc/aisleriot/zebra.xml share/help/pt_BR/aisleriot/accordion.xml share/help/pt_BR/aisleriot/agnes.xml share/help/pt_BR/aisleriot/athena.xml share/help/pt_BR/aisleriot/auld_lang_syne.xml share/help/pt_BR/aisleriot/aunt_mary.xml share/help/pt_BR/aisleriot/backbone.xml share/help/pt_BR/aisleriot/bakers_dozen.xml share/help/pt_BR/aisleriot/bakers_game.xml share/help/pt_BR/aisleriot/bear_river.xml share/help/pt_BR/aisleriot/beleaguered_castle.xml share/help/pt_BR/aisleriot/block_ten.xml share/help/pt_BR/aisleriot/bristol.xml share/help/pt_BR/aisleriot/camelot.xml share/help/pt_BR/aisleriot/canfield.xml share/help/pt_BR/aisleriot/carpet.xml share/help/pt_BR/aisleriot/chessboard.xml share/help/pt_BR/aisleriot/clock.xml share/help/pt_BR/aisleriot/cover.xml share/help/pt_BR/aisleriot/cruel.xml share/help/pt_BR/aisleriot/definitions.xml share/help/pt_BR/aisleriot/diamond_mine.xml share/help/pt_BR/aisleriot/doublets.xml share/help/pt_BR/aisleriot/eagle-wing.xml share/help/pt_BR/aisleriot/easthaven.xml share/help/pt_BR/aisleriot/eight_off.xml share/help/pt_BR/aisleriot/elevator.xml share/help/pt_BR/aisleriot/eliminator.xml share/help/pt_BR/aisleriot/escalator.xml share/help/pt_BR/aisleriot/first_law.xml share/help/pt_BR/aisleriot/fortress.xml share/help/pt_BR/aisleriot/fortunes.xml share/help/pt_BR/aisleriot/forty_thieves.xml share/help/pt_BR/aisleriot/fourteen.xml share/help/pt_BR/aisleriot/freecell.xml share/help/pt_BR/aisleriot/gaps.xml share/help/pt_BR/aisleriot/gay_gordons.xml share/help/pt_BR/aisleriot/giant.xml share/help/pt_BR/aisleriot/glenwood.xml share/help/pt_BR/aisleriot/gold_mine.xml share/help/pt_BR/aisleriot/golf.xml share/help/pt_BR/aisleriot/gypsy.xml share/help/pt_BR/aisleriot/hamilton.xml share/help/pt_BR/aisleriot/helsinki.xml share/help/pt_BR/aisleriot/hopscotch.xml share/help/pt_BR/aisleriot/index.docbook share/help/pt_BR/aisleriot/isabel.xml share/help/pt_BR/aisleriot/jamestown.xml share/help/pt_BR/aisleriot/jumbo.xml share/help/pt_BR/aisleriot/kansas.xml share/help/pt_BR/aisleriot/king_albert.xml share/help/pt_BR/aisleriot/kings_audience.xml share/help/pt_BR/aisleriot/klondike.xml share/help/pt_BR/aisleriot/labyrinth.xml share/help/pt_BR/aisleriot/lady_jane.xml share/help/pt_BR/aisleriot/legal.xml share/help/pt_BR/aisleriot/maze.xml share/help/pt_BR/aisleriot/monte_carlo.xml share/help/pt_BR/aisleriot/napoleons_tomb.xml share/help/pt_BR/aisleriot/neighbor.xml share/help/pt_BR/aisleriot/odessa.xml share/help/pt_BR/aisleriot/osmosis.xml share/help/pt_BR/aisleriot/peek.xml share/help/pt_BR/aisleriot/pileon.xml share/help/pt_BR/aisleriot/plait.xml share/help/pt_BR/aisleriot/poker.xml share/help/pt_BR/aisleriot/quatorze.xml share/help/pt_BR/aisleriot/royal_east.xml share/help/pt_BR/aisleriot/saratoga.xml share/help/pt_BR/aisleriot/scorpion.xml share/help/pt_BR/aisleriot/scuffle.xml share/help/pt_BR/aisleriot/seahaven.xml share/help/pt_BR/aisleriot/sir_tommy.xml share/help/pt_BR/aisleriot/spider.xml share/help/pt_BR/aisleriot/spider_three_decks.xml share/help/pt_BR/aisleriot/spiderette.xml share/help/pt_BR/aisleriot/straight_up.xml share/help/pt_BR/aisleriot/streets_and_alleys.xml share/help/pt_BR/aisleriot/ten_across.xml share/help/pt_BR/aisleriot/terrace.xml share/help/pt_BR/aisleriot/thieves.xml share/help/pt_BR/aisleriot/thirteen.xml share/help/pt_BR/aisleriot/thumb_and_pouch.xml share/help/pt_BR/aisleriot/treize.xml share/help/pt_BR/aisleriot/triple_peaks.xml share/help/pt_BR/aisleriot/union_square.xml share/help/pt_BR/aisleriot/valentine.xml share/help/pt_BR/aisleriot/wall.xml share/help/pt_BR/aisleriot/westhaven.xml share/help/pt_BR/aisleriot/whitehead.xml share/help/pt_BR/aisleriot/will_o_the_wisp.xml share/help/pt_BR/aisleriot/yield.xml share/help/pt_BR/aisleriot/yukon.xml share/help/pt_BR/aisleriot/zebra.xml share/help/ru/aisleriot/accordion.xml share/help/ru/aisleriot/agnes.xml share/help/ru/aisleriot/athena.xml share/help/ru/aisleriot/auld_lang_syne.xml share/help/ru/aisleriot/aunt_mary.xml share/help/ru/aisleriot/backbone.xml share/help/ru/aisleriot/bakers_dozen.xml share/help/ru/aisleriot/bakers_game.xml share/help/ru/aisleriot/bear_river.xml share/help/ru/aisleriot/beleaguered_castle.xml share/help/ru/aisleriot/block_ten.xml share/help/ru/aisleriot/bristol.xml share/help/ru/aisleriot/camelot.xml share/help/ru/aisleriot/canfield.xml share/help/ru/aisleriot/carpet.xml share/help/ru/aisleriot/chessboard.xml share/help/ru/aisleriot/clock.xml share/help/ru/aisleriot/cover.xml share/help/ru/aisleriot/cruel.xml share/help/ru/aisleriot/definitions.xml share/help/ru/aisleriot/diamond_mine.xml share/help/ru/aisleriot/doublets.xml share/help/ru/aisleriot/eagle-wing.xml share/help/ru/aisleriot/easthaven.xml share/help/ru/aisleriot/eight_off.xml share/help/ru/aisleriot/elevator.xml share/help/ru/aisleriot/eliminator.xml share/help/ru/aisleriot/escalator.xml share/help/ru/aisleriot/first_law.xml share/help/ru/aisleriot/fortress.xml share/help/ru/aisleriot/fortunes.xml share/help/ru/aisleriot/forty_thieves.xml share/help/ru/aisleriot/fourteen.xml share/help/ru/aisleriot/freecell.xml share/help/ru/aisleriot/gaps.xml share/help/ru/aisleriot/gay_gordons.xml share/help/ru/aisleriot/giant.xml share/help/ru/aisleriot/glenwood.xml share/help/ru/aisleriot/gold_mine.xml share/help/ru/aisleriot/golf.xml share/help/ru/aisleriot/gypsy.xml share/help/ru/aisleriot/hamilton.xml share/help/ru/aisleriot/helsinki.xml share/help/ru/aisleriot/hopscotch.xml share/help/ru/aisleriot/index.docbook share/help/ru/aisleriot/isabel.xml share/help/ru/aisleriot/jamestown.xml share/help/ru/aisleriot/jumbo.xml share/help/ru/aisleriot/kansas.xml share/help/ru/aisleriot/king_albert.xml share/help/ru/aisleriot/kings_audience.xml share/help/ru/aisleriot/klondike.xml share/help/ru/aisleriot/labyrinth.xml share/help/ru/aisleriot/lady_jane.xml share/help/ru/aisleriot/legal.xml share/help/ru/aisleriot/maze.xml share/help/ru/aisleriot/monte_carlo.xml share/help/ru/aisleriot/napoleons_tomb.xml share/help/ru/aisleriot/neighbor.xml share/help/ru/aisleriot/odessa.xml share/help/ru/aisleriot/osmosis.xml share/help/ru/aisleriot/peek.xml share/help/ru/aisleriot/pileon.xml share/help/ru/aisleriot/plait.xml share/help/ru/aisleriot/poker.xml share/help/ru/aisleriot/quatorze.xml share/help/ru/aisleriot/royal_east.xml share/help/ru/aisleriot/saratoga.xml share/help/ru/aisleriot/scorpion.xml share/help/ru/aisleriot/scuffle.xml share/help/ru/aisleriot/seahaven.xml share/help/ru/aisleriot/sir_tommy.xml share/help/ru/aisleriot/spider.xml share/help/ru/aisleriot/spider_three_decks.xml share/help/ru/aisleriot/spiderette.xml share/help/ru/aisleriot/straight_up.xml share/help/ru/aisleriot/streets_and_alleys.xml share/help/ru/aisleriot/ten_across.xml share/help/ru/aisleriot/terrace.xml share/help/ru/aisleriot/thieves.xml share/help/ru/aisleriot/thirteen.xml share/help/ru/aisleriot/thumb_and_pouch.xml share/help/ru/aisleriot/treize.xml share/help/ru/aisleriot/triple_peaks.xml share/help/ru/aisleriot/union_square.xml share/help/ru/aisleriot/valentine.xml share/help/ru/aisleriot/wall.xml share/help/ru/aisleriot/westhaven.xml share/help/ru/aisleriot/whitehead.xml share/help/ru/aisleriot/will_o_the_wisp.xml share/help/ru/aisleriot/yield.xml share/help/ru/aisleriot/yukon.xml share/help/ru/aisleriot/zebra.xml share/help/sl/aisleriot/accordion.xml share/help/sl/aisleriot/agnes.xml share/help/sl/aisleriot/athena.xml share/help/sl/aisleriot/auld_lang_syne.xml share/help/sl/aisleriot/aunt_mary.xml share/help/sl/aisleriot/backbone.xml share/help/sl/aisleriot/bakers_dozen.xml share/help/sl/aisleriot/bakers_game.xml share/help/sl/aisleriot/bear_river.xml share/help/sl/aisleriot/beleaguered_castle.xml share/help/sl/aisleriot/block_ten.xml share/help/sl/aisleriot/bristol.xml share/help/sl/aisleriot/camelot.xml share/help/sl/aisleriot/canfield.xml share/help/sl/aisleriot/carpet.xml share/help/sl/aisleriot/chessboard.xml share/help/sl/aisleriot/clock.xml share/help/sl/aisleriot/cover.xml share/help/sl/aisleriot/cruel.xml share/help/sl/aisleriot/definitions.xml share/help/sl/aisleriot/diamond_mine.xml share/help/sl/aisleriot/doublets.xml share/help/sl/aisleriot/eagle-wing.xml share/help/sl/aisleriot/easthaven.xml share/help/sl/aisleriot/eight_off.xml share/help/sl/aisleriot/elevator.xml share/help/sl/aisleriot/eliminator.xml share/help/sl/aisleriot/escalator.xml share/help/sl/aisleriot/first_law.xml share/help/sl/aisleriot/fortress.xml share/help/sl/aisleriot/fortunes.xml share/help/sl/aisleriot/forty_thieves.xml share/help/sl/aisleriot/fourteen.xml share/help/sl/aisleriot/freecell.xml share/help/sl/aisleriot/gaps.xml share/help/sl/aisleriot/gay_gordons.xml share/help/sl/aisleriot/giant.xml share/help/sl/aisleriot/glenwood.xml share/help/sl/aisleriot/gold_mine.xml share/help/sl/aisleriot/golf.xml share/help/sl/aisleriot/gypsy.xml share/help/sl/aisleriot/hamilton.xml share/help/sl/aisleriot/helsinki.xml share/help/sl/aisleriot/hopscotch.xml share/help/sl/aisleriot/index.docbook share/help/sl/aisleriot/isabel.xml share/help/sl/aisleriot/jamestown.xml share/help/sl/aisleriot/jumbo.xml share/help/sl/aisleriot/kansas.xml share/help/sl/aisleriot/king_albert.xml share/help/sl/aisleriot/kings_audience.xml share/help/sl/aisleriot/klondike.xml share/help/sl/aisleriot/labyrinth.xml share/help/sl/aisleriot/lady_jane.xml share/help/sl/aisleriot/legal.xml share/help/sl/aisleriot/maze.xml share/help/sl/aisleriot/monte_carlo.xml share/help/sl/aisleriot/napoleons_tomb.xml share/help/sl/aisleriot/neighbor.xml share/help/sl/aisleriot/odessa.xml share/help/sl/aisleriot/osmosis.xml share/help/sl/aisleriot/peek.xml share/help/sl/aisleriot/pileon.xml share/help/sl/aisleriot/plait.xml share/help/sl/aisleriot/poker.xml share/help/sl/aisleriot/quatorze.xml share/help/sl/aisleriot/royal_east.xml share/help/sl/aisleriot/saratoga.xml share/help/sl/aisleriot/scorpion.xml share/help/sl/aisleriot/scuffle.xml share/help/sl/aisleriot/seahaven.xml share/help/sl/aisleriot/sir_tommy.xml share/help/sl/aisleriot/spider.xml share/help/sl/aisleriot/spider_three_decks.xml share/help/sl/aisleriot/spiderette.xml share/help/sl/aisleriot/straight_up.xml share/help/sl/aisleriot/streets_and_alleys.xml share/help/sl/aisleriot/ten_across.xml share/help/sl/aisleriot/terrace.xml share/help/sl/aisleriot/thieves.xml share/help/sl/aisleriot/thirteen.xml share/help/sl/aisleriot/thumb_and_pouch.xml share/help/sl/aisleriot/treize.xml share/help/sl/aisleriot/triple_peaks.xml share/help/sl/aisleriot/union_square.xml share/help/sl/aisleriot/valentine.xml share/help/sl/aisleriot/wall.xml share/help/sl/aisleriot/westhaven.xml share/help/sl/aisleriot/whitehead.xml share/help/sl/aisleriot/will_o_the_wisp.xml share/help/sl/aisleriot/yield.xml share/help/sl/aisleriot/yukon.xml share/help/sl/aisleriot/zebra.xml share/help/sr/aisleriot/accordion.xml share/help/sr/aisleriot/agnes.xml share/help/sr/aisleriot/athena.xml share/help/sr/aisleriot/auld_lang_syne.xml share/help/sr/aisleriot/aunt_mary.xml share/help/sr/aisleriot/backbone.xml share/help/sr/aisleriot/bakers_dozen.xml share/help/sr/aisleriot/bakers_game.xml share/help/sr/aisleriot/bear_river.xml share/help/sr/aisleriot/beleaguered_castle.xml share/help/sr/aisleriot/block_ten.xml share/help/sr/aisleriot/bristol.xml share/help/sr/aisleriot/camelot.xml share/help/sr/aisleriot/canfield.xml share/help/sr/aisleriot/carpet.xml share/help/sr/aisleriot/chessboard.xml share/help/sr/aisleriot/clock.xml share/help/sr/aisleriot/cover.xml share/help/sr/aisleriot/cruel.xml share/help/sr/aisleriot/definitions.xml share/help/sr/aisleriot/diamond_mine.xml share/help/sr/aisleriot/doublets.xml share/help/sr/aisleriot/eagle-wing.xml share/help/sr/aisleriot/easthaven.xml share/help/sr/aisleriot/eight_off.xml share/help/sr/aisleriot/elevator.xml share/help/sr/aisleriot/eliminator.xml share/help/sr/aisleriot/escalator.xml share/help/sr/aisleriot/first_law.xml share/help/sr/aisleriot/fortress.xml share/help/sr/aisleriot/fortunes.xml share/help/sr/aisleriot/forty_thieves.xml share/help/sr/aisleriot/fourteen.xml share/help/sr/aisleriot/freecell.xml share/help/sr/aisleriot/gaps.xml share/help/sr/aisleriot/gay_gordons.xml share/help/sr/aisleriot/giant.xml share/help/sr/aisleriot/glenwood.xml share/help/sr/aisleriot/gold_mine.xml share/help/sr/aisleriot/golf.xml share/help/sr/aisleriot/gypsy.xml share/help/sr/aisleriot/hamilton.xml share/help/sr/aisleriot/helsinki.xml share/help/sr/aisleriot/hopscotch.xml share/help/sr/aisleriot/index.docbook share/help/sr/aisleriot/isabel.xml share/help/sr/aisleriot/jamestown.xml share/help/sr/aisleriot/jumbo.xml share/help/sr/aisleriot/kansas.xml share/help/sr/aisleriot/king_albert.xml share/help/sr/aisleriot/kings_audience.xml share/help/sr/aisleriot/klondike.xml share/help/sr/aisleriot/labyrinth.xml share/help/sr/aisleriot/lady_jane.xml share/help/sr/aisleriot/legal.xml share/help/sr/aisleriot/maze.xml share/help/sr/aisleriot/monte_carlo.xml share/help/sr/aisleriot/napoleons_tomb.xml share/help/sr/aisleriot/neighbor.xml share/help/sr/aisleriot/odessa.xml share/help/sr/aisleriot/osmosis.xml share/help/sr/aisleriot/peek.xml share/help/sr/aisleriot/pileon.xml share/help/sr/aisleriot/plait.xml share/help/sr/aisleriot/poker.xml share/help/sr/aisleriot/quatorze.xml share/help/sr/aisleriot/royal_east.xml share/help/sr/aisleriot/saratoga.xml share/help/sr/aisleriot/scorpion.xml share/help/sr/aisleriot/scuffle.xml share/help/sr/aisleriot/seahaven.xml share/help/sr/aisleriot/sir_tommy.xml share/help/sr/aisleriot/spider.xml share/help/sr/aisleriot/spider_three_decks.xml share/help/sr/aisleriot/spiderette.xml share/help/sr/aisleriot/straight_up.xml share/help/sr/aisleriot/streets_and_alleys.xml share/help/sr/aisleriot/ten_across.xml share/help/sr/aisleriot/terrace.xml share/help/sr/aisleriot/thieves.xml share/help/sr/aisleriot/thirteen.xml share/help/sr/aisleriot/thumb_and_pouch.xml share/help/sr/aisleriot/treize.xml share/help/sr/aisleriot/triple_peaks.xml share/help/sr/aisleriot/union_square.xml share/help/sr/aisleriot/valentine.xml share/help/sr/aisleriot/wall.xml share/help/sr/aisleriot/westhaven.xml share/help/sr/aisleriot/whitehead.xml share/help/sr/aisleriot/will_o_the_wisp.xml share/help/sr/aisleriot/yield.xml share/help/sr/aisleriot/yukon.xml share/help/sr/aisleriot/zebra.xml share/help/sr@latin/aisleriot/accordion.xml share/help/sr@latin/aisleriot/agnes.xml share/help/sr@latin/aisleriot/athena.xml share/help/sr@latin/aisleriot/auld_lang_syne.xml share/help/sr@latin/aisleriot/aunt_mary.xml share/help/sr@latin/aisleriot/backbone.xml share/help/sr@latin/aisleriot/bakers_dozen.xml share/help/sr@latin/aisleriot/bakers_game.xml share/help/sr@latin/aisleriot/bear_river.xml share/help/sr@latin/aisleriot/beleaguered_castle.xml share/help/sr@latin/aisleriot/block_ten.xml share/help/sr@latin/aisleriot/bristol.xml share/help/sr@latin/aisleriot/camelot.xml share/help/sr@latin/aisleriot/canfield.xml share/help/sr@latin/aisleriot/carpet.xml share/help/sr@latin/aisleriot/chessboard.xml share/help/sr@latin/aisleriot/clock.xml share/help/sr@latin/aisleriot/cover.xml share/help/sr@latin/aisleriot/cruel.xml share/help/sr@latin/aisleriot/definitions.xml share/help/sr@latin/aisleriot/diamond_mine.xml share/help/sr@latin/aisleriot/doublets.xml share/help/sr@latin/aisleriot/eagle-wing.xml share/help/sr@latin/aisleriot/easthaven.xml share/help/sr@latin/aisleriot/eight_off.xml share/help/sr@latin/aisleriot/elevator.xml share/help/sr@latin/aisleriot/eliminator.xml share/help/sr@latin/aisleriot/escalator.xml share/help/sr@latin/aisleriot/first_law.xml share/help/sr@latin/aisleriot/fortress.xml share/help/sr@latin/aisleriot/fortunes.xml share/help/sr@latin/aisleriot/forty_thieves.xml share/help/sr@latin/aisleriot/fourteen.xml share/help/sr@latin/aisleriot/freecell.xml share/help/sr@latin/aisleriot/gaps.xml share/help/sr@latin/aisleriot/gay_gordons.xml share/help/sr@latin/aisleriot/giant.xml share/help/sr@latin/aisleriot/glenwood.xml share/help/sr@latin/aisleriot/gold_mine.xml share/help/sr@latin/aisleriot/golf.xml share/help/sr@latin/aisleriot/gypsy.xml share/help/sr@latin/aisleriot/hamilton.xml share/help/sr@latin/aisleriot/helsinki.xml share/help/sr@latin/aisleriot/hopscotch.xml share/help/sr@latin/aisleriot/index.docbook share/help/sr@latin/aisleriot/isabel.xml share/help/sr@latin/aisleriot/jamestown.xml share/help/sr@latin/aisleriot/jumbo.xml share/help/sr@latin/aisleriot/kansas.xml share/help/sr@latin/aisleriot/king_albert.xml share/help/sr@latin/aisleriot/kings_audience.xml share/help/sr@latin/aisleriot/klondike.xml share/help/sr@latin/aisleriot/labyrinth.xml share/help/sr@latin/aisleriot/lady_jane.xml share/help/sr@latin/aisleriot/legal.xml share/help/sr@latin/aisleriot/maze.xml share/help/sr@latin/aisleriot/monte_carlo.xml share/help/sr@latin/aisleriot/napoleons_tomb.xml share/help/sr@latin/aisleriot/neighbor.xml share/help/sr@latin/aisleriot/odessa.xml share/help/sr@latin/aisleriot/osmosis.xml share/help/sr@latin/aisleriot/peek.xml share/help/sr@latin/aisleriot/pileon.xml share/help/sr@latin/aisleriot/plait.xml share/help/sr@latin/aisleriot/poker.xml share/help/sr@latin/aisleriot/quatorze.xml share/help/sr@latin/aisleriot/royal_east.xml share/help/sr@latin/aisleriot/saratoga.xml share/help/sr@latin/aisleriot/scorpion.xml share/help/sr@latin/aisleriot/scuffle.xml share/help/sr@latin/aisleriot/seahaven.xml share/help/sr@latin/aisleriot/sir_tommy.xml share/help/sr@latin/aisleriot/spider.xml share/help/sr@latin/aisleriot/spider_three_decks.xml share/help/sr@latin/aisleriot/spiderette.xml share/help/sr@latin/aisleriot/straight_up.xml share/help/sr@latin/aisleriot/streets_and_alleys.xml share/help/sr@latin/aisleriot/ten_across.xml share/help/sr@latin/aisleriot/terrace.xml share/help/sr@latin/aisleriot/thieves.xml share/help/sr@latin/aisleriot/thirteen.xml share/help/sr@latin/aisleriot/thumb_and_pouch.xml share/help/sr@latin/aisleriot/treize.xml share/help/sr@latin/aisleriot/triple_peaks.xml share/help/sr@latin/aisleriot/union_square.xml share/help/sr@latin/aisleriot/valentine.xml share/help/sr@latin/aisleriot/wall.xml share/help/sr@latin/aisleriot/westhaven.xml share/help/sr@latin/aisleriot/whitehead.xml share/help/sr@latin/aisleriot/will_o_the_wisp.xml share/help/sr@latin/aisleriot/yield.xml share/help/sr@latin/aisleriot/yukon.xml share/help/sr@latin/aisleriot/zebra.xml share/help/sv/aisleriot/accordion.xml share/help/sv/aisleriot/agnes.xml share/help/sv/aisleriot/athena.xml share/help/sv/aisleriot/auld_lang_syne.xml share/help/sv/aisleriot/aunt_mary.xml share/help/sv/aisleriot/backbone.xml share/help/sv/aisleriot/bakers_dozen.xml share/help/sv/aisleriot/bakers_game.xml share/help/sv/aisleriot/bear_river.xml share/help/sv/aisleriot/beleaguered_castle.xml share/help/sv/aisleriot/block_ten.xml share/help/sv/aisleriot/bristol.xml share/help/sv/aisleriot/camelot.xml share/help/sv/aisleriot/canfield.xml share/help/sv/aisleriot/carpet.xml share/help/sv/aisleriot/chessboard.xml share/help/sv/aisleriot/clock.xml share/help/sv/aisleriot/cover.xml share/help/sv/aisleriot/cruel.xml share/help/sv/aisleriot/definitions.xml share/help/sv/aisleriot/diamond_mine.xml share/help/sv/aisleriot/doublets.xml share/help/sv/aisleriot/eagle-wing.xml share/help/sv/aisleriot/easthaven.xml share/help/sv/aisleriot/eight_off.xml share/help/sv/aisleriot/elevator.xml share/help/sv/aisleriot/eliminator.xml share/help/sv/aisleriot/escalator.xml share/help/sv/aisleriot/first_law.xml share/help/sv/aisleriot/fortress.xml share/help/sv/aisleriot/fortunes.xml share/help/sv/aisleriot/forty_thieves.xml share/help/sv/aisleriot/fourteen.xml share/help/sv/aisleriot/freecell.xml share/help/sv/aisleriot/gaps.xml share/help/sv/aisleriot/gay_gordons.xml share/help/sv/aisleriot/giant.xml share/help/sv/aisleriot/glenwood.xml share/help/sv/aisleriot/gold_mine.xml share/help/sv/aisleriot/golf.xml share/help/sv/aisleriot/gypsy.xml share/help/sv/aisleriot/hamilton.xml share/help/sv/aisleriot/helsinki.xml share/help/sv/aisleriot/hopscotch.xml share/help/sv/aisleriot/index.docbook share/help/sv/aisleriot/isabel.xml share/help/sv/aisleriot/jamestown.xml share/help/sv/aisleriot/jumbo.xml share/help/sv/aisleriot/kansas.xml share/help/sv/aisleriot/king_albert.xml share/help/sv/aisleriot/kings_audience.xml share/help/sv/aisleriot/klondike.xml share/help/sv/aisleriot/labyrinth.xml share/help/sv/aisleriot/lady_jane.xml share/help/sv/aisleriot/legal.xml share/help/sv/aisleriot/maze.xml share/help/sv/aisleriot/monte_carlo.xml share/help/sv/aisleriot/napoleons_tomb.xml share/help/sv/aisleriot/neighbor.xml share/help/sv/aisleriot/odessa.xml share/help/sv/aisleriot/osmosis.xml share/help/sv/aisleriot/peek.xml share/help/sv/aisleriot/pileon.xml share/help/sv/aisleriot/plait.xml share/help/sv/aisleriot/poker.xml share/help/sv/aisleriot/quatorze.xml share/help/sv/aisleriot/royal_east.xml share/help/sv/aisleriot/saratoga.xml share/help/sv/aisleriot/scorpion.xml share/help/sv/aisleriot/scuffle.xml share/help/sv/aisleriot/seahaven.xml share/help/sv/aisleriot/sir_tommy.xml share/help/sv/aisleriot/spider.xml share/help/sv/aisleriot/spider_three_decks.xml share/help/sv/aisleriot/spiderette.xml share/help/sv/aisleriot/straight_up.xml share/help/sv/aisleriot/streets_and_alleys.xml share/help/sv/aisleriot/ten_across.xml share/help/sv/aisleriot/terrace.xml share/help/sv/aisleriot/thieves.xml share/help/sv/aisleriot/thirteen.xml share/help/sv/aisleriot/thumb_and_pouch.xml share/help/sv/aisleriot/treize.xml share/help/sv/aisleriot/triple_peaks.xml share/help/sv/aisleriot/union_square.xml share/help/sv/aisleriot/valentine.xml share/help/sv/aisleriot/wall.xml share/help/sv/aisleriot/westhaven.xml share/help/sv/aisleriot/whitehead.xml share/help/sv/aisleriot/will_o_the_wisp.xml share/help/sv/aisleriot/yield.xml share/help/sv/aisleriot/yukon.xml share/help/sv/aisleriot/zebra.xml share/help/zh_CN/aisleriot/accordion.xml share/help/zh_CN/aisleriot/agnes.xml share/help/zh_CN/aisleriot/athena.xml share/help/zh_CN/aisleriot/auld_lang_syne.xml share/help/zh_CN/aisleriot/aunt_mary.xml share/help/zh_CN/aisleriot/backbone.xml share/help/zh_CN/aisleriot/bakers_dozen.xml share/help/zh_CN/aisleriot/bakers_game.xml share/help/zh_CN/aisleriot/bear_river.xml share/help/zh_CN/aisleriot/beleaguered_castle.xml share/help/zh_CN/aisleriot/block_ten.xml share/help/zh_CN/aisleriot/bristol.xml share/help/zh_CN/aisleriot/camelot.xml share/help/zh_CN/aisleriot/canfield.xml share/help/zh_CN/aisleriot/carpet.xml share/help/zh_CN/aisleriot/chessboard.xml share/help/zh_CN/aisleriot/clock.xml share/help/zh_CN/aisleriot/cover.xml share/help/zh_CN/aisleriot/cruel.xml share/help/zh_CN/aisleriot/definitions.xml share/help/zh_CN/aisleriot/diamond_mine.xml share/help/zh_CN/aisleriot/doublets.xml share/help/zh_CN/aisleriot/eagle-wing.xml share/help/zh_CN/aisleriot/easthaven.xml share/help/zh_CN/aisleriot/eight_off.xml share/help/zh_CN/aisleriot/elevator.xml share/help/zh_CN/aisleriot/eliminator.xml share/help/zh_CN/aisleriot/escalator.xml share/help/zh_CN/aisleriot/first_law.xml share/help/zh_CN/aisleriot/fortress.xml share/help/zh_CN/aisleriot/fortunes.xml share/help/zh_CN/aisleriot/forty_thieves.xml share/help/zh_CN/aisleriot/fourteen.xml share/help/zh_CN/aisleriot/freecell.xml share/help/zh_CN/aisleriot/gaps.xml share/help/zh_CN/aisleriot/gay_gordons.xml share/help/zh_CN/aisleriot/giant.xml share/help/zh_CN/aisleriot/glenwood.xml share/help/zh_CN/aisleriot/gold_mine.xml share/help/zh_CN/aisleriot/golf.xml share/help/zh_CN/aisleriot/gypsy.xml share/help/zh_CN/aisleriot/hamilton.xml share/help/zh_CN/aisleriot/helsinki.xml share/help/zh_CN/aisleriot/hopscotch.xml share/help/zh_CN/aisleriot/index.docbook share/help/zh_CN/aisleriot/isabel.xml share/help/zh_CN/aisleriot/jamestown.xml share/help/zh_CN/aisleriot/jumbo.xml share/help/zh_CN/aisleriot/kansas.xml share/help/zh_CN/aisleriot/king_albert.xml share/help/zh_CN/aisleriot/kings_audience.xml share/help/zh_CN/aisleriot/klondike.xml share/help/zh_CN/aisleriot/labyrinth.xml share/help/zh_CN/aisleriot/lady_jane.xml share/help/zh_CN/aisleriot/legal.xml share/help/zh_CN/aisleriot/maze.xml share/help/zh_CN/aisleriot/monte_carlo.xml share/help/zh_CN/aisleriot/napoleons_tomb.xml share/help/zh_CN/aisleriot/neighbor.xml share/help/zh_CN/aisleriot/odessa.xml share/help/zh_CN/aisleriot/osmosis.xml share/help/zh_CN/aisleriot/peek.xml share/help/zh_CN/aisleriot/pileon.xml share/help/zh_CN/aisleriot/plait.xml share/help/zh_CN/aisleriot/poker.xml share/help/zh_CN/aisleriot/quatorze.xml share/help/zh_CN/aisleriot/royal_east.xml share/help/zh_CN/aisleriot/saratoga.xml share/help/zh_CN/aisleriot/scorpion.xml share/help/zh_CN/aisleriot/scuffle.xml share/help/zh_CN/aisleriot/seahaven.xml share/help/zh_CN/aisleriot/sir_tommy.xml share/help/zh_CN/aisleriot/spider.xml share/help/zh_CN/aisleriot/spider_three_decks.xml share/help/zh_CN/aisleriot/spiderette.xml share/help/zh_CN/aisleriot/straight_up.xml share/help/zh_CN/aisleriot/streets_and_alleys.xml share/help/zh_CN/aisleriot/ten_across.xml share/help/zh_CN/aisleriot/terrace.xml share/help/zh_CN/aisleriot/thieves.xml share/help/zh_CN/aisleriot/thirteen.xml share/help/zh_CN/aisleriot/thumb_and_pouch.xml share/help/zh_CN/aisleriot/treize.xml share/help/zh_CN/aisleriot/triple_peaks.xml share/help/zh_CN/aisleriot/union_square.xml share/help/zh_CN/aisleriot/valentine.xml share/help/zh_CN/aisleriot/wall.xml share/help/zh_CN/aisleriot/westhaven.xml share/help/zh_CN/aisleriot/whitehead.xml share/help/zh_CN/aisleriot/will_o_the_wisp.xml share/help/zh_CN/aisleriot/yield.xml share/help/zh_CN/aisleriot/yukon.xml share/help/zh_CN/aisleriot/zebra.xml share/icons/hicolor/16x16/apps/gnome-aisleriot.png share/icons/hicolor/16x16/apps/gnome-freecell.png share/icons/hicolor/22x22/apps/gnome-aisleriot.png share/icons/hicolor/22x22/apps/gnome-freecell.png share/icons/hicolor/24x24/apps/gnome-aisleriot.png share/icons/hicolor/24x24/apps/gnome-freecell.png share/icons/hicolor/256x256/apps/gnome-aisleriot.png share/icons/hicolor/256x256/apps/gnome-freecell.png share/icons/hicolor/32x32/apps/gnome-aisleriot.png share/icons/hicolor/32x32/apps/gnome-freecell.png share/icons/hicolor/48x48/apps/gnome-aisleriot.png share/icons/hicolor/48x48/apps/gnome-freecell.png share/icons/hicolor/symbolic/apps/gnome-aisleriot-symbolic.svg share/locale/af/LC_MESSAGES/aisleriot.mo share/locale/am/LC_MESSAGES/aisleriot.mo share/locale/ar/LC_MESSAGES/aisleriot.mo share/locale/as/LC_MESSAGES/aisleriot.mo share/locale/ast/LC_MESSAGES/aisleriot.mo share/locale/az/LC_MESSAGES/aisleriot.mo share/locale/be/LC_MESSAGES/aisleriot.mo share/locale/bg/LC_MESSAGES/aisleriot.mo share/locale/bn/LC_MESSAGES/aisleriot.mo share/locale/bn_IN/LC_MESSAGES/aisleriot.mo share/locale/br/LC_MESSAGES/aisleriot.mo share/locale/bs/LC_MESSAGES/aisleriot.mo share/locale/ca/LC_MESSAGES/aisleriot.mo share/locale/ca@valencia/LC_MESSAGES/aisleriot.mo share/locale/cs/LC_MESSAGES/aisleriot.mo share/locale/cy/LC_MESSAGES/aisleriot.mo share/locale/da/LC_MESSAGES/aisleriot.mo share/locale/de/LC_MESSAGES/aisleriot.mo share/locale/dz/LC_MESSAGES/aisleriot.mo share/locale/el/LC_MESSAGES/aisleriot.mo share/locale/en@shaw/LC_MESSAGES/aisleriot.mo share/locale/en_CA/LC_MESSAGES/aisleriot.mo share/locale/en_GB/LC_MESSAGES/aisleriot.mo share/locale/eo/LC_MESSAGES/aisleriot.mo share/locale/es/LC_MESSAGES/aisleriot.mo share/locale/et/LC_MESSAGES/aisleriot.mo share/locale/eu/LC_MESSAGES/aisleriot.mo share/locale/fa/LC_MESSAGES/aisleriot.mo share/locale/fi/LC_MESSAGES/aisleriot.mo share/locale/fr/LC_MESSAGES/aisleriot.mo share/locale/fur/LC_MESSAGES/aisleriot.mo share/locale/ga/LC_MESSAGES/aisleriot.mo share/locale/gl/LC_MESSAGES/aisleriot.mo share/locale/gu/LC_MESSAGES/aisleriot.mo share/locale/he/LC_MESSAGES/aisleriot.mo share/locale/hi/LC_MESSAGES/aisleriot.mo share/locale/hr/LC_MESSAGES/aisleriot.mo share/locale/hu/LC_MESSAGES/aisleriot.mo share/locale/id/LC_MESSAGES/aisleriot.mo share/locale/is/LC_MESSAGES/aisleriot.mo share/locale/it/LC_MESSAGES/aisleriot.mo share/locale/ja/LC_MESSAGES/aisleriot.mo share/locale/ka/LC_MESSAGES/aisleriot.mo share/locale/kk/LC_MESSAGES/aisleriot.mo share/locale/km/LC_MESSAGES/aisleriot.mo share/locale/kn/LC_MESSAGES/aisleriot.mo share/locale/ko/LC_MESSAGES/aisleriot.mo share/locale/ku/LC_MESSAGES/aisleriot.mo share/locale/lt/LC_MESSAGES/aisleriot.mo share/locale/lv/LC_MESSAGES/aisleriot.mo share/locale/mai/LC_MESSAGES/aisleriot.mo share/locale/mk/LC_MESSAGES/aisleriot.mo share/locale/ml/LC_MESSAGES/aisleriot.mo share/locale/mn/LC_MESSAGES/aisleriot.mo share/locale/mr/LC_MESSAGES/aisleriot.mo share/locale/ms/LC_MESSAGES/aisleriot.mo share/locale/nb/LC_MESSAGES/aisleriot.mo share/locale/ne/LC_MESSAGES/aisleriot.mo share/locale/nl/LC_MESSAGES/aisleriot.mo share/locale/nn/LC_MESSAGES/aisleriot.mo share/locale/oc/LC_MESSAGES/aisleriot.mo share/locale/or/LC_MESSAGES/aisleriot.mo share/locale/pa/LC_MESSAGES/aisleriot.mo share/locale/pl/LC_MESSAGES/aisleriot.mo share/locale/pt/LC_MESSAGES/aisleriot.mo share/locale/pt_BR/LC_MESSAGES/aisleriot.mo share/locale/ro/LC_MESSAGES/aisleriot.mo share/locale/ru/LC_MESSAGES/aisleriot.mo share/locale/rw/LC_MESSAGES/aisleriot.mo share/locale/si/LC_MESSAGES/aisleriot.mo share/locale/sk/LC_MESSAGES/aisleriot.mo share/locale/sl/LC_MESSAGES/aisleriot.mo share/locale/sq/LC_MESSAGES/aisleriot.mo share/locale/sr/LC_MESSAGES/aisleriot.mo share/locale/sr@latin/LC_MESSAGES/aisleriot.mo share/locale/sv/LC_MESSAGES/aisleriot.mo share/locale/ta/LC_MESSAGES/aisleriot.mo share/locale/te/LC_MESSAGES/aisleriot.mo share/locale/tg/LC_MESSAGES/aisleriot.mo share/locale/th/LC_MESSAGES/aisleriot.mo share/locale/tr/LC_MESSAGES/aisleriot.mo share/locale/ug/LC_MESSAGES/aisleriot.mo share/locale/uk/LC_MESSAGES/aisleriot.mo share/locale/vi/LC_MESSAGES/aisleriot.mo share/locale/wa/LC_MESSAGES/aisleriot.mo share/locale/xh/LC_MESSAGES/aisleriot.mo share/locale/zh_CN/LC_MESSAGES/aisleriot.mo share/locale/zh_HK/LC_MESSAGES/aisleriot.mo share/locale/zh_TW/LC_MESSAGES/aisleriot.mo @dir share/help/ca/aisleriot/figures @dir share/help/cs/aisleriot/figures @dir share/help/de/aisleriot/figures @dir share/help/el/aisleriot/figures @dir share/help/en_GB/aisleriot/figures @dir share/help/es/aisleriot/figures @dir share/help/eu/aisleriot/figures @dir share/help/fr/aisleriot/figures @dir share/help/gl/aisleriot/figures @dir share/help/hu/aisleriot/figures @dir share/help/oc/aisleriot/figures @dir share/help/pt_BR/aisleriot/figures @dir share/help/ru/aisleriot/figures @dir share/help/sl/aisleriot/figures @dir share/help/sr/aisleriot/figures @dir share/help/sr@latin/aisleriot/figures @dir share/help/sv/aisleriot/figures @dir share/help/zh_CN/aisleriot/figures Index: head/games/gnubik/Makefile =================================================================== --- head/games/gnubik/Makefile (revision 505199) +++ head/games/gnubik/Makefile (revision 505200) @@ -1,39 +1,43 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= gnubik PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D Rubik's cube game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext GNU_CONFIGURE= yes USES= compiler:c++11-lang gettext gl gmake localbase pkgconfig USE_GNOME= gtk20 USE_GL= gl glu PORTDOCS= AUTHORS ChangeLog NEWS README TODO INFO= gnubik OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/configure post-install: ${LN} -s ../icons/hicolor/32x32/apps/gnubik.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/trackballs/Makefile =================================================================== --- head/games/trackballs/Makefile (revision 505199) +++ head/games/trackballs/Makefile (revision 505200) @@ -1,36 +1,36 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= trackballs PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc.so:devel/boehm-gc USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig sdl USE_GL= gl USE_SDL= image2 mixer2 sdl2 ttf2 USE_GITHUB= yes INSTALLS_ICONS= yes CMAKE_ARGS+= -DTRACKBALLS_DOC_DIR=${DOCSDIR} \ -DTRACKBALLS_MAN_DIR=${PREFIX}/man OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes NLS_USES= gettext-tools NLS_CMAKE_ON= -DDISABLE_NLS:BOOL=OFF NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON .include Index: head/graphics/graphviz/Makefile =================================================================== --- head/graphics/graphviz/Makefile (revision 505199) +++ head/graphics/graphviz/Makefile (revision 505200) @@ -1,297 +1,297 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= graphviz PORTVERSION= 2.40.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics tk MASTER_SITES= https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs LICENSE= EPL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libltdl.so:devel/libltdl \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libexpat.so:textproc/expat2 \ libgd.so:${GD_PORT} USES= cpe pathfix shebangfix gmake bison groff pkgconfig \ libtool:keepla localbase:ldflags jpeg compiler:c++11-lang GNU_CONFIGURE= yes # sincos is broken on armv6, see ports/220591 CFLAGS_armv6= -fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \ -fno-builtin-sincosf -fno-builtin-sinf -fno-builtin-cosf \ -fno-builtin-sincosl -fno-builtin-sinl -fno-builtin-cosl CFLAGS_armv7= -fno-builtin-sincos -fno-builtin-sin -fno-builtin-cos \ -fno-builtin-sincosf -fno-builtin-sinf -fno-builtin-cosf \ -fno-builtin-sincosl -fno-builtin-sinl -fno-builtin-cosl PLIST_SUB= PORTVERSION="${PORTVERSION}" MAKE_ENV= EXPR_COMPAT=yes FIX_INCLUDE= \ lib/cdt/dthdr.h \ lib/pathplan/tri.h lib/pathplan/pathplan.h \ lib/pathplan/pathutil.h lib/pathplan/solvers.h \ lib/pathplan/vis.h lib/pathplan/vispath.h \ lib/common/arith.h lib/common/logic.h \ lib/common/globals.h \ lib/gvc/gvcint.h PATCH_TCL_SCRIPTS= tclpkg/gv/Makefile.in tclpkg/tcldot/demo/doted.tcl \ tclpkg/tclpathplan/demo/pathplan.tcl PATCH_TK_SCRIPTS= ${PATCH_TCL_SCRIPTS} PDOCS_TXT= doc/Dot.ref doc/latex_suggestions.txt PDOCS_PDF= doc/*.pdf */*/*.pdf PDOCS_HTML= doc/*.html doc/info/*.gif USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} OPTIONS_DEFINE= XPM DIGCOLA IPSEPCOLA ICONV NLS PANGOCAIRO POPPLER \ ANN GTS GTK2 GDK GDK_PIXBUF GNOMEUI SMYRNA MING DEVIL \ GHOSTSCRIPT PERL PHP PYTHON RUBY LUA TCL TK GUILE NVTHREADS \ DOCS EXAMPLES OPTIONS_DEFAULT= XPM DIGCOLA IPSEPCOLA ICONV PANGOCAIRO NVTHREADS NO_OPTIONS_SORT=yes OPTIONS_SUB= yes DIGCOLA_DESC= neato layout engine with DIGCOLA features IPSEPCOLA_DESC= neato layout engine with IPSEPCOLA features PANGOCAIRO_DESC=pangocairo support ANN_DESC= ANN edge bundling support GTS_DESC= GNU Triangulated Surface Library support GTK2_DESC= gtk2 plugin (requires PANGOCAIRO) GDK_DESC= gdk library support (requires GTK2) GDK_PIXBUF_DESC=gdk pixbuf support (requires GDK) GNOMEUI_DESC= libgnomeui support SMYRNA_DESC= SMYRNA graph viewer (requires GTK2) MING_DESC= ming plugin DEVIL_DESC= devil plugin GHOSTSCRIPT_DESC=ghostscript plugin (requires PANGOCAIRO) PERL_DESC= Perl bindings (swig) PHP_DESC= PHP bindings (swig) PYTHON_DESC= Python bindings (swig) RUBY_DESC= Ruby bindings (swig) LUA_DESC= Lua bindings (swig) TCL_DESC= TCL bindings (swig) GUILE_DESC= Guile bindings (swig) TK_DESC= TK toolkit support NVTHREADS_DESC= Link with threads (needed for nvidia) XPM_USE= XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp,xp ICONV_USES= iconv NLS_USES= gettext PANGOCAIRO_USE= GNOME=pango,cairo XORG=xrender,x11,xau,xdmcp GTK2_USE= XORG=sm,ice,xext,xinerama,xi,xrandr,xcursor,xfixes GNOME=gtk20 GNOMEUI_USE= GNOME=libgnomeui SMYRNA_USE= GNOME=libglade2,pangox-compat GL=glut GHOSTSCRIPT_USES=ghostscript PERL_USES= perl5 PHP_USES= php:build PYTHON_USES= python:2.7,build RUBY_USE= RUBY=yes LUA_USES= lua TCL_USES= tcl:build TK_USES= tk:build TK_IMPLIES= TCL POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib ANN_LIB_DEPENDS= libann.so:math/ann GTS_LIB_DEPENDS= libgts.so:graphics/gts SMYRNA_LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext MING_LIB_DEPENDS= libming.so:graphics/ming DEVIL_LIB_DEPENDS= libIL.so:graphics/devil -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded XPM_CONFIGURE_WITH= x DIGCOLA_CONFIGURE_WITH= digcola IPSEPCOLA_CONFIGURE_WITH= ipsepcola IPSEPCOLA_IMPLIES= DIGCOLA NLS_CONFIGURE_ENABLE= nls PANGOCAIRO_CONFIGURE_WITH= pangocairo POPPLER_CONFIGURE_WITH= poppler ANN_CONFIGURE_WITH= ann ANN_CONFIGURE_ENV= ANN_CFLAGS=-I${LOCALBASE}/include ANN_LIBS=-lann GTS_CONFIGURE_WITH= gts GTK2_CONFIGURE_WITH= gtk GTK2_IMPLIES= PANGOCAIRO GDK_CONFIGURE_WITH= gdk GDK_PIXBUF_CONFIGURE_WITH= gdk-pixbuf GDK_PIXBUF_IMPLIES= GTK2 GDK GNOMEUI_CONFIGURE_WITH= gnomeui GNOMEUI_IMPLIES= GTK2 SMYRNA_CONFIGURE_WITH= smyrna glade gtkgl gtkglext SMYRNA_IMPLIES= GTK2 GTS MING_CONFIGURE_WITH= ming DEVIL_CONFIGURE_WITH= devil GHOSTSCRIPT_CONFIGURE_OFF= --with-ghostscript=no GHOSTSCRIPT_IMPLIES= PANGOCAIRO PERL_CONFIGURE_ENABLE= perl PERL_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.pl PHP_CONFIGURE_ENABLE= php PHP_CPPFLAGS= -I${LOCALBASE}/include/php/Zend PHP_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.php PYTHON_CONFIGURE_ENABLE= python PYTHON_LDFLAGS= "-L${PYTHONBASE}/lib" PYTHON_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py RUBY_CONFIGURE_ENABLE= ruby RUBY_CONFIGURE_ENV= RUBY="${RUBY}" RUBY_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.rb LUA_CONFIGURE_ENABLE= lua LUA_CFLAGS= -I${LUA_INCDIR} LUA_LDFLAGS= -L${LUA_LIBDIR} -lm LUA_CONFIGURE_ENV= LUA="${LUA_BINDIR}/lua" \ LUA_INSTALL_DIR=${PREFIX}/lib/lua/${LUA_VER} LUA_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.lua TCL_CONFIGURE_ENABLE= tcl TCL_CPPFLAGS= -I${TK_INCLUDEDIR} TCL_CONFIGURE_ON= --with-tclsh=${TCLSH} --enable-tcl=yes TCL_CONFIGURE_ENV= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh" TCL_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.tcl \ PLIST_SUB+=TCL_VER="${TCL_VER}" TK_CPPFLAGS= -I${TK_INCLUDEDIR} TK_CONFIGURE_ON= --with-wish=${WISH} TK_CONFIGURE_ENV= TKCONFIG="${TK_LIBDIR}/tkConfig.sh" GUILE_CONFIGURE_ENABLE= guile NVTHREADS_LDFLAGS= -lpthread .include # allow the use localized gd ports in Makefile.local or slave ports. GD_PORT?= graphics/gd CONFIGURE_ARGS+= --program-transform-name="s/x/x/" \ --enable-dependency-tracking \ --enable-r=no \ --with-freetype2=yes \ --with-libgd \ --with-fontconfigincludedir=${LOCALBASE}/include \ --with-fontconfiglibdir=${LOCALBASE}/lib \ --without-rsvg \ --with-qt=no \ --disable-io --disable-ocaml --disable-java \ --disable-sharp .if ${PORT_OPTIONS:MMING} BROKEN= Ming incomplete, uses removed libgraph .endif .if ${PORT_OPTIONS:MTK} # USES=tk:build is BROKEN: Does not allow to set both tcl and tk depedencies BUILD_DEPENDS+= tclsh${TCL_VER}:lang/tcl${_TCLTK_WANTED_VERSION} .endif .if ${PORT_OPTIONS:MICONV} CONFIGURE_ARGS+= --with-iconvlibdir=${ICONV_PREFIX}/lib CONFIGURE_ARGS+= --with-iconvincludedir=${ICONV_PREFIX}/include .else CONFIGURE_ARGS+= --without-libiconv-prefix .endif .if ${PORT_OPTIONS:MPERL} || ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || \ ${PORT_OPTIONS:MRUBY} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MTCL} || \ ${PORT_OPTIONS:MGUILE} BUILD_DEPENDS+= swig3.0:devel/swig30 RUN_DEPENDS+= swig3.0:devel/swig30 CONFIGURE_ARGS+= --enable-swig CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig3.0" .else CONFIGURE_ARGS+= --disable-swig CONFIGURE_ENV+= SWIG="/nonexistent" .endif .include .if ${PORT_OPTIONS:MPHP} .if ${PHP_VER} < 70 # force old PHP API MAKE_ARGS+= SWIG_PHP_OPT=-php5 .endif .endif post-patch: ${FIND} ${WRKSRC} -name Makefile.in | \ ${XARGS} ${REINPLACE_CMD} \ -e "s|\([^:]*:.*\) install-pdfDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-htmlDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-txtDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-demoDATA\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-demoSCRIPTS\(.*\)|\1\2|g" \ -e "s|\([^:]*:.*\) install-pathplanexampleDATA\(.*\)|\1\2|g" \ -e 's|txtdir = $$(pkgdatadir)/doc|txtdir = ${DOCSDIR}|' \ -e 's|demodir = $$(pkgdatadir)/demo|demodir = ${EXAMPLESDIR}|'; ${REINPLACE_CMD} \ -e 's|^\.SUFFIXES: \(.*\)\.1\(.*\)|.SUFFIXES: \1 \2|' \ ${WRKSRC}/cmd/tools/Makefile.in \ ${WRKSRC}/cmd/gvpr/Makefile.in ${FIND} ${WRKSRC}/lib -name 'Makefile.in' | \ ${XARGS} ${REINPLACE_CMD} \ -e 's|pkglibdir = $$(libdir)/@PACKAGE@|pkglibdir = $$(libdir)|g' \ -e 's|libdir = @libdir@|libdir = @libdir@/@PACKAGE@|g'; ${FIND} ${WRKSRC}/lib -name '*.pc.in' | \ ${XARGS} ${REINPLACE_CMD} \ -e 's|libdir=@libdir@|libdir=@libdir@/@PACKAGE@|'; ${REINPLACE_CMD} -e "s|/usr/include/php|${LOCALBASE}/include/php|g" \ -e "s|vendorarchdir|sitearchdir|g" \ -e "s|-lruby|-lruby${RUBY_SUFFIX}|g" \ -e "s|ruby-1[.]9|ruby-${RUBY_VER}|g" \ -e 's|PHP_INSTALL_DIR=.*|PHP_INSTALL_DIR="${PREFIX}/lib/php/${PHP_EXT_DIR}"|' \ -e 's|PHP_INSTALL_DATADIR=.*|PHP_INSTALL_DATADIR="${PREFIX}/share/php"|' \ -e '/if test/ s| == | = |g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \ ${WRKSRC}/cmd/smyrna/tvnodes.h ${REINPLACE_CMD} -e 's|GTS_LIBS)|GTS_LIBS) $$(MATH_LIBS)|' \ ${WRKSRC}/cmd/smyrna/Makefile.in ${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/ ${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' \ ${WRKSRC}/lib/sfio/*.[ch] post-patch-DOCS-off: ${REINPLACE_CMD} -e 's| install-txtDATA$$||' \ ${WRKSRC}/Makefile.in pre-install-PHP-on: ${MKDIR} "${STAGEDIR}/${PREFIX}/share/php" post-install: install-ldconfig-file cd ${WRKSRC}/lib/expr && \ ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} cd ${WRKSRC} && \ ${INSTALL_DATA} ${FIX_INCLUDE} ${STAGEDIR}${PREFIX}/include/graphviz/ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf cd ${WRKSRC} && \ ${INSTALL_DATA} ${PDOCS_TXT} ${STAGEDIR}${DOCSDIR}/ && \ ${INSTALL_DATA} ${PDOCS_PDF} ${STAGEDIR}${DOCSDIR}/pdf/ && \ ${INSTALL_DATA} ${PDOCS_HTML} ${STAGEDIR}${DOCSDIR}/html/ post-install-EXAMPLES-on: @${ECHO_MSG} "Installing demo data..." ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} \ ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl \ ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl \ ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl \ ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} \ ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl.README \ ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl.README \ ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl.README \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl.README \ ${STAGEDIR}${EXAMPLESDIR}/ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/pathplan_data ${INSTALL_DATA} \ ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan_data/*.dat \ ${STAGEDIR}${EXAMPLESDIR}/pathplan_data/ .include Index: head/irc/weechat/Makefile =================================================================== --- head/irc/weechat/Makefile (revision 505199) +++ head/irc/weechat/Makefile (revision 505200) @@ -1,99 +1,100 @@ # Created by: clement # $FreeBSD$ PORTNAME= weechat PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ MAINTAINER= brnrd@FreeBSD.org COMMENT= Lightweight and user friendly ncurses based IRC client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error USES= cmake:noninja ncurses libtool tar:xz USE_LDCONFIG= yes -CMAKE_ARGS+= -DENABLE_GUILE=no \ - -DLIBDATADIR=${LOCALBASE}/libdata +CMAKE_ARGS= -DLIBDATADIR=${LOCALBASE}/libdata OPTIONS_DEFINE= BACKTRACE DOCS CA_BUNDLE GNUTLS HEADLESS ICON ICONV \ MANPAGES NLS OPTIONS_DEFAULT= ASPELL BACKTRACE CA_BUNDLE CHARSET GNUTLS HEADLESS \ ICON LUA MANPAGES PERL PYTHON RUBY TCL OPTIONS_SUB= yes # BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute OPTIONS_EXCLUDE_powerpc64= RUBY OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= ASPELL CHARSET GUILE JAVASCRIPT LUA PERL PHP PYTHON RUBY TCL BACKTRACE_DESC= Provide crash backtraces CA_BUNDLE_DESC= Include CA bundle for certificate verification CHARSET_DESC= Charset plugin (implies ICONV) GUILE_DESC= Guile script support HEADLESS_DESC= Build headless weechat as well ICON_DESC= Desktop icon JAVASCRIPT_DESC= Javascript script support PLUGINS_DESC= Weechat Plugins PYTHON_DESC= Python script support RUBY_DESC= Ruby script support .for _opt in ${OPTIONS_GROUP_PLUGINS} BACKTRACE HEADLESS ICONV GNUTLS NLS ${_opt}_CMAKE_BOOL= ENABLE_${_opt} .endfor ASPELL_CMAKE_BOOL= ENABLE_SPELL ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell CA_BUNDLE_CMAKE_ON= -DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CHARSET_IMPLIES= ICONV DOCS_CMAKE_BOOL= ENABLE_DOC DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/asciidoctor:textproc/rubygem-asciidoctor GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 +GUILE_CMAKE_BOOL= ENABLE_GUILE ICONV_USES= iconv JAVASCRIPT_LIB_DEPENDS= libv8.so:lang/v8 LUA_USES= lua pkgconfig MANPAGES_CMAKE_BOOL= ENABLE_MAN MANPAGES_CMAKE_ON= -DMANDIR=${MANPREFIX}/man MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/bin/asciidoctor:textproc/rubygem-asciidoctor NLS_USES= gettext PERL_USES= perl5 PHP_USES= php:build,embed PYTHON_USES= python RUBY_USE= ruby=yes TCL_CMAKE_ON= -DTCL_VERSION:STRING="${TCL_VER}" \ -DTCL_TCLSH:PATH="${TCLSH}" TCL_USES= tcl .include .if !empty(PORT_OPTIONS:MPYTHON) && ${PYTHON_MAJOR_VER} >= 3 WARNING= "Using Python 3.x is NOT recommended because many \"official\" scripts won\'t work" CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so .endif post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt .for f in src/CMakeLists.txt src/core/CMakeLists.txt cmake/*.cmake @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/${f} .endfor post-patch-ICON-off: @${REINPLACE_CMD} -e '/^# icon$$/,/^$$/d' ${WRKSRC}/CMakeLists.txt post-install: ${LN} -sf weechat ${STAGEDIR}${PREFIX}/bin/weechat-curses .include Index: head/lang/guile2/Makefile =================================================================== --- head/lang/guile2/Makefile (revision 505199) +++ head/lang/guile2/Makefile (revision 505200) @@ -1,64 +1,65 @@ # Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> # $FreeBSD$ PORTNAME= guile -PORTVERSION= 2.0.14 -PORTREVISION= 10 +PORTVERSION= 2.2.5 CATEGORIES= lang scheme MASTER_SITES= GNU PKGNAMESUFFIX= 2 MAINTAINER= bofh@FreeBSD.org COMMENT= GNU Ubiquitous Intelligent Language for Extension LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp \ libltdl.so:devel/libltdl \ libunistring.so:devel/libunistring \ libffi.so:devel/libffi CONFLICTS_INSTALL= guile-[0-9]* MAKE_JOBS_UNSAFE= yes USES= charsetfix ${USES_${ARCH}} gmake iconv libtool makeinfo ncurses pathfix \ - pkgconfig readline + pkgconfig readline tar:lz USES_powerpc64= compiler:c11 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip INFO= guile r5rs PLIST_SUB= GUILE_VER=${PORTVERSION:R} OPTIONS_DEFINE= NLS THREADS OPTIONS_DEFAULT=THREADS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext THREADS_CONFIGURE_WITH= threads THREADS_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded THREADS_LIB_DEPENDS_OFF= libgc.so:devel/boehm-gc REINPLACE_FILES= libguile/smob.c libguile/filesys.c libguile/gc.c \ libguile/mallocs.c libguile/eval.c \ libguile/gc-malloc.c libguile/ports.c post-patch: @cd ${WRKSRC} ; \ ${REINPLACE_CMD} -e 's|||g' ${REINPLACE_FILES} @${REINPLACE_CMD} -e 's|sys/time.h sys/timeb.h|sys/time.h |g' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-i -e|-i.bak -e|' \ + ${WRKSRC}/libguile/Makefile.in post-patch-THREADS-on: @${REINPLACE_CMD} -e 's|bdw-gc|bdw-gc-threaded|g' ${WRKSRC}/configure .include Index: head/lang/guile2/distinfo =================================================================== --- head/lang/guile2/distinfo (revision 505199) +++ head/lang/guile2/distinfo (revision 505200) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487980204 -SHA256 (guile-2.0.14.tar.gz) = 8aeb2f353881282fe01694cce76bb72f7ffdd296a12c7a1a39255c27b0dfe5f1 -SIZE (guile-2.0.14.tar.gz) = 7823099 +TIMESTAMP = 1561026500 +SHA256 (guile-2.2.5.tar.lz) = 340a2ec7a6beb080f1b6f34e642dc2fb2235176468dcad2d01fdc695ed5a0128 +SIZE (guile-2.2.5.tar.lz) = 9220300 Index: head/lang/guile2/files/patch-libguile_____scm.h =================================================================== --- head/lang/guile2/files/patch-libguile_____scm.h (revision 505199) +++ head/lang/guile2/files/patch-libguile_____scm.h (nonexistent) @@ -1,12 +0,0 @@ ---- libguile/__scm.h.orig 2014-01-21 21:25:11 UTC -+++ libguile/__scm.h -@@ -544,7 +544,8 @@ typedef void *scm_t_subr; - * that all the state of the process is contained in the stack. - */ - --#if defined (sparc) || defined (__sparc__) || defined (__sparc) -+#if (defined (sparc) || defined (__sparc__) || defined (__sparc)) && \ -+ defined(__FreeBSD__) - # define SCM_FLUSH_REGISTER_WINDOWS asm("ta 3") - #else - # define SCM_FLUSH_REGISTER_WINDOWS /* empty */ Property changes on: head/lang/guile2/files/patch-libguile_____scm.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/lang/guile2/pkg-plist =================================================================== --- head/lang/guile2/pkg-plist (revision 505199) +++ head/lang/guile2/pkg-plist (revision 505200) @@ -1,681 +1,766 @@ bin/guild bin/guile bin/guile-config bin/guile-snarf bin/guile-tools include/guile/%%GUILE_VER%%/libguile.h include/guile/%%GUILE_VER%%/libguile/__scm.h include/guile/%%GUILE_VER%%/libguile/alist.h -include/guile/%%GUILE_VER%%/libguile/arbiters.h include/guile/%%GUILE_VER%%/libguile/array-handle.h include/guile/%%GUILE_VER%%/libguile/array-map.h include/guile/%%GUILE_VER%%/libguile/arrays.h include/guile/%%GUILE_VER%%/libguile/async.h +include/guile/%%GUILE_VER%%/libguile/atomic.h include/guile/%%GUILE_VER%%/libguile/backtrace.h include/guile/%%GUILE_VER%%/libguile/bdw-gc.h include/guile/%%GUILE_VER%%/libguile/bitvectors.h include/guile/%%GUILE_VER%%/libguile/boolean.h include/guile/%%GUILE_VER%%/libguile/bytevectors.h include/guile/%%GUILE_VER%%/libguile/chars.h include/guile/%%GUILE_VER%%/libguile/continuations.h include/guile/%%GUILE_VER%%/libguile/control.h include/guile/%%GUILE_VER%%/libguile/debug-malloc.h include/guile/%%GUILE_VER%%/libguile/debug.h include/guile/%%GUILE_VER%%/libguile/deprecated.h include/guile/%%GUILE_VER%%/libguile/deprecation.h include/guile/%%GUILE_VER%%/libguile/dynl.h +include/guile/%%GUILE_VER%%/libguile/dynstack.h include/guile/%%GUILE_VER%%/libguile/dynwind.h include/guile/%%GUILE_VER%%/libguile/eq.h include/guile/%%GUILE_VER%%/libguile/error.h include/guile/%%GUILE_VER%%/libguile/eval.h include/guile/%%GUILE_VER%%/libguile/evalext.h include/guile/%%GUILE_VER%%/libguile/expand.h include/guile/%%GUILE_VER%%/libguile/extensions.h +include/guile/%%GUILE_VER%%/libguile/fdes-finalizers.h include/guile/%%GUILE_VER%%/libguile/feature.h include/guile/%%GUILE_VER%%/libguile/filesys.h include/guile/%%GUILE_VER%%/libguile/finalizers.h include/guile/%%GUILE_VER%%/libguile/fluids.h +include/guile/%%GUILE_VER%%/libguile/foreign-object.h include/guile/%%GUILE_VER%%/libguile/foreign.h include/guile/%%GUILE_VER%%/libguile/fports.h include/guile/%%GUILE_VER%%/libguile/frames.h +include/guile/%%GUILE_VER%%/libguile/gc-inline.h include/guile/%%GUILE_VER%%/libguile/gc.h -include/guile/%%GUILE_VER%%/libguile/gdb_interface.h -include/guile/%%GUILE_VER%%/libguile/gdbint.h include/guile/%%GUILE_VER%%/libguile/generalized-arrays.h include/guile/%%GUILE_VER%%/libguile/generalized-vectors.h include/guile/%%GUILE_VER%%/libguile/gettext.h include/guile/%%GUILE_VER%%/libguile/goops.h include/guile/%%GUILE_VER%%/libguile/gsubr.h include/guile/%%GUILE_VER%%/libguile/guardians.h include/guile/%%GUILE_VER%%/libguile/hash.h include/guile/%%GUILE_VER%%/libguile/hashtab.h include/guile/%%GUILE_VER%%/libguile/hooks.h include/guile/%%GUILE_VER%%/libguile/i18n.h include/guile/%%GUILE_VER%%/libguile/init.h include/guile/%%GUILE_VER%%/libguile/inline.h include/guile/%%GUILE_VER%%/libguile/instructions.h include/guile/%%GUILE_VER%%/libguile/ioext.h include/guile/%%GUILE_VER%%/libguile/iselect.h include/guile/%%GUILE_VER%%/libguile/keywords.h include/guile/%%GUILE_VER%%/libguile/list.h include/guile/%%GUILE_VER%%/libguile/load.h +include/guile/%%GUILE_VER%%/libguile/loader.h include/guile/%%GUILE_VER%%/libguile/macros.h include/guile/%%GUILE_VER%%/libguile/mallocs.h include/guile/%%GUILE_VER%%/libguile/memoize.h include/guile/%%GUILE_VER%%/libguile/modules.h include/guile/%%GUILE_VER%%/libguile/net_db.h include/guile/%%GUILE_VER%%/libguile/null-threads.h include/guile/%%GUILE_VER%%/libguile/numbers.h -include/guile/%%GUILE_VER%%/libguile/objcodes.h include/guile/%%GUILE_VER%%/libguile/objprop.h include/guile/%%GUILE_VER%%/libguile/options.h include/guile/%%GUILE_VER%%/libguile/pairs.h include/guile/%%GUILE_VER%%/libguile/poll.h include/guile/%%GUILE_VER%%/libguile/ports.h include/guile/%%GUILE_VER%%/libguile/posix.h include/guile/%%GUILE_VER%%/libguile/print.h include/guile/%%GUILE_VER%%/libguile/procprop.h include/guile/%%GUILE_VER%%/libguile/procs.h include/guile/%%GUILE_VER%%/libguile/programs.h include/guile/%%GUILE_VER%%/libguile/promises.h include/guile/%%GUILE_VER%%/libguile/pthread-threads.h include/guile/%%GUILE_VER%%/libguile/r6rs-ports.h include/guile/%%GUILE_VER%%/libguile/random.h include/guile/%%GUILE_VER%%/libguile/rdelim.h include/guile/%%GUILE_VER%%/libguile/read.h include/guile/%%GUILE_VER%%/libguile/regex-posix.h -include/guile/%%GUILE_VER%%/libguile/root.h include/guile/%%GUILE_VER%%/libguile/rw.h include/guile/%%GUILE_VER%%/libguile/scmconfig.h include/guile/%%GUILE_VER%%/libguile/scmsigs.h include/guile/%%GUILE_VER%%/libguile/script.h include/guile/%%GUILE_VER%%/libguile/simpos.h include/guile/%%GUILE_VER%%/libguile/smob.h include/guile/%%GUILE_VER%%/libguile/snarf.h include/guile/%%GUILE_VER%%/libguile/socket.h include/guile/%%GUILE_VER%%/libguile/sort.h include/guile/%%GUILE_VER%%/libguile/srcprop.h include/guile/%%GUILE_VER%%/libguile/srfi-1.h include/guile/%%GUILE_VER%%/libguile/srfi-13.h include/guile/%%GUILE_VER%%/libguile/srfi-14.h include/guile/%%GUILE_VER%%/libguile/srfi-4.h include/guile/%%GUILE_VER%%/libguile/srfi-60.h include/guile/%%GUILE_VER%%/libguile/stackchk.h include/guile/%%GUILE_VER%%/libguile/stacks.h include/guile/%%GUILE_VER%%/libguile/stime.h include/guile/%%GUILE_VER%%/libguile/strings.h include/guile/%%GUILE_VER%%/libguile/strorder.h include/guile/%%GUILE_VER%%/libguile/strports.h include/guile/%%GUILE_VER%%/libguile/struct.h include/guile/%%GUILE_VER%%/libguile/symbols.h include/guile/%%GUILE_VER%%/libguile/tags.h include/guile/%%GUILE_VER%%/libguile/threads.h include/guile/%%GUILE_VER%%/libguile/throw.h include/guile/%%GUILE_VER%%/libguile/trees.h include/guile/%%GUILE_VER%%/libguile/unicode.h include/guile/%%GUILE_VER%%/libguile/uniform.h include/guile/%%GUILE_VER%%/libguile/validate.h include/guile/%%GUILE_VER%%/libguile/values.h include/guile/%%GUILE_VER%%/libguile/variable.h include/guile/%%GUILE_VER%%/libguile/vectors.h include/guile/%%GUILE_VER%%/libguile/version.h -include/guile/%%GUILE_VER%%/libguile/vm-engine.h +include/guile/%%GUILE_VER%%/libguile/vm-builtins.h include/guile/%%GUILE_VER%%/libguile/vm-expand.h include/guile/%%GUILE_VER%%/libguile/vm.h include/guile/%%GUILE_VER%%/libguile/vports.h -include/guile/%%GUILE_VER%%/libguile/weaks.h +include/guile/%%GUILE_VER%%/libguile/weak-set.h +include/guile/%%GUILE_VER%%/libguile/weak-table.h +include/guile/%%GUILE_VER%%/libguile/weak-vector.h include/guile/%%GUILE_VER%%/readline.h lib/guile/%%GUILE_VER%%/ccache/ice-9/and-let-star.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/arrays.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/atomic.go lib/guile/%%GUILE_VER%%/ccache/ice-9/binary-ports.go lib/guile/%%GUILE_VER%%/ccache/ice-9/boot-9.go lib/guile/%%GUILE_VER%%/ccache/ice-9/buffered-input.go lib/guile/%%GUILE_VER%%/ccache/ice-9/calling.go lib/guile/%%GUILE_VER%%/ccache/ice-9/channel.go lib/guile/%%GUILE_VER%%/ccache/ice-9/command-line.go lib/guile/%%GUILE_VER%%/ccache/ice-9/common-list.go lib/guile/%%GUILE_VER%%/ccache/ice-9/control.go lib/guile/%%GUILE_VER%%/ccache/ice-9/curried-definitions.go lib/guile/%%GUILE_VER%%/ccache/ice-9/debug.go lib/guile/%%GUILE_VER%%/ccache/ice-9/deprecated.go lib/guile/%%GUILE_VER%%/ccache/ice-9/documentation.go lib/guile/%%GUILE_VER%%/ccache/ice-9/eval-string.go lib/guile/%%GUILE_VER%%/ccache/ice-9/eval.go lib/guile/%%GUILE_VER%%/ccache/ice-9/expect.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/fdes-finalizers.go lib/guile/%%GUILE_VER%%/ccache/ice-9/format.go lib/guile/%%GUILE_VER%%/ccache/ice-9/ftw.go lib/guile/%%GUILE_VER%%/ccache/ice-9/futures.go lib/guile/%%GUILE_VER%%/ccache/ice-9/gap-buffer.go lib/guile/%%GUILE_VER%%/ccache/ice-9/getopt-long.go lib/guile/%%GUILE_VER%%/ccache/ice-9/hash-table.go lib/guile/%%GUILE_VER%%/ccache/ice-9/hcons.go lib/guile/%%GUILE_VER%%/ccache/ice-9/history.go lib/guile/%%GUILE_VER%%/ccache/ice-9/i18n.go lib/guile/%%GUILE_VER%%/ccache/ice-9/iconv.go lib/guile/%%GUILE_VER%%/ccache/ice-9/lineio.go lib/guile/%%GUILE_VER%%/ccache/ice-9/list.go lib/guile/%%GUILE_VER%%/ccache/ice-9/local-eval.go lib/guile/%%GUILE_VER%%/ccache/ice-9/ls.go lib/guile/%%GUILE_VER%%/ccache/ice-9/mapping.go lib/guile/%%GUILE_VER%%/ccache/ice-9/match.go lib/guile/%%GUILE_VER%%/ccache/ice-9/networking.go lib/guile/%%GUILE_VER%%/ccache/ice-9/null.go lib/guile/%%GUILE_VER%%/ccache/ice-9/occam-channel.go lib/guile/%%GUILE_VER%%/ccache/ice-9/optargs.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg/cache.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg/codegen.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg/simplify-tree.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg/string-peg.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/peg/using-parsers.go lib/guile/%%GUILE_VER%%/ccache/ice-9/poe.go lib/guile/%%GUILE_VER%%/ccache/ice-9/poll.go lib/guile/%%GUILE_VER%%/ccache/ice-9/popen.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/ports.go lib/guile/%%GUILE_VER%%/ccache/ice-9/posix.go lib/guile/%%GUILE_VER%%/ccache/ice-9/pretty-print.go lib/guile/%%GUILE_VER%%/ccache/ice-9/psyntax-pp.go lib/guile/%%GUILE_VER%%/ccache/ice-9/q.go -lib/guile/%%GUILE_VER%%/ccache/ice-9/r4rs.go lib/guile/%%GUILE_VER%%/ccache/ice-9/r5rs.go lib/guile/%%GUILE_VER%%/ccache/ice-9/rdelim.go lib/guile/%%GUILE_VER%%/ccache/ice-9/readline.go lib/guile/%%GUILE_VER%%/ccache/ice-9/receive.go lib/guile/%%GUILE_VER%%/ccache/ice-9/regex.go lib/guile/%%GUILE_VER%%/ccache/ice-9/runq.go lib/guile/%%GUILE_VER%%/ccache/ice-9/rw.go lib/guile/%%GUILE_VER%%/ccache/ice-9/safe-r5rs.go lib/guile/%%GUILE_VER%%/ccache/ice-9/safe.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/sandbox.go lib/guile/%%GUILE_VER%%/ccache/ice-9/save-stack.go lib/guile/%%GUILE_VER%%/ccache/ice-9/scm-style-repl.go lib/guile/%%GUILE_VER%%/ccache/ice-9/serialize.go lib/guile/%%GUILE_VER%%/ccache/ice-9/session.go lib/guile/%%GUILE_VER%%/ccache/ice-9/slib.go lib/guile/%%GUILE_VER%%/ccache/ice-9/stack-catch.go lib/guile/%%GUILE_VER%%/ccache/ice-9/streams.go lib/guile/%%GUILE_VER%%/ccache/ice-9/string-fun.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/suspendable-ports.go lib/guile/%%GUILE_VER%%/ccache/ice-9/syncase.go +lib/guile/%%GUILE_VER%%/ccache/ice-9/textual-ports.go lib/guile/%%GUILE_VER%%/ccache/ice-9/threads.go lib/guile/%%GUILE_VER%%/ccache/ice-9/time.go lib/guile/%%GUILE_VER%%/ccache/ice-9/top-repl.go lib/guile/%%GUILE_VER%%/ccache/ice-9/unicode.go lib/guile/%%GUILE_VER%%/ccache/ice-9/vlist.go lib/guile/%%GUILE_VER%%/ccache/ice-9/weak-vector.go -lib/guile/%%GUILE_VER%%/ccache/language/assembly.go -lib/guile/%%GUILE_VER%%/ccache/language/assembly/compile-bytecode.go -lib/guile/%%GUILE_VER%%/ccache/language/assembly/decompile-bytecode.go -lib/guile/%%GUILE_VER%%/ccache/language/assembly/disassemble.go -lib/guile/%%GUILE_VER%%/ccache/language/assembly/spec.go lib/guile/%%GUILE_VER%%/ccache/language/brainfuck/compile-scheme.go lib/guile/%%GUILE_VER%%/ccache/language/brainfuck/compile-tree-il.go lib/guile/%%GUILE_VER%%/ccache/language/brainfuck/parse.go lib/guile/%%GUILE_VER%%/ccache/language/brainfuck/spec.go +lib/guile/%%GUILE_VER%%/ccache/language/bytecode.go lib/guile/%%GUILE_VER%%/ccache/language/bytecode/spec.go +lib/guile/%%GUILE_VER%%/ccache/language/cps.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/closure-conversion.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/compile-bytecode.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/constructors.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/contification.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/cse.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/dce.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/effects-analysis.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/elide-values.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/handle-interrupts.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/intmap.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/intset.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/licm.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/optimize.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/peel-loops.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/primitives.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/prune-bailouts.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/prune-top-level-scopes.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/reify-primitives.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/renumber.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/rotate-loops.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/self-references.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/simplify.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/slot-allocation.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/spec.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/specialize-numbers.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/specialize-primcalls.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/split-rec.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/type-checks.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/type-fold.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/types.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/utils.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/verify.go +lib/guile/%%GUILE_VER%%/ccache/language/cps/with-cps.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/array.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/base.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/compile-tree-il.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/function.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/impl.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/parse.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/spec.go lib/guile/%%GUILE_VER%%/ccache/language/ecmascript/tokenize.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/bindings.go +lib/guile/%%GUILE_VER%%/ccache/language/elisp/boot.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/compile-tree-il.go +lib/guile/%%GUILE_VER%%/ccache/language/elisp/falias.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/lexer.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/parser.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/runtime.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/runtime/function-slot.go -lib/guile/%%GUILE_VER%%/ccache/language/elisp/runtime/macros.go -lib/guile/%%GUILE_VER%%/ccache/language/elisp/runtime/subrs.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/runtime/value-slot.go lib/guile/%%GUILE_VER%%/ccache/language/elisp/spec.go -lib/guile/%%GUILE_VER%%/ccache/language/glil.go -lib/guile/%%GUILE_VER%%/ccache/language/glil/compile-assembly.go -lib/guile/%%GUILE_VER%%/ccache/language/glil/spec.go -lib/guile/%%GUILE_VER%%/ccache/language/objcode/spec.go lib/guile/%%GUILE_VER%%/ccache/language/scheme/compile-tree-il.go lib/guile/%%GUILE_VER%%/ccache/language/scheme/decompile-tree-il.go lib/guile/%%GUILE_VER%%/ccache/language/scheme/spec.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/analyze.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/canonicalize.go -lib/guile/%%GUILE_VER%%/ccache/language/tree-il/compile-glil.go -lib/guile/%%GUILE_VER%%/ccache/language/tree-il/cse.go +lib/guile/%%GUILE_VER%%/ccache/language/tree-il/compile-cps.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/debug.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/effects.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/fix-letrec.go -lib/guile/%%GUILE_VER%%/ccache/language/tree-il/inline.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/optimize.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/peval.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/primitives.go lib/guile/%%GUILE_VER%%/ccache/language/tree-il/spec.go lib/guile/%%GUILE_VER%%/ccache/language/value/spec.go lib/guile/%%GUILE_VER%%/ccache/oop/goops.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/accessors.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/active-slot.go -lib/guile/%%GUILE_VER%%/ccache/oop/goops/compile.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/composite-slot.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/describe.go -lib/guile/%%GUILE_VER%%/ccache/oop/goops/dispatch.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/internal.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/save.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/simple.go lib/guile/%%GUILE_VER%%/ccache/oop/goops/stklos.go -lib/guile/%%GUILE_VER%%/ccache/oop/goops/util.go lib/guile/%%GUILE_VER%%/ccache/rnrs.go lib/guile/%%GUILE_VER%%/ccache/rnrs/arithmetic/bitwise.go lib/guile/%%GUILE_VER%%/ccache/rnrs/arithmetic/fixnums.go lib/guile/%%GUILE_VER%%/ccache/rnrs/arithmetic/flonums.go lib/guile/%%GUILE_VER%%/ccache/rnrs/base.go lib/guile/%%GUILE_VER%%/ccache/rnrs/bytevectors.go lib/guile/%%GUILE_VER%%/ccache/rnrs/conditions.go lib/guile/%%GUILE_VER%%/ccache/rnrs/control.go lib/guile/%%GUILE_VER%%/ccache/rnrs/enums.go lib/guile/%%GUILE_VER%%/ccache/rnrs/eval.go lib/guile/%%GUILE_VER%%/ccache/rnrs/exceptions.go lib/guile/%%GUILE_VER%%/ccache/rnrs/files.go lib/guile/%%GUILE_VER%%/ccache/rnrs/hashtables.go lib/guile/%%GUILE_VER%%/ccache/rnrs/io/ports.go lib/guile/%%GUILE_VER%%/ccache/rnrs/io/simple.go lib/guile/%%GUILE_VER%%/ccache/rnrs/lists.go lib/guile/%%GUILE_VER%%/ccache/rnrs/mutable-pairs.go lib/guile/%%GUILE_VER%%/ccache/rnrs/mutable-strings.go lib/guile/%%GUILE_VER%%/ccache/rnrs/programs.go lib/guile/%%GUILE_VER%%/ccache/rnrs/r5rs.go lib/guile/%%GUILE_VER%%/ccache/rnrs/records/inspection.go lib/guile/%%GUILE_VER%%/ccache/rnrs/records/procedural.go lib/guile/%%GUILE_VER%%/ccache/rnrs/records/syntactic.go lib/guile/%%GUILE_VER%%/ccache/rnrs/sorting.go lib/guile/%%GUILE_VER%%/ccache/rnrs/syntax-case.go lib/guile/%%GUILE_VER%%/ccache/rnrs/unicode.go lib/guile/%%GUILE_VER%%/ccache/scripts/api-diff.go lib/guile/%%GUILE_VER%%/ccache/scripts/autofrisk.go lib/guile/%%GUILE_VER%%/ccache/scripts/compile.go lib/guile/%%GUILE_VER%%/ccache/scripts/disassemble.go lib/guile/%%GUILE_VER%%/ccache/scripts/display-commentary.go lib/guile/%%GUILE_VER%%/ccache/scripts/doc-snarf.go lib/guile/%%GUILE_VER%%/ccache/scripts/frisk.go lib/guile/%%GUILE_VER%%/ccache/scripts/generate-autoload.go lib/guile/%%GUILE_VER%%/ccache/scripts/help.go lib/guile/%%GUILE_VER%%/ccache/scripts/lint.go lib/guile/%%GUILE_VER%%/ccache/scripts/list.go lib/guile/%%GUILE_VER%%/ccache/scripts/punify.go lib/guile/%%GUILE_VER%%/ccache/scripts/read-rfc822.go lib/guile/%%GUILE_VER%%/ccache/scripts/read-scheme-source.go lib/guile/%%GUILE_VER%%/ccache/scripts/read-text-outline.go lib/guile/%%GUILE_VER%%/ccache/scripts/scan-api.go lib/guile/%%GUILE_VER%%/ccache/scripts/snarf-check-and-output-texi.go lib/guile/%%GUILE_VER%%/ccache/scripts/snarf-guile-m4-docs.go lib/guile/%%GUILE_VER%%/ccache/scripts/summarize-guile-TODO.go lib/guile/%%GUILE_VER%%/ccache/scripts/use2dot.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-1.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-10.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-11.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-111.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-13.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-14.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-16.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-17.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-18.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-19.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-2.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-26.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-27.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-28.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-31.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-34.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-35.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-37.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-38.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-39.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-4.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-4/gnu.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-41.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-42.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-43.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-45.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-6.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-60.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-64.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-67.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-69.go +lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-71.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-8.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-88.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-9.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-9/gnu.go lib/guile/%%GUILE_VER%%/ccache/srfi/srfi-98.go lib/guile/%%GUILE_VER%%/ccache/statprof.go lib/guile/%%GUILE_VER%%/ccache/sxml/apply-templates.go lib/guile/%%GUILE_VER%%/ccache/sxml/fold.go lib/guile/%%GUILE_VER%%/ccache/sxml/match.go lib/guile/%%GUILE_VER%%/ccache/sxml/simple.go lib/guile/%%GUILE_VER%%/ccache/sxml/ssax.go lib/guile/%%GUILE_VER%%/ccache/sxml/ssax/input-parse.go lib/guile/%%GUILE_VER%%/ccache/sxml/transform.go lib/guile/%%GUILE_VER%%/ccache/sxml/xpath.go lib/guile/%%GUILE_VER%%/ccache/system/base/ck.go lib/guile/%%GUILE_VER%%/ccache/system/base/compile.go lib/guile/%%GUILE_VER%%/ccache/system/base/lalr.go lib/guile/%%GUILE_VER%%/ccache/system/base/language.go lib/guile/%%GUILE_VER%%/ccache/system/base/message.go lib/guile/%%GUILE_VER%%/ccache/system/base/pmatch.go lib/guile/%%GUILE_VER%%/ccache/system/base/syntax.go lib/guile/%%GUILE_VER%%/ccache/system/base/target.go lib/guile/%%GUILE_VER%%/ccache/system/base/types.go +lib/guile/%%GUILE_VER%%/ccache/system/foreign-object.go lib/guile/%%GUILE_VER%%/ccache/system/foreign.go lib/guile/%%GUILE_VER%%/ccache/system/repl/command.go lib/guile/%%GUILE_VER%%/ccache/system/repl/common.go lib/guile/%%GUILE_VER%%/ccache/system/repl/coop-server.go lib/guile/%%GUILE_VER%%/ccache/system/repl/debug.go lib/guile/%%GUILE_VER%%/ccache/system/repl/error-handling.go lib/guile/%%GUILE_VER%%/ccache/system/repl/repl.go lib/guile/%%GUILE_VER%%/ccache/system/repl/server.go +lib/guile/%%GUILE_VER%%/ccache/system/syntax.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/assembler.go lib/guile/%%GUILE_VER%%/ccache/system/vm/coverage.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/debug.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/disassembler.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/dwarf.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/elf.go lib/guile/%%GUILE_VER%%/ccache/system/vm/frame.go lib/guile/%%GUILE_VER%%/ccache/system/vm/inspect.go -lib/guile/%%GUILE_VER%%/ccache/system/vm/instruction.go -lib/guile/%%GUILE_VER%%/ccache/system/vm/objcode.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/linker.go +lib/guile/%%GUILE_VER%%/ccache/system/vm/loader.go lib/guile/%%GUILE_VER%%/ccache/system/vm/program.go lib/guile/%%GUILE_VER%%/ccache/system/vm/trace.go lib/guile/%%GUILE_VER%%/ccache/system/vm/trap-state.go lib/guile/%%GUILE_VER%%/ccache/system/vm/traps.go lib/guile/%%GUILE_VER%%/ccache/system/vm/vm.go lib/guile/%%GUILE_VER%%/ccache/system/xref.go lib/guile/%%GUILE_VER%%/ccache/texinfo.go lib/guile/%%GUILE_VER%%/ccache/texinfo/docbook.go lib/guile/%%GUILE_VER%%/ccache/texinfo/html.go lib/guile/%%GUILE_VER%%/ccache/texinfo/indexing.go lib/guile/%%GUILE_VER%%/ccache/texinfo/plain-text.go lib/guile/%%GUILE_VER%%/ccache/texinfo/reflection.go lib/guile/%%GUILE_VER%%/ccache/texinfo/serialize.go lib/guile/%%GUILE_VER%%/ccache/texinfo/string-utils.go lib/guile/%%GUILE_VER%%/ccache/web/client.go lib/guile/%%GUILE_VER%%/ccache/web/http.go lib/guile/%%GUILE_VER%%/ccache/web/request.go lib/guile/%%GUILE_VER%%/ccache/web/response.go lib/guile/%%GUILE_VER%%/ccache/web/server.go lib/guile/%%GUILE_VER%%/ccache/web/server/http.go lib/guile/%%GUILE_VER%%/ccache/web/uri.go +lib/guile/%%GUILE_VER%%/extensions/guile-readline.a +lib/guile/%%GUILE_VER%%/extensions/guile-readline.so +lib/guile/%%GUILE_VER%%/extensions/guile-readline.so.0 +lib/guile/%%GUILE_VER%%/extensions/guile-readline.so.0.0.0 lib/libguile-%%GUILE_VER%%.a lib/libguile-%%GUILE_VER%%.so -lib/libguile-%%GUILE_VER%%.so.22 -lib/libguile-%%GUILE_VER%%.so.22.8.1 -lib/libguile-%%GUILE_VER%%.so.22.8.1-gdb.scm -lib/libguilereadline-v-18.a -lib/libguilereadline-v-18.so -lib/libguilereadline-v-18.so.18 -lib/libguilereadline-v-18.so.18.0.0 +lib/libguile-%%GUILE_VER%%.so.1 +lib/libguile-%%GUILE_VER%%.so.1.4.0 +lib/libguile-%%GUILE_VER%%.so.1.4.0-gdb.scm libdata/pkgconfig/guile-%%GUILE_VER%%.pc man/man1/guile.1.gz share/aclocal/guile.m4 %%DATADIR%%/%%GUILE_VER%%/guile-procedures.txt %%DATADIR%%/%%GUILE_VER%%/ice-9/and-let-star.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/arrays.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/atomic.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/binary-ports.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/boot-9.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/buffered-input.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/calling.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/channel.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/command-line.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/common-list.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/control.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/curried-definitions.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/debug.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/deprecated.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/documentation.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/eval-string.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/eval.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/expect.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/fdes-finalizers.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/format.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/ftw.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/futures.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/gap-buffer.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/getopt-long.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/hash-table.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/hcons.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/history.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/i18n.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/iconv.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/lineio.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/list.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/local-eval.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/ls.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/mapping.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/match.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/match.upstream.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/networking.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/null.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/occam-channel.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/optargs.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg/cache.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg/codegen.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg/simplify-tree.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg/string-peg.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/peg/using-parsers.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/poe.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/poll.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/popen.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/ports.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/posix.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/pretty-print.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/psyntax-pp.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/psyntax.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/q.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/quasisyntax.scm -%%DATADIR%%/%%GUILE_VER%%/ice-9/r4rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/r5rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/r6rs-libraries.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/rdelim.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/readline.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/receive.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/regex.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/runq.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/rw.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/safe-r5rs.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/safe.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/sandbox.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/save-stack.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/scm-style-repl.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/serialize.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/session.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/slib.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/stack-catch.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/streams.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/string-fun.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/suspendable-ports.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/syncase.scm +%%DATADIR%%/%%GUILE_VER%%/ice-9/textual-ports.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/threads.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/time.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/top-repl.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/unicode.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/vlist.scm %%DATADIR%%/%%GUILE_VER%%/ice-9/weak-vector.scm -%%DATADIR%%/%%GUILE_VER%%/language/assembly.scm -%%DATADIR%%/%%GUILE_VER%%/language/assembly/compile-bytecode.scm -%%DATADIR%%/%%GUILE_VER%%/language/assembly/decompile-bytecode.scm -%%DATADIR%%/%%GUILE_VER%%/language/assembly/disassemble.scm -%%DATADIR%%/%%GUILE_VER%%/language/assembly/spec.scm %%DATADIR%%/%%GUILE_VER%%/language/brainfuck/compile-scheme.scm %%DATADIR%%/%%GUILE_VER%%/language/brainfuck/compile-tree-il.scm %%DATADIR%%/%%GUILE_VER%%/language/brainfuck/parse.scm %%DATADIR%%/%%GUILE_VER%%/language/brainfuck/spec.scm +%%DATADIR%%/%%GUILE_VER%%/language/bytecode.scm %%DATADIR%%/%%GUILE_VER%%/language/bytecode/spec.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/closure-conversion.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/compile-bytecode.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/constructors.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/contification.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/cse.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/dce.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/effects-analysis.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/elide-values.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/handle-interrupts.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/intmap.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/intset.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/licm.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/optimize.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/peel-loops.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/primitives.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/prune-bailouts.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/prune-top-level-scopes.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/reify-primitives.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/renumber.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/rotate-loops.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/self-references.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/simplify.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/slot-allocation.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/spec.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/specialize-numbers.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/specialize-primcalls.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/split-rec.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/type-checks.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/type-fold.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/types.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/utils.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/verify.scm +%%DATADIR%%/%%GUILE_VER%%/language/cps/with-cps.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/array.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/base.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/compile-tree-il.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/function.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/impl.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/parse.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/spec.scm %%DATADIR%%/%%GUILE_VER%%/language/ecmascript/tokenize.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/bindings.scm +%%DATADIR%%/%%GUILE_VER%%/language/elisp/boot.el %%DATADIR%%/%%GUILE_VER%%/language/elisp/compile-tree-il.scm +%%DATADIR%%/%%GUILE_VER%%/language/elisp/falias.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/lexer.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/parser.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/runtime.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/runtime/function-slot.scm -%%DATADIR%%/%%GUILE_VER%%/language/elisp/runtime/macros.scm -%%DATADIR%%/%%GUILE_VER%%/language/elisp/runtime/subrs.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/runtime/value-slot.scm %%DATADIR%%/%%GUILE_VER%%/language/elisp/spec.scm -%%DATADIR%%/%%GUILE_VER%%/language/glil.scm -%%DATADIR%%/%%GUILE_VER%%/language/glil/compile-assembly.scm -%%DATADIR%%/%%GUILE_VER%%/language/glil/spec.scm -%%DATADIR%%/%%GUILE_VER%%/language/objcode/spec.scm %%DATADIR%%/%%GUILE_VER%%/language/scheme/compile-tree-il.scm %%DATADIR%%/%%GUILE_VER%%/language/scheme/decompile-tree-il.scm %%DATADIR%%/%%GUILE_VER%%/language/scheme/spec.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/analyze.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/canonicalize.scm -%%DATADIR%%/%%GUILE_VER%%/language/tree-il/compile-glil.scm -%%DATADIR%%/%%GUILE_VER%%/language/tree-il/cse.scm +%%DATADIR%%/%%GUILE_VER%%/language/tree-il/compile-cps.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/debug.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/effects.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/fix-letrec.scm -%%DATADIR%%/%%GUILE_VER%%/language/tree-il/inline.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/optimize.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/peval.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/primitives.scm %%DATADIR%%/%%GUILE_VER%%/language/tree-il/spec.scm %%DATADIR%%/%%GUILE_VER%%/language/value/spec.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/accessors.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/active-slot.scm -%%DATADIR%%/%%GUILE_VER%%/oop/goops/compile.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/composite-slot.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/describe.scm -%%DATADIR%%/%%GUILE_VER%%/oop/goops/dispatch.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/internal.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/save.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/simple.scm %%DATADIR%%/%%GUILE_VER%%/oop/goops/stklos.scm -%%DATADIR%%/%%GUILE_VER%%/oop/goops/util.scm %%DATADIR%%/%%GUILE_VER%%/rnrs.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/arithmetic/bitwise.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/arithmetic/fixnums.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/arithmetic/flonums.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/base.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/bytevectors.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/conditions.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/control.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/enums.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/eval.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/exceptions.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/files.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/hashtables.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/io/ports.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/io/simple.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/lists.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/mutable-pairs.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/mutable-strings.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/programs.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/r5rs.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/records/inspection.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/records/procedural.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/records/syntactic.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/sorting.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/syntax-case.scm %%DATADIR%%/%%GUILE_VER%%/rnrs/unicode.scm %%DATADIR%%/%%GUILE_VER%%/scripts/api-diff.scm %%DATADIR%%/%%GUILE_VER%%/scripts/autofrisk.scm %%DATADIR%%/%%GUILE_VER%%/scripts/compile.scm %%DATADIR%%/%%GUILE_VER%%/scripts/disassemble.scm %%DATADIR%%/%%GUILE_VER%%/scripts/display-commentary.scm %%DATADIR%%/%%GUILE_VER%%/scripts/doc-snarf.scm %%DATADIR%%/%%GUILE_VER%%/scripts/frisk.scm %%DATADIR%%/%%GUILE_VER%%/scripts/generate-autoload.scm %%DATADIR%%/%%GUILE_VER%%/scripts/help.scm %%DATADIR%%/%%GUILE_VER%%/scripts/lint.scm %%DATADIR%%/%%GUILE_VER%%/scripts/list.scm %%DATADIR%%/%%GUILE_VER%%/scripts/punify.scm %%DATADIR%%/%%GUILE_VER%%/scripts/read-rfc822.scm %%DATADIR%%/%%GUILE_VER%%/scripts/read-scheme-source.scm %%DATADIR%%/%%GUILE_VER%%/scripts/read-text-outline.scm %%DATADIR%%/%%GUILE_VER%%/scripts/scan-api.scm %%DATADIR%%/%%GUILE_VER%%/scripts/snarf-check-and-output-texi.scm %%DATADIR%%/%%GUILE_VER%%/scripts/snarf-guile-m4-docs.scm %%DATADIR%%/%%GUILE_VER%%/scripts/summarize-guile-TODO.scm %%DATADIR%%/%%GUILE_VER%%/scripts/use2dot.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-1.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-10.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-11.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-111.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-13.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-14.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-16.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-17.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-18.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-19.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-2.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-26.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-27.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-28.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-31.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-34.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-35.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-37.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-38.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-39.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-4.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-4/gnu.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-41.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-42.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-42/ec.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-43.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-45.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-6.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-60.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-64.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-64/testing.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-67.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-67/compare.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-69.scm +%%DATADIR%%/%%GUILE_VER%%/srfi/srfi-71.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-8.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-88.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-9.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-9/gnu.scm %%DATADIR%%/%%GUILE_VER%%/srfi/srfi-98.scm %%DATADIR%%/%%GUILE_VER%%/statprof.scm %%DATADIR%%/%%GUILE_VER%%/sxml/apply-templates.scm %%DATADIR%%/%%GUILE_VER%%/sxml/fold.scm %%DATADIR%%/%%GUILE_VER%%/sxml/match.scm %%DATADIR%%/%%GUILE_VER%%/sxml/simple.scm %%DATADIR%%/%%GUILE_VER%%/sxml/ssax.scm %%DATADIR%%/%%GUILE_VER%%/sxml/ssax/input-parse.scm %%DATADIR%%/%%GUILE_VER%%/sxml/sxml-match.ss %%DATADIR%%/%%GUILE_VER%%/sxml/transform.scm %%DATADIR%%/%%GUILE_VER%%/sxml/upstream/SSAX.scm %%DATADIR%%/%%GUILE_VER%%/sxml/upstream/SXML-tree-trans.scm %%DATADIR%%/%%GUILE_VER%%/sxml/upstream/SXPath-old.scm %%DATADIR%%/%%GUILE_VER%%/sxml/upstream/assert.scm %%DATADIR%%/%%GUILE_VER%%/sxml/upstream/input-parse.scm %%DATADIR%%/%%GUILE_VER%%/sxml/xpath.scm %%DATADIR%%/%%GUILE_VER%%/system/base/ck.scm %%DATADIR%%/%%GUILE_VER%%/system/base/compile.scm %%DATADIR%%/%%GUILE_VER%%/system/base/lalr.scm %%DATADIR%%/%%GUILE_VER%%/system/base/lalr.upstream.scm %%DATADIR%%/%%GUILE_VER%%/system/base/language.scm %%DATADIR%%/%%GUILE_VER%%/system/base/message.scm %%DATADIR%%/%%GUILE_VER%%/system/base/pmatch.scm %%DATADIR%%/%%GUILE_VER%%/system/base/syntax.scm %%DATADIR%%/%%GUILE_VER%%/system/base/target.scm %%DATADIR%%/%%GUILE_VER%%/system/base/types.scm +%%DATADIR%%/%%GUILE_VER%%/system/foreign-object.scm %%DATADIR%%/%%GUILE_VER%%/system/foreign.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/command.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/common.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/coop-server.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/debug.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/describe.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/error-handling.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/repl.scm %%DATADIR%%/%%GUILE_VER%%/system/repl/server.scm +%%DATADIR%%/%%GUILE_VER%%/system/syntax.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/assembler.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/coverage.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/debug.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/disassembler.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/dwarf.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/elf.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/frame.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/inspect.scm -%%DATADIR%%/%%GUILE_VER%%/system/vm/instruction.scm -%%DATADIR%%/%%GUILE_VER%%/system/vm/objcode.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/linker.scm +%%DATADIR%%/%%GUILE_VER%%/system/vm/loader.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/program.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/trace.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/trap-state.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/traps.scm %%DATADIR%%/%%GUILE_VER%%/system/vm/vm.scm %%DATADIR%%/%%GUILE_VER%%/system/xref.scm %%DATADIR%%/%%GUILE_VER%%/texinfo.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/docbook.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/html.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/indexing.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/plain-text.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/reflection.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/serialize.scm %%DATADIR%%/%%GUILE_VER%%/texinfo/string-utils.scm %%DATADIR%%/%%GUILE_VER%%/web/client.scm %%DATADIR%%/%%GUILE_VER%%/web/http.scm %%DATADIR%%/%%GUILE_VER%%/web/request.scm %%DATADIR%%/%%GUILE_VER%%/web/response.scm %%DATADIR%%/%%GUILE_VER%%/web/server.scm %%DATADIR%%/%%GUILE_VER%%/web/server/http.scm %%DATADIR%%/%%GUILE_VER%%/web/uri.scm Index: head/lang/mdk/Makefile =================================================================== --- head/lang/mdk/Makefile (revision 505199) +++ head/lang/mdk/Makefile (revision 505200) @@ -1,46 +1,46 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= mdk PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang gnome MASTER_SITES= GNU/${PORTNAME}/v${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for developing programs using MIX and MIXAL LICENSE= GPLv3 USES= gettext gmake gnome ncurses pkgconfig readline:port USE_GNOME= glib20 intltool GNU_CONFIGURE= yes TEST_TARGET= check INFO= mdk OPTIONS_DEFINE= GLADE GUILE NLS OPTIONS_DEFAULT=GLADE GUILE OPTIONS_SUB= yes GLADE_CONFIGURE_ENABLE= gui GLADE_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GLADE_USE= GNOME=cairo,gdkpixbuf2,libglade2 GUILE_CONFIGURE_WITH= guile -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure post-patch-GLADE-on: # Fix path in command for default external editor @${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \ ${WRKSRC}/mixgtk/Makefile.in .include Index: head/lang/slib-guile2/Makefile =================================================================== --- head/lang/slib-guile2/Makefile (revision 505199) +++ head/lang/slib-guile2/Makefile (revision 505200) @@ -1,23 +1,23 @@ # Created by: Kimura Fuyuki # $FreeBSD$ -# $MCom: ports/lang/slib-guile/Makefile,v 1.3 2006/10/13 02:32:48 marcus Exp $ PORTNAME= slib PORTVERSION= 3b4 # Keep this in sync with lang/slib +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= # empty PKGNAMESUFFIX= -guile2 DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= SLIB installation for Guile BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:lang/slib \ guile:lang/guile2 RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES+= pkg-install pkg-deinstall NO_BUILD= yes NO_INSTALL= yes .include Index: head/mail/mailutils/Makefile =================================================================== --- head/mail/mailutils/Makefile (revision 505199) +++ head/mail/mailutils/Makefile (revision 505200) @@ -1,104 +1,104 @@ # Created by: Attila Nagy # $FreeBSD$ PORTNAME= mailutils PORTVERSION= 3.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= GNU GNU_ALPHA MAINTAINER= zeus@gnu.org.ua COMMENT= Utilities, daemons, and filters for processing e-mail LICENSE= GPLv3+ LIB_DEPENDS= libltdl.so:devel/libltdl USES= gmake libtool localbase readline tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= comsatd imap4d pop3d INSTALL_TARGET= install-strip PLIST_SUB+= LIBVERSION=6.0.0 LIBSUFX=6 VERSION=${PORTVERSION} INFO= ${PORTNAME} PORTDOCS= AUTHORS ChangeLog NEWS README* THANKS TODO OPTIONS_DEFINE= DEBUG DOCS EMACS GNUTLS GSSAPI GUILE MH NNTP NLS \ PAM PYTHON OPTIONS_DEFAULT= GDBM GNUTLS PAM OPTIONS_MULTI= DB OPTIONS_MULTI_DB= BDB GDBM KYOTOCABINET LDAP MYSQL PGSQL TOKYOCABINET OPTIONS_SUB= yes DB_DESC= Database configuration EMACS_DESC= Emacs interface to MH (implies MH) KYOTOCABINET_DESC= Kyoto Cabinet database support MH_DESC= MH (Message Handling) system support TOKYOCABINET_DESC= Tokyo Cabinet database support DEBUG_CONFIGURE_ON= --enable-debug EMACS_USES= emacs:build EMACS_IMPLIES= MH GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls GSSAPI_RUN_DEPENDS= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi GSSAPI_CONFIGURE_WITH= gssapi -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 libgmp.so:math/gmp -GUILE_USES= pkgconfig +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 libgmp.so:math/gmp +GUILE_USES= makeinfo pkgconfig GUILE_CONFIGURE_WITH= guile -GUILE_BROKEN= requires Guile >= 2.2.0 (see PR 229613) MH_CONFIGURE_ENABLE= mh NNTP_CONFIGURE_ENABLE= nntp NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls PAM_CONFIGURE_ENABLE= pam PYTHON_BINARY_ALIAS= python-config=python${PYTHON_VER}-config PYTHON_USES= python:2.7 PYTHON_CONFIGURE_ENABLE=python BDB_USES= bdb BDB_CONFIGURE_WITH= berkeley-db BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LDFLAGS= -L${BDB_LIB_DIR} GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_WITH= gdbm KYOTOCABINET_LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet KYOTOCABINET_CONFIGURE_WITH= kyotocabinet LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_WITH= ldap MYSQL_USES= mysql MYSQL_CONFIGURE_WITH= mysql PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres TOKYOCABINET_LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet TOKYOCABINET_CONFIGURE_WITH= tokyocabinet post-patch: @${REINPLACE_CMD} -e '/need_charset_alias=/s|true|false|' \ ${WRKSRC}/lib/gnu/Makefile.in @${REINPLACE_CMD} -e '/chown/,+1s|ch|#&|' \ ${WRKSRC}/dotlock/Makefile.in \ ${WRKSRC}/maidag/Makefile.in @${REINPLACE_CMD} -e 's,-E,& -P,' ${WRKSRC}/libmu_scm/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/mailutils/pkg-plist =================================================================== --- head/mail/mailutils/pkg-plist (revision 505199) +++ head/mail/mailutils/pkg-plist (revision 505200) @@ -1,371 +1,371 @@ @(root,mail,2755) bin/dotlock bin/frm bin/from %%GUILE%%bin/guimb bin/mail bin/mailutils bin/mailutils-config bin/messages bin/mimeview bin/movemail %%MH%%bin/mu-mh/ali %%MH%%bin/mu-mh/anno %%MH%%bin/mu-mh/burst %%MH%%bin/mu-mh/comp %%MH%%bin/mu-mh/fmtcheck %%MH%%bin/mu-mh/folder %%MH%%bin/mu-mh/folders %%MH%%bin/mu-mh/forw %%MH%%bin/mu-mh/inc %%MH%%bin/mu-mh/install-mh %%MH%%bin/mu-mh/mark %%MH%%bin/mu-mh/mhl %%MH%%bin/mu-mh/mhn %%MH%%bin/mu-mh/mhparam %%MH%%bin/mu-mh/mhpath %%MH%%bin/mu-mh/mhseq %%MH%%bin/mu-mh/msgchk %%MH%%bin/mu-mh/next %%MH%%bin/mu-mh/pick %%MH%%bin/mu-mh/prev %%MH%%bin/mu-mh/prompter %%MH%%bin/mu-mh/refile %%MH%%bin/mu-mh/repl %%MH%%bin/mu-mh/rmf %%MH%%bin/mu-mh/rmm %%MH%%bin/mu-mh/scan %%MH%%bin/mu-mh/send %%MH%%bin/mu-mh/show %%MH%%bin/mu-mh/sortm %%MH%%bin/mu-mh/whatnow %%MH%%bin/mu-mh/whom bin/popauth bin/readmsg bin/sieve include/mailutils/acl.h include/mailutils/address.h include/mailutils/alloc.h include/mailutils/argcv.h include/mailutils/assoc.h include/mailutils/attribute.h include/mailutils/auth.h include/mailutils/body.h include/mailutils/cctype.h include/mailutils/cfg.h include/mailutils/cidr.h include/mailutils/cli.h include/mailutils/cstr.h include/mailutils/daemon.h include/mailutils/datetime.h include/mailutils/dbm.h include/mailutils/debug.h include/mailutils/diag.h include/mailutils/envelope.h include/mailutils/errno.h include/mailutils/error.h include/mailutils/filter.h include/mailutils/folder.h include/mailutils/gitinfo.h include/mailutils/glob.h include/mailutils/gsasl.h include/mailutils/guile.h include/mailutils/header.h include/mailutils/imap.h include/mailutils/imapio.h include/mailutils/imaputil.h include/mailutils/io.h include/mailutils/iterator.h include/mailutils/kwd.h include/mailutils/ldap.h include/mailutils/list.h include/mailutils/locker.h include/mailutils/locus.h include/mailutils/log.h include/mailutils/mailbox.h include/mailutils/mailcap.h include/mailutils/mailer.h include/mailutils/mailutils.h include/mailutils/md5.h include/mailutils/message.h include/mailutils/mh.h include/mailutils/mime.h include/mailutils/monitor.h include/mailutils/msgset.h include/mailutils/mu_auth.h include/mailutils/nls.h include/mailutils/nntp.h include/mailutils/observer.h include/mailutils/opool.h include/mailutils/opt.h include/mailutils/pam.h include/mailutils/parse822.h include/mailutils/pop3.h include/mailutils/prog.h include/mailutils/progmailer.h include/mailutils/property.h include/mailutils/python.h include/mailutils/radius.h include/mailutils/refcount.h include/mailutils/registrar.h include/mailutils/secret.h include/mailutils/server.h include/mailutils/sha1.h include/mailutils/sieve.h include/mailutils/smtp.h include/mailutils/sockaddr.h include/mailutils/sql.h include/mailutils/stdstream.h include/mailutils/stream.h include/mailutils/sys/amd.h include/mailutils/sys/attribute.h include/mailutils/sys/auth.h include/mailutils/sys/body.h include/mailutils/sys/dbm.h include/mailutils/sys/debcat.h include/mailutils/sys/dotmail.h include/mailutils/sys/envelope.h include/mailutils/sys/file_stream.h include/mailutils/sys/filter.h include/mailutils/sys/folder.h include/mailutils/sys/gsasl-stream.h include/mailutils/sys/header.h include/mailutils/sys/header_stream.h include/mailutils/sys/imap.h include/mailutils/sys/imapio.h include/mailutils/sys/iostream.h include/mailutils/sys/iterator.h include/mailutils/sys/list.h include/mailutils/sys/logstream.h include/mailutils/sys/mailbox.h include/mailutils/sys/mailcap.h include/mailutils/sys/mailer.h include/mailutils/sys/mapfile_stream.h include/mailutils/sys/memory_stream.h include/mailutils/sys/message.h include/mailutils/sys/message_stream.h include/mailutils/sys/mime.h include/mailutils/sys/monitor.h include/mailutils/sys/msgset.h include/mailutils/sys/nntp.h include/mailutils/sys/nullstream.h include/mailutils/sys/observer.h include/mailutils/sys/pop3.h include/mailutils/sys/prog_stream.h include/mailutils/sys/property.h include/mailutils/sys/rdcache_stream.h include/mailutils/sys/registrar.h include/mailutils/sys/smtp.h include/mailutils/sys/stream.h include/mailutils/sys/streamref.h include/mailutils/sys/streamtrans.h include/mailutils/sys/syslogstream.h include/mailutils/sys/temp_file_stream.h include/mailutils/sys/tls-stream.h include/mailutils/sys/url.h include/mailutils/sys/xscript-stream.h include/mailutils/syslog.h include/mailutils/tls.h include/mailutils/types.h include/mailutils/url.h include/mailutils/util.h include/mailutils/version.h include/mailutils/wordsplit.h include/mailutils/yyloc.h %%GUILE%%lib/libguile-mailutils-v-%%VERSION%%.so lib/libmailutils.a lib/libmailutils.so lib/libmailutils.so.%%LIBSUFX%% lib/libmailutils.so.%%LIBVERSION%% lib/libmu_auth.a lib/libmu_auth.so lib/libmu_auth.so.%%LIBSUFX%% lib/libmu_auth.so.%%LIBVERSION%% %%GUILE%%lib/libmu_scm.a %%GUILE%%lib/libmu_scm.so %%GUILE%%lib/libmu_scm.so.%%LIBSUFX%% %%GUILE%%lib/libmu_scm.so.%%LIBVERSION%% lib/libmu_dbm.a lib/libmu_dbm.so lib/libmu_dbm.so.%%LIBSUFX%% lib/libmu_dbm.so.%%LIBVERSION%% lib/libmu_dotmail.a lib/libmu_dotmail.so lib/libmu_dotmail.so.%%LIBSUFX%% lib/libmu_dotmail.so.%%LIBVERSION%% lib/libmu_imap.a lib/libmu_imap.so lib/libmu_imap.so.%%LIBSUFX%% lib/libmu_imap.so.%%LIBVERSION%% lib/libmu_maildir.a lib/libmu_maildir.so lib/libmu_maildir.so.%%LIBSUFX%% lib/libmu_maildir.so.%%LIBVERSION%% lib/libmu_mailer.a lib/libmu_mailer.so lib/libmu_mailer.so.%%LIBSUFX%% lib/libmu_mailer.so.%%LIBVERSION%% lib/libmu_mbox.a lib/libmu_mbox.so lib/libmu_mbox.so.%%LIBSUFX%% lib/libmu_mbox.so.%%LIBVERSION%% %%MH%%lib/libmu_mh.a %%MH%%lib/libmu_mh.so %%MH%%lib/libmu_mh.so.%%LIBSUFX%% %%MH%%lib/libmu_mh.so.%%LIBVERSION%% lib/libmu_pop.a lib/libmu_pop.so lib/libmu_pop.so.%%LIBSUFX%% lib/libmu_pop.so.%%LIBVERSION%% %%PYTHON%%lib/libmu_py.a %%PYTHON%%lib/libmu_py.so %%PYTHON%%lib/libmu_py.so.%%LIBSUFX%% %%PYTHON%%lib/libmu_py.so.%%LIBVERSION%% lib/libmu_sieve.a lib/libmu_sieve.so lib/libmu_sieve.so.%%LIBSUFX%% lib/libmu_sieve.so.%%LIBVERSION%% lib/libmuaux.a lib/libmuaux.so lib/libmuaux.so.%%LIBSUFX%% lib/libmuaux.so.%%LIBVERSION%% lib/mailutils/editheader.a lib/mailutils/editheader.so lib/mailutils/list.a lib/mailutils/list.so lib/mailutils/moderator.a lib/mailutils/moderator.so lib/mailutils/numaddr.a lib/mailutils/numaddr.so lib/mailutils/pipe.a lib/mailutils/pipe.so lib/mailutils/spamd.a lib/mailutils/spamd.so lib/mailutils/timestamp.a lib/mailutils/timestamp.so lib/mailutils/vacation.a lib/mailutils/vacation.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/__init__.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/__init__.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/__init__.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/address.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/address.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/address.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/attribute.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/attribute.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/attribute.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/auth.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/auth.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/auth.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/body.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/body.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/body.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/c_api.a %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/c_api.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/envelope.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/envelope.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/envelope.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/error.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/error.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/error.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/filter.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/filter.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/filter.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/folder.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/folder.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/folder.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/header.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/header.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/header.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailbox.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailbox.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailbox.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailcap.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailcap.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailcap.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailer.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailer.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mailer.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/message.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/message.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/message.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mime.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mime.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/mime.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/nls.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/nls.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/nls.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/registrar.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/registrar.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/registrar.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/secret.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/secret.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/secret.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/sieve.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/sieve.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/sieve.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/stream.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/stream.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/stream.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/url.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/url.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/url.pyo %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/util.py %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/util.pyc %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/util.pyo libexec/mailutils/mailutils-acl libexec/mailutils/mailutils-cflags libexec/mailutils/mailutils-dbm libexec/mailutils/mailutils-filter libexec/mailutils/mailutils-flt2047 libexec/mailutils/mailutils-imap libexec/mailutils/mailutils-info libexec/mailutils/mailutils-ldflags libexec/mailutils/mailutils-logger libexec/mailutils/mailutils-pop libexec/mailutils/mailutils-query libexec/mailutils/mailutils-send libexec/mailutils/mailutils-smtp libexec/mailutils/mailutils-stat libexec/mailutils/mailutils-wicket man/man1/imap4d.1.gz man/man1/mail.1.gz man/man1/pop3d.1.gz man/man1/popauth.1.gz sbin/comsatd sbin/imap4d @(root,mail,4755) sbin/maidag sbin/pop3d share/aclocal/mailutils.m4 %%MH%%%%EMACS%%share/emacs/site-lisp/mailutils-mh.el %%MH%%%%EMACS%%share/emacs/site-lisp/mailutils-mh.elc -%%GUILE%%share/guile/site/mailutils/guile-procedures.txt -%%GUILE%%share/guile/site/mailutils/mailutils.scm +%%GUILE%%share/guile/site/2.2/mailutils/guile-procedures.txt +%%GUILE%%share/guile/site/2.2/mailutils/mailutils.scm %%NLS%%share/locale/ca/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/da/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/de/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/es/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/fi/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/fr/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/id/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/pl/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/ro/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/ru/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/sv/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/uk/LC_MESSAGES/mailutils.mo %%NLS%%share/locale/vi/LC_MESSAGES/mailutils.mo %%MH%%%%DATADIR%%/mh/components %%MH%%%%DATADIR%%/mh/forwcomps %%MH%%%%DATADIR%%/mh/mailutils-mh.el %%MH%%%%DATADIR%%/mh/mhl.format %%MH%%%%DATADIR%%/mh/mhl.forward %%MH%%%%DATADIR%%/mh/mhl.headers %%MH%%%%DATADIR%%/mh/mhl.repl %%MH%%%%DATADIR%%/mh/mhl.usenet %%MH%%%%DATADIR%%/mh/replcomps %%MH%%%%DATADIR%%/mh/replgroupcomps %%MH%%%%DATADIR%%/mh/scan.default %%MH%%%%DATADIR%%/mh/scan.mailx %%MH%%%%DATADIR%%/mh/scan.size %%MH%%%%DATADIR%%/mh/scan.time %%MH%%%%DATADIR%%/mh/scan.timely Index: head/mail/mu/Makefile =================================================================== --- head/mail/mu/Makefile (revision 505199) +++ head/mail/mu/Makefile (revision 505200) @@ -1,45 +1,49 @@ # Created by: rea@FreeBSD.org # $FreeBSD$ PORTNAME= mu PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= hrs@FreeBSD.org COMMENT= Mail searching frontend for Xapian LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxapian.so:databases/xapian-core \ libgmime-2.6.so:mail/gmime26 USES= autoreconf compiler:c++14-lang gettext-runtime gmake gnome \ libtool makeinfo pkgconfig USE_GITHUB= yes GH_ACCOUNT= djcb USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk --disable-mu4e INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS GUILE OPTIONS_SUB= yes -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 GUILE_USE= ldconfig=yes GUILE_CONFIGURE_ENABLE= guile GUILE_INFO= mu-guile + +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/configure.ac post-install: cd ${FILESDIR} && ${INSTALL_SCRIPT} mu-ask \ ${STAGEDIR}${PREFIX}/bin post-install-GUILE-on: ${FIND} ${STAGEDIR}${PREFIX}/lib -name "*.so.*" -type f | \ ${XARGS} ${STRIP_CMD} .include Index: head/math/nlopt/Makefile =================================================================== --- head/math/nlopt/Makefile (revision 505199) +++ head/math/nlopt/Makefile (revision 505200) @@ -1,34 +1,35 @@ # Created by: Rainer Hurling # $FreeBSD$ PORTNAME= nlopt DISTVERSIONPREFIX= v DISTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= rhurlin@gwdg.de COMMENT= Nonlinear optimization library LICENSE= LGPL21 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No such file or directory BUILD_DEPENDS= swig3.0:devel/swig30 \ ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16.1:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgmp.so:math/gmp \ - libguile-2.0.so:lang/guile2 + libguile-2.2.so:lang/guile2 USES= cmake compiler:features pathfix pkgconfig python USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= stevengj # Needed to find gmp.h CFLAGS+= -I${LOCALBASE}/include .include Index: head/math/nlopt/pkg-plist =================================================================== --- head/math/nlopt/pkg-plist (revision 505199) +++ head/math/nlopt/pkg-plist (revision 505200) @@ -1,18 +1,18 @@ include/nlopt.f include/nlopt.h include/nlopt.hpp lib/cmake/nlopt/NLoptConfig.cmake lib/cmake/nlopt/NLoptConfigVersion.cmake lib/cmake/nlopt/NLoptLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/nlopt/NLoptLibraryDepends.cmake -lib/guile/2.0/extensions/nlopt_guile.so +lib/guile/2.2/extensions/nlopt_guile.so lib/libnlopt.so lib/libnlopt.so.0 lib/libnlopt.so.0.10.0 %%PYTHON_SITELIBDIR%%/_nlopt.so %%PYTHON_SITELIBDIR%%/nlopt.py libdata/pkgconfig/nlopt.pc man/man3/nlopt.3.gz man/man3/nlopt_minimize.3.gz man/man3/nlopt_minimize_constrained.3.gz -share/guile/site/2.0/nlopt.scm +share/guile/site/2.2/nlopt.scm Index: head/net/gnu-dico/Makefile =================================================================== --- head/net/gnu-dico/Makefile (revision 505199) +++ head/net/gnu-dico/Makefile (revision 505200) @@ -1,66 +1,66 @@ # Created by: Goran Tal # $FreeBSD$ PORTNAME= dico PORTVERSION= 2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu- MAINTAINER= goran.tal@gmail.com COMMENT= Flexible modular implementation of DICT server LIB_DEPENDS= libltdl.so:devel/libltdl USE_LDCONFIG= yes USES= tar:xz gmake libtool localbase pkgconfig GNU_CONFIGURE= yes INFO= dico PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message USE_RC_SUBR= dicod OPTIONS_DEFINE= PYTHON GUILE PCRE GSASL PAM LDAP NLS OPTIONS_DEFAULT= PYTHON PCRE OPTIONS_SUB= yes GSASL_DESC= GSASL support PYTHON_USES= python PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config PYTHON_CONFIGURE_OFF= --without-python -GUILE_LIB_DEPENDS= libguile-2.0.so:lang/guile2 +GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 GUILE_CONFIGURE_OFF= --without-guile PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_OFF= --without-pcre GSASL_LIB_DEPENDS= libgsasl.so:security/gsasl GSASL_CONFIGURE_WITH= gsasl PAM_CONFIGURE_ENABLE= pam LDAP_USE= OPENLDAP=yes LDAP_CONFIGURE_OFF= --without-ldap NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} 's/@bindir@/@sbindir@/' ${WRKSRC}/dicod/Makefile.in @${REINPLACE_CMD} 's/(bindir)..dir/&\/gdico/' ${WRKSRC}/dico/Makefile.in @${REINPLACE_CMD} '/INSTALL.*charset/d' ${WRKSRC}/gnu/Makefile.in @${REINPLACE_CMD} \ -e 's/mu_check_lib_save_LIBS/LIBS/' \ -e 's/python-config/$${PYTHON_CONFIG}/' \ ${WRKSRC}/configure @${REINPLACE_CMD} 's/mergesort/xmergesort/' ${WRKSRC}/lib/mergesort.c post-install: ${INSTALL_DATA} ${FILESDIR}/dicod.conf ${STAGEDIR}${PREFIX}/etc/dicod.conf.sample .include Index: head/net-im/freetalk/Makefile =================================================================== --- head/net-im/freetalk/Makefile (revision 505199) +++ head/net-im/freetalk/Makefile (revision 505200) @@ -1,29 +1,33 @@ # Created by: Oleg Ginzburg (olevole@olevole.ru) # $FreeBSD$ PORTNAME= freetalk PORTVERSION= 4.1 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im MAINTAINER= ports@FreeBSD.org COMMENT= GNU console based Jabber client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth \ - libguile-2.0.so:lang/guile2 \ + libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded USES= autoreconf gettext-runtime localbase makeinfo pkgconfig readline USE_GNOME= glib20 GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= GNUFreetalk INFO= freetalk + +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/configure.ac .include Index: head/science/harminv/Makefile =================================================================== --- head/science/harminv/Makefile (revision 505199) +++ head/science/harminv/Makefile (revision 505200) @@ -1,24 +1,24 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ MAINTAINER= devel@stasyan.com COMMENT= Solver of harmonic inversion -LIB_DEPENDS+= libguile-2.0.so:lang/guile2 +LIB_DEPENDS= libguile-2.2.so:lang/guile2 USES= blaslapack fortran gmake libtool pathfix GNU_CONFIGURE= yes USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include -fPIC LD_LIBRARY_PATH= -L${LOCALBASE}/lib -L/usr/lib LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" USE_LDCONFIG= yes .include Index: head/science/libctl/Makefile =================================================================== --- head/science/libctl/Makefile (revision 505199) +++ head/science/libctl/Makefile (revision 505200) @@ -1,39 +1,39 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= libctl PORTVERSION= 3.2.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= devel@stasyan.com COMMENT= Control Language Library LICENSE= GPLv2 -LIB_DEPENDS= libguile-2.0.so:lang/guile2 +LIB_DEPENDS= libguile-2.2.so:lang/guile2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USES= fortran libtool pkgconfig USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib -lm BROKEN_sparc64= does not build OPTIONS_DEFINE= NLOPT DOCS EXAMPLES NLOPT_DESC= Use NLopt, an external NonLinear OPTimizer NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -R ${WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} -R ${WRKSRC}/examples/ ${STAGEDIR}${EXAMPLESDIR} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libctl.so.5.0.2 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libctlgeom.so.5.0.2 @${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/.libs/example .include Index: head/science/meep/Makefile =================================================================== --- head/science/meep/Makefile (revision 505199) +++ head/science/meep/Makefile (revision 505200) @@ -1,64 +1,66 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= meep PORTVERSION= 1.2.1 PORTREVISION= 18 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= very old version, incompatible with Guile 2.2 + BUILD_DEPENDS= harminv:science/harminv \ gsed:textproc/gsed LIB_DEPENDS= libfftw3.so:math/fftw3 \ libblas.so:math/blas \ - libguile-2.0.so:lang/guile2 \ + libguile-2.2.so:lang/guile2 \ libctl.so:science/libctl \ libgc-threaded.so:devel/boehm-gc-threaded \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ liblapack.so:math/lapack RUN_DEPENDS= harminv:science/harminv USES= fortran gettext gmake iconv libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GCC= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CXX="${CXX}" OPTIONS_RADIO= MPI OPTIONS_RADIO_MPI= OPENMPI MPICH2 OPTIONS_DEFAULT= ${OPTIONS_DEFAULT_${OPSYS}} OPTIONS_DEFAULT_FreeBSD= MPICH2 OPENMPI_DESC= MPI support (with OpenMPI) .include .if ${PORT_OPTIONS:MMPICH2} || ${PORT_OPTIONS:MOPENMPI} CONFIGURE_ARGS+= --with-mpi PLIST_SUB+= MPI="" NOMPI="@comment " .else CONFIGURE_ARGS+= --without-mpi PLIST_SUB+= MPI="@comment " NOMPI="" .endif .if ${PORT_OPTIONS:MMPICH2} LIB_DEPENDS+= libmpich.so:net/mpich2 CONFIGURE_ENV+= MPICXX=${LOCALBASE}/bin/mpicc CFLAGS+= -I${LOCALBASE}/include .endif .if ${PORT_OPTIONS:MOPENMPI} BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpiCC:net/openmpi RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi CONFIGURE_ENV+= MPICXX=${LOCALBASE}/mpi/openmpi/bin/mpiCC CFLAGS+= -I${LOCALBASE}/mpi/openmpi/include .endif .include Index: head/science/mpb/Makefile =================================================================== --- head/science/mpb/Makefile (revision 505199) +++ head/science/mpb/Makefile (revision 505200) @@ -1,53 +1,53 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ MAINTAINER= rhurlin@gwdg.de COMMENT= MIT Photonic-Bands LICENSE= GPLv2 BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libfftw.so:math/fftw \ libhdf5.so:science/hdf5 \ libctl.so:science/libctl \ - libguile-2.0.so:lang/guile2 + libguile-2.2.so:lang/guile2 OPTIONS_DEFINE= ATLAS NLOPT ATLAS_DESC= Use math/atlas instead of math/lapack NLOPT_DESC= Use math/nlopt (check also in science/libctl) USES= fortran libtool pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib NLOPT_LIB_DEPENDS= libnlopt.so:math/nlopt .include .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= libatlas.so:math/atlas CONFIGURE_ARGS+= --with-lapack=-lalapack .else LIB_DEPENDS+= libblas.so:math/blas \ liblapack.so:math/lapack CONFIGURE_ARGS+= --with-lapack=-llapack .endif post-patch: @${REINPLACE_CMD} -e 's|-lhdf5 |-lhdf5 -lpthread |g' \ ${WRKSRC}/configure @${REINPLACE_CMD} \ -e '/INSTALL/s/$$(prefix)/$$(DESTDIR)$$(prefix)/' \ -e '/INSTALL/s/$$(mandir)/$$(DESTDIR)$$(mandir)/' \ ${WRKSRC}/mpb/Makefile.in ${WRKSRC}/utils/Makefile.in .include Index: head/sysutils/mcron/Makefile =================================================================== --- head/sysutils/mcron/Makefile (revision 505199) +++ head/sysutils/mcron/Makefile (revision 505200) @@ -1,22 +1,25 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= mcron PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= GNU MAINTAINER= johans@FreeBSD.org COMMENT= 100% compatible replacement for Vixie cron -RUN_DEPENDS= guile2>=2.0:lang/guile2 -BUILD_DEPENDS= ${RUN_DEPENDS} +LIB_DEPENDS= libguile-2.2.so:lang/guile2 USES= pkgconfig GNU_CONFIGURE= yes MAKEFILE= makefile INFO= mcron + +post-patch: + @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \ + ${WRKSRC}/configure .include