Bug 172105 - Update www/mozplugger to 1.14.6
Summary: Update www/mozplugger to 1.14.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-27 00:50 UTC by rnejdl
Modified: 2012-10-01 13:10 UTC (History)
0 users

See Also:


Attachments
mozplugger-1.14.6.diff (5.21 KB, patch)
2012-09-27 00:50 UTC, rnejdl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rnejdl 2012-09-27 00:50:05 UTC
	This updates mozplugger to 1.14.6.  The previous diff file I sent in was bad because I diffed against a non cleaned original version of the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-09-27 00:50:16 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2012-09-30 08:13:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jhale

I'll take it.
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2012-09-30 20:17:38 UTC
Hi Rusty,

Your patch looks good.  I discovered a typo in the pkg-descr and it seems like 
it could use an update anyways.  What do you think of something like this?:

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/

------
Jason E. Hale
Comment 4 rnejdl 2012-09-30 21:08:25 UTC
On 2012-09-30 14:17, Jason E. Hale wrote:
> Hi Rusty,
>
> Your patch looks good.  I discovered a typo in the pkg-descr and it 
> seems like
> it could use an update anyways.  What do you think of something like 
> this?:
>
> 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/
>
> ------
> Jason E. Hale

Jason,

Thanks and this looks good.

Rusty Nejdl
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-10-01 13:04:04 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 6 Jason E. Hale freebsd_committer freebsd_triage 2012-10-01 13:04:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!