update to lambda-term-1.9

ok jca@, tested by krw@ daniel@ jsg@
This commit is contained in:
avsm 2015-08-30 15:59:21 +00:00
parent 324eca3638
commit ee354f1c6f
4 changed files with 83 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2015/05/23 16:34:40 czarkoff Exp $
# $OpenBSD: Makefile,v 1.15 2015/08/30 15:59:21 avsm Exp $
COMMENT = library for manipulating the terminal
CATEGORIES = devel
V = 1.6
DISTNAME = lambda-term-1.6
V = 1.9
DISTNAME = lambda-term-${V}
GH_ACCOUNT = diml
GH_PROJECT = lambda-term
GH_TAGNAME = $V

View File

@ -1,2 +1,2 @@
SHA256 (lambda-term-1.6.tar.gz) = CSjulKC3QrYu7rDXYt398pLFw8g8KW2c/Z36+1qPDuY=
SIZE (lambda-term-1.6.tar.gz) = 147655
SHA256 (lambda-term-1.9.tar.gz) = 0hvZQc+qmOXAg0P8tMUP2240YA2L/yF8M1akZS5T9QY=
SIZE (lambda-term-1.9.tar.gz) = 157782

View File

@ -1,7 +1,9 @@
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2012/08/18 22:56:33 avsm Exp $
@comment $OpenBSD: PFRAG.native,v 1.2 2015/08/30 15:59:21 avsm Exp $
%%dynlink%%
lib/ocaml/lambda-term/lTerm.cmx
lib/ocaml/lambda-term/lTerm_buttons_impl.cmx
lib/ocaml/lambda-term/lTerm_color_mappings.cmx
lib/ocaml/lambda-term/lTerm_containers_impl.cmx
lib/ocaml/lambda-term/lTerm_draw.cmx
lib/ocaml/lambda-term/lTerm_edit.cmx
lib/ocaml/lambda-term/lTerm_event.cmx
@ -13,11 +15,15 @@ lib/ocaml/lambda-term/lTerm_mouse.cmx
lib/ocaml/lambda-term/lTerm_read_line.cmx
lib/ocaml/lambda-term/lTerm_resource_lexer.cmx
lib/ocaml/lambda-term/lTerm_resources.cmx
lib/ocaml/lambda-term/lTerm_running_impl.cmx
lib/ocaml/lambda-term/lTerm_style.cmx
lib/ocaml/lambda-term/lTerm_text.cmx
lib/ocaml/lambda-term/lTerm_toplevel_impl.cmx
lib/ocaml/lambda-term/lTerm_ui.cmx
lib/ocaml/lambda-term/lTerm_unix.cmx
lib/ocaml/lambda-term/lTerm_widget.cmx
lib/ocaml/lambda-term/lTerm_widget_base_impl.cmx
lib/ocaml/lambda-term/lTerm_widget_callbacks.cmx
lib/ocaml/lambda-term/lTerm_windows.cmx
lib/ocaml/lambda-term/lambda-term.a
lib/ocaml/lambda-term/lambda-term.cmxa

View File

