Port details |
- jsch Pure Java implementation of SSH2
- 0.1.55_1 net
=2 0.1.55Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2004-12-30 22:28:30
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java security
- License: BSD3CLAUSE
- WWW:
- http://www.jcraft.com/jsch
- Description:
- Sch is a pure Java implementation of SSH2. JSch allows you to connect
to an sshd server and use port forwarding, X11 forwarding, file
transfer, etc., and you can integrate its functionality into your
own Java programs. JSch is licensed under BSD style license.
- Why JSch?
Our intension in developing this stuff is to enable users of our
pure java X servers, WiredX and WeirdX, to enjoy secure X sessions.
Our efforts have mostly targeted the SSH2 protocol in relation to
X window system and X11 forwarding. Of course, we are also interested
in adding other functionality - port forward, file transfer, terminal
emulation, etc.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/jsch/ && make install clean
- To add the package, run one of these commands:
- pkg install net/jsch
- pkg install jsch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jsch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1610919107
SHA256 (jsch-0.1.55.zip) = 063bf66e163f43b7d7897ac14efe1e80ed094d4016afe1181fe2285e3797bed3
SIZE (jsch-0.1.55.zip) = 369664
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_jsch
- USES:
- cpe java:ant,run zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.55_1 31 Dec 2024 14:39:30
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
0.1.55 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.55 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.55 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.1.55 20 Oct 2021 16:13:20
    |
Stefan Eßer (se)  |
net/jsch: Add CPE information
Approved by: portmgr (blanket) |
0.1.55 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.1.55 17 Jan 2021 21:54:06
  |
nc  |
net/jsch: Update to 0.1.55
Approved by: 0mp (mentor, implicit) |
0.1.54 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.1.54 24 Dec 2016 15:47:04
  |
vanilla  |
Update to 0.1.54. |
0.1.53 15 Jan 2016 05:47:37
  |
vanilla  |
Upgrade to 0.1.53. |
0.1.52 25 Mar 2015 00:04:20
  |
pawel  |
- Update to version 0.1.52
- Add LICENSE, unmute install command
PR: 198759
Submitted by: Anton Tornqvist <antont@inbox.lv> |
0.1.51 18 Nov 2014 09:37:33
  |
bapt  |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
0.1.51 19 May 2014 07:13:53
  |
miwi  |
- Update to 0.1.51
- Pet portlint
PR: 189801
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
0.1.49 12 Mar 2014 03:27:30
  |
miwi  |
- Stage support |
0.1.49 10 Mar 2014 16:38:00
  |
bapt  |
Convert n* to USES=zip |
0.1.49 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.1.49 10 Dec 2012 13:43:44
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
0.1.49 05 Nov 2012 21:41:07
  |
rakuco  |
Update to 0.1.49.
PR: ports/172938
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes |
0.1.44 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.1.44 21 Jul 2011 05:03:02
 |
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
0.1.44 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.1.44 04 Nov 2010 10:00:50
 |
miwi  |
- Update to 0.1.44 |
0.1.42 05 Aug 2009 12:15:21
 |
miwi  |
- Update to 0.1.42 |
0.1.41 04 Jan 2009 12:45:18
 |
miwi  |
- Update to 0.1.41 |
0.1.40 23 Dec 2008 19:49:22
 |
miwi  |
- Update to 0.1.40
- Take maintainership |
0.1.39 27 Jun 2008 11:41:48
 |
miwi  |
- Update to 0.1.39
PR: 125008
Submitted by: Wen heping <wenheping@gmail.com> |
0.1.33_1 15 Jun 2008 19:05:21
 |
lioux  |
Drop maintainership. |
0.1.33_1 06 Jun 2008 13:50:32
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.1.33 26 Jul 2007 03:40:53
 |
lioux  |
o Update to 0.1.33
PR: 112645
Submitted by: ijliao |
0.1.28_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.1.28 25 Sep 2006 00:17:37
 |
lioux  |
Update to 0.1.28
PR: 99655
Submitted by: chinsan <chinsan.tw@gmail.com> |
0.1.24 27 Nov 2005 23:33:17
 |
lioux  |
Update to 0.1.24 |
0.1.23 11 Nov 2005 06:06:17
 |
lioux  |
Add SHA256 checksum |
0.1.23 02 Nov 2005 03:07:33
 |
lioux  |
Update to 0.1.23 |
0.1.22 19 Oct 2005 00:29:36
 |
lioux  |
Update to 0.1.21 |
0.1.21 05 Oct 2005 18:24:19
 |
lioux  |
Update to 0.1.21 |
0.1.20 03 Apr 2005 23:20:26
 |
lioux  |
Update to 0.1.20 |
0.1.18_1 31 Dec 2004 11:14:19
 |
lioux  |
o Update to <bsd.java.mk> standard 2.0
o Bump PORTREVISION due to jar location changes
Prompted by: hq |
0.1.18 30 Dec 2004 22:21:02
 |
lioux  |
New port jsch version 0.1.18: A pure Java implementation of SSH2 |