Port details |
- libreadline-java JNI wrapper around GNU Readline / libedit / libgetline
- 0.8.0_7 devel =2 0.8.0_7Version 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: 2008-02-16 21:04:05
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: not specified in port
- WWW:
- https://sourceforge.net/projects/java-readline/
- Description:
- Java-Readline is a port of GNU Readline for Java. Or, to be more
precise, it is a JNI-wrapper to Readline. It is distributed under the
LGPL.
You must call Readline.load(ReadlineLibrary lib); before using any
other methods. If you omit the call to the load()-method, the pure
Java fallback solution is used. Possible values for lib are:
ReadlineLibrary.PureJava
ReadlineLibrary.GnuReadline
ReadlineLibrary.Editline
ReadlineLibrary.Getline
Note that all programs using GnuReadline will fall under the GPL,
since Gnu-Readline is GPL software!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libreadline-java>0:devel/libreadline-java
- To install the port:
- cd /usr/ports/devel/libreadline-java/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libreadline-java
- pkg install libreadline-java
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libreadline-java
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libreadline-java-0.8.0-src.tar.gz) = cdcfd9910bfe2dca4cd08b2462ec05efee7395e9b9c3efcb51e85fa70548c890
SIZE (libreadline-java-0.8.0-src.tar.gz) = 77122
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
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- java : java/openjdk8
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libreadline-java-0.8.0_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libreadline-java
- USES:
- gmake libedit ncurses readline
- pkg-message:
- For install:
- To use readline-java add the file
/usr/local/share/java/classes/libreadline-java.jar
to your classpath!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.8.0_7 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.8.0_7 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.0_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.0_7 27 Dec 2020 02:28:29 |
glewis |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774 |
0.8.0_7 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.8.0_7 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
0.8.0_6 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
0.8.0_5 02 Apr 2017 09:54:38 |
bapt |
Fix build with newer libedit which has better compat with readline |
0.8.0_4 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.8.0_4 29 Jul 2016 22:52:25 |
bapt |
Prevent collision with getline(3)
While here regenerate the patches |
0.8.0_4 07 Feb 2016 19:17:38 |
marino |
devel/libreadline-java: USES+= ncurses, link to ncurses (not termcap) |
0.8.0_4 10 Nov 2015 23:28:04 |
marino |
devel/libreadline-java: convert to USES=libedit
While here, wrap to 80 characters and set PLIST_FILES to one file/line. |
0.8.0_4 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.8.0_4 18 Jun 2015 21:23:20 |
amdmi3 |
- Fix library installation
- Fix whitespace |
0.8.0_3 16 Aug 2014 18:18:57 |
adamw |
Try to fix build on -current.
Untested because java is ridiculous. |
0.8.0_3 15 Aug 2014 09:05:50 |
marino |
Reset maintainer on devel/libreadline-java per request
PR: 192675
Submitted by: maintainer (Martin Kammerhofer)
Thanks for looking after this port, Martin! |
0.8.0_3 23 Jul 2014 13:24:53 |
adamw |
Add USES=readline to fix build on -current. |
0.8.0_3 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.8.0_3 30 Apr 2014 16:09:34 |
bapt |
Chase libedit changes |
0.8.0_2 16 Dec 2013 18:01:51 |
antoine |
- Fix build with clang
- Stage support
- Do not hardcode /usr/local
PR: ports/184751
Submitted by: Martin Kammerhofer (maintainer) |
0.8.0_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.8.0_1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.8.0_1 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.8.0_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.8.0_1 06 Jun 2008 13:21:59 |
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.8.0 16 Feb 2008 21:03:49 |
alepulver |
Java-Readline is a port of GNU Readline for Java. Or, to be more
precise, it is a JNI-wrapper to Readline. It is distributed under the
LGPL.
You must call Readline.load(ReadlineLibrary lib); before using any
other methods. If you omit the call to the load()-method, the pure
Java fallback solution is used. Possible values for lib are:
ReadlineLibrary.PureJava
ReadlineLibrary.GnuReadline
ReadlineLibrary.Editline
ReadlineLibrary.Getline
Note that all programs using GnuReadline will fall under the GPL,
since Gnu-Readline is GPL software!
WWW: http://sourceforge.net/projects/java-readline/
PR: ports/116817
Submitted by: Martin Kammerhofer <mkamm at gmx.net> |