The FreeBSD Ports Archive
FreeBSD japanese : expect4>
A sophisticated scripter based on Japanized tcl/tk
Expect is a program that performs programmed dialogue with other
interactive programs. It is briefly described by its man page, expect(1).
This version is based on Japanized Tcl/Tk, so it has 'kanji' command.
It uses pseudo-tty's to control the child processes, so it is not affected
by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).
http://expect.nist.gov/
|
expect history
v. 1.26
date: 2007/05/19 20:11:48; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2007/01/30 10:25:26; author: pav; state: Exp; lines: +3 -8
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.24
date: 2006/03/07 17:20:45; author: kris; state: Exp; lines: +0 -2
Now buildable again
Approved by: portmgr (implicit)
v. 1.23
date: 2006/02/12 22:40:35; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.22
date: 2005/11/15 06:49:45; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.21
date: 2005/05/21 17:37:02; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64: Incomplete pkg-plist
v. 1.20
date: 2004/03/14 06:16:46; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.19
date: 2003/02/21 12:28:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.18
date: 2000/06/17 05:33:52; author: knu; state: Exp; lines: +2 -2
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.
v. 1.17
date: 2000/04/11 14:13:39; author: knu; state: Exp; lines: +3 -5
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.16
date: 1999/12/23 18:46:34; author: steve; state: Exp; lines: +3 -3
Update to version 5.31.
PR: 15393
Submitted by: maintainer
v. 1.15
date: 1999/09/18 17:37:35; author: steve; state: Exp; lines: +9 -5
Update to version 5.30.
PR: 13484
Submitted by: maintainer
v. 1.14
date: 1999/08/25 05:24:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.13
date: 1998/11/14 09:43:14; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.12
date: 1998/10/10 04:08:54; author: steve; state: Exp; lines: +4 -4
Update to version 5.28.
PR: 8182
Submitted by: maintainer
v. 1.11
date: 1998/09/28 15:15:04; author: kuriyama; state: Exp; lines: +10 -6
ELFization patch.
PR: ports/8047
Submitted by: Taguchi Takeshi
v. 1.10
date: 1998/07/27 00:12:13; author: steve; state: Exp; lines: +2 -4
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340
Submitted by: Taguchi Takeshi
v. 1.9
date: 1998/07/21 13:26:01; author: asami; state: Exp; lines: +3 -1
Patch doesn't apply anymore....
v. 1.8
date: 1998/07/03 23:18:22; author: steve; state: Exp; lines: +12 -8
Update to use expect version 5.26.
PR: 7104
Submitted by: maintainer
v. 1.7
date: 1998/02/22 08:35:03; author: fenner; state: Exp; lines: +2 -2
More tcl/tk virtual category fixups.
v. 1.6
date: 1998/02/18 06:28:23; author: asami; state: Exp; lines: +5 -8
Make the Makefiles of japanese/expect and lang/expect cooperate better
with each other (and hopefully easier to maintain in the future).
Basically, list everything in the regular orders on both Makefiles,
and use ?= in lang/expect/Makefile for variables we want to be
overridden.
PR: 5770
v. 1.5
date: 1998/02/17 15:13:00; author: steve; state: Exp; lines: +6 -6
Move PKG_NAME and portlint clean.
PR: 5770
Submitted by: maintainer
v. 1.4
date: 1997/10/17 05:58:02; author: asami; state: Exp; lines: +9 -5
Make this work again after lang/expect upgrade.
PR: 4786 (first patch)
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.3
date: 1997/09/14 21:34:35; author: max; state: Exp; lines: +2 -2
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
v. 1.2
date: 1997/03/25 08:01:45; author: obrien; state: Exp; lines: +2 -1
style police
v. 1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp; lines: +0 -0
Japanized expect, uses some files from lang/expect port. Closes
PR ports/2940.
Submitted by: Taguchi Takeshi
=============================================================================
v. 1.26
date: 2007/05/19 20:11:48; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2007/01/30 10:25:26; author: pav; state: Exp; lines: +3 -8
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.24
date: 2006/03/07 17:20:45; author: kris; state: Exp; lines: +0 -2
Now buildable again
Approved by: portmgr (implicit)
v. 1.23
date: 2006/02/12 22:40:35; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.22
date: 2005/11/15 06:49:45; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.21
date: 2005/05/21 17:37:02; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64: Incomplete pkg-plist
v. 1.20
date: 2004/03/14 06:16:46; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.19
date: 2003/02/21 12:28:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.18
date: 2000/06/17 05:33:52; author: knu; state: Exp; lines: +2 -2
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.
v. 1.17
date: 2000/04/11 14:13:39; author: knu; state: Exp; lines: +3 -5
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.16
date: 1999/12/23 18:46:34; author: steve; state: Exp; lines: +3 -3
Update to version 5.31.
PR: 15393
Submitted by: maintainer
v. 1.15
date: 1999/09/18 17:37:35; author: steve; state: Exp; lines: +9 -5
Update to version 5.30.
PR: 13484
Submitted by: maintainer
v. 1.14
date: 1999/08/25 05:24:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.13
date: 1998/11/14 09:43:14; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.12
date: 1998/10/10 04:08:54; author: steve; state: Exp; lines: +4 -4
Update to version 5.28.
PR: 8182
Submitted by: maintainer
v. 1.11
date: 1998/09/28 15:15:04; author: kuriyama; state: Exp; lines: +10 -6
ELFization patch.
PR: ports/8047
Submitted by: Taguchi Takeshi
v. 1.10
date: 1998/07/27 00:12:13; author: steve; state: Exp; lines: +2 -4
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340
Submitted by: Taguchi Takeshi
v. 1.9
date: 1998/07/21 13:26:01; author: asami; state: Exp; lines: +3 -1
Patch doesn't apply anymore....
v. 1.8
date: 1998/07/03 23:18:22; author: steve; state: Exp; lines: +12 -8
Update to use expect version 5.26.
PR: 7104
Submitted by: maintainer
v. 1.7
date: 1998/02/22 08:35:03; author: fenner; state: Exp; lines: +2 -2
More tcl/tk virtual category fixups.
v. 1.6
date: 1998/02/18 06:28:23; author: asami; state: Exp; lines: +5 -8
Make the Makefiles of japanese/expect and lang/expect cooperate better
with each other (and hopefully easier to maintain in the future).
Basically, list everything in the regular orders on both Makefiles,
and use ?= in lang/expect/Makefile for variables we want to be
overridden.
PR: 5770
v. 1.5
date: 1998/02/17 15:13:00; author: steve; state: Exp; lines: +6 -6
Move PKG_NAME and portlint clean.
PR: 5770
Submitted by: maintainer
v. 1.4
date: 1997/10/17 05:58:02; author: asami; state: Exp; lines: +9 -5
Make this work again after lang/expect upgrade.
PR: 4786 (first patch)
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.3
date: 1997/09/14 21:34:35; author: max; state: Exp; lines: +2 -2
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
v. 1.2
date: 1997/03/25 08:01:45; author: obrien; state: Exp; lines: +2 -1
style police
v. 1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp; lines: +0 -0
Japanized expect, uses some files from lang/expect port. Closes
PR ports/2940.
Submitted by: Taguchi Takeshi
=============================================================================
v. 1.26
date: 2007/05/19 20:11:48; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.25
date: 2007/01/30 10:25:26; author: pav; state: Exp; lines: +3 -8
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
v. 1.24
date: 2006/03/07 17:20:45; author: kris; state: Exp; lines: +0 -2
Now buildable again
Approved by: portmgr (implicit)
v. 1.23
date: 2006/02/12 22:40:35; author: kris; state: Exp; lines: +2 -0
BROKEN: Does not compile
v. 1.22
date: 2005/11/15 06:49:45; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.21
date: 2005/05/21 17:37:02; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64: Incomplete pkg-plist
v. 1.20
date: 2004/03/14 06:16:46; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.19
date: 2003/02/21 12:28:57; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.18
date: 2000/06/17 05:33:52; author: knu; state: Exp; lines: +2 -2
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.
v. 1.17
date: 2000/04/11 14:13:39; author: knu; state: Exp; lines: +3 -5
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
v. 1.16
date: 1999/12/23 18:46:34; author: steve; state: Exp; lines: +3 -3
Update to version 5.31.
PR: 15393
Submitted by: maintainer
v. 1.15
date: 1999/09/18 17:37:35; author: steve; state: Exp; lines: +9 -5
Update to version 5.30.
PR: 13484
Submitted by: maintainer
v. 1.14
date: 1999/08/25 05:24:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.13
date: 1998/11/14 09:43:14; author: asami; state: Exp; lines: +7 -5
Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
v. 1.12
date: 1998/10/10 04:08:54; author: steve; state: Exp; lines: +4 -4
Update to version 5.28.
PR: 8182
Submitted by: maintainer
v. 1.11
date: 1998/09/28 15:15:04; author: kuriyama; state: Exp; lines: +10 -6
ELFization patch.
PR: ports/8047
Submitted by: Taguchi Takeshi
v. 1.10
date: 1998/07/27 00:12:13; author: steve; state: Exp; lines: +2 -4
Fix patch-ab, correct category, and correct TCL_LIBRARY.
PR: 7340
Submitted by: Taguchi Takeshi
v. 1.9
date: 1998/07/21 13:26:01; author: asami; state: Exp; lines: +3 -1
Patch doesn't apply anymore....
v. 1.8
date: 1998/07/03 23:18:22; author: steve; state: Exp; lines: +12 -8
Update to use expect version 5.26.
PR: 7104
Submitted by: maintainer
v. 1.7
date: 1998/02/22 08:35:03; author: fenner; state: Exp; lines: +2 -2
More tcl/tk virtual category fixups.
v. 1.6
date: 1998/02/18 06:28:23; author: asami; state: Exp; lines: +5 -8
Make the Makefiles of japanese/expect and lang/expect cooperate better
with each other (and hopefully easier to maintain in the future).
Basically, list everything in the regular orders on both Makefiles,
and use ?= in lang/expect/Makefile for variables we want to be
overridden.
PR: 5770
v. 1.5
date: 1998/02/17 15:13:00; author: steve; state: Exp; lines: +6 -6
Move PKG_NAME and portlint clean.
PR: 5770
Submitted by: maintainer
v. 1.4
date: 1997/10/17 05:58:02; author: asami; state: Exp; lines: +9 -5
Make this work again after lang/expect upgrade.
PR: 4786 (first patch)
Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.3
date: 1997/09/14 21:34:35; author: max; state: Exp; lines: +2 -2
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME. (IE, jp-* to ja-*).
v. 1.2
date: 1997/03/25 08:01:45; author: obrien; state: Exp; lines: +2 -1
style police
v. 1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/11 11:52:41; author: asami; state: Exp; lines: +0 -0
Japanized expect, uses some files from lang/expect port. Closes
PR ports/2940.
Submitted by: Taguchi Takeshi
=============================================================================
|
| |

|