From owner-svn-ports-all@FreeBSD.ORG Mon Oct 1 12:03:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F21E31065674; Mon, 1 Oct 2012 12:03:48 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D40C18FC18; Mon, 1 Oct 2012 12:03:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q91C3m5A042193; Mon, 1 Oct 2012 12:03:48 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q91C3mul042188; Mon, 1 Oct 2012 12:03:48 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210011203.q91C3mul042188@svn.freebsd.org> From: "Jason E. Hale" Date: Mon, 1 Oct 2012 12:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305111 - in head/www/mozplugger: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 12:03:49 -0000 Author: jhale Date: Mon Oct 1 12:03:48 2012 New Revision: 305111 URL: http://svn.freebsd.org/changeset/ports/305111 Log: - Update to 1.14.6 - Update pkg-descr - Strip Makefile header PR: ports/172105 Submitted by: Rusty Nejdl Approved by: makc (mentor) Added: head/www/mozplugger/files/patch-Makefile.in (contents, props changed) Deleted: head/www/mozplugger/files/patch-Makefile Modified: head/www/mozplugger/Makefile (contents, props changed) head/www/mozplugger/distinfo (contents, props changed) head/www/mozplugger/pkg-descr (contents, props changed) Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Mon Oct 1 11:54:19 2012 (r305110) +++ head/www/mozplugger/Makefile Mon Oct 1 12:03:48 2012 (r305111) @@ -1,26 +1,22 @@ -# New ports collection makefile for: mozplugger -# Date created: 2 June 2005 -# Whom: Loren M. Lang -# +# Created by: Loren M. Lang # $FreeBSD$ -# PORTNAME= mozplugger -PORTVERSION= 1.14.3 +PORTVERSION= 1.14.6 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Framework for loading web content in external viewers +GNU_CONFIGURE= yes USE_XORG= x11 xt MAN7= mozplugger.7 SUB_FILES= pkg-message -ALL_TARGET= freebsd -MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGINS_DIR}" USE_WEBPLUGINS= native WEBPLUGINS_FILES=mozplugger.so +MAKE_ENV= WEBPLUGINS_DIR="${WEBPLUGINS_DIR}" .include .include "${PORTSDIR}/www/firefox/Makefile.webplugins" Modified: head/www/mozplugger/distinfo ============================================================================== --- head/www/mozplugger/distinfo Mon Oct 1 11:54:19 2012 (r305110) +++ head/www/mozplugger/distinfo Mon Oct 1 12:03:48 2012 (r305111) @@ -1,2 +1,2 @@ -SHA256 (mozplugger-1.14.3.tar.gz) = 2d56f0b224768276b9872499002cfed402ef86ef5c43af70e3466d8aece232f1 -SIZE (mozplugger-1.14.3.tar.gz) = 135099 +SHA256 (mozplugger-1.14.6.tar.gz) = 3fd73b51d1c0b1c310cecac90155a86ef59c748dff677df542e39282ea7ecba7 +SIZE (mozplugger-1.14.6.tar.gz) = 140735 Added: head/www/mozplugger/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mozplugger/files/patch-Makefile.in Mon Oct 1 12:03:48 2012 (r305111) @@ -0,0 +1,44 @@ +--- Makefile.in.orig 2012-09-26 15:43:37.000000000 -0500 ++++ Makefile.in 2012-09-26 15:46:01.000000000 -0500 +@@ -22,7 +22,7 @@ + RPMDIR=/usr/src/RPM + + # Choose compiler +-CC=@CC@ ++CC?=@CC@ + MKDIR=mkdir -p + + SOURCE_FILES=mozplugger.c \ +@@ -161,21 +161,20 @@ + + install: + -@install -d @bindir@ +- -@install -d $(prefix)$(libprefix)/mozilla/plugins ++ -@install -d $(root)${WEBPLUGINS_DIR} + -@install -d @mandir@/man7 + -@install -d @sysconfdir@ + install mozplugger-helper @bindir@ + install mozplugger-controller @bindir@ + install mozplugger-linker @bindir@ +- for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done +-# cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/ ++ cp mozplugger.so $(root)${WEBPLUGINS_DIR} + install $(srcdir)/mozpluggerrc @sysconfdir@ + install $(srcdir)/mozplugger.7 @mandir@/man7/ + + uninstall: + rm -f @mandir@/man7/mozplugger.7 + rm -f @sysconfdir@/mozpluggerrc +- for target in ${PLUGINDIRS}; do rm -f $${target}/mozplugger.so; done ++ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so + rm -f @bindir@/mozplugger-linker + rm -f @bindir@/mozplugger-controller + rm -f @bindir@/mozplugger-helper +@@ -183,6 +182,7 @@ + -rmdir @mandir@/man7 + -rmdir @mandir@ + -rmdir @bindir@ ++ -rmdir $(root)${WEBPLUGINS_DIR} + + MOZ_PACKAGE=mozplugger-@PACKAGE_VERSION@ + \ No newline at end of file Modified: head/www/mozplugger/pkg-descr ============================================================================== --- head/www/mozplugger/pkg-descr Mon Oct 1 11:54:19 2012 (r305110) +++ head/www/mozplugger/pkg-descr Mon Oct 1 12:03:48 2012 (r305111) @@ -1,14 +1,6 @@ -Moxplugger is a multimedia plugin for Unix Netscape 3.0 or later that -handles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim, -MIDI, Soundtracker, AU, WAV and Commodore 64 audio files. MPEG audio and -video can be streamed. - -There is also support for viewing word documents and spreadsheets inline -currently. - -Mozplugger is a very small plugin, because plugger uses external programs -to show/play the different formats. - -This is based on Plugger 4.0 as released on Feburary 2003. +Mozplugger is a small general purpose Mozilla plugin that displays various +types of media formats found on the Internet in your browser. It accomplishes +this by using external programs such as mplayer, timidity, Acrobat Reader, +OpenOffice, and LibreOffice. WWW: http://mozplugger.mozdev.org/