@ -1,42 +1,98 @@
@comment $OpenBSD: PLIST,v 1.4 2014/08/27 08:05:17 chrisz Exp $
@comment $OpenBSD: PLIST,v 1.5 2015/08/30 15:59:21 avsm Exp $
%%SHARED%%
%%native%%
@bin bin/lambda-term-actions
lib/ocaml/lambda-term/
lib/ocaml/lambda-term/META
lib/ocaml/lambda-term/lTerm.annot
lib/ocaml/lambda-term/lTerm.cmi
lib/ocaml/lambda-term/lTerm.cmt
lib/ocaml/lambda-term/lTerm.cmti
lib/ocaml/lambda-term/lTerm.mli
lib/ocaml/lambda-term/lTerm_draw.annot
lib/ocaml/lambda-term/lTerm_draw.cmi
lib/ocaml/lambda-term/lTerm_draw.cmt
lib/ocaml/lambda-term/lTerm_draw.cmti
lib/ocaml/lambda-term/lTerm_draw.mli
lib/ocaml/lambda-term/lTerm_edit.annot
lib/ocaml/lambda-term/lTerm_edit.cmi
lib/ocaml/lambda-term/lTerm_edit.cmt
lib/ocaml/lambda-term/lTerm_edit.cmti
lib/ocaml/lambda-term/lTerm_edit.mli
lib/ocaml/lambda-term/lTerm_event.annot
lib/ocaml/lambda-term/lTerm_event.cmi
lib/ocaml/lambda-term/lTerm_event.cmt
lib/ocaml/lambda-term/lTerm_event.cmti
lib/ocaml/lambda-term/lTerm_event.mli
lib/ocaml/lambda-term/lTerm_geom.annot
lib/ocaml/lambda-term/lTerm_geom.cmi
lib/ocaml/lambda-term/lTerm_geom.cmt
lib/ocaml/lambda-term/lTerm_geom.cmti
lib/ocaml/lambda-term/lTerm_geom.mli
lib/ocaml/lambda-term/lTerm_history.annot
lib/ocaml/lambda-term/lTerm_history.cmi
lib/ocaml/lambda-term/lTerm_history.cmt
lib/ocaml/lambda-term/lTerm_history.cmti
lib/ocaml/lambda-term/lTerm_history.mli
lib/ocaml/lambda-term/lTerm_inputrc.annot
lib/ocaml/lambda-term/lTerm_inputrc.cmi
lib/ocaml/lambda-term/lTerm_inputrc.cmt
lib/ocaml/lambda-term/lTerm_inputrc.cmti
lib/ocaml/lambda-term/lTerm_inputrc.mli
lib/ocaml/lambda-term/lTerm_key.annot
lib/ocaml/lambda-term/lTerm_key.cmi
lib/ocaml/lambda-term/lTerm_key.cmt
lib/ocaml/lambda-term/lTerm_key.cmti
lib/ocaml/lambda-term/lTerm_key.mli
lib/ocaml/lambda-term/lTerm_mouse.annot
lib/ocaml/lambda-term/lTerm_mouse.cmi
lib/ocaml/lambda-term/lTerm_mouse.cmt
lib/ocaml/lambda-term/lTerm_mouse.cmti
lib/ocaml/lambda-term/lTerm_mouse.mli
lib/ocaml/lambda-term/lTerm_read_line.annot
lib/ocaml/lambda-term/lTerm_read_line.cmi
lib/ocaml/lambda-term/lTerm_read_line.cmt
lib/ocaml/lambda-term/lTerm_read_line.cmti
lib/ocaml/lambda-term/lTerm_read_line.mli
lib/ocaml/lambda-term/lTerm_resources.annot
lib/ocaml/lambda-term/lTerm_resources.cmi
lib/ocaml/lambda-term/lTerm_resources.cmt
lib/ocaml/lambda-term/lTerm_resources.cmti
lib/ocaml/lambda-term/lTerm_resources.mli
lib/ocaml/lambda-term/lTerm_style.annot
lib/ocaml/lambda-term/lTerm_style.cmi
lib/ocaml/lambda-term/lTerm_style.cmt
lib/ocaml/lambda-term/lTerm_style.cmti
lib/ocaml/lambda-term/lTerm_style.mli
lib/ocaml/lambda-term/lTerm_text.annot
lib/ocaml/lambda-term/lTerm_text.cmi
lib/ocaml/lambda-term/lTerm_text.cmt
lib/ocaml/lambda-term/lTerm_text.cmti
lib/ocaml/lambda-term/lTerm_text.mli
lib/ocaml/lambda-term/lTerm_ui.annot
lib/ocaml/lambda-term/lTerm_ui.cmi
lib/ocaml/lambda-term/lTerm_ui.cmt
lib/ocaml/lambda-term/lTerm_ui.cmti
lib/ocaml/lambda-term/lTerm_ui.mli
lib/ocaml/lambda-term/lTerm_unix.annot
lib/ocaml/lambda-term/lTerm_unix.cmi
lib/ocaml/lambda-term/lTerm_unix.cmt
lib/ocaml/lambda-term/lTerm_unix.cmti
lib/ocaml/lambda-term/lTerm_unix.mli
lib/ocaml/lambda-term/lTerm_widget.annot
lib/ocaml/lambda-term/lTerm_widget.cmi
lib/ocaml/lambda-term/lTerm_widget.cmt
lib/ocaml/lambda-term/lTerm_widget.cmti
lib/ocaml/lambda-term/lTerm_widget.mli
lib/ocaml/lambda-term/lTerm_widget_callbacks.annot
lib/ocaml/lambda-term/lTerm_widget_callbacks.cmi
lib/ocaml/lambda-term/lTerm_widget_callbacks.cmt
lib/ocaml/lambda-term/lTerm_widget_callbacks.cmti
lib/ocaml/lambda-term/lTerm_widget_callbacks.mli
lib/ocaml/lambda-term/lTerm_windows.annot
lib/ocaml/lambda-term/lTerm_windows.cmi
lib/ocaml/lambda-term/lTerm_windows.cmt
lib/ocaml/lambda-term/lTerm_windows.cmti
lib/ocaml/lambda-term/lTerm_windows.mli
lib/ocaml/lambda-term/lambda-term.cma
lib/ocaml/lambda-term/liblambda-term_stubs.a
@ -72,20 +128,27 @@ share/doc/ocaml-lambda-term/api/LTerm_ui.html
share/doc/ocaml-lambda-term/api/LTerm_unix.html
share/doc/ocaml-lambda-term/api/LTerm_widget.box-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.button-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.checkbutton-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.frame-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.hbox-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.hline-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.html
share/doc/ocaml-lambda-term/api/LTerm_widget.label-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.modal_frame-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.radio-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.radiobutton-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.radiogroup-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.t-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.vbox-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget.vline-c.html
share/doc/ocaml-lambda-term/api/LTerm_widget_callbacks.html
share/doc/ocaml-lambda-term/api/LTerm_windows.html
share/doc/ocaml-lambda-term/api/index.html
share/doc/ocaml-lambda-term/api/index_attributes.html
share/doc/ocaml-lambda-term/api/index_class_types.html
share/doc/ocaml-lambda-term/api/index_classes.html
share/doc/ocaml-lambda-term/api/index_exceptions.html
share/doc/ocaml-lambda-term/api/index_extensions.html
share/doc/ocaml-lambda-term/api/index_methods.html
share/doc/ocaml-lambda-term/api/index_module_types.html
share/doc/ocaml-lambda-term/api/index_modules.html
@ -116,13 +179,20 @@ share/doc/ocaml-lambda-term/api/type_LTerm_ui.html
share/doc/ocaml-lambda-term/api/type_LTerm_unix.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.box.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.button.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.checkbutton.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.frame.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.hbox.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.hline.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.label.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.modal_frame.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.radio.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.radiobutton.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.radiogroup.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.t.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.vbox.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget.vline.html
share/doc/ocaml-lambda-term/api/type_LTerm_widget_callbacks.html
share/doc/ocaml-lambda-term/api/type_LTerm_windows.html
share/doc/ocaml-lambda-term/lambda-term-inputrc
share/doc/ocaml-lambda-term/lambda-termrc