From owner-cvs-all@FreeBSD.ORG Sun Jul 23 14:19:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 487A316A4DD; Sun, 23 Jul 2006 14:19:53 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0C43D5A; Sun, 23 Jul 2006 14:19:52 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6NEJqKu014147; Sun, 23 Jul 2006 14:19:52 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6NEJq1f014146; Sun, 23 Jul 2006 14:19:52 GMT (envelope-from sat) Message-Id: <200607231419.k6NEJq1f014146@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 23 Jul 2006 14:19:52 +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/unieject 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: Sun, 23 Jul 2006 14:19:53 -0000 sat 2006-07-23 14:19:52 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/unieject Makefile distinfo pkg-descr pkg-plist Log: Add port sysutils/unieject: Unieject is a drop-in replacement for usual eject command, which works on Linux and FreeBSD. It has more functionalities than FreeBSD's eject command, and it's partially compatible with Linux's one. It also features a library to access functions to lookup devices and mountpoints, unmount and eject devices. WWW: http://flameeyes.is-a-geek.org/projects#unieject Revision Changes Path 1.812 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/unieject/Makefile (new) 1.1 +3 -0 ports/sysutils/unieject/distinfo (new) 1.1 +8 -0 ports/sysutils/unieject/pkg-descr (new) 1.1 +17 -0 ports/sysutils/unieject/pkg-plist (new)