From owner-cvs-all@FreeBSD.ORG Sun Dec 28 12:57:40 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 941E21065670; Sun, 28 Dec 2008 12:57:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 80BB48FC13; Sun, 28 Dec 2008 12:57:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBSCveUZ059519; Sun, 28 Dec 2008 12:57:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBSCvet5059518; Sun, 28 Dec 2008 12:57:40 GMT (envelope-from miwi) Message-Id: <200812281257.mBSCvet5059518@repoman.freebsd.org> From: Martin Wilke Date: Sun, 28 Dec 2008 12:57:40 +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/fusefs-gstfs Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 12:57:40 -0000 miwi 2008-12-28 12:57:40 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/fusefs-gstfs Makefile distinfo pkg-descr Log: GSTFS is a filesystem for on-demand transcoding of music files between different formats. It utilizes the gstreamer library for conversion so any formats supported by gstreamer should also be supported by gstfs. The filesystem's only requirement is that the gstreamer pipeline begin with a filesrc with the name "_source" and end with an fdsink with the name "_dest". The filesystem will automatically substitute the filename and fd number in these pipelines. WWW: http://bobcopeland.com/gstfs/ PR: ports/129984 Submitted by: Dennis Herrmann Revision Changes Path 1.1054 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/fusefs-gstfs/Makefile (new) 1.1 +3 -0 ports/sysutils/fusefs-gstfs/distinfo (new) 1.1 +10 -0 ports/sysutils/fusefs-gstfs/pkg-descr (new)