GNU bug report logs - #26803
Java things

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Sat, 6 May 2017 14:02:02 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Roel Janssen <roel <at> gnu.org>
Cc: 26803 <at> debbugs.gnu.org
Subject: bug#26803: [PATCH 35/36] gnu: Add java-jsch.
Date: Mon, 15 May 2017 21:54:49 +0200
Roel Janssen <roel <at> gnu.org> writes:

> Ricardo Wurmus writes:
>
>> * gnu/packages/java.scm (java-jsch): New variable.
>> ---
>>  gnu/packages/java.scm | 28 ++++++++++++++++++++++++++++
>>  1 file changed, 28 insertions(+)
>>
>> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
>> index 287a7ae69..8ecd5bbfc 100644
>> --- a/gnu/packages/java.scm
>> +++ b/gnu/packages/java.scm
>> @@ -2247,6 +2247,34 @@ many basic Internet protocols.  The purpose of the library is to provide
>>  fundamental protocol access, not higher-level abstractions.")
>>      (license license:asl2.0)))
>>  
>> +(define-public java-jsch
>> +  (package
>> +    (name "java-jsch")
>> +    (version "0.1.54")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "mirror://sourceforge/jsch/jsch/"
>> +                                  version "/jsch-" version ".zip"))
>> +              (sha256
>> +               (base32
>> +                "029rdddyq1mh3ghryh3ki99kba1xkf1d1swjv2vi6lk6zzjy2wdb"))))
>> +    (build-system ant-build-system)
>> +    (arguments
>> +     `(#:build-target "dist"
>> +       #:tests? #f ; no tests included
>> +       #:phases
>> +       (modify-phases %standard-phases
>> +         (replace 'install (install-jars "dist")))))
>> +    (native-inputs
>> +     `(("unzip" ,unzip)))
>> +    (home-page "http://www.jcraft.com/jsch/")
>> +    (synopsis "Pure Java implementation of SSH2")
>> +    (description "JSch is a pure Java implementation of SSH2.  JSch allows you
>> +to connect to an SSH server and use port forwarding, X11 forwarding, file
>> +transfer, etc., and you can integrate its functionality into your own Java
>> +programs.")
>> +    (license license:bsd-3)))
>> +
>>  (define-public java-commons-cli
>>    (package
>>      (name "java-commons-cli")
>
> LGTM!  And this looks like an interesting library.

Yes, but it cannot only be used with Java… :)

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





This bug report was last modified 8 years and 94 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.