summaryrefslogtreecommitdiffstats
path: root/lang/expect
Commit message (Collapse)AuthorAgeFilesLines
* Ever since the port survey started checking in June, 1997, the FTPfenner1998-01-271-3/+2
| | | | server has not allowed a connection - so, remove it from MASTER_SITES.
* No need to depend on tcl, the tk dependency and the chained-dependencyasami1997-12-291-3/+2
| | | | rules in bsd.port.mk already does that for you.
* Freeze shared lib version number, as requested by Satoshi.tg1997-12-052-6/+26
| | | | | Set {TCL,TK}_BUILD_LIB_SPEC to {TCL,TK}_LIB_SPEC. We no longer need the BUILD_DEPENDS.
* Yet another port that now installs shlib version 1.2. Thomas, can youasami1997-12-051-1/+1
| | | | "freeze" this one too? Thanks.
* libexpect525.so.1.1 is installed, not libexpect252.so.1.0jseger1997-11-291-1/+1
|
* Expect wants to pick up tcl80 and tk80 from the build dirs.asami1997-11-101-1/+3
|
* A little patch to enable us to selectively disable manpage specificationasami1997-10-171-1/+4
| | | | | | | | (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
* oops, previous commit should be: fix my typoobrien1997-10-111-1/+1
|
* Missing a file.obrien1997-10-112-2/+3
|
* Make this use an installed tcl80/tk80 rather than requireing a fullyobrien1997-10-111-5/+5
| | | | populated PORTDIR/{tcl80,tk80}.
* Update to 5.25. Now uses tcl80/tk80. Big cleanup of Makefile (thanks tomarkm1997-10-115-47/+39
| | | | portlint!)
* Make this remove lib/expect{VERSION} on pkg_delete.obrien1997-10-111-0/+1
|
* Remove dependancy on tk4.1, it works just fine with later versions.pst1997-07-071-6/+8
|
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Upgrade to 5.22.0. Closes PR ports/2935.asami1997-03-114-15/+15
| | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
* Use installed header files.asami1997-01-191-8/+4
|
* Upgrade, 5.21.6 -> 5.21.7.max1997-01-064-32/+49
|
* oops, forgot to include the invisible "micro version" in the "versionpeter1996-12-161-2/+2
| | | | required" field in the makefile comments.
* Distfile has changed (apparently to verison 5.21.6?)peter1996-12-161-1/+1
| | | | | Note: this depends on the tclConfig changes, which had probably better go into 2.2.
* Original distfile has been changed.max1996-12-071-1/+1
|
* No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.max1996-12-071-2/+1
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-14/+18
| | | | | | | | 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.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-5/+5
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Update to expect-5.21peter1996-10-305-454/+75
| | | | This uses tk4.1 and the tcl7.5 in the source tree.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Update md5.chuckr1996-09-131-1/+1
|
* The latest change (adding DEPENDS) made expect build and installasami1996-02-072-45/+10
| | | | | | | | | | | | | 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.
* The version of expect on nist was upgraded to 5.19 without changingjkh1996-02-072-3/+4
| | | | the filename. Sigh!
* Bring this port up-to-date. It had no package info and was based on an oldmarkm1995-12-076-4/+532
| | | | | tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Upgrade to 5.16.hsu1995-05-092-3/+3
|
* Update of lang Makefiles....asami1995-04-151-4/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Converted Makefiles as much as I could.asami1995-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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!
* Update checksum file to reflect latest tarballgpalmer1995-01-051-1/+1
|
* This is now version 5.13jkh1995-01-051-2/+2
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Expect 5.12 portpst1994-11-151-0/+17
OpenPOWER on IntegriCloud