From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 19 19:40:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03BA116A4CE for ; Wed, 19 Nov 2003 19:40:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D4D43FBF for ; Wed, 19 Nov 2003 19:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAK3eGFY056197 for ; Wed, 19 Nov 2003 19:40:16 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAK3eGsu056196; Wed, 19 Nov 2003 19:40:16 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 19 Nov 2003 19:40:16 -0800 (PST) Resent-Message-Id: <200311200340.hAK3eGsu056196@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jean-Yves Lefort Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C923D16A4CE for ; Wed, 19 Nov 2003 19:35:15 -0800 (PST) Received: from gateway.lefort.net (213.189.162.78.brutele.be [213.189.162.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E760843F85 for ; Wed, 19 Nov 2003 19:35:13 -0800 (PST) (envelope-from jylefort@brutele.be) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id E711A54C2 for ; Thu, 20 Nov 2003 04:35:11 +0100 (CET) Received: by jsite.lefort.net (Postfix, from userid 1000) id 642B022E48; Thu, 20 Nov 2003 04:35:11 +0100 (CET) Message-Id: <20031120033511.642B022E48@jsite.lefort.net> Date: Thu, 20 Nov 2003 04:35:11 +0100 (CET) From: Jean-Yves Lefort To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59494: New port: www/mozilla-bonobo, a Netscape/Mozilla plugin using Bonobo controls to display files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jean-Yves Lefort List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 03:40:18 -0000 >Number: 59494 >Category: ports >Synopsis: New port: www/mozilla-bonobo, a Netscape/Mozilla plugin using Bonobo controls to display files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 19 19:40:15 PST 2003 >Closed-Date: >Last-Modified: >Originator: Jean-Yves Lefort >Release: FreeBSD 4.9-RELEASE i386 >Organization: >Environment: System: FreeBSD jsite.lefort.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Wed Oct 29 13:50:04 CET 2003 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mozilla-bonobo # mozilla-bonobo/Makefile # mozilla-bonobo/pkg-plist # mozilla-bonobo/pkg-descr # mozilla-bonobo/distinfo # echo c - mozilla-bonobo mkdir -p mozilla-bonobo > /dev/null 2>&1 echo x - mozilla-bonobo/Makefile sed 's/^X//' >mozilla-bonobo/Makefile << 'END-of-mozilla-bonobo/Makefile' X# New ports collection makefile for: mozilla-bonobo X# Date created: 20 Nov 2003 X# Whom: Jean-Yves Lefort X# X# $FreeBSD$ X# X XPORTNAME= mozilla-bonobo XPORTVERSION= 0.4.0 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SAVANNAH} XMASTER_SITE_SUBDIR= moz-bonobo X XMAINTAINER= jylefort@brutele.be XCOMMENT= A Netscape/Mozilla plugin using Bonobo controls to display files X XBUILD_DEPENDS= ${X11BASE}/include/mozilla/mozilla-config.h:${PORTSDIR}/www/mozilla-headers XRUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla X XUSE_X_PREFIX= yes XUSE_GNOME= gnomeprefix libgnomeui libgnome libbonoboui pango \ X gconf2 libgnomecanvas libartlgpl2 gtk20 libbonobo \ X gnomevfs2 libgnomeprint XUSE_LIBTOOL_VER= 15 XUSE_REINPLACE= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} \ X --with-plugin-install-dir=${PREFIX}/lib/browser_plugins \ X --with-mozilla-include-dir=${X11BASE}/include/mozilla X Xpost-patch: X @${REINPLACE_CMD} -e \ X 's|\$${prefix}/doc/mozilla-bonobo|${DOCSDIR}| ; \ X s|COPYING\\|\\| ; \ X s|INSTALL\\|\\| ; \ X s|TODO\\|TODO| ; \ X s|ABOUT-NLS||' ${WRKSRC}/Makefile.in X.if defined(NOPORTDOCS) X @${REINPLACE_CMD} -e \ X 's|\$$(libmozilla_bonobodoc_DATA)|| ; \ X s|\$$(mkinstalldirs) \$$(DESTDIR)\$$(libmozilla_bonobodocdir)|| ; \ X s| \$$(DESTDIR)\$$(libmozilla_bonobodocdir) | |' ${WRKSRC}/Makefile.in X.endif X X.include END-of-mozilla-bonobo/Makefile echo x - mozilla-bonobo/pkg-plist sed 's/^X//' >mozilla-bonobo/pkg-plist << 'END-of-mozilla-bonobo/pkg-plist' Xbin/mozilla-bonobo-viewer Xetc/gconf/schemas/mozilla-bonobo.schemas Xetc/gconf/gconf.xml.defaults/apps/mozilla-bonobo/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/mozilla-bonobo/mime-types/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mozilla-bonobo/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/mozilla-bonobo/mime-types/%gconf.xml Xlib/browser_plugins/libmozilla_bonobo.so X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/TODO X@dirrm etc/gconf/gconf.xml.defaults/apps/mozilla-bonobo/mime-types X@dirrm etc/gconf/gconf.xml.defaults/apps/mozilla-bonobo X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mozilla-bonobo/mime-types X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mozilla-bonobo X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-mozilla-bonobo/pkg-plist echo x - mozilla-bonobo/pkg-descr sed 's/^X//' >mozilla-bonobo/pkg-descr << 'END-of-mozilla-bonobo/pkg-descr' Xmozilla-bonobo is a netscape-compatible browser plugin which allows Xyour browser to use bonobo controls to display supported mime types. X XWWW: http://www.nongnu.org/moz-bonobo/ X X- Jean-Yves Lefort Xjylefort@brutele.be END-of-mozilla-bonobo/pkg-descr echo x - mozilla-bonobo/distinfo sed 's/^X//' >mozilla-bonobo/distinfo << 'END-of-mozilla-bonobo/distinfo' XMD5 (mozilla-bonobo-0.4.0.tar.gz) = e8080758f7319ac3255ba7cc4bdeb514 END-of-mozilla-bonobo/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: