aboutsummaryrefslogtreecommitdiff
path: root/lang/expect
Commit message (Collapse)AuthorAgeFilesLines
* - OptionalizePav Lucistnik2010-02-121-6/+10
| | | | | | | | PR: ports/143588 Submitted by: James Wagner <jwagner@graffadmin.com> Notes: svn path=/head/; revision=249648
* Free most of my ports, since they aren't being maintained to aShaun Amott2009-03-131-1/+1
| | | | | | | reasonable standard. Notes: svn path=/head/; revision=230014
* Update distinfo to reflect re-rolled distfile (contents verified asShaun Amott2008-11-141-3/+3
| | | | | | | | | | identical). PR: ports/125867 Submitted by: Karsten Rothemund <karsten@photor.de> Notes: svn path=/head/; revision=222848
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* Add conflict with lang/expect-develMartin Matuska2007-10-171-0/+2
| | | | Notes: svn path=/head/; revision=201622
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Let expect detect and use openpty(3), and therefore allow it to utiliseShaun Amott2007-03-272-22/+1
| | | | | | | | | | | 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 <lerik@nolink.net> Notes: svn path=/head/; revision=188606
* - INSTALLS_SHLIB -> USE_LDCONFIG.Shaun Amott2006-12-291-1/+3
| | | | | | | - Add PORSCOUT variable: skip recalled 5.44.* versions. Notes: svn path=/head/; revision=180935
* - Allow expect to utilise 256 pty's as supported by FreeBSD. TheShaun Amott2006-10-062-0/+21
| | | | | | | | | | current code arbitrarily limits us to 64 at a time. - Bump PORTREVISION. Patch provided by "Cybil". Notes: svn path=/head/; revision=174606
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* - submitter want to maintain this portCheng-Lung Sung2006-05-251-1/+1
| | | | | | | | | | - he also notes that newer version had been 'recalled' PR: ports/97733 Submitted by: maintainer (Shaun Amott) Notes: svn path=/head/; revision=163351
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* - Update to 5.43.0Pav Lucistnik2005-06-232-5/+5
| | | | | | | | PR: ports/82571 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=137935
* - Update to 5.42.1Pav Lucistnik2004-08-212-6/+5
| | | | | | | | PR: ports/70763 Submitted by: Esa Karkkainen <ejk@iki.fi> Notes: svn path=/head/; revision=116929
* Touch configure, because Makefile.in is patched after configure (patch-ac vsTilman Keskinoz2004-08-141-0/+3
| | | | | | | | | patch-aa), which confuses configure Reported by: pointyhat Notes: svn path=/head/; revision=116187
* remove maintainershipEdwin Groothuis2004-05-281-1/+1
| | | | | | | | | | | | | | 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! <jerry@thehutt.org> Notes: svn path=/head/; revision=110160
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Fix typo in LIB_DEPENDSKirill Ponomarev2003-11-171-3/+3
| | | | | | | | Noticed by: mich No cookies for: krion Notes: svn path=/head/; revision=94167
* - Use tcl84/tk84 instead of tcl83/tk83Kirill Ponomarev2003-11-161-8/+8
| | | | | | | | | | | - Bump PORTREVISION PR: 56654 Submitted by: YazzY <yazzy@yazzy.org> Approved by: maintainer timeout > 2 months Notes: svn path=/head/; revision=94101
* Fix build by linking with libutil.Tilman Keskinoz2003-03-291-0/+1
| | | | | | | | | PR: 50335 Submitted by: Nate Eldredge <neldredge@hmc.edu> Approved by: Jerry A! <jerry@thehutt.org> (maintainer) Notes: svn path=/head/; revision=77700
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Properly convert command-line arguments into UTF-8 before passing themMaxim Sobolev2002-08-242-0/+43
| | | | | | | | | | 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 <fozzy@kievweb.net.ua> Notes: svn path=/head/; revision=64950
* Update to 5.38.0Patrick Li2002-07-242-15/+15
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=63503
* Welcome Jerry A! to maintainership of expectDavid W. Chapman Jr.2002-07-091-1/+1
| | | | Notes: svn path=/head/; revision=62709
* Update to recent versionDavid W. Chapman Jr.2002-07-093-15/+24
| | | | | | | | | | Remove maintainer since email address is invalid PR: 39954 Submitted by: jerry@thehutt.org Notes: svn path=/head/; revision=62706
* Add support for building without X11 supportDavid W. Chapman Jr.2001-11-242-4/+20
| | | | | | | | PR: 28727 Submitted by: khera@kciLink.com Notes: svn path=/head/; revision=50500
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Refer to the distfile with an explicit version number instead ofDima Dorfman2001-10-072-3/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=48529
* Update to use tcl/tk 8.3.Mark Murray2001-03-131-6/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=39725
* Change MAINTAINER from ports@FreeBSD.org to john@coastalgeology.org.OKAZAKI Tetsurou2000-12-251-1/+1
| | | | | | | | PR: 23796 Submitted by: Jonathan Pennington <john@coastalgeology.org> Notes: svn path=/head/; revision=36333
* Correct link (libexpect532.so.2 -> libexpect532.so.1)Chris D. Faulhaber2000-08-121-1/+1
| | | | | | | Submitted by: Frank McConnell <fmc@reanimators.org> Notes: svn path=/head/; revision=31589
* Update port to 5.32.1Chris D. Faulhaber2000-08-123-10/+10
| | | | | | | | | PR: 20132, 20517 Submitted by: James Howard <howardjp@wam.umd.edu> Frank McConnell <fmc@reanimators.org> Notes: svn path=/head/; revision=31570
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update to version 5.31.8.Steve Price2000-05-283-3/+2
| | | | Notes: svn path=/head/; revision=28793
* Unbreak by updating to expect 5.31.5Kris Kennaway2000-04-242-3/+3
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=27959
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Update expect to 5.31.4 (fixes invalid MD5 checksum due to non-versionedChris D. Faulhaber2000-02-212-4/+1
| | | | | | | DISTFILES) Notes: svn path=/head/; revision=26108
* ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg2000-02-131-1/+1
| | | | Notes: svn path=/head/; revision=25764
* Fix configure under 3.x when autoconf is not installedChris D. Faulhaber2000-01-071-0/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=24492
* Update to version 5.31.Steve Price1999-11-014-37/+25
| | | | | | | | PR: 14577 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=22754
* md5 changed for no apparent reasonChris Piazza1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=21294
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Update to version 5.30Chris Piazza1999-08-194-35/+25
| | | | | | | | PR: 13242 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20807
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Yet more WWW: additionsMichael Haro1999-05-031-2/+2
| | | | Notes: svn path=/head/; revision=18435
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-6/+8
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Update to version 5.28.Steve Price1998-10-103-14/+13
| | | | | | | | PR: 8173 Submitted by: Brain Handy <handy@physics.montana.edu> Notes: svn path=/head/; revision=13823
* Convert to ELF.Steve Price1998-10-052-2/+12
| | | | Notes: svn path=/head/; revision=13663
* Blat minor number on shared object for ELF.Mark Murray1998-10-011-5/+9
| | | | Notes: svn path=/head/; revision=13574