Bug 81826 - New port: www/mozplugger Plugin for viewing web content with external viewers
Summary: New port: www/mozplugger Plugin for viewing web content with external viewers
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: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-03 09:20 UTC by Loren M. Lang
Modified: 2005-06-03 13:49 UTC (History)
0 users

See Also:


Attachments
mozplugger.tgz.uu (7.51 KB, text/plain)
2005-06-03 09:20 UTC, Loren M. Lang
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Loren M. Lang 2005-06-03 09:20:02 UTC

	Web browser plugin for loading web content with external viewers.
	It Supports MPEG/AVI/MOV videos, spreadsheets, word documents,
	midi, wav, mp3, ogg vorbis music files and more.
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2005-06-03 10:08:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 2 Loren M. Lang 2005-06-03 11:29:29 UTC
This patch removes mozplugger.7.gz from the files directory and uses the
mozplugger.7.bz2 already in the tarball instead, first decompressing it
so it can be recompressed with gzip.  mozplugger.7.gz will have to be
removed by hand.

diff -ruN mozplugger.orig/Makefile mozplugger/Makefile
--- mozplugger.orig/Makefile	Fri Jun  3 03:27:49 2005
+++ mozplugger/Makefile	Fri Jun  3 03:10:15 2005
@@ -13,8 +13,9 @@
 MAINTAINER=    lorenl@alzatex.com
 COMMENT=       Framework for loading web content in external viewers
 
+EXTRACT_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
+
 MAN7=          mozplugger.7
-MANCOMPRESSED= yes
 
 USE_X_PREFIX=  yes
 
@@ -23,7 +24,7 @@
 ALL_TARGET=    freebsd
 
 post-extract:
-	${CP} ${FILESDIR}/mozplugger.7.gz ${WRKSRC}
+	${BZIP2_CMD} -d ${WRKSRC}/mozplugger.7.bz2
 
 post-install:
 	@${ECHO_MSG}
Binary files mozplugger.orig/files/mozplugger.7.gz and mozplugger/files/mozplugger.7.gz differ
diff -ruN mozplugger.orig/files/patch-Makefile mozplugger/files/patch-Makefile
--- mozplugger.orig/files/patch-Makefile	Fri Jun  3 03:27:49 2005
+++ mozplugger/files/patch-Makefile	Fri Jun  3 03:12:00 2005
@@ -1,5 +1,5 @@
 --- Makefile.orig	Sat Apr 16 12:24:24 2005
-+++ Makefile	Thu Jun  2 22:23:33 2005
++++ Makefile	Fri Jun  3 03:11:52 2005
 @@ -1,5 +1,5 @@
  # Where is your Xwindows located?
 -X11=/usr/X11R6
@@ -58,7 +58,7 @@
 -	cp mozplugger.7.bz2 $(root)$(prefix)/share/man/man7/
 +	cp mozplugger.so $(root)$(prefix)/lib/browser_plugins/
 +	cp mozpluggerrc $(root)$(prefix)/etc/
-+	cp mozplugger.7.gz $(root)$(prefix)/man/man7/
++	cp mozplugger.7 $(root)$(prefix)/man/man7/
  
  mozplugger.tar.gz: $(BASE_FILES) $(SOURCE_FILES)
  	@( DIR=`pwd`;\
-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: CEE1 AAE2 F66C 59B5 34CA  C415 6D35 E847 0118 A3D2
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-06-03 13:48:43 UTC
State Changed
From-To: open->closed

Committed with a few tiny changes, thanks!