Home
last modified time | relevance | path

Searched +refs:readline +refs:version (Results 1 – 25 of 8644) sorted by relevance

12345678910>>...346

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/readline/
H A Dtest.tst8 (let ((ver-num (and (boundp 'readline:readline-version)
9 readline:readline-version)))
10 (format t "~&readline version ~S (~D=0~O=x~X)~%"
11 (and (boundp 'readline:library-version) readline:library-version)
15 (integerp (show readline:gnu-readline-p)) T
21 (if (boundp 'readline:readline-name) readline:readline-name "CLISP") "CLISP"
22 (setq readline:readline-name "abazonk") "abazonk"
42 (when (zerop (logand readline:readline-state readline:STATE-INITIALIZED))
67 "Run readline:readline, with fake input."
69 (readline:readline ""))
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/
H A Dcheck-version.py125 version = {} variable
128 line = f.readline()
136 line = f.readline()
144 line = f.readline()
152 line = f.readline()
160 line = f.readline()
164 line = f.readline()
169 version = {} variable
172 line = f.readline()
190 line = f.readline()
[all …]
/dports/devel/libreadline-java/libreadline-java-0.8.0/
H A DChangeLog4 added item '0. Change version numbers'
8 updated version number to 0.8.0
31 * /cvsroot/java-readline/java-readline/NEWS: news for version 0.8.0
34 upgraded version number to 0.8.0
90 changed version to 0.7.4
181 changed version to 0.7.1
186 changed version to 0.7.0
229 correct version is 0.6.1, not 0.61
232 changed version to 0.6.1
278 changed version to 0.6pre1
[all …]
/dports/ftp/lftp/lftp-4.9.2/m4/
H A Dlftp_lib_readline.m48 # particular version or newer. This macro checks for Readline
29 # AC_SUBST(READLINE_VERSION) -- only if version requirement is used
55 elif test -f /usr/include/readline/readline.h; then
73 elif test -f /usr/include/readline/readline.h; then
150 @%:@include <readline/readline.h>
178 @%:@include <readline/readline.h>
223 dnl Check Readline version
231 AC_MSG_CHECKING([if Readline version is >= $readline_version_req])
248 dnl Decompose required version string and calculate numerical representation
260 dnl Calculate numerical representation of detected version
[all …]
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dandroidbackup2john.py48 magic = f.readline()
52 magic = f.readline()
58 version = int(f.readline())
61 if version < BACKUP_FILE_V1 or version > BACKUP_FILE_V5:
66 is_compressed = int(f.readline())
71 encryption_algorithm = f.readline().strip()
78 user_salt = f.readline().strip().lower()
80 ck_salt = f.readline().strip().lower()
83 rounds = int(f.readline())
88 user_iv = f.readline().strip().lower()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/cmake_modules/
H A DFindReadline.cmake2 find_path(READLINE_INCLUDE_DIR readline/readline.h)
3 find_library(READLINE_LIBRARY NAMES readline)
19 NAMES readline/readline.h
26 NAMES readline6 readline5 readline libreadline6 libreadline5 libreadline
27 HINTS "${CMAKE_SOURCE_DIR}/../${CMAKE_LIBRARY_ARCHITECTURE}/readline/lib"
28 "${CMAKE_SOURCE_DIR}/../${CMAKE_LIBRARY_ARCHITECTURE}/readline/bin"
47 if (READLINE_INCLUDE_DIR AND EXISTS "${READLINE_INCLUDE_DIR}/readline/readline.h")
48 file(STRINGS "${READLINE_INCLUDE_DIR}/readline/readline.h"
51 file(STRINGS "${READLINE_INCLUDE_DIR}/readline/readline.h"
73 …message(STATUS "Found version ${READLINE_VERSION} of GNU Readline at ${READLINE_LIBRARY}, but vers…
[all …]
/dports/devel/tig/tig-2.5.4/tools/
H A Dax_lib_readline.m45 dnl the Free Software Foundation, either version 3 of the License, or
6 dnl (at your option) any later version.
92 AC_MSG_CHECKING([version of installed readline library])
119 #include <readline/readline.h>
176 AC_MSG_WARN([Could not test version of installed readline library.])
185 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
186 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
187 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
210 AC_ARG_WITH([readline], [AS_HELP_STRING([--with-readline=DIR],
215 AC_CHECK_HEADERS([readline/readline.h], [
[all …]
/dports/graphics/s10sh/s10sh-0.2.2/
H A Dconfigure9 if test -f /usr/include/readline/readline.h; then
13 if test -f /usr/local/include/readline/readline.h; then
17 echo Do you want readline support? \(y/n default $READLINE_DEFAULT\)
54 version=""
57 version=`$lusbconf --version 2> /dev/null`
61 version=`$lusbconf --version 2> /dev/null`
64 if [ -z $version ]; then
70 echo "libusb version = $version"
/dports/devel/cgdb/cgdb-0.8.0/config/
H A Dreadline_check_version.m459 AC_MSG_CHECKING([version of installed readline library])
87 #include <readline/readline.h>
134 # Readline versions greater than 4.2 have these defines in readline.h
137 AC_MSG_WARN([Could not test version of installed readline library.])
146 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
147 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
148 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
165 dnl It also defines the readline and history libraries
168 AC_DEFINE(HAVE_LIBREADLINE,1, [readline library available])
172 …AC_CHECK_HEADERS([readline/readline.h],is_readline_header_found="true",is_readline_header_found="f…
[all …]
/dports/math/giacxcas/giac-1.6.0/
H A Dacinclude.m431 dnl Check if GNU readline library and headers are avialable.
41 AC_CHECK_HEADERS([readline/readline.h readline/history.h])
43 AC_MSG_WARN([readline headers could not be found.])
45 AC_CACHE_CHECK([for version of libreadline], [ginac_cv_rl_supported], [
49 #include <readline/readline.h>
51 #error "Ancient/unsupported version of readline"
55 AC_MSG_WARN([Unsupported version of readline (<= 4.2 or non-GNU).])
59 AC_CHECK_LIB(readline, readline)
108 ifelse([$2], ,[AC_MSG_ERROR([GMP version is way too old])],[$3])
112 dnl Does libgmp provide some functionality introduced in version 3.0?
[all …]
/dports/lang/sdcc/sdcc-4.0.0/debugger/mcs51/
H A Dacinclude.m43 dnl This macro checks for the presence of the readline library.
13 dnl check for the readline.h header file
15 AC_CHECK_HEADER(readline/readline.h)
18 dnl check the readline version
20 AC_MSG_CHECKING([for GNU Readline version])
23 #include <readline/readline.h>
42 dnl check for the readline library
56 #include <readline/readline.h>
59 …ummy = rl_completion_append_character; /* rl_completion_append_character appeared in version 2.1 */
60 readline(NULL);
/dports/devel/gdb/gdb-11.1/readline/readline/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
91 # Readline versions greater than 4.2 have these defines in readline.h
94 AC_MSG_WARN([Could not test version of installed readline library.])
103 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
104 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
105 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/devel/gdb761/gdb-7.6.1/readline/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
90 # Readline versions greater than 4.2 have these defines in readline.h
93 AC_MSG_WARN([Could not test version of installed readline library.])
102 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
103 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
104 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/devel/readline/readline-8.1/examples/autoconf/
H A DRL_LIB_READLINE_VERSION10 AC_MSG_CHECKING([version of installed readline library])
21 # specifies --with-installed-readline=PREFIX as an argument to configure
37 #include <readline/readline.h>
91 # Readline versions greater than 4.2 have these defines in readline.h
94 AC_MSG_WARN([Could not test version of installed readline library.])
103 AC_DEFINE_UNQUOTED(RL_READLINE_VERSION, $RL_VERSION, [encoded version of the installed readline lib…
104 AC_DEFINE_UNQUOTED(RL_VERSION_MAJOR, $RL_MAJOR, [major version of installed readline library])
105 AC_DEFINE_UNQUOTED(RL_VERSION_MINOR, $RL_MINOR, [minor version of installed readline library])
/dports/misc/pfm/pfm-2.12.3/
H A DREADME-MacOSX9 $ sudo port install readline-5 # for readline 5
10 $ sudo port install readline # for readline 6
17 $ curl -O ftp://ftp.gnu.org/pub/gnu/readline/readline-$VERSION.tar.gz
18 $ tar zxvf readline-$VERSION.tar.gz
19 $ cd readline-$VERSION
31 $ sudo port install p5-term-readline-gnu
33 * fink (depending on your perl version):
34 $ sudo apt-get install term-readline-gnu-pm586
35 $ sudo apt-get install term-readline-gnu-pm588
36 $ sudo apt-get install term-readline-gnu-pm5100
[all …]
/dports/databases/mdbtools/mdbtools-1.0.0/m4/
H A Dreadline.m41 dnl readline.m4
2 dnl mdbtools specific version
3 dnl TODO: Check if official version works then add serial
5 AC_CACHE_CHECK([for a readline compatible library],
8 for readline_lib in readline edit editline; do
15 AC_TRY_LINK_FUNC(readline, vl_cv_lib_readline=yes)
28 [Define if you have a readline compatible library])
29 AC_CHECK_HEADERS(readline.h readline/readline.h)
30 AC_CACHE_CHECK([whether readline supports history],
36 [Define if your readline library has \`add_history'])
[all …]
/dports/science/nest/nest-simulator-3.1/cmake/
H A DFindReadline.cmake9 # the Free Software Foundation, either version 2 of the License, or
10 # (at your option) any later version.
24 # READLINE_INCLUDE_DIRS, where to find readline/readline.h.
26 # READLINE_VERSION, the library version
32 NAMES readline/readline.h
34 …NO_SYSTEM_ENVIRONMENT_PATH # anaconda python tries to be first in path and hides a useful readline
37 NAMES readline
39 …NO_SYSTEM_ENVIRONMENT_PATH # anaconda python tries to be first in path and hides a useful readline
41 find_library( NCURSES_LIBRARY # readline depends on libncurses, or similar
46 if ( EXISTS "${READLINE_INCLUDE_DIR}/readline/readline.h" )
[all …]
/dports/misc/pinfo/pinfo-0.6.13/
H A D.travis.yml24 - readline
32 - stage: "Compiler version/OS checks"
44 - stage: "Compiler version/OS checks"
56 - stage: "Compiler version/OS checks"
68 - stage: "Compiler version/OS checks"
80 - stage: "Compiler version/OS checks"
134 env: [ CONFIGOPTIONS="--with-readline=/usr/local/opt/readline/" ]
145 env: [ CONFIGOPTIONS="--with-readline=/usr/local/opt/readline/" ]
155 env: [ CONFIGOPTIONS="--with-readline=/usr/local/opt/readline/" ]
166 env: [ CONFIGOPTIONS="--with-readline=/usr/local/opt/readline/" ]
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/AlignIO/
H A DClustalIO.py34 version = ""
35 if not version:
102 line = handle.readline()
121 version = None
130 line = handle.readline()
132 line = handle.readline()
185 line = handle.readline()
191 line = handle.readline()
211 line = handle.readline()
264 line = handle.readline()
[all …]
/dports/math/GiNaC/ginac-1.8.2/cmake/modules/
H A DFindReadline.cmake11 find_path(READLINE_INCLUDE_DIRS NAMES readline/readline.h)
13 message(ERROR "couldn't find the readline/readline.h header")
15 find_library(READLINE_LIBRARIES NAMES libreadline readline)
25 #include <readline/readline.h>
27 #error Ancient version of readline
37 message(ERROR "Ancient/unsupported version of readline")
/dports/devel/p5-Term-Form/Term-Form-0.540/
H A DChanges5 - Raised Perl minimum version to 5.10.0.
19 - Term::Choose minimum version 1.734.
28 - readline: print info string only once.
49 - "Term::Choose": minimum version is "1.711".
53 - Term::Choose::Util minimum version is "0.117".
100 …- "readline": Pressing 'Ctrl-X' clears the input. With the input puffer empty "readline" returns n…
122 - "readline": new option 'show_context'.
147 - "Term::Choose" minimum version is "1.626".
193 - "Term::Choose" minimum version is "1.607".
201 - "readline": trim prompt if it is to long.
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/scripts/
H A Dmake_katehl.py15 version = '0.0' variable
28 for line in iter(f.readline, ''):
32 for line in iter(f.readline, ''):
89 with io.open(args.version, 'rt', encoding='utf-8') as f:
90 global version
91 for line in iter(f.readline, ''):
96 version = mv.group(1)
101 for line in iter(f.readline, ''):
111 for line in iter(f.readline, ''):
127 for line in iter(f.readline, ''):
[all …]
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/util/
H A Dinventory.py44 def readline(self) -> str: member in InventoryFileReader
54 line = self.readline()
60 line = self.readline()
87 line = reader.readline().rstrip()
98 projname = stream.readline().rstrip()[11:]
99 version = stream.readline().rstrip()[11:]
110 invdata.setdefault(type, {})[name] = (projname, version, location, '-')
117 version = stream.readline().rstrip()[11:]
118 line = stream.readline()
143 invdata.setdefault(type, {})[name] = (projname, version,
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/util/
H A Dinventory.py44 def readline(self) -> str: member in InventoryFileReader
54 line = self.readline()
60 line = self.readline()
87 line = reader.readline().rstrip()
98 projname = stream.readline().rstrip()[11:]
99 version = stream.readline().rstrip()[11:]
110 invdata.setdefault(type, {})[name] = (projname, version, location, '-')
117 version = stream.readline().rstrip()[11:]
118 line = stream.readline()
143 invdata.setdefault(type, {})[name] = (projname, version,
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/util/
H A Dinventory.py44 def readline(self) -> str: member in InventoryFileReader
54 line = self.readline()
60 line = self.readline()
87 line = reader.readline().rstrip()
98 projname = stream.readline().rstrip()[11:]
99 version = stream.readline().rstrip()[11:]
110 invdata.setdefault(type, {})[name] = (projname, version, location, '-')
117 version = stream.readline().rstrip()[11:]
118 line = stream.readline()
143 invdata.setdefault(type, {})[name] = (projname, version,
[all …]

12345678910>>...346