From owner-cvs-ports@FreeBSD.ORG Sat Dec 16 22:27:04 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0310E16A50C; Sat, 16 Dec 2006 22:27:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDCC43CCE; Sat, 16 Dec 2006 22:26:56 +0000 (GMT) (envelope-from miwi@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 kBGMQtrT002007; Sat, 16 Dec 2006 22:26:55 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBGMQttW002006; Sat, 16 Dec 2006 22:26:55 GMT (envelope-from miwi) Message-Id: <200612162226.kBGMQttW002006@repoman.freebsd.org> From: Martin Wilke Date: Sat, 16 Dec 2006 22:26:55 +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/multimedia Makefile ports/multimedia/shell-fm Makefile distinfo pkg-descr ports/multimedia/shell-fm/files patch-reconfig patch-rl_completion.h patch-shell-fm.1 patch-strndup.c 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: Sat, 16 Dec 2006 22:27:04 -0000 miwi 2006-12-16 22:26:55 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/shell-fm Makefile distinfo pkg-descr multimedia/shell-fm/files patch-reconfig patch-rl_completion.h patch-shell-fm.1 patch-strndup.c Log: This is a port of Shell.FM, a console based player for the streams provided by Last.FM for the Linux platform. It's lightweight (the binary is only about 16K), easy to use and under heavy development. New features might be added every day. Shell.FM is Open Source and published under the terms of the GNU General Public License, so feel free to modify and/or redistribute it. WWW: http://lizer.syslinx.org/shell-fm/ PR: ports/106799 Submitted by: Nikos Ntarmos Revision Changes Path 1.192 +1 -0 ports/multimedia/Makefile 1.1 +49 -0 ports/multimedia/shell-fm/Makefile (new) 1.1 +3 -0 ports/multimedia/shell-fm/distinfo (new) 1.1 +18 -0 ports/multimedia/shell-fm/files/patch-reconfig (new) 1.1 +11 -0 ports/multimedia/shell-fm/files/patch-rl_completion.h (new) 1.1 +193 -0 ports/multimedia/shell-fm/files/patch-shell-fm.1 (new) 1.1 +70 -0 ports/multimedia/shell-fm/files/patch-strndup.c (new) 1.1 +8 -0 ports/multimedia/shell-fm/pkg-descr (new)