Home
last modified time | relevance | path

Searched refs:guile (Results 1 – 25 of 2038) sorted by relevance

12345678910>>...82

/dports/lang/guile2/guile-2.2.7/module/srfi/
H A Dsrfi-17.scm62 (@ (guile) setter)
73 (getter-with-setter (@ (guile) car)
76 (getter-with-setter (@ (guile) cdr)
80 (getter-with-setter (@ (guile) caar)
83 (getter-with-setter (@ (guile) cadr)
86 (getter-with-setter (@ (guile) cdar)
89 (getter-with-setter (@ (guile) cddr)
93 (getter-with-setter (@ (guile) caaar)
96 (getter-with-setter (@ (guile) caadr)
99 (getter-with-setter (@ (guile) cadar)
[all …]
/dports/lang/guile1/guile-1.8.8/srfi/
H A Dsrfi-17.scm62 (@ (guile) setter)
73 (getter-with-setter (@ (guile) car)
76 (getter-with-setter (@ (guile) cdr)
80 (getter-with-setter (@ (guile) caar)
83 (getter-with-setter (@ (guile) cadr)
86 (getter-with-setter (@ (guile) cdar)
89 (getter-with-setter (@ (guile) cddr)
93 (getter-with-setter (@ (guile) caaar)
96 (getter-with-setter (@ (guile) caadr)
99 (getter-with-setter (@ (guile) cadar)
[all …]
/dports/lang/guile/guile-3.0.7/module/srfi/
H A Dsrfi-17.scm62 (@ (guile) setter)
73 (getter-with-setter (@ (guile) car)
76 (getter-with-setter (@ (guile) cdr)
80 (getter-with-setter (@ (guile) caar)
83 (getter-with-setter (@ (guile) cadr)
86 (getter-with-setter (@ (guile) cdar)
89 (getter-with-setter (@ (guile) cddr)
93 (getter-with-setter (@ (guile) caaar)
96 (getter-with-setter (@ (guile) caadr)
99 (getter-with-setter (@ (guile) cadar)
[all …]
/dports/games/trackballs/trackballs-1.3.3/cmake/
H A DFindGuile.cmake11 find_program(GUILE_SNARF NAMES guile-snarf3.0 guile-snarf-3.0 guile-snarf)
14 PATH_SUFFIXES guile/3.0 guile)
22 find_program(GUILE_SNARF NAMES guile-snarf2.2 guile-snarf-2.2 guile-snarf)
25 PATH_SUFFIXES guile/2.2 guile)
34 find_program(GUILE_SNARF NAMES guile-snarf2.0 guile-snarf-2.0 guile-snarf)
37 PATH_SUFFIXES guile/2.0 guile)
57 guile-snarf3.0 guile-snarf-3.0
58 guile-snarf2.2 guile-snarf-2.2
59 guile-snarf2.0 guile-snarf-2.0 guile-snarf)
61 PATH_SUFFIXES guile/3.0 guile/2.2 guile/2.0 guile)
[all …]
/dports/graphics/guile-cairo/guile-cairo-1.11.1/
H A DChangeLog34 * guile-cairo/guile-cairo-compat.c:
35 * guile-cairo/guile-cairo-compat.h:
160 * guile-cairo/guile-cairo-smob-types.c
292 * guile-cairo/guile-cairo-compat.h:
345 * guile-cairo/guile-cairo-compat.h:
352 * guile-cairo/guile-cairo-compat.c:
366 * guile-cairo/guile-cairo-compat.c:
370 * guile-cairo/guile-cairo.c:
376 * guile-cairo/guile-cairo.c:
419 * guile-cairo/guile-cairo.c:
[all …]
/dports/lang/guile2/guile-2.2.7/meta/
H A DMakefile.am24 bin_SCRIPTS = guile-config guild
26 guile.m4 ChangeLog-2008 \
27 guile-$(GUILE_EFFECTIVE_VERSION).pc.in \
29 guild.in guile-config.in
46 aclocal_DATA = guile.m4
76 -e "s|[@]guile[@]|$$guile|g" \
98 guile-$(GUILE_EFFECTIVE_VERSION).pc: guile-$(GUILE_EFFECTIVE_VERSION).pc.in
102 guile-$(GUILE_EFFECTIVE_VERSION)-uninstalled.pc: guile-$(GUILE_EFFECTIVE_VERSION)-uninstalled.pc.in
106 guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
117 guile-config guild \
[all …]
H A DChangeLog-20083 * guile-config.in (build-link): Show `-L' before `-lguile'.
12 * guile.m4: add serial number to m4
31 * guile-config.in: remove display-separated.
72 * guile.m4: Rewrite comments in texi.
89 * guile.m4: Update copyright.
130 * Makefile.am (EXTRA_DIST): Added "guile.m4".
137 that guile.m4 gets installed.
162 * guile-config.in: Add copyright notice.
192 * Directory renamed to guile-config from build.
193 * guile-config.in: Renamed from build-guile.in, for consistency
[all …]
/dports/lang/guile/guile-3.0.7/meta/
H A DMakefile.am24 bin_SCRIPTS = guile-config guild
26 guile.m4 ChangeLog-2008 \
27 guile-$(GUILE_EFFECTIVE_VERSION).pc.in \
29 guild.in guile-config.in
46 aclocal_DATA = guile.m4
76 -e "s|[@]guile[@]|$$guile|g" \
98 guile-$(GUILE_EFFECTIVE_VERSION).pc: guile-$(GUILE_EFFECTIVE_VERSION).pc.in
102 guile-$(GUILE_EFFECTIVE_VERSION)-uninstalled.pc: guile-$(GUILE_EFFECTIVE_VERSION)-uninstalled.pc.in
106 guile-config: $(srcdir)/guile-config.in $(top_builddir)/config.status
117 guile-config guild \
[all …]
/dports/devel/remake/remake-4.3+dbg-1.5/tests/scripts/functions/
H A Dguile12 # -load guile
19 # read_file_into_string ($log) eq "guile\n" and $FEATURES{guile} = 1;
31 x:;@echo '$(guile #f)'; \
32 echo '$(guile #t)'; \
44 res := $(guile #f) \
45 $(guile #t) \
46 $(guile #\c) \
47 $(guile 1234) \
48 $(guile 'foo) \
49 $(guile "bar") \
[all …]
/dports/devel/gmake/make-4.3/tests/scripts/functions/
H A Dguile12 # -load guile
19 # read_file_into_string ($log) eq "guile\n" and $FEATURES{guile} = 1;
31 x:;@echo '$(guile #f)'; \
32 echo '$(guile #t)'; \
44 res := $(guile #f) \
45 $(guile #t) \
46 $(guile #\c) \
47 $(guile 1234) \
48 $(guile 'foo) \
49 $(guile "bar") \
[all …]
/dports/lang/guile2/guile-2.2.7/module/language/elisp/
H A Dboot.el264 (fset '= (@ (guile) =))
269 (fset '< (@ (guile) <))
270 (fset '<= (@ (guile) <=))
271 (fset '> (@ (guile) >))
272 (fset '>= (@ (guile) >=))
282 (fset '1+ (@ (guile) 1+))
283 (fset '1- (@ (guile) 1-))
284 (fset '+ (@ (guile) +))
285 (fset '- (@ (guile) -))
286 (fset '* (@ (guile) *))
[all …]
/dports/lang/guile/guile-3.0.7/module/language/elisp/
H A Dboot.el264 (fset '= (@ (guile) =))
269 (fset '< (@ (guile) <))
270 (fset '<= (@ (guile) <=))
271 (fset '> (@ (guile) >))
272 (fset '>= (@ (guile) >=))
282 (fset '1+ (@ (guile) 1+))
283 (fset '1- (@ (guile) 1-))
284 (fset '+ (@ (guile) +))
285 (fset '- (@ (guile) -))
286 (fset '* (@ (guile) *))
[all …]
/dports/lang/guile1/guile-1.8.8/guile-config/
H A DMakefile.am23 bin_SCRIPTS=guile-config
24 CLEANFILES=guile-config
25 EXTRA_DIST=guile-config.in guile.m4 ChangeLog-2008
30 aclocal_DATA = guile.m4
35 guile-config: guile-config.in ${top_builddir}/libguile/libpath.h
36 rm -f guile-config.tmp
37 sed < ${srcdir}/guile-config.in > guile-config.tmp \
40 chmod +x guile-config.tmp
41 mv guile-config.tmp guile-config
46 rm -f ${bindir}/build-guile
/dports/cad/sp2sp/gwave2-20090213/
H A DFAQ5 Q. Configure spews error messages when guile and guile-gtk are installed
10 > checking for guile... /usr/bin/guile
15 > checking for build-guile-gtk... /usr/local/bin/build-guile-gtk
17 (And here we find that guile-gtk's script "build-guile-gtk" is in
50 And as soon as configure runs `build-guile-gtk cflags`, the guile script
53 build-guile-gtk cflags
58 This is real error, that build-guile-gtk is looking for a guile module
68 I generally try to install guile-gtk in the same prefix as guile to avoid
84 What versions of guile and of guile-gtk do you have? The Gwave readme
123 miscommunicated from the guile build process to the guile-gtk and/or gwave
[all …]
/dports/graphics/guile-cairo/guile-cairo-1.11.1/guile-cairo/
H A DMakefile.am25 guile-cairo-smob-types.c \
26 guile-cairo-enum-types.c \
27 guile-cairo-vector-types.c \
28 guile-cairo-compat.c
38 guile-cairo-smob-types.h \
39 guile-cairo-enum-types.h \
40 guile-cairo-vector-types.h
42 noinst_HEADERS = guile-cairo-compat.h
54 -(guile-func-name-check $<)
62 guile-cairo.texi: $(DOT_DOC_FILES)
[all …]
H A DMakefile.in109 subdir = guile-cairo
375 guile-cairo-smob-types.c \
376 guile-cairo-enum-types.c \
378 guile-cairo-compat.c
385 guile-cairo-smob-types.h \
509 libguile_cairo_la-guile-cairo.lo: guile-cairo.c
516 libguile_cairo_la-guile-cairo-smob-types.lo: guile-cairo-smob-types.c
523 libguile_cairo_la-guile-cairo-enum-types.lo: guile-cairo-enum-types.c
530 libguile_cairo_la-guile-cairo-vector-types.lo: guile-cairo-vector-types.c
537 libguile_cairo_la-guile-cairo-compat.lo: guile-cairo-compat.c
[all …]
/dports/lang/guile1/guile-1.8.8/
H A Dbenchmark-guile.in20 guile=$2
24 guile=${top_builddir}/pre-inst-guile
30 if [ -f "$guile" -a -x "$guile" ] ; then
31 echo Benchmarking $guile ... "$@"
34 echo ERROR: Cannot execute $guile
39 if [ ! -f guile-procedures.txt ] ; then
40 @LN_S@ libguile/guile-procedures.txt .
43 exec $guile \
46 --log-file benchmark-guile.log "$@"
H A Dcheck-guile.in20 guile=$2
24 guile=${top_builddir}/pre-inst-guile
30 if [ -f "$guile" -a -x "$guile" ] ; then
31 echo Testing $guile ... "$@"
34 echo ERROR: Cannot execute $guile
39 if [ ! -f guile-procedures.txt ] ; then
40 @LN_S@ libguile/guile-procedures.txt .
43 exec $guile \
47 --log-file check-guile.log "$@"
/dports/lang/guile2/guile-2.2.7/
H A Dbenchmark-guile.in20 guile=$2
24 guile=${top_builddir}/meta/guile
30 if [ -f "$guile" -a -x "$guile" ] ; then
31 echo Benchmarking $guile ... "$@"
34 echo ERROR: Cannot execute $guile
39 if [ ! -f guile-procedures.txt ] ; then
40 @LN_S@ libguile/guile-procedures.txt .
43 exec $guile \
47 --log-file benchmark-guile.log "$@"
H A Dcheck-guile.in21 guile=$2
25 guile=${top_builddir}/meta/guile
31 if [ -f "$guile" -a -x "$guile" ] ; then
32 echo Testing $guile ... "$@"
35 echo ERROR: Cannot execute $guile
40 if [ ! -f guile-procedures.txt ] ; then
41 @LN_S@ libguile/guile-procedures.txt .
44 exec $guile \
49 --log-file check-guile.log "$@"
/dports/lang/guile/guile-3.0.7/
H A Dbenchmark-guile.in20 guile=$2
24 guile=${top_builddir}/meta/guile
30 if [ -f "$guile" -a -x "$guile" ] ; then
31 echo Benchmarking $guile ... "$@"
34 echo ERROR: Cannot execute $guile
39 if [ ! -f guile-procedures.txt ] ; then
40 @LN_S@ libguile/guile-procedures.txt .
43 exec $guile \
47 --log-file benchmark-guile.log "$@"
H A Dcheck-guile.in21 guile=$2
25 guile=${top_builddir}/meta/guile
31 if [ -f "$guile" -a -x "$guile" ] ; then
32 echo Testing $guile ... "$@"
35 echo ERROR: Cannot execute $guile
40 if [ ! -f guile-procedures.txt ] ; then
41 @LN_S@ libguile/guile-procedures.txt .
44 exec $guile \
49 --log-file check-guile.log "$@"
/dports/lang/guile2/guile-2.2.7/examples/
H A Dcheck.test4 guile=${GUILE-../libguile/guile}
5 if [ -x $guile ] ; then
8 echo could not find guile interpreter.
23 $guile -s $srcdir/scripts/simple-hello.scm > TMP
32 $guile -s $srcdir/scripts/hello > TMP
36 $guile -s $srcdir/scripts/hello --version > TMP
40 $guile -s $srcdir/scripts/hello --help > TMP
151 $guile -L $srcdir/box-dynamic-module \
161 $guile -L $srcdir/box-dynamic-module \
172 $guile -L $srcdir/box-dynamic-module \
[all …]
/dports/lang/guile1/guile-1.8.8/examples/
H A Dcheck.test4 guile=${GUILE-../libguile/guile}
5 if [ -x $guile ] ; then
8 echo could not find guile interpreter.
23 $guile -s $srcdir/scripts/simple-hello.scm > TMP
32 $guile -s $srcdir/scripts/hello > TMP
36 $guile -s $srcdir/scripts/hello --version > TMP
40 $guile -s $srcdir/scripts/hello --help > TMP
151 $guile -L $srcdir/box-dynamic-module \
161 $guile -L $srcdir/box-dynamic-module \
172 $guile -L $srcdir/box-dynamic-module \
[all …]
/dports/lang/guile/guile-3.0.7/examples/
H A Dcheck.test4 guile=${GUILE-../libguile/guile}
5 if [ -x $guile ] ; then
8 echo could not find guile interpreter.
23 $guile -s $srcdir/scripts/simple-hello.scm > TMP
32 $guile -s $srcdir/scripts/hello > TMP
36 $guile -s $srcdir/scripts/hello --version > TMP
40 $guile -s $srcdir/scripts/hello --help > TMP
151 $guile -L $srcdir/box-dynamic-module \
161 $guile -L $srcdir/box-dynamic-module \
172 $guile -L $srcdir/box-dynamic-module \
[all …]

12345678910>>...82