ping

timo.my...@wickedbsd.net (Timo Myyrä) writes:

> Hi,
>
> ABCL had new release a while ago, seems to be working here.
>
> Timo
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/lang/abcl/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- Makefile  21 Apr 2017 13:27:46 -0000      1.10
> +++ Makefile  26 Jun 2017 04:45:26 -0000
> @@ -2,11 +2,10 @@
>  
>  COMMENT =            Common Lisp dialect for the Java Virtual Machine
>  
> -V =                  1.4.0
> +V =                  1.5.0
>  DISTNAME =           abcl-src-${V}
>  PKGNAME =            abcl-${V}
>  PKG_ARCH =           *
> -REVISION =           0
>  
>  CATEGORIES =         lang
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/lang/abcl/distinfo,v
> retrieving revision 1.5
> diff -u -p -r1.5 distinfo
> --- distinfo  1 Nov 2016 10:25:53 -0000       1.5
> +++ distinfo  26 Jun 2017 04:45:26 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (abcl-src-1.4.0.tar.gz) = UZgaqHSTCMsqxkygFl4WLCSnGY1tRiOEgSwVEmqPlvg=
> -SIZE (abcl-src-1.4.0.tar.gz) = 1090214
> +SHA256 (abcl-src-1.5.0.tar.gz) = kg7n1jSn9M7KCkadQx02EaMhxWaBTV3bktdZUMBjG8I=
> +SIZE (abcl-src-1.5.0.tar.gz) = 1187678
> Index: files/abcl_completions
> ===================================================================
> RCS file: /cvs/ports/lang/abcl/files/abcl_completions,v
> retrieving revision 1.3
> diff -u -p -r1.3 abcl_completions
> --- files/abcl_completions    1 Nov 2016 10:25:53 -0000       1.3
> +++ files/abcl_completions    26 Jun 2017 04:45:27 -0000
> @@ -483,6 +483,7 @@ get-internal-real-time
>  get-internal-run-time
>  get-macro-character
>  get-output-stream-string
> +get-pid
>  get-properties
>  get-setf-expansion
>  get-socket-stream
> @@ -616,6 +617,8 @@ java:list-from-jenumeration
>  java:make-accessor-name
>  java:make-classloader
>  java:make-immediate-object
> +java:make-memory-class-loader
> +java:print-java-object-by-class
>  java:register-java-exception
>  java:runtime-class-add-fields
>  java:runtime-class-add-methods
> @@ -673,6 +676,7 @@ jvm:binding-node-p
>  jvm:block-creates-runtime-bindings-p
>  jvm:block-node-p
>  jvm:block-requires-non-local-exit-p
> +jvm:box-arguments
>  jvm:branch-p
>  jvm:catch-node-p
>  jvm:check-arg-count
> @@ -901,6 +905,7 @@ jvm:generate-type-check-for-variable
>  jvm:generate-type-checks-for-variables
>  jvm:handle-compiler-error
>  jvm:handle-warning
> +jvm:iload
>  jvm:initialize-binary-operators
>  jvm:initialize-p1-handlers
>  jvm:initialize-p2-handlers
> @@ -916,6 +921,7 @@ jvm:instruction-p
>  jvm:internal-field-ref
>  jvm:internal-field-type
>  jvm:invoke-callbacks
> +jvm:istore
>  jvm:jump-node-p
>  jvm:jvm-class-name-p
>  jvm:jvm-compile
> @@ -1848,6 +1854,7 @@ pprint-newline
>  pprint-tab
>  pprint-tabular
>  precompile
> +precompiler:define-function-position-lambda-transform
>  precompiler:expand-macro
>  precompiler:extract-lambda-vars
>  precompiler:find-use
> @@ -1872,6 +1879,7 @@ precompiler:precompile-flet/labels
>  precompiler:precompile-form
>  precompiler:precompile-function
>  precompiler:precompile-function-call
> +precompiler:precompile-function-position-lambda
>  precompiler:precompile-identity
>  precompiler:precompile-if
>  precompiler:precompile-lambda
> @@ -2475,10 +2483,13 @@ system:dimension-subtypep
>  system:directory-match-components
>  system:directory-match-p
>  system:disable-zip-cache
> +system:disassemble-bytes
>  system:disassemble-class-bytes
> +system:disassemble-function
>  system:display-current
>  system:display-object
>  system:do-do-body
> +system:dot-length
>  system:double-float-high-bits
>  system:double-float-low-bits
>  system:dsd-index
> @@ -2513,8 +2524,7 @@ system:expand-source-transform
>  system:expand-source-transform-1
>  system:expand-trace
>  system:expandable-backq-expression-p
> -system:external-disassemble
> -system:external-test
> +system:fasl-compiled-closure-class-bytes
>  system:fasl-loader-classname
>  system:fasl-read-dispatch-char
>  system:fasl-read-list
> @@ -2542,6 +2552,7 @@ system:find-contrib
>  system:find-contrib-jar
>  system:find-dsd
>  system:find-jar
> +system:find-name-for-implementation-title
>  system:find-restart-or-control-error
>  system:find-system
>  system:find-system-jar
> @@ -2556,6 +2567,7 @@ system:float-underflow-mode
>  system:flonum-to-string
>  system:frame-to-list
>  system:frame-to-string
> +system:from-file
>  system:fset
>  system:ftype-result-type
>  system:funcall-key
> @@ -2570,6 +2582,7 @@ system:get-fasl-function
>  system:get-fasl-readtable
>  system:get-function-info-value
>  system:get-instance-form
> +system:get-loaded-from
>  system:get-memory-function
>  system:get-setf-method-inverse
>  system:get-slot
> @@ -2707,6 +2720,7 @@ system:make-trace-info
>  system:make-union-type
>  system:make-vector-reader
>  system:make-vector-writer
> +system:map-restarts
>  system:map1
>  system:match-dimensions
>  system:match-wild-jar-pathname
> @@ -2740,14 +2754,13 @@ system:normal-mumble-delete-from-end
>  system:normal-mumble-remove
>  system:normal-mumble-remove-from-end
>  system:normalize-type
> +system:not-java-6
>  system:note-name-defined
>  system:note-toplevel-form
>  system:notinline-p
>  system:nvector-substitute*
>  system:nvector-substitute-if*
>  system:nvector-substitute-if-not*
> -system:objectweb-disassemble
> -system:objectweb-test
>  system:once-only
>  system:out-synonym-of
>  system:output-form
> @@ -2794,6 +2807,7 @@ system:process-output
>  system:process-p
>  system:process-pid
>  system:process-progn
> +system:process-record-source-information
>  system:process-toplevel-declare
>  system:process-toplevel-defconstant
>  system:process-toplevel-defmacro
> @@ -2847,6 +2861,7 @@ system:read-string
>  system:read-vector-unsigned-byte-8
>  system:real-count
>  system:record-source-information
> +system:record-source-information-for-type
>  system:remember
>  system:remove-multi-combo-symbols
>  system:remove-zip-cache-entry
> @@ -2876,6 +2891,7 @@ system:set-function-info-value
>  system:set-function-result-type
>  system:set-hot-count
>  system:set-inline-expansion
> +system:set-loaded-from
>  system:set-schar
>  system:set-source-transform
>  system:set-std-slot-value
> @@ -2940,6 +2956,7 @@ system:symbol-macro-p
>  system:symbolicate
>  system:system-jar-p
>  system:system-stream-p
> +system:to-file
>  system:trace-1
>  system:trace-info-p
>  system:trace-redefined-update
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/lang/abcl/pkg/PLIST,v
> retrieving revision 1.3
> diff -u -p -r1.3 PLIST
> --- pkg/PLIST 1 Nov 2016 10:25:53 -0000       1.3
> +++ pkg/PLIST 26 Jun 2017 04:45:27 -0000
> @@ -298,6 +298,7 @@ abcl/src/org/armedbear/lisp/ftruncate.ja
>  abcl/src/org/armedbear/lisp/function_info.java
>  abcl/src/org/armedbear/lisp/gc.java
>  abcl/src/org/armedbear/lisp/gentemp.lisp
> +abcl/src/org/armedbear/lisp/get-pid.lisp
>  abcl/src/org/armedbear/lisp/get_properties.java
>  abcl/src/org/armedbear/lisp/gray-streams.lisp
>  abcl/src/org/armedbear/lisp/gui.lisp

Reply via email to