Home
last modified time | relevance | path

Searched refs:A2X (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/science/xtb/xtb-6.4.1/man/
H A DMakefile78 A2X := a2x macro
94 $(A2X) $(ASCIIFLAGS) -D man1 $<
97 $(A2X) $(ASCIIFLAGS) -D man2 $<
100 $(A2X) $(ASCIIFLAGS) -D man3 $<
103 $(A2X) $(ASCIIFLAGS) -D man4 $<
106 $(A2X) $(ASCIIFLAGS) -D man5 $<
109 $(A2X) $(ASCIIFLAGS) -D man6 $<
112 $(A2X) $(ASCIIFLAGS) -D man7 $<
/dports/net/libcoap/libcoap-4.3.0/man/
H A DMakefile.am61 $(A2X) --doctype manpage --format manpage $<
62 $(A2X) --doctype manpage --format xhtml $<
65 $(A2X) --doctype manpage --format manpage $<
66 $(A2X) --doctype manpage --format xhtml $<
69 $(A2X) --doctype manpage --format manpage $<
70 $(A2X) --doctype manpage --format xhtml $<
/dports/comms/fldigi/fldigi-4.1.20/m4/
H A Ddocs.m421 AC_PATH_PROG([A2X], [a2x])
25 if test "x$ASCIIDOC" = "x" -o "x$A2X" = "x"; then
27 elif test "x$A2X" = "x"; then
34 AC_SUBST([A2X])
35 AM_CONDITIONAL([HAVE_ASCIIDOC], [test "x$ASCIIDOC" != "x" -a "x$A2X" != "x"])
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/m4/
H A Dspice_manual.m49 dnl - A2X a2x program or empty
24 AC_PATH_PROG([A2X], [a2x])
25 AS_IF([test -z "$A2X" && test "x$enable_manual" = "xyes"],
29 AM_CONDITIONAL([BUILD_MANUAL], [test -n "$ASCIIDOC" || test -n "$A2X"])
31 AM_CONDITIONAL([BUILD_CHUNKED_MANUAL], [test -n "$A2X"])
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/m4/
H A Dspice_manual.m49 dnl - A2X a2x program or empty
24 AC_PATH_PROG([A2X], [a2x])
25 AS_IF([test -z "$A2X" && test "x$enable_manual" = "xyes"],
29 AM_CONDITIONAL([BUILD_MANUAL], [test -n "$ASCIIDOC" || test -n "$A2X"])
31 AM_CONDITIONAL([BUILD_CHUNKED_MANUAL], [test -n "$A2X"])
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/kvm/kvm_stat/
H A DMakefile10 A2X=a2x macro
11 a2x_path := $(call get-executable,$(A2X))
25 $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $<
/dports/multimedia/libv4l/linux-5.13-rc2/tools/kvm/kvm_stat/
H A DMakefile10 A2X=a2x macro
11 a2x_path := $(call get-executable,$(A2X))
25 $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $<
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/kvm/kvm_stat/
H A DMakefile10 A2X=a2x macro
11 a2x_path := $(call get-executable,$(A2X))
25 $(QUIET_A2X)$(A2X) --doctype manpage --format manpage $<
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/examples/
H A Dtclock.pp25 function A2X(angle,radius: Double): Integer; inline;
27 A2X := round(ASPECT * radius * sin(angle))
177 mvaddstr(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), @tstr[1]);
183 mvaddch(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'));
254 dline(cy, cx, cy - A2Y(angle, hradius), cx + A2X(angle, hradius), chtype('*'),Hrest);
257 dline(cy, cx, cy - A2Y(angle, mradius), cx + A2X(angle, mradius), chtype('*'),Mrest);
260 dline(cy, cx, cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'),Srest);
/dports/graphics/fpc-ncurses/fpc-3.2.2/packages/ncurses/tests/
H A Dtclock.pp19 function A2X(angle,radius: Double): Integer; inline;
21 A2X := round(ASPECT * radius * sin(angle))
171 mvaddstr(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), @tstr[1]);
177 mvaddch(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'));
248 dline(cy, cx, cy - A2Y(angle, hradius), cx + A2X(angle, hradius), chtype('*'),Hrest);
251 dline(cy, cx, cy - A2Y(angle, mradius), cx + A2X(angle, mradius), chtype('*'),Mrest);
254 dline(cy, cx, cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'),Srest);
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/examples/
H A Dtclock.pp25 function A2X(angle,radius: Double): Integer; inline;
27 A2X := round(ASPECT * radius * sin(angle))
177 mvaddstr(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), @tstr[1]);
183 mvaddch(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'));
254 dline(cy, cx, cy - A2Y(angle, hradius), cx + A2X(angle, hradius), chtype('*'),Hrest);
257 dline(cy, cx, cy - A2Y(angle, mradius), cx + A2X(angle, mradius), chtype('*'),Mrest);
260 dline(cy, cx, cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'),Srest);
/dports/lang/fpc-source/fpc-3.2.2/packages/ncurses/tests/
H A Dtclock.pp19 function A2X(angle,radius: Double): Integer; inline;
21 A2X := round(ASPECT * radius * sin(angle))
171 mvaddstr(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), @tstr[1]);
177 mvaddch(cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'));
248 dline(cy, cx, cy - A2Y(angle, hradius), cx + A2X(angle, hradius), chtype('*'),Hrest);
251 dline(cy, cx, cy - A2Y(angle, mradius), cx + A2X(angle, mradius), chtype('*'),Mrest);
254 dline(cy, cx, cy - A2Y(angle, sradius), cx + A2X(angle, sradius), chtype('.'),Srest);
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtclock.c41 #define A2X(angle,radius) ROUND(ASPECT * radius * sin(angle)) macro
204 sdx = A2X(sangle, sradius); in main()
225 mdx = A2X(mangle, mradius); in main()
229 hdx = A2X(hangle, hradius); in main()
237 sdx = A2X(sangle, sradius); in main()
/dports/net-im/signal-cli/signal-cli-0.9.0/man/
H A DMakefile1 A2X = a2x macro
10 $(A2X) --no-xmllint --doctype manpage --format manpage "$^"
/dports/multimedia/cclive/cclive-0.7.16/
H A Dconfigure.ac36 AC_PATH_PROG([A2X], [a2x], [no])
37 AM_CONDITIONAL([HAVE_A2X], [test x"$A2X" != "xno"])
38 AC_SUBST([A2X]) subst
40 AS_IF([test x"$A2X" = "xno" && test -d "$srcdir/.git"],
/dports/multimedia/libquvi-scripts09/libquvi-scripts-0.9.20131130/
H A Dconfigure.ac33 AC_PATH_PROG([A2X], [a2x], [no])
34 AM_CONDITIONAL([HAVE_A2X], [test x"$A2X" != "xno"])
35 AC_SUBST([A2X]) subst
37 AS_IF([test x"$A2X" = "xno" && test -d "$srcdir/.git"],
/dports/sysutils/nut/nut-2.7.4/m4/
H A Dnut_check_asciidoc.m420 AC_PATH_PROGS([A2X], [a2x])
21 if test -n "${A2X}"; then
23 A2X_VERSION="`${A2X} --version 2>/dev/null`"
/dports/games/easyrpg-player/Player-0.7.0/
H A Dconfigure.ac148 AC_CHECK_PROGS([A2X], [a2x a2x.py], [no])
149 AM_CONDITIONAL([HAVE_A2X], [test x"$A2X" != "xno"])
150 AC_SUBST([A2X]) subst
151 AS_IF([test x"$A2X" = "xno" && test ! -f "${srcdir}/resources/easyrpg-player.6"],
210 if test "$A2X" = "no" -a -f "${srcdir}/resources/easyrpg-player.6"; then
212 elif test "x$A2X" != "xno"; then
/dports/multimedia/quvi09/quvi-0.9.5/
H A Dconfigure.ac53 AC_PATH_PROG([A2X], [a2x], [no])
54 AM_CONDITIONAL([HAVE_A2X], [test x"$A2X" != "xno"])
55 AC_SUBST([A2X]) subst
57 AS_IF([test x"$A2X" = "xno" && test -d "$srcdir/.git"],
/dports/audio/libaudiofile/audiofile-0.3.6/docs/
H A DMakefile.am62 $(A2X) $(A2XFLAGS) --asciidoc-opts="-f asciidoc.conf" $<
65 $(A2X) $(A2XFLAGS) --asciidoc-opts="-f asciidoc.conf" $<
/dports/net/libcoap/libcoap-4.3.0/m4/
H A Dax_check_a2x_to_man.m428 if test "x$A2X" = "x"; then
44 $A2X --verbose --doctype manpage --format manpage conftestman.txt >conftest.out 2>&1
/dports/deskutils/calcurse/calcurse-4.7.1/
H A Dconfigure.ac103 AC_PATH_PROG([A2X], [a2x])
104 if test -z "$A2X"; then
120 AC_PATH_PROG([A2X], [a2x])
121 if test -z "$A2X"; then
/dports/multimedia/libquvi09/libquvi-0.9.4/
H A Dconfigure.ac67 AC_PATH_PROG([A2X], [a2x], [no])
68 AM_CONDITIONAL([HAVE_A2X], [test x"$A2X" != "xno"])
69 AC_SUBST([A2X]) subst
70 AS_IF([test x"$A2X" = "xno" && test -d "$srcdir/.git"],
/dports/sysutils/nut/nut-2.7.4/docs/
H A DMakefile.am105 …$(A2X) $(A2X_COMMON_OPTS) --attribute=xhtml11_format --format=xhtml --xsl-file=$(srcdir)/xhtml.xsl…
108 …$(A2X) $(A2X_COMMON_OPTS) --attribute=chunked_format --format=chunked --xsl-file=$(srcdir)/chunked…
111 $(A2X) $(A2X_COMMON_OPTS) --attribute=pdf_format --format=pdf -a docinfo1 $<
/dports/net/megatools/megatools-1.10.3/
H A Dconfigure.ac57 AC_PATH_PROG([A2X], [a2x], [no])
58 AS_IF([test "x$A2X" = xno], [

12345678910