| Summary: | [NEW PORT] sysutils/mybashburn ncurses CD burning bash script | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Martin Tournoij <carpetsmoker> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Martin Tournoij
2008-01-25 02:10:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. 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"
State Changed From-To: open->closed New port added, with minor changes. Thanks! |