From owner-cvs-all@FreeBSD.ORG Mon Mar 19 21:33:39 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59A1416A408; Mon, 19 Mar 2007 21:33:39 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 4A36913C468; Mon, 19 Mar 2007 21:33:39 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2JLXdQi041726; Mon, 19 Mar 2007 21:33:39 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2JLXd1K041723; Mon, 19 Mar 2007 21:33:39 GMT (envelope-from mi) Message-Id: <200703192133.l2JLXd1K041723@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 19 Mar 2007 21:33:39 +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/helixplugin Makefile distinfo pkg-descr pkg-message ports/www/helixplugin/files BSDmakefile patch-headers patch-obsoletetimer patch-unicode 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: Mon, 19 Mar 2007 21:33:39 -0000 mi 2007-03-19 21:33:39 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/helixplugin Makefile distinfo pkg-descr pkg-message www/helixplugin/files BSDmakefile patch-headers patch-obsoletetimer patch-unicode Log: Build the Helix/Real browser plugin as native FreeBSD shared library. The pluging starts an external `realplay' executable anyway, so the realplay can remain of Linux version, working cleanly with the FreeBSD browsers. Adobe is using the same method for Acrobat Reader, but does not publish the plugin's source. Revision Changes Path 1.1748 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/helixplugin/Makefile (new) 1.1 +3 -0 ports/www/helixplugin/distinfo (new) 1.1 +34 -0 ports/www/helixplugin/files/BSDmakefile (new) 1.1 +66 -0 ports/www/helixplugin/files/patch-headers (new) 1.1 +178 -0 ports/www/helixplugin/files/patch-obsoletetimer (new) 1.1 +39 -0 ports/www/helixplugin/files/patch-unicode (new) 1.1 +17 -0 ports/www/helixplugin/pkg-descr (new) 1.1 +10 -0 ports/www/helixplugin/pkg-message (new)