From owner-cvs-ports@FreeBSD.ORG Fri Jul 28 17:19:19 2006 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 1206F16A4E2; Fri, 28 Jul 2006 17:19:19 +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 D30F943D45; Fri, 28 Jul 2006 17:19:18 +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 k6SHJIHT066834; Fri, 28 Jul 2006 17:19:18 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6SHJImb066833; Fri, 28 Jul 2006 17:19:18 GMT (envelope-from sat) Message-Id: <200607281719.k6SHJImb066833@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 28 Jul 2006 17:19:18 +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/www Makefile ports/www/linux-mplayer-plugin Makefile Makefile.npapi distinfo.i386 pkg-descr 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: Fri, 28 Jul 2006 17:19:19 -0000 sat 2006-07-28 17:19:18 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/linux-mplayer-plugin Makefile Makefile.npapi distinfo.i386 pkg-descr Log: Add port www/linux-mplayer-plugin: - Introduce NPAPI infrastructure and a demo port, both at an alpha stage mplayerplug-in is a browser plugin that uses mplayer to play digital media from websites. This plug-in gives Mozilla the ability to play media from a website the net without reading the source html and getting the url manually. Media is played embedded in the page or in a separate window depending on how the author of the webpage intended the media to be seen. WWW: http://mplayerplug-in.sourceforge.net/ Wiki: http://wiki.freebsd.org/NPAPI Revision Changes Path 1.1528 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/linux-mplayer-plugin/Makefile (new) 1.1 +182 -0 ports/www/linux-mplayer-plugin/Makefile.npapi (new) 1.1 +3 -0 ports/www/linux-mplayer-plugin/distinfo.i386 (new) 1.1 +9 -0 ports/www/linux-mplayer-plugin/pkg-descr (new)