From owner-cvs-ports@FreeBSD.ORG Wed Dec 21 04:40:51 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB64516A41F; Wed, 21 Dec 2005 04:40:51 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1373443D77; Wed, 21 Dec 2005 04:40:49 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBL4enb5063578; Wed, 21 Dec 2005 04:40:49 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBL4enGW063577; Wed, 21 Dec 2005 04:40:49 GMT (envelope-from edwin) Message-Id: <200512210440.jBL4enGW063577@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 21 Dec 2005 04:40:49 +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/mcweject Makefile distinfo pkg-descr ports/sysutils/mcweject/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 04:40:51 -0000 edwin 2005-12-21 04:40:49 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/mcweject Makefile distinfo pkg-descr sysutils/mcweject/files pkg-message.in Log: New port for ejecting removable media This is a completely new eject command, loosely modelled after the Linux eject, which is far more feature-rich than the existing FreeBSD eject. Like the Linux eject, it accepts either device names or mount points to specify the device, and supports tray-close where available. I originally contacted the author of the existing eject port, but he wasn't interested in making any such enhancements. Hence, a new eject command written entirely from scratch, with the eventual goal of supporting as many ioctls and hardware devices as possible. PR: ports/90396 Submitted by: Jason Bacon Revision Changes Path 1.723 +1 -0 ports/sysutils/Makefile 1.1 +43 -0 ports/sysutils/mcweject/Makefile (new) 1.1 +3 -0 ports/sysutils/mcweject/distinfo (new) 1.1 +6 -0 ports/sysutils/mcweject/files/pkg-message.in (new) 1.1 +7 -0 ports/sysutils/mcweject/pkg-descr (new)