On 1 September 2014 07:07, Christopher Zimmermann <[email protected]> wrote:
> Here's an update for devel/utop 1.15. The broken Meta-Tab
> bar-completion is now fixed, so the README can go away. OK?
>
> Christopher

Interesting. I upgraded to utop 1.15 via opam yesterday and <alt>-TAB
or <alt>-<arrows> still don't do anything useful for me. Either in X
(where cwm eats the <alt> as far as I can tell) or at the console. I'm
keen to understand what you're doing to make them work!

.... Ken

>
>
> Index: devel/utop/Makefile
> ===================================================================
> RCS file: /cvs/ports/devel/utop/Makefile,v
> retrieving revision 1.4
> diff -u -p -r1.4 Makefile
> --- devel/utop/Makefile 27 Aug 2014 08:05:17 -0000      1.4
> +++ devel/utop/Makefile 1 Sep 2014 10:12:13 -0000
> @@ -3,11 +3,11 @@
>  COMMENT =      enhanced OCaml toplevel
>  CATEGORIES =   devel
>
> -V =            1.14
> +V =            1.15
>  GH_ACCOUNT =   diml
>  GH_PROJECT =   utop
>  GH_TAGNAME =   ${V}
> -GH_COMMIT =    af110d2742bc01ff7a898019676fa44e515043aa
> +GH_COMMIT =    c77830eb9dc52e39c5ebcafac6ffe760a9dff012
>  DISTNAME =     ${GH_PROJECT}-$V
>
>  HOMEPAGE =     https://github.com/diml/utop
> @@ -21,7 +21,7 @@ CONFIGURE_ARGS +=     --enable-tests
>
>  MODULES =              lang/ocaml
>  RUN_DEPENDS =          devel/ocaml-lambda-term
> -BUILD_DEPENDS =                ${RUN_DEPENDS} sysutils/findlib 
> lang/ocaml,-camlp4
> +BUILD_DEPENDS =                ${RUN_DEPENDS} sysutils/findlib 
> lang/ocaml-camlp4
>
>  # silence a warning
>  post-extract:
> Index: devel/utop/distinfo
> ===================================================================
> RCS file: /cvs/ports/devel/utop/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- devel/utop/distinfo 27 Aug 2014 08:05:17 -0000      1.2
> +++ devel/utop/distinfo 1 Sep 2014 10:12:13 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (utop-1.14.tar.gz) = 86OENG3LXOoOg3KtopA0PedDdH+G6qOlE2rd3LaNuJ0=
> -SIZE (utop-1.14.tar.gz) = 106017
> +SHA256 (utop-1.15.tar.gz) = Odd52QLsWhwBaDty3a3CsR/N/63jOFnfB6ELpU0H24A=
> +SIZE (utop-1.15.tar.gz) = 106190
> Index: devel/utop/pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/devel/utop/pkg/PLIST,v
> retrieving revision 1.2
> diff -u -p -r1.2 PLIST
> --- devel/utop/pkg/PLIST        9 Mar 2014 19:50:33 -0000       1.2
> +++ devel/utop/pkg/PLIST        1 Sep 2014 10:12:13 -0000
> @@ -15,7 +15,6 @@ lib/ocaml/utop/utop.cma
>  @man man/man1/utop-full.1
>  @man man/man1/utop.1
>  @man man/man5/utoprc.5
> -share/doc/pkg-readmes/${FULLPKGNAME}
>  share/doc/utop/
>  share/doc/utop/CHANGES.md
>  share/doc/utop/LICENSE
> @@ -28,6 +27,7 @@ share/doc/utop/api/index_attributes.html
>  share/doc/utop/api/index_class_types.html
>  share/doc/utop/api/index_classes.html
>  share/doc/utop/api/index_exceptions.html
> +share/doc/utop/api/index_extensions.html
>  share/doc/utop/api/index_methods.html
>  share/doc/utop/api/index_module_types.html
>  share/doc/utop/api/index_modules.html
> Index: devel/utop/pkg/README
> ===================================================================
> RCS file: devel/utop/pkg/README
> diff -N devel/utop/pkg/README
> --- devel/utop/pkg/README       17 Jul 2013 21:57:24 -0000      1.1.1.1
> +++ /dev/null   1 Jan 1970 00:00:00 -0000
> @@ -1,19 +0,0 @@
> -$OpenBSD: README,v 1.1.1.1 2013/07/17 21:57:24 edd Exp $
> -
> -+-----------------------------------------------------------------------
> -| Running ${FULLPKGNAME} on OpenBSD
> -+-----------------------------------------------------------------------
> -
> -Broken Bar-Complete
> -===================
> -
> -The default bar-completion binding does not appear to work on OpenBSD.
> -This has been reported upstream: https://github.com/diml/utop/issues/19
> -
> -In the meantime you can bind bar-complete to something else, for example
> -ALT+down. Put the following in your ~/.lambda-term-rc:
> -
> ----8<---
> -[read-line]
> -M-down: complete-bar
> ----8<---
>
>
>
>
>
> --
> http://gmerlin.de
> OpenPGP: http://gmerlin.de/christopher.pub
> F190 D013 8F01 AA53 E080  3F3C F17F B0A1 D44E 4FEE

Reply via email to