From owner-cvs-all@FreeBSD.ORG Sat Jan 26 13:37:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 372B916A468; Sat, 26 Jan 2008 13:37:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2F70813C442; Sat, 26 Jan 2008 13:37:01 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0QDb1OV095989; Sat, 26 Jan 2008 13:37:01 GMT (envelope-from araujo@repoman.freebsd.org) Received: (from araujo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0QDb1Ir095988; Sat, 26 Jan 2008 13:37:01 GMT (envelope-from araujo) Message-Id: <200801261337.m0QDb1Ir095988@repoman.freebsd.org> From: Marcelo Araujo Date: Sat, 26 Jan 2008 13:37:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/mybashburn Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 13:37:01 -0000 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 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)