Bug 116179 - New Port: devel/pty
Summary: New Port: devel/pty
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 15:50 UTC by jimmy
Modified: 2007-09-07 16:20 UTC (History)
0 users

See Also:


Attachments
pty.sh (2.05 KB, text/plain)
2007-09-07 15:50 UTC, jimmy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2007-09-07 15:50:01 UTC

    
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-07 16:11:21 UTC
miwi        2007-09-07 15:11:15 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pty            Makefile distinfo pkg-descr 
  Log:
  pty is a tool to help debug console programs which take the terminal out of
  canonical mode, by allowing the program being debugged and the debugger to run
  on separate terminal devices.
  
  To use pty, the programmer changes to the terminal device where he or she
  wishes to interact with the program to be debugged, and at the shell
  prompt, runs pty with no arguments.  Pty will print out the filename of the
  slave side of the pseudo-terminal it has opened.  Inside the debugger,
  running in another terminal device, one then redirects the program to be
  debugged's IO to the slave (tty command of gdb).  When you are finished
  using pty, you must manually kill it.  When pty starts it prints out its
  pid.
  
  WWW: http://www.mammothcheese.ca/munger.html
  
  --
  James Bailie <jimmy@mammothcheese.ca>
  
  PR:             ports/116179
  Submitted by:   James Bailie <jimmy at mammothcheese.ca>
  
  Revision  Changes    Path
  1.2867    +1 -0      ports/devel/Makefile
  1.1       +18 -0     ports/devel/pty/Makefile (new)
  1.1       +3 -0      ports/devel/pty/distinfo (new)
  1.1       +17 -0     ports/devel/pty/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-09-07 16:11:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!