6332 FreshPorts -- devel/p5-Expect-Simple
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Expect-Simple 0.04 devel on this many watch lists=2 search for ports that depend on this port
Wrapper around the Expect module
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 May 2006 16:12:37
Also Listed In: perl5
License: not specified in port


Expect::Simple is a wrapper around the Expect module which should suffice 
for simple applications. It hides most of the Expect machinery; the Expect 
object is available for tweaking if need be.

Generally, one starts by creating an Expect::Simple object using new. This 
will start up the target program, and will wait until one of the specified 
prompts is output by the target. At that point the caller should send() 
commands to the program; the results are available via the before, after, 
match_str, and match_idx methods. Since Expect simulates a terminal, there 
will be extra \r characters at the end of each line in the result (on UNIX 
at least). This is easily fixed:

    ($res = $obj->before) =~ tr/\r//d;
    @lines = split( "\n", $res );

This is not done automatically.

Exceptions will be thrown on error (match with /Expect::Simple/). Errors 
from Expect are available via the error_expect method. More human readable 
errors are available via the error method.

The connection is automatically broken (by sending the specified 
disconnect command to the target) when the Expect::Simple object is 
destroyed.

Author: Diab Jerius <djerius@cpan.org>
WWW: http://search.cpan.org/dist/Expect-Simple/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/p5-Expect
  2. lang/perl5.8
Required To Run:
  1. lang/p5-Expect
  2. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Expect-Simple/ && make install clean
To add the package: pkg_add -r p5-Expect-Simple


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Expect/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Expect/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Expect/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Expect/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Expect/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Expect/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Expect/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Expect/
  10. http://at.cpan.org/modules/by-module/Expect/
  11. http://backpan.perl.org/modules/by-module/Expect/
  12. http://cpan.nctu.edu.tw/modules/by-module/Expect/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Expect/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Expect/
  15. http://www.cpan.dk/modules/by-module/Expect/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
06 Jun 2012 13:06:20
Original commit files touched by this commit  0.04
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.04
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
28 Dec 2011 08:20:20
Original commit files touched by this commit  0.04
ehaupt search for other commits by this committer
End WWW CPAN URL with a "/"
24 Oct 2011 09:11:38
Original commit files touched by this commit  0.04
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
17 Sep 2011 06:49:29
Original commit files touched by this commit  0.04
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
17 May 2011 11:05:02
Original commit files touched by this commit  0.04
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
28 Aug 2009 17:37:26
Original commit files touched by this commit  0.04
linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
16 May 2008 07:06:09
Original commit files touched by this commit  0.04
chinsan search for other commits by this committer
- Update to 0.04.
- Take maintainership.
29 Apr 2008 05:27:10
Original commit files touched by this commit  0.03
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.03
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
23 Feb 2008 15:42:14
Original commit files touched by this commit  0.03
erwin search for other commits by this committer
Update to 0.03

PR:             120430
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer timeout
08 Sep 2007 00:57:38
Original commit files touched by this commit  0.02
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
23 May 2006 16:06:30
Original commit files touched by this commit  0.02
aaron search for other commits by this committer
Adding port devel/p5-Expect-Simple, a wrapper around the lang/p5-Expect module.

Approved by:    tobez (implicit)

Number of commits found: 13

283f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24529
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 3
new 48 hours8
new 7 days26
new fortnight58
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0