summaryrefslogtreecommitdiff
path: root/devel/libreadline-java/files/patch-src-native-Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix build on -current.Adam Weinberger2014-08-161-5/+8
| | | | | | | Untested because java is ridiculous. Notes: svn path=/head/; revision=365116
* - Fix build with clangAntoine Brodin2013-12-161-4/+12
| | | | | | | | | | | - Stage support - Do not hardcode /usr/local PR: ports/184751 Submitted by: Martin Kammerhofer (maintainer) Notes: svn path=/head/; revision=336652
* Java-Readline is a port of GNU Readline for Java. Or, to be moreAlejandro Pulver2008-02-161-0/+55
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> Notes: svn path=/head/; revision=207384