Bug 119959 - [NEW PORT] sysutils/mybashburn ncurses CD burning bash script
Summary: [NEW PORT] sysutils/mybashburn ncurses CD burning bash script
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 02:10 UTC by Martin Tournoij
Modified: 2008-01-26 13:40 UTC (History)
0 users

See Also:


Attachments
mybashburn.shar (10.16 KB, text/plain)
2008-01-25 02:10 UTC, Martin Tournoij
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Tournoij 2008-01-25 02:10:03 UTC
ncurses CD burning bash script
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-26 11:32:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-26 13:37:04 UTC
araujo      2008-01-26 13:37:00 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/mybashburn  Makefile distinfo pkg-descr pkg-plist 
  Log:
  What's MyBashBurn?
  Basically, it is no more than a Terminal User Interface (TUI) frontend based of
  the CD burning shell script called BashBurn for GNU/Linux; this originally does
  not have the best eye-candy CD-burning UI, nevertheless, MyBashBurn uses dialog
  boxes/functions which draws (using ncurses) windows onto the screen. MyBashBurn
  dialog boxes offer good functionality, and has very good capabilities of
  automatically finding dependencies and auto detecting devices CD/DVD RW. In
  short, do not reinvent the wheel - just let MyBashBurn do what you want it to
  do.
  
  WWW: http://mybashburn.sf.net
  
  PR:             ports/119959
  Submitted by:   Martin Tournoij <carpetsmoker@xs4all.nl>
  Approved by:    stas (mentor, implicit)
  
  Revision  Changes    Path
  1.974     +1 -0      ports/sysutils/Makefile
  1.1       +83 -0     ports/sysutils/mybashburn/Makefile (new)
  1.1       +3 -0      ports/sysutils/mybashburn/distinfo (new)
  1.1       +11 -0     ports/sysutils/mybashburn/pkg-descr (new)
  1.1       +141 -0    ports/sysutils/mybashburn/pkg-plist (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 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-01-26 13:39:02 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!