From owner-cvs-all@FreeBSD.ORG Sat Nov 1 22:53:46 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 2F98A106564A; Sat, 1 Nov 2008 22:53:46 +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 1E02B8FC1A; Sat, 1 Nov 2008 22:53:46 +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 mA1Mrk91042616; Sat, 1 Nov 2008 22:53:46 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mA1MrjdE042615; Sat, 1 Nov 2008 22:53:45 GMT (envelope-from miwi) Message-Id: <200811012253.mA1MrjdE042615@repoman.freebsd.org> From: Martin Wilke Date: Sat, 1 Nov 2008 22:53:45 +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/djmount Makefile distinfo pkg-descr ports/sysutils/djmount/files patch-djmount 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: Sat, 01 Nov 2008 22:53:46 -0000 miwi 2008-11-01 22:53:45 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/djmount Makefile distinfo pkg-descr sysutils/djmount/files patch-djmount Log: djmount is a UPnP AV client. It mounts as a Linux filesystem the media content of compatible UPnP AV devices. Djmount discovers automatically all UPnP AV Media Servers on the network, and make the content available in a directory tree. All shared files (e.g. Audio or Video files) are directly visible and can be played using your favorite media player. djmount is written in C for the Linux operating system. It is free software, licensed under the terms of the GNU General Public License (GNU GPL). WWW: http://djmount.sourceforge.net/ PR: ports/128112 Submitted by: Eric L. Chen Revision Changes Path 1.1042 +1 -0 ports/sysutils/Makefile 1.1 +42 -0 ports/sysutils/djmount/Makefile (new) 1.1 +3 -0 ports/sysutils/djmount/distinfo (new) 1.1 +63 -0 ports/sysutils/djmount/files/patch-djmount (new) 1.1 +12 -0 ports/sysutils/djmount/pkg-descr (new)