Bug 114615 - Fixes and extra functionality for emulators/doscmd
Summary: Fixes and extra functionality for emulators/doscmd
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: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 07:10 UTC by Stephen Hurd
Modified: 2007-09-23 13:50 UTC (History)
0 users

See Also:


Attachments
file.shar (22.52 KB, text/plain)
2007-07-16 07:10 UTC, Stephen Hurd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2007-07-16 07:10:01 UTC
A year or so ago I emailed these patches to the maintainer and didn't get any feedback.  Just rediscovered them so figured I should submit them before they get lost...

patch-bioscursor
    Fixes the BIOS cursor handling so that programs such as the DOS edit.com
    and qbasic.exe work correctly
patch-desqview-timeslice
    Allows INT15 timeslicing so that programs which support it can avoid 100%
    CPU utilization
patch-quitemode
    Adds a -Q option which suppresses all video IO.  Also helps optimize the
    input behavior especially when polling for input.
patch-fossil-support
    Adds a -F option which enables support for FOSSIL IO using stdio.

The extra two options have not been documented in the manpage as I lack proper
man-fu.

Fix: Add patches to the files directory.
manpage should be updated too.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-16 07:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-23 13:48:51 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-23 13:48:53 UTC
edwin       2007-09-23 12:48:46 UTC

  FreeBSD ports repository

  Modified files:
    emulators/doscmd     Makefile 
    emulators/doscmd/files patch-doscmd.1 
  Added files:
    emulators/doscmd/files patch-bioscursor 
                           patch-desqview-timeslice 
                           patch-fossil-support patch-quietmode 
  Log:
  Fixes and extra functionality for emulators/doscmd
  
          A year or so ago I emailed these patches to the maintainer
          and didn't get any feedback. Just rediscovered them so
          figured I should submit them before they get lost...
  
          patch-bioscursor
          Fixes the BIOS cursor handling so that programs such as the
          DOS edit.com and qbasic.exe work correctly
  
          patch-desqview-timeslice
          Allows INT15 timeslicing so that programs which support it
          can avoid 100% CPU utilization
  
          patch-quitemode
          Adds a -Q option which suppresses all video IO. Also helps
          optimize the input behavior especially when polling for
          input.
  
          patch-fossil-support
          Adds a -F option which enables support for FOSSIL IO using stdio.
  
  PR:             ports/114615
  Submitted by:   Stephen Hurd <shurd@sasktel.net>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.7       +1 -1      ports/emulators/doscmd/Makefile
  1.1       +114 -0    ports/emulators/doscmd/files/patch-bioscursor (new)
  1.1       +36 -0     ports/emulators/doscmd/files/patch-desqview-timeslice (new)
  1.2       +33 -3     ports/emulators/doscmd/files/patch-doscmd.1
  1.1       +409 -0    ports/emulators/doscmd/files/patch-fossil-support (new)
  1.1       +317 -0    ports/emulators/doscmd/files/patch-quietmode (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"