The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : expect

A sophisticated scripter based on tcl/tk

 Expect is a program that performs programmed dialogue with other
interactive programs.  It is briefly described by its man page, expect(1).

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.74
date: 2007/10/17 12:17:02;  author: mm;  state: Exp;  lines: +2 -0
Add conflict with lang/expect-devel

v. 1.73 date: 2007/05/19 20:13:35; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/03/27 23:59:21; author: shaun; state: Exp; lines: +1 -2 Let expect detect and use openpty(3), and therefore allow it to utilise as many ptys as we support. The breakage was caused by a bogus (or temporarily introduced) CONFIGURE_ENV. PR: ports/108311 Submitted by: Lars Erik Gullerud
v. 1.71 date: 2006/12/29 02:29:19; author: shaun; state: Exp; lines: +3 -1 - INSTALLS_SHLIB -> USE_LDCONFIG. - Add PORSCOUT variable: skip recalled 5.44.* versions.
v. 1.70 date: 2006/10/06 01:47:56; author: shaun; state: Exp; lines: +1 -0 - Allow expect to utilise 256 pty's as supported by FreeBSD. The current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil".
v. 1.69 date: 2006/06/19 20:06:54; author: shaun; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org address. Approved by: ahze (mentor)
v. 1.68 date: 2006/05/25 08:56:28; author: clsung; state: Exp; lines: +1 -1 - submitter want to maintain this port - he also notes that newer version had been 'recalled' PR: ports/97733 Submitted by: maintainer (Shaun Amott)
v. 1.67 date: 2005/06/23 15:10:02; author: pav; state: Exp; lines: +3 -3 - Update to 5.43.0 PR: ports/82571 Submitted by: Vsevolod Stakhov
v. 1.66 date: 2004/08/21 12:37:00; author: pav; state: Exp; lines: +3 -4 - Update to 5.42.1 PR: ports/70763 Submitted by: Esa Karkkainen
v. 1.65 date: 2004/08/14 09:35:32; author: arved; state: Exp; lines: +3 -0 Touch configure, because Makefile.in is patched after configure (patch-ac vs patch-aa), which confuses configure Reported by: pointyhat
v. 1.64 date: 2004/05/28 01:28:14; author: edwin; state: Exp; lines: +1 -1 remove maintainership I haven't had the time to be a good maintainer for the lang/expect and devel/libstroke ports for a very long time. Please change maintainership to ports@ and hopefully someone w/more time and energy can pick up the torch. PR: ports/67275 Submitted by: Jerry A!
v. 1.63 date: 2003/11/17 10:57:00; author: krion; state: Exp; lines: +3 -3 - Fix typo in LIB_DEPENDS Noticed by: mich No cookies for: krion
v. 1.62 date: 2003/11/16 15:35:37; author: krion; state: Exp; lines: +8 -8 - Use tcl84/tk84 instead of tcl83/tk83 - Bump PORTREVISION PR: 56654 Submitted by: YazzY Approved by: maintainer timeout > 2 months
v. 1.61 date: 2003/03/29 19:57:16; author: arved; state: Exp; lines: +1 -0 Fix build by linking with libutil. PR: 50335 Submitted by: Nate Eldredge Approved by: Jerry A! (maintainer)
v. 1.60 date: 2003/02/21 12:35:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.59 date: 2002/08/24 10:22:22; author: sobomax; state: Exp; lines: +1 -0 Properly convert command-line arguments into UTF-8 before passing them to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky
v. 1.58 date: 2002/07/24 21:46:39; author: pat; state: Exp; lines: +14 -14 Update to 5.38.0 Clean up some portlint warnings Allow port to build if PREFIX is different from that of tk and tcl PR: ports/40959 Submitted by: maintainer
v. 1.57 date: 2002/07/09 16:35:54; author: dwcjr; state: Exp; lines: +1 -1 Welcome Jerry A! to maintainership of expect
v. 1.56 date: 2002/07/09 16:24:38; author: dwcjr; state: Exp; lines: +16 -8 Update to recent version Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org
v. 1.55 date: 2001/11/24 20:04:18; author: dwcjr; state: Exp; lines: +20 -4 Add support for building without X11 support PR: 28727 Submitted by: khera@kciLink.com
v. 1.54 date: 2001/10/07 17:16:46; author: dd; state: Exp; lines: +2 -3 Refer to the distfile with an explicit version number instead of invariably downloading the latest one. This (a) unbreaks this port until somebody updates it to 5.33.0, and (b) prevents this port from automatically being broken when a new version comes out due to checksum mismatch.
v. 1.53 date: 2001/03/13 09:33:29; author: markm; state: Exp; lines: +7 -7 Update to use tcl/tk 8.3. Approved by: maintainer
v. 1.52 date: 2000/12/25 11:54:08; author: okazaki; state: Exp; lines: +2 -2 Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org. PR: 23796 Submitted by: Jonathan Pennington
v. 1.51 date: 2000/08/12 22:57:57; author: jedgar; state: Exp; lines: +2 -2 Correct link (libexpect532.so.2 -> libexpect532.so.1) Submitted by: Frank McConnell
v. 1.50 date: 2000/08/12 11:33:14; author: jedgar; state: Exp; lines: +4 -4 Update port to 5.32.1 PR: 20132, 20517 Submitted by: James Howard Frank McConnell
v. 1.49 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.48 date: 2000/06/16 10:37:27; author: sobomax; state: Exp; lines: +2 -2 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.47 date: 2000/05/28 03:22:14; author: steve; state: Exp; lines: +2 -2 Update to version 5.31.8.
v. 1.46 date: 2000/04/24 08:48:45; author: kris; state: Exp; lines: +3 -3 Unbreak by updating to expect 5.31.5 Noticed by: bento
v. 1.45 date: 2000/04/12 06:18:22; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.44 date: 2000/02/21 21:54:29; author: jedgar; state: Exp; lines: +1 -4 Update expect to 5.31.4 (fixes invalid MD5 checksum due to non-versioned DISTFILES)
v. 1.43 date: 2000/02/13 17:09:04; author: dirk; state: Exp; lines: +2 -2 ports@freebsd.org -> ports@FreeBSD.org
v. 1.42 date: 2000/01/07 00:09:18; author: jedgar; state: Exp; lines: +4 -1 Fix configure under 3.x when autoconf is not installed Found by: bento
v. 1.41 date: 1999/11/01 00:37:58; author: steve; state: Exp; lines: +11 -19 Update to version 5.31. PR: 14577 Submitted by: Ade Lovett
v. 1.40 date: 1999/08/25 06:34:30; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.39 date: 1999/08/19 03:19:00; author: cpiazza; state: Exp; lines: +9 -9 Update to version 5.30 PR: 13242 Submitted by: Ade Lovett
v. 1.38 date: 1998/11/14 09:43:17; author: asami; state: Exp; lines: +8 -6 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.37 date: 1998/10/10 04:07:04; author: steve; state: Exp; lines: +6 -6 Update to version 5.28. PR: 8173 Submitted by: Brain Handy
v. 1.36 date: 1998/10/05 05:02:28; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.35 date: 1998/09/25 10:05:08; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.34 date: 1998/09/22 18:52:16; author: asami; state: Exp; lines: +2 -2 Typo. PR: 8026
v. 1.33 date: 1998/08/07 23:56:28; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.32 date: 1998/06/28 23:25:51; author: steve; state: Exp; lines: +2 -2 distfile location changed. PR: 6976 Submitted by: Brett Taylor
v. 1.31 date: 1998/05/25 20:00:59; author: steve; state: Exp; lines: +6 -9 Update to version 5.26 and portlint clean. PR: 6742 Submitted by: Brian Handy
v. 1.30 date: 1998/02/18 06:28:34; author: asami; state: Exp; lines: +7 -10 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.29 date: 1998/01/27 01:11:47; author: fenner; state: Exp; lines: +2 -3 Ever since the port survey started checking in June, 1997, the FTP server has not allowed a connection - so, remove it from MASTER_SITES.
v. 1.28 date: 1997/12/29 11:42:10; author: asami; state: Exp; lines: +2 -3 No need to depend on tcl, the tk dependency and the chained-dependency rules in bsd.port.mk already does that for you.
v. 1.27 date: 1997/12/05 10:58:51; author: tg; state: Exp; lines: +1 -3 Freeze shared lib version number, as requested by Satoshi. Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need the BUILD_DEPENDS.
v. 1.26 date: 1997/11/10 11:27:34; author: asami; state: Exp; lines: +3 -1 Expect wants to pick up tcl80 and tk80 from the build dirs.
v. 1.25 date: 1997/10/17 05:27:40; author: asami; state: Exp; lines: +4 -1 A little patch to enable us to selectively disable manpage specification (needed for japanese/expect, which includes this Makefile, but doesn't install the English manpages). PR 4786 (second patch) Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.24 date: 1997/10/11 22:37:55; author: obrien; state: Exp; lines: +1 -1 oops, previous commit should be: fix my typo
v. 1.23 date: 1997/10/11 22:31:59; author: obrien; state: Exp; lines: +2 -2 Missing a file.
v. 1.22 date: 1997/10/11 22:26:28; author: obrien; state: Exp; lines: +5 -5 Make this use an installed tcl80/tk80 rather than requireing a fully populated PORTDIR/{tcl80,tk80}.
v. 1.21 date: 1997/10/11 12:38:59; author: markm; state: Exp; lines: +15 -11 Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks to portlint!)
v. 1.20 date: 1997/07/07 08:25:10; author: pst; state: Exp; lines: +8 -6 Remove dependancy on tk4.1, it works just fine with later versions.
v. 1.19 date: 1997/04/20 13:19:07; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'tk41'.
v. 1.18 date: 1997/03/11 11:42:14; author: asami; state: Exp; lines: +5 -5 Upgrade to 5.22.0. Closes PR ports/2935. Submitted by: Taguchi Takeshi
v. 1.17 date: 1997/01/19 14:13:26; author: asami; state: Exp; lines: +4 -8 Use installed header files.
v. 1.16 date: 1997/01/06 10:56:02; author: max; state: Exp; lines: +3 -2 Upgrade, 5.21.6 -> 5.21.7.
v. 1.15 date: 1996/12/16 12:12:59; author: peter; state: Exp; lines: +2 -2 oops, forgot to include the invisible "micro version" in the "version required" field in the makefile comments.
v. 1.14 date: 1996/12/07 19:58:09; author: max; state: Exp; lines: +1 -2 No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.
v. 1.13 date: 1996/11/18 14:02:23; author: asami; state: Exp; lines: +5 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.12 date: 1996/11/12 02:18:08; author: obrien; state: Exp; lines: +5 -5 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/10/30 09:46:01; author: peter; state: Exp; lines: +13 -12 Update to expect-5.21 This uses tk4.1 and the tcl7.5 in the source tree.
v. 1.10 date: 1996/02/07 09:36:41; author: asami; state: Exp; lines: +10 -2 The latest change (adding DEPENDS) made expect build and install tcl/tk even if they are properly found by LIB_DEPENDS. Make it only extract in that case. While I'm here, make expect and expectk link with shared tcl/tk libs. expectk used to be a 1/2 MB binary! (now it's 136KB) I'd also rather change `-g' to whatever CFLAGS defined in /etc/make.conf, but the author of expect has an explicit comment in the Makefile about him not trusting compilers' optimization. Well, if you say so.
v. 1.9 date: 1996/02/07 05:10:25; author: jkh; state: Exp; lines: +3 -2 The version of expect on nist was upgraded to 5.19 without changing the filename. Sigh!
v. 1.8 date: 1995/12/07 22:18:09; author: markm; state: Exp; lines: +6 -3 Bring this port up-to-date. It had no package info and was based on an old tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
v. 1.7 date: 1995/11/22 13:12:38; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.6 date: 1995/05/09 08:50:45; author: hsu; state: Exp; lines: +2 -2 Upgrade to 5.16.
v. 1.5 date: 1995/04/15 05:44:32; author: asami; state: Exp; lines: +5 -4 Update of lang Makefiles....
v. 1.4 date: 1995/04/01 12:46:43; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/02/11 13:49:44; author: asami; state: Exp; lines: +3 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.2 date: 1995/01/05 03:13:03; author: jkh; state: Exp; lines: +2 -2 This is now version 5.13
v. 1.1 date: 1994/11/15 20:44:50; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.2 date: 1997/01/06 10:48:31; author: max; state: Exp; lines: +26 -6 Upgrade, 5.21.6 -> 5.21.7. (Closing PR #2378.)
v. 1.1.1.1 date: 1994/11/15 20:44:51; author: pst; state: Exp; lines: +0 -0 Expect 5.12 port ============================================================================= v. 1.74 date: 2007/10/17 12:17:02; author: mm; state: Exp; lines: +2 -0 Add conflict with lang/expect-devel
v. 1.73 date: 2007/05/19 20:13:35; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/03/27 23:59:21; author: shaun; state: Exp; lines: +1 -2 Let expect detect and use openpty(3), and therefore allow it to utilise as many ptys as we support. The breakage was caused by a bogus (or temporarily introduced) CONFIGURE_ENV. PR: ports/108311 Submitted by: Lars Erik Gullerud
v. 1.71 date: 2006/12/29 02:29:19; author: shaun; state: Exp; lines: +3 -1 - INSTALLS_SHLIB -> USE_LDCONFIG. - Add PORSCOUT variable: skip recalled 5.44.* versions.
v. 1.70 date: 2006/10/06 01:47:56; author: shaun; state: Exp; lines: +1 -0 - Allow expect to utilise 256 pty's as supported by FreeBSD. The current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil".
v. 1.69 date: 2006/06/19 20:06:54; author: shaun; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org address. Approved by: ahze (mentor)
v. 1.68 date: 2006/05/25 08:56:28; author: clsung; state: Exp; lines: +1 -1 - submitter want to maintain this port - he also notes that newer version had been 'recalled' PR: ports/97733 Submitted by: maintainer (Shaun Amott)
v. 1.67 date: 2005/06/23 15:10:02; author: pav; state: Exp; lines: +3 -3 - Update to 5.43.0 PR: ports/82571 Submitted by: Vsevolod Stakhov
v. 1.66 date: 2004/08/21 12:37:00; author: pav; state: Exp; lines: +3 -4 - Update to 5.42.1 PR: ports/70763 Submitted by: Esa Karkkainen
v. 1.65 date: 2004/08/14 09:35:32; author: arved; state: Exp; lines: +3 -0 Touch configure, because Makefile.in is patched after configure (patch-ac vs patch-aa), which confuses configure Reported by: pointyhat
v. 1.64 date: 2004/05/28 01:28:14; author: edwin; state: Exp; lines: +1 -1 remove maintainership I haven't had the time to be a good maintainer for the lang/expect and devel/libstroke ports for a very long time. Please change maintainership to ports@ and hopefully someone w/more time and energy can pick up the torch. PR: ports/67275 Submitted by: Jerry A!
v. 1.63 date: 2003/11/17 10:57:00; author: krion; state: Exp; lines: +3 -3 - Fix typo in LIB_DEPENDS Noticed by: mich No cookies for: krion
v. 1.62 date: 2003/11/16 15:35:37; author: krion; state: Exp; lines: +8 -8 - Use tcl84/tk84 instead of tcl83/tk83 - Bump PORTREVISION PR: 56654 Submitted by: YazzY Approved by: maintainer timeout > 2 months
v. 1.61 date: 2003/03/29 19:57:16; author: arved; state: Exp; lines: +1 -0 Fix build by linking with libutil. PR: 50335 Submitted by: Nate Eldredge Approved by: Jerry A! (maintainer)
v. 1.60 date: 2003/02/21 12:35:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.59 date: 2002/08/24 10:22:22; author: sobomax; state: Exp; lines: +1 -0 Properly convert command-line arguments into UTF-8 before passing them to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky
v. 1.58 date: 2002/07/24 21:46:39; author: pat; state: Exp; lines: +14 -14 Update to 5.38.0 Clean up some portlint warnings Allow port to build if PREFIX is different from that of tk and tcl PR: ports/40959 Submitted by: maintainer
v. 1.57 date: 2002/07/09 16:35:54; author: dwcjr; state: Exp; lines: +1 -1 Welcome Jerry A! to maintainership of expect
v. 1.56 date: 2002/07/09 16:24:38; author: dwcjr; state: Exp; lines: +16 -8 Update to recent version Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org
v. 1.55 date: 2001/11/24 20:04:18; author: dwcjr; state: Exp; lines: +20 -4 Add support for building without X11 support PR: 28727 Submitted by: khera@kciLink.com
v. 1.54 date: 2001/10/07 17:16:46; author: dd; state: Exp; lines: +2 -3 Refer to the distfile with an explicit version number instead of invariably downloading the latest one. This (a) unbreaks this port until somebody updates it to 5.33.0, and (b) prevents this port from automatically being broken when a new version comes out due to checksum mismatch.
v. 1.53 date: 2001/03/13 09:33:29; author: markm; state: Exp; lines: +7 -7 Update to use tcl/tk 8.3. Approved by: maintainer
v. 1.52 date: 2000/12/25 11:54:08; author: okazaki; state: Exp; lines: +2 -2 Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org. PR: 23796 Submitted by: Jonathan Pennington
v. 1.51 date: 2000/08/12 22:57:57; author: jedgar; state: Exp; lines: +2 -2 Correct link (libexpect532.so.2 -> libexpect532.so.1) Submitted by: Frank McConnell
v. 1.50 date: 2000/08/12 11:33:14; author: jedgar; state: Exp; lines: +4 -4 Update port to 5.32.1 PR: 20132, 20517 Submitted by: James Howard Frank McConnell
v. 1.49 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.48 date: 2000/06/16 10:37:27; author: sobomax; state: Exp; lines: +2 -2 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.47 date: 2000/05/28 03:22:14; author: steve; state: Exp; lines: +2 -2 Update to version 5.31.8.
v. 1.46 date: 2000/04/24 08:48:45; author: kris; state: Exp; lines: +3 -3 Unbreak by updating to expect 5.31.5 Noticed by: bento
v. 1.45 date: 2000/04/12 06:18:22; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.44 date: 2000/02/21 21:54:29; author: jedgar; state: Exp; lines: +1 -4 Update expect to 5.31.4 (fixes invalid MD5 checksum due to non-versioned DISTFILES)
v. 1.43 date: 2000/02/13 17:09:04; author: dirk; state: Exp; lines: +2 -2 ports@freebsd.org -> ports@FreeBSD.org
v. 1.42 date: 2000/01/07 00:09:18; author: jedgar; state: Exp; lines: +4 -1 Fix configure under 3.x when autoconf is not installed Found by: bento
v. 1.41 date: 1999/11/01 00:37:58; author: steve; state: Exp; lines: +11 -19 Update to version 5.31. PR: 14577 Submitted by: Ade Lovett
v. 1.40 date: 1999/08/25 06:34:30; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.39 date: 1999/08/19 03:19:00; author: cpiazza; state: Exp; lines: +9 -9 Update to version 5.30 PR: 13242 Submitted by: Ade Lovett
v. 1.38 date: 1998/11/14 09:43:17; author: asami; state: Exp; lines: +8 -6 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.37 date: 1998/10/10 04:07:04; author: steve; state: Exp; lines: +6 -6 Update to version 5.28. PR: 8173 Submitted by: Brain Handy
v. 1.36 date: 1998/10/05 05:02:28; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.35 date: 1998/09/25 10:05:08; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.34 date: 1998/09/22 18:52:16; author: asami; state: Exp; lines: +2 -2 Typo. PR: 8026
v. 1.33 date: 1998/08/07 23:56:28; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.32 date: 1998/06/28 23:25:51; author: steve; state: Exp; lines: +2 -2 distfile location changed. PR: 6976 Submitted by: Brett Taylor
v. 1.31 date: 1998/05/25 20:00:59; author: steve; state: Exp; lines: +6 -9 Update to version 5.26 and portlint clean. PR: 6742 Submitted by: Brian Handy
v. 1.30 date: 1998/02/18 06:28:34; author: asami; state: Exp; lines: +7 -10 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.29 date: 1998/01/27 01:11:47; author: fenner; state: Exp; lines: +2 -3 Ever since the port survey started checking in June, 1997, the FTP server has not allowed a connection - so, remove it from MASTER_SITES.
v. 1.28 date: 1997/12/29 11:42:10; author: asami; state: Exp; lines: +2 -3 No need to depend on tcl, the tk dependency and the chained-dependency rules in bsd.port.mk already does that for you.
v. 1.27 date: 1997/12/05 10:58:51; author: tg; state: Exp; lines: +1 -3 Freeze shared lib version number, as requested by Satoshi. Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need the BUILD_DEPENDS.
v. 1.26 date: 1997/11/10 11:27:34; author: asami; state: Exp; lines: +3 -1 Expect wants to pick up tcl80 and tk80 from the build dirs.
v. 1.25 date: 1997/10/17 05:27:40; author: asami; state: Exp; lines: +4 -1 A little patch to enable us to selectively disable manpage specification (needed for japanese/expect, which includes this Makefile, but doesn't install the English manpages). PR 4786 (second patch) Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.24 date: 1997/10/11 22:37:55; author: obrien; state: Exp; lines: +1 -1 oops, previous commit should be: fix my typo
v. 1.23 date: 1997/10/11 22:31:59; author: obrien; state: Exp; lines: +2 -2 Missing a file.
v. 1.22 date: 1997/10/11 22:26:28; author: obrien; state: Exp; lines: +5 -5 Make this use an installed tcl80/tk80 rather than requireing a fully populated PORTDIR/{tcl80,tk80}.
v. 1.21 date: 1997/10/11 12:38:59; author: markm; state: Exp; lines: +15 -11 Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks to portlint!)
v. 1.20 date: 1997/07/07 08:25:10; author: pst; state: Exp; lines: +8 -6 Remove dependancy on tk4.1, it works just fine with later versions.
v. 1.19 date: 1997/04/20 13:19:07; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'tk41'.
v. 1.18 date: 1997/03/11 11:42:14; author: asami; state: Exp; lines: +5 -5 Upgrade to 5.22.0. Closes PR ports/2935. Submitted by: Taguchi Takeshi
v. 1.17 date: 1997/01/19 14:13:26; author: asami; state: Exp; lines: +4 -8 Use installed header files.
v. 1.16 date: 1997/01/06 10:56:02; author: max; state: Exp; lines: +3 -2 Upgrade, 5.21.6 -> 5.21.7.
v. 1.15 date: 1996/12/16 12:12:59; author: peter; state: Exp; lines: +2 -2 oops, forgot to include the invisible "micro version" in the "version required" field in the makefile comments.
v. 1.14 date: 1996/12/07 19:58:09; author: max; state: Exp; lines: +1 -2 No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.
v. 1.13 date: 1996/11/18 14:02:23; author: asami; state: Exp; lines: +5 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.12 date: 1996/11/12 02:18:08; author: obrien; state: Exp; lines: +5 -5 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/10/30 09:46:01; author: peter; state: Exp; lines: +13 -12 Update to expect-5.21 This uses tk4.1 and the tcl7.5 in the source tree.
v. 1.10 date: 1996/02/07 09:36:41; author: asami; state: Exp; lines: +10 -2 The latest change (adding DEPENDS) made expect build and install tcl/tk even if they are properly found by LIB_DEPENDS. Make it only extract in that case. While I'm here, make expect and expectk link with shared tcl/tk libs. expectk used to be a 1/2 MB binary! (now it's 136KB) I'd also rather change `-g' to whatever CFLAGS defined in /etc/make.conf, but the author of expect has an explicit comment in the Makefile about him not trusting compilers' optimization. Well, if you say so.
v. 1.9 date: 1996/02/07 05:10:25; author: jkh; state: Exp; lines: +3 -2 The version of expect on nist was upgraded to 5.19 without changing the filename. Sigh!
v. 1.8 date: 1995/12/07 22:18:09; author: markm; state: Exp; lines: +6 -3 Bring this port up-to-date. It had no package info and was based on an old tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
v. 1.7 date: 1995/11/22 13:12:38; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.6 date: 1995/05/09 08:50:45; author: hsu; state: Exp; lines: +2 -2 Upgrade to 5.16.
v. 1.5 date: 1995/04/15 05:44:32; author: asami; state: Exp; lines: +5 -4 Update of lang Makefiles....
v. 1.4 date: 1995/04/01 12:46:43; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/02/11 13:49:44; author: asami; state: Exp; lines: +3 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.2 date: 1995/01/05 03:13:03; author: jkh; state: Exp; lines: +2 -2 This is now version 5.13
v. 1.1 date: 1994/11/15 20:44:50; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.2 date: 1997/01/06 10:48:31; author: max; state: Exp; lines: +26 -6 Upgrade, 5.21.6 -> 5.21.7. (Closing PR #2378.)
v. 1.1.1.1 date: 1994/11/15 20:44:51; author: pst; state: Exp; lines: +0 -0 Expect 5.12 port ============================================================================= v. 1.74 date: 2007/10/17 12:17:02; author: mm; state: Exp; lines: +2 -0 Add conflict with lang/expect-devel
v. 1.73 date: 2007/05/19 20:13:35; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.72 date: 2007/03/27 23:59:21; author: shaun; state: Exp; lines: +1 -2 Let expect detect and use openpty(3), and therefore allow it to utilise as many ptys as we support. The breakage was caused by a bogus (or temporarily introduced) CONFIGURE_ENV. PR: ports/108311 Submitted by: Lars Erik Gullerud
v. 1.71 date: 2006/12/29 02:29:19; author: shaun; state: Exp; lines: +3 -1 - INSTALLS_SHLIB -> USE_LDCONFIG. - Add PORSCOUT variable: skip recalled 5.44.* versions.
v. 1.70 date: 2006/10/06 01:47:56; author: shaun; state: Exp; lines: +1 -0 - Allow expect to utilise 256 pty's as supported by FreeBSD. The current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil".
v. 1.69 date: 2006/06/19 20:06:54; author: shaun; state: Exp; lines: +1 -1 Switch to my @FreeBSD.org address. Approved by: ahze (mentor)
v. 1.68 date: 2006/05/25 08:56:28; author: clsung; state: Exp; lines: +1 -1 - submitter want to maintain this port - he also notes that newer version had been 'recalled' PR: ports/97733 Submitted by: maintainer (Shaun Amott)
v. 1.67 date: 2005/06/23 15:10:02; author: pav; state: Exp; lines: +3 -3 - Update to 5.43.0 PR: ports/82571 Submitted by: Vsevolod Stakhov
v. 1.66 date: 2004/08/21 12:37:00; author: pav; state: Exp; lines: +3 -4 - Update to 5.42.1 PR: ports/70763 Submitted by: Esa Karkkainen
v. 1.65 date: 2004/08/14 09:35:32; author: arved; state: Exp; lines: +3 -0 Touch configure, because Makefile.in is patched after configure (patch-ac vs patch-aa), which confuses configure Reported by: pointyhat
v. 1.64 date: 2004/05/28 01:28:14; author: edwin; state: Exp; lines: +1 -1 remove maintainership I haven't had the time to be a good maintainer for the lang/expect and devel/libstroke ports for a very long time. Please change maintainership to ports@ and hopefully someone w/more time and energy can pick up the torch. PR: ports/67275 Submitted by: Jerry A!
v. 1.63 date: 2003/11/17 10:57:00; author: krion; state: Exp; lines: +3 -3 - Fix typo in LIB_DEPENDS Noticed by: mich No cookies for: krion
v. 1.62 date: 2003/11/16 15:35:37; author: krion; state: Exp; lines: +8 -8 - Use tcl84/tk84 instead of tcl83/tk83 - Bump PORTREVISION PR: 56654 Submitted by: YazzY Approved by: maintainer timeout > 2 months
v. 1.61 date: 2003/03/29 19:57:16; author: arved; state: Exp; lines: +1 -0 Fix build by linking with libutil. PR: 50335 Submitted by: Nate Eldredge Approved by: Jerry A! (maintainer)
v. 1.60 date: 2003/02/21 12:35:01; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.59 date: 2002/08/24 10:22:22; author: sobomax; state: Exp; lines: +1 -0 Properly convert command-line arguments into UTF-8 before passing them to TCL interpreter, othervise arguments in any encoding other than ASCII are becoming ????, even when LANG or LC_CTYPE is defined properly. Problem reported by: Alex V. Belinsky
v. 1.58 date: 2002/07/24 21:46:39; author: pat; state: Exp; lines: +14 -14 Update to 5.38.0 Clean up some portlint warnings Allow port to build if PREFIX is different from that of tk and tcl PR: ports/40959 Submitted by: maintainer
v. 1.57 date: 2002/07/09 16:35:54; author: dwcjr; state: Exp; lines: +1 -1 Welcome Jerry A! to maintainership of expect
v. 1.56 date: 2002/07/09 16:24:38; author: dwcjr; state: Exp; lines: +16 -8 Update to recent version Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org
v. 1.55 date: 2001/11/24 20:04:18; author: dwcjr; state: Exp; lines: +20 -4 Add support for building without X11 support PR: 28727 Submitted by: khera@kciLink.com
v. 1.54 date: 2001/10/07 17:16:46; author: dd; state: Exp; lines: +2 -3 Refer to the distfile with an explicit version number instead of invariably downloading the latest one. This (a) unbreaks this port until somebody updates it to 5.33.0, and (b) prevents this port from automatically being broken when a new version comes out due to checksum mismatch.
v. 1.53 date: 2001/03/13 09:33:29; author: markm; state: Exp; lines: +7 -7 Update to use tcl/tk 8.3. Approved by: maintainer
v. 1.52 date: 2000/12/25 11:54:08; author: okazaki; state: Exp; lines: +2 -2 Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org. PR: 23796 Submitted by: Jonathan Pennington
v. 1.51 date: 2000/08/12 22:57:57; author: jedgar; state: Exp; lines: +2 -2 Correct link (libexpect532.so.2 -> libexpect532.so.1) Submitted by: Frank McConnell
v. 1.50 date: 2000/08/12 11:33:14; author: jedgar; state: Exp; lines: +4 -4 Update port to 5.32.1 PR: 20132, 20517 Submitted by: James Howard Frank McConnell
v. 1.49 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.48 date: 2000/06/16 10:37:27; author: sobomax; state: Exp; lines: +2 -2 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.47 date: 2000/05/28 03:22:14; author: steve; state: Exp; lines: +2 -2 Update to version 5.31.8.
v. 1.46 date: 2000/04/24 08:48:45; author: kris; state: Exp; lines: +3 -3 Unbreak by updating to expect 5.31.5 Noticed by: bento
v. 1.45 date: 2000/04/12 06:18:22; author: obrien; state: Exp; lines: +4 -4 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.44 date: 2000/02/21 21:54:29; author: jedgar; state: Exp; lines: +1 -4 Update expect to 5.31.4 (fixes invalid MD5 checksum due to non-versioned DISTFILES)
v. 1.43 date: 2000/02/13 17:09:04; author: dirk; state: Exp; lines: +2 -2 ports@freebsd.org -> ports@FreeBSD.org
v. 1.42 date: 2000/01/07 00:09:18; author: jedgar; state: Exp; lines: +4 -1 Fix configure under 3.x when autoconf is not installed Found by: bento
v. 1.41 date: 1999/11/01 00:37:58; author: steve; state: Exp; lines: +11 -19 Update to version 5.31. PR: 14577 Submitted by: Ade Lovett
v. 1.40 date: 1999/08/25 06:34:30; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.39 date: 1999/08/19 03:19:00; author: cpiazza; state: Exp; lines: +9 -9 Update to version 5.30 PR: 13242 Submitted by: Ade Lovett
v. 1.38 date: 1998/11/14 09:43:17; author: asami; state: Exp; lines: +8 -6 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.37 date: 1998/10/10 04:07:04; author: steve; state: Exp; lines: +6 -6 Update to version 5.28. PR: 8173 Submitted by: Brain Handy
v. 1.36 date: 1998/10/05 05:02:28; author: steve; state: Exp; lines: +9 -2 Convert to ELF.
v. 1.35 date: 1998/09/25 10:05:08; author: asami; state: Exp; lines: +2 -2 tk80 has been ELFized.
v. 1.34 date: 1998/09/22 18:52:16; author: asami; state: Exp; lines: +2 -2 Typo. PR: 8026
v. 1.33 date: 1998/08/07 23:56:28; author: asami; state: Exp; lines: +2 -2 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.32 date: 1998/06/28 23:25:51; author: steve; state: Exp; lines: +2 -2 distfile location changed. PR: 6976 Submitted by: Brett Taylor
v. 1.31 date: 1998/05/25 20:00:59; author: steve; state: Exp; lines: +6 -9 Update to version 5.26 and portlint clean. PR: 6742 Submitted by: Brian Handy
v. 1.30 date: 1998/02/18 06:28:34; author: asami; state: Exp; lines: +7 -10 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.29 date: 1998/01/27 01:11:47; author: fenner; state: Exp; lines: +2 -3 Ever since the port survey started checking in June, 1997, the FTP server has not allowed a connection - so, remove it from MASTER_SITES.
v. 1.28 date: 1997/12/29 11:42:10; author: asami; state: Exp; lines: +2 -3 No need to depend on tcl, the tk dependency and the chained-dependency rules in bsd.port.mk already does that for you.
v. 1.27 date: 1997/12/05 10:58:51; author: tg; state: Exp; lines: +1 -3 Freeze shared lib version number, as requested by Satoshi. Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need the BUILD_DEPENDS.
v. 1.26 date: 1997/11/10 11:27:34; author: asami; state: Exp; lines: +3 -1 Expect wants to pick up tcl80 and tk80 from the build dirs.
v. 1.25 date: 1997/10/17 05:27:40; author: asami; state: Exp; lines: +4 -1 A little patch to enable us to selectively disable manpage specification (needed for japanese/expect, which includes this Makefile, but doesn't install the English manpages). PR 4786 (second patch) Submitted by: taguchi@tohoku.iij.ad.jp
v. 1.24 date: 1997/10/11 22:37:55; author: obrien; state: Exp; lines: +1 -1 oops, previous commit should be: fix my typo
v. 1.23 date: 1997/10/11 22:31:59; author: obrien; state: Exp; lines: +2 -2 Missing a file.
v. 1.22 date: 1997/10/11 22:26:28; author: obrien; state: Exp; lines: +5 -5 Make this use an installed tcl80/tk80 rather than requireing a fully populated PORTDIR/{tcl80,tk80}.
v. 1.21 date: 1997/10/11 12:38:59; author: markm; state: Exp; lines: +15 -11 Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks to portlint!)
v. 1.20 date: 1997/07/07 08:25:10; author: pst; state: Exp; lines: +8 -6 Remove dependancy on tk4.1, it works just fine with later versions.
v. 1.19 date: 1997/04/20 13:19:07; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'tk41'.
v. 1.18 date: 1997/03/11 11:42:14; author: asami; state: Exp; lines: +5 -5 Upgrade to 5.22.0. Closes PR ports/2935. Submitted by: Taguchi Takeshi
v. 1.17 date: 1997/01/19 14:13:26; author: asami; state: Exp; lines: +4 -8 Use installed header files.
v. 1.16 date: 1997/01/06 10:56:02; author: max; state: Exp; lines: +3 -2 Upgrade, 5.21.6 -> 5.21.7.
v. 1.15 date: 1996/12/16 12:12:59; author: peter; state: Exp; lines: +2 -2 oops, forgot to include the invisible "micro version" in the "version required" field in the makefile comments.
v. 1.14 date: 1996/12/07 19:58:09; author: max; state: Exp; lines: +1 -2 No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.
v. 1.13 date: 1996/11/18 14:02:23; author: asami; state: Exp; lines: +5 -1 Compress a bunch of manpages. Remove unnecessary @ directives from PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
v. 1.12 date: 1996/11/12 02:18:08; author: obrien; state: Exp; lines: +5 -5 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/10/30 09:46:01; author: peter; state: Exp; lines: +13 -12 Update to expect-5.21 This uses tk4.1 and the tcl7.5 in the source tree.
v. 1.10 date: 1996/02/07 09:36:41; author: asami; state: Exp; lines: +10 -2 The latest change (adding DEPENDS) made expect build and install tcl/tk even if they are properly found by LIB_DEPENDS. Make it only extract in that case. While I'm here, make expect and expectk link with shared tcl/tk libs. expectk used to be a 1/2 MB binary! (now it's 136KB) I'd also rather change `-g' to whatever CFLAGS defined in /etc/make.conf, but the author of expect has an explicit comment in the Makefile about him not trusting compilers' optimization. Well, if you say so.
v. 1.9 date: 1996/02/07 05:10:25; author: jkh; state: Exp; lines: +3 -2 The version of expect on nist was upgraded to 5.19 without changing the filename. Sigh!
v. 1.8 date: 1995/12/07 22:18:09; author: markm; state: Exp; lines: +6 -3 Bring this port up-to-date. It had no package info and was based on an old tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
v. 1.7 date: 1995/11/22 13:12:38; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.6 date: 1995/05/09 08:50:45; author: hsu; state: Exp; lines: +2 -2 Upgrade to 5.16.
v. 1.5 date: 1995/04/15 05:44:32; author: asami; state: Exp; lines: +5 -4 Update of lang Makefiles....
v. 1.4 date: 1995/04/01 12:46:43; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.3 date: 1995/02/11 13:49:44; author: asami; state: Exp; lines: +3 -2 Converted Makefiles as much as I could. (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
v. 1.2 date: 1995/01/05 03:13:03; author: jkh; state: Exp; lines: +2 -2 This is now version 5.13
v. 1.1 date: 1994/11/15 20:44:50; author: pst; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.2 date: 1997/01/06 10:48:31; author: max; state: Exp; lines: +26 -6 Upgrade, 5.21.6 -> 5.21.7. (Closing PR #2378.)
v. 1.1.1.1 date: 1994/11/15 20:44:51; author: pst; state: Exp; lines: +0 -0 Expect 5.12 port =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm