Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2000 23:15:05 -0800 (PST)
From:      eric@osd.bsdi.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22908: new port: skipstone - browser based on mozilla's renderer
Message-ID:  <200011170715.eAH7F5O11700@magdalena.osd.bsdi.com>

next in thread | raw e-mail | index | archive | help

>Number:         22908
>Category:       ports
>Synopsis:       new port: skipstone - browser based on mozilla's renderer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 16 23:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Eric Melville
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
OSD/BSDi
>Environment:

	

>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:
#
#	www/skipstone
#	www/skipstone/Makefile
#	www/skipstone/distinfo
#	www/skipstone/pkg-comment
#	www/skipstone/pkg-descr
#	www/skipstone/pkg-plist
#	www/skipstone/files
#	www/skipstone/files/patch-aa
#	www/skipstone/files/patch-ab
#	www/skipstone/files/patch-ac
#
echo c - www/skipstone
mkdir -p www/skipstone > /dev/null 2>&1
echo x - www/skipstone/Makefile
sed 's/^X//' >www/skipstone/Makefile << 'END-of-www/skipstone/Makefile'
X# New ports collection makefile for:	SkipStone
X# Date created:				16 November 2000
X# Whom:					eric
X#
X# $FreeBSD$
X#
X
XPORTNAME=	skipstone
XPORTVERSION=	0.6.1
XCATEGORIES=	www
XMASTER_SITES=	http://www.muhri.net/skipstone/
XDISTNAME=	skipstone-${PORTVERSION}
X
XMAINTAINER=	eric@osd.bsdi.com
X
XBUILD_DEPENDS=	${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded
XRUN_DEPENDS=	${X11BASE}/lib/mozilla-embedded/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
X
X.include <bsd.port.mk>
END-of-www/skipstone/Makefile
echo x - www/skipstone/distinfo
sed 's/^X//' >www/skipstone/distinfo << 'END-of-www/skipstone/distinfo'
XMD5 (skipstone-0.6.1.tar.gz) = 3c6cae32480d6769ba864ebf12e5c6ac
END-of-www/skipstone/distinfo
echo x - www/skipstone/pkg-comment
sed 's/^X//' >www/skipstone/pkg-comment << 'END-of-www/skipstone/pkg-comment'
XWeb browser that uses Mozilla's renderer
END-of-www/skipstone/pkg-comment
echo x - www/skipstone/pkg-descr
sed 's/^X//' >www/skipstone/pkg-descr << 'END-of-www/skipstone/pkg-descr'
XSkipStone is a web browser that is indended for just browsing the web. It does
Xnot include features to read email, edit html, or use newsgroups. It does
Xhave a number of interesting features such as tabbed mode, where many pages
Xcan appear within a single notebook-like window. SkipStone is built around
Xthe Mozilla page rendering system.
END-of-www/skipstone/pkg-descr
echo x - www/skipstone/pkg-plist
sed 's/^X//' >www/skipstone/pkg-plist << 'END-of-www/skipstone/pkg-plist'
Xbin/skipstone
Xbin/skipstone-bin
Xbin/skipdownload
Xshare/skipstone/pixmaps/default/back.xpm
Xshare/skipstone/pixmaps/default/config.xpm
Xshare/skipstone/pixmaps/default/forward.xpm
Xshare/skipstone/pixmaps/default/home.xpm
Xshare/skipstone/pixmaps/default/logo.xpm
Xshare/skipstone/pixmaps/default/reload.xpm
Xshare/skipstone/pixmaps/default/stop.xpm
X@dirrm share/skipstone/pixmaps/default
X@dirrm share/skipstone/pixmaps
X@dirrm share/skipstone
END-of-www/skipstone/pkg-plist
echo c - www/skipstone/files
mkdir -p www/skipstone/files > /dev/null 2>&1
echo x - www/skipstone/files/patch-aa
sed 's/^X//' >www/skipstone/files/patch-aa << 'END-of-www/skipstone/files/patch-aa'
X--- src/Makefile.orig	Sun Oct 29 17:38:13 2000
X+++ src/Makefile	Thu Nov 16 22:46:12 2000
X@@ -1,22 +1,22 @@
X-PREFIX=/usr/local
X+PREFIX=/usr/X11R6
X VERSION = 0.6.1
X MILESTONE = M18
X 
X-MOZILLA_INCLUDES = -I/usr/include/mozilla -I/usr/local/include/mozilla
X-MOZILLA_LIBS = -L/usr/lib/mozilla -L/usr/local/lib/mozilla -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
X+MOZILLA_INCLUDES = -I/usr/X11R6/include/mozilla-embedded
X+MOZILLA_LIBS = -L/usr/X11R6/lib/mozilla-embedded -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
X 
X #my stuff
X #MOZILLA_INCLUDES = -I/usr/moz/package/include
X #MOZILLA_LIBS = -L/usr/moz/package/bin/ -lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
X 
X-GTK_LIBS = $(shell gtk-config --libs)
X-GTK_INCLUDES = $(shell gtk-config --cflags)
X+GTK_LIBS = $(shell gtk12-config --libs)
X+GTK_INCLUDES = $(shell gtk12-config --cflags)
X 
X SOURCES = main.c callbacks.c moz_callbacks.c support.c ipc.c bookmarks.c interface.c interface-notebook.c history.c crash.c skipstone_config.c mozilla.cpp 
X OBJS = main.o callbacks.o moz_callbacks.o support.o ipc.o bookmarks.o interface.o interface-notebook.o history.o crash.o skipstone-config.o mozilla.o
X DOWNLOADOBJS = skipdownload.o
X-FLAGS = -g -O2 -Wall -D$(MILESTONE) -I.. $(GTK_INCLUDES) $(MOZILLA_INCLUDES)
X-LIBS = -g $(GTK_LIBS) $(MOZILLA_LIBS) -lpthread
X+FLAGS = -g -O2 -Wall -D$(MILESTONE) -I.. $(GTK_INCLUDES) $(MOZILLA_INCLUDES) -D_THREAD_SAFE -pthread
X+LIBS = -g $(GTK_LIBS) $(MOZILLA_LIBS)
X CC = gcc $(FLAGS) 
X CXX = c++ -fno-rtti $(FLAGS)
X PROG = skipstone
END-of-www/skipstone/files/patch-aa
echo x - www/skipstone/files/patch-ab
sed 's/^X//' >www/skipstone/files/patch-ab << 'END-of-www/skipstone/files/patch-ab'
X--- src/skipstone.h.orig	Thu Nov 16 20:09:46 2000
X+++ src/skipstone.h	Thu Nov 16 20:10:03 2000
X@@ -28,7 +28,7 @@
X /* ------------------- */
X 
X /*  dirs  */
X-#define SKIPSTONE_LOCAL_THEME_DIR "/usr/local/share/skipstone/pixmaps"
X+#define SKIPSTONE_LOCAL_THEME_DIR "/usr/X11R6/share/skipstone/pixmaps"
X #define SKIPSTONE_SYSTEM_THEME_DIR "/usr/share/skipstone/pixmaps"
X /*--------*/
X 
END-of-www/skipstone/files/patch-ab
echo x - www/skipstone/files/patch-ac
sed 's/^X//' >www/skipstone/files/patch-ac << 'END-of-www/skipstone/files/patch-ac'
X--- src/skipstone.orig	Thu Nov 16 19:45:53 2000
X+++ src/skipstone	Thu Nov 16 20:23:19 2000
X@@ -1,4 +1,4 @@
X-#!/bin/bash
X+#!/bin/sh
X if test -n "$MOZILLA_FIVE_HOME"; then
X 	LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
X 	export LD_LIBRARY_PATH
X@@ -7,12 +7,9 @@
X 	else
X 		exec skipstone-bin $@
X 	fi
X-elif  [ -f /usr/lib/mozilla/libgtkembedmoz.so ]; then
X-	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/mozilla
X-	export MOZILLA_FIVE_HOME=/usr/lib/mozilla
X-elif [ -f /usr/local/lib/mozilla/libgtkembedmoz.so ]; then
X-	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/mozilla
X-	export MOZILLA_FIVE_HOME=/usr/local/lib/mozilla
X+elif [ -f /usr/X11R6/lib/mozilla/libgtkembedmoz.so ]; then
X+	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/X11R6/lib/mozilla
X+	export MOZILLA_FIVE_HOME=/usr/X11R6/lib/mozilla
X else 
X 
X echo "Please set your MOZILLA_FIVE_HOME and LD_LIBRARY_PATH manually as I could not find them"
END-of-www/skipstone/files/patch-ac
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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