summaryrefslogtreecommitdiff
path: root/lang/expect (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependancy on tk4.1, it works just fine with later versions.Paul Traina1997-07-071-6/+8
| | | | Notes: svn path=/head/; revision=7229
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Upgrade to 5.22.0. Closes PR ports/2935.Satoshi Asami1997-03-114-15/+15
| | | | | | | Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> Notes: svn path=/head/; revision=5936
* Use installed header files.Satoshi Asami1997-01-191-8/+4
| | | | Notes: svn path=/head/; revision=5385
* Upgrade, 5.21.6 -> 5.21.7.Masafumi Max NAKANE1997-01-064-32/+49
| | | | Notes: svn path=/head/; revision=5233
* oops, forgot to include the invisible "micro version" in the "versionPeter Wemm1996-12-161-2/+2
| | | | | | | required" field in the makefile comments. Notes: svn path=/head/; revision=4985
* Distfile has changed (apparently to verison 5.21.6?)Peter Wemm1996-12-161-1/+1
| | | | | | | | Note: this depends on the tclConfig changes, which had probably better go into 2.2. Notes: svn path=/head/; revision=4984
* Original distfile has been changed.Masafumi Max NAKANE1996-12-071-1/+1
| | | | Notes: svn path=/head/; revision=4877
* No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.Masafumi Max NAKANE1996-12-071-2/+1
| | | | Notes: svn path=/head/; revision=4876
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-5/+5
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Update to expect-5.21Peter Wemm1996-10-305-454/+75
| | | | | | | This uses tk4.1 and the tcl7.5 in the source tree. Notes: svn path=/head/; revision=4197
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Update md5.Chuck Robey1996-09-131-1/+1
| | | | Notes: svn path=/head/; revision=3762
* The latest change (adding DEPENDS) made expect build and installSatoshi Asami1996-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. Notes: svn path=/head/; revision=2687
* The version of expect on nist was upgraded to 5.19 without changingJordan K. Hubbard1996-02-072-3/+4
| | | | | | | the filename. Sigh! Notes: svn path=/head/; revision=2682
* Bring this port up-to-date. It had no package info and was based on an oldMark Murray1995-12-076-4/+532
| | | | | | | | tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT! Notes: svn path=/head/; revision=2541
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Upgrade to 5.16.Jeffrey Hsu1995-05-092-3/+3
| | | | Notes: svn path=/head/; revision=1668
* Update of lang Makefiles....Satoshi Asami1995-04-151-4/+5
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Converted Makefiles as much as I could.Satoshi 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! Notes: svn path=/head/; revision=935
* Update checksum file to reflect latest tarballGary Palmer1995-01-051-1/+1
| | | | Notes: svn path=/head/; revision=709
* This is now version 5.13Jordan K. Hubbard1995-01-051-2/+2
| | | | Notes: svn path=/head/; revision=708
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-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 Notes: svn path=/head/; revision=590
* Expect 5.12 portPaul Traina1994-11-151-0/+17
Notes: svn path=/head/; revision=383