Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 12:03:48 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305111 - in head/www/mozplugger: . files
Message-ID:  <201210011203.q91C3mul042188@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <rnejdl@ringofsaturn.com>
  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 <loren@north-winds.org>
-#
+# Created by: Loren M. Lang <loren@north-winds.org>
 # $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 <bsd.port.pre.mk>
 .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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210011203.q91C3mul042188>