1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Remove skipstone. It is old, and only supports Mozilla 1.0. It does not

look like it will be updated any time soon.

Spotted by:	kris' make index
This commit is contained in:
Joe Marcus Clarke 2003-07-01 15:51:37 +00:00
parent c0e2680d16
commit 06011909a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83996
7 changed files with 0 additions and 95 deletions

View File

@ -439,7 +439,6 @@
SUBDIR += screem
SUBDIR += sidplug
SUBDIR += sitecopy
SUBDIR += skipstone
SUBDIR += slash
SUBDIR += smarty
SUBDIR += smb2www

View File

@ -1,32 +0,0 @@
# New ports collection makefile for: skipstone
# Date created: 16 November 2000
# Whom: eric
#
# $FreeBSD$
#
PORTNAME= skipstone
PORTVERSION= 0.8.3
CATEGORIES= www
MASTER_SITES= http://www.muhri.net/skipstone/
MAINTAINER= ports@FreeBSD.org
COMMENT= Web browser that uses the mozilla-embedded renderer
BUILD_DEPENDS= ${X11BASE}/include/mozilla-vendor/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers-vendor \
${X11BASE}/lib/mozilla-embedded-vendor/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded-vendor
RUN_DEPENDS= ${X11BASE}/lib/mozilla-embedded-vendor/libgtkembedmoz.so:${PORTSDIR}/www/mozilla-embedded-vendor \
wget:${PORTSDIR}/ftp/wget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mozilla-includes=${X11BASE}/include/mozilla-vendor --with-mozilla-libs=${X11BASE}/lib/mozilla-embedded-vendor
USE_GNOME= gtk12
USE_GMAKE= yes
USE_REINPLACE= yes
USE_X_PREFIX= yes
post-patch:
@${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (skipstone-0.8.3.tar.gz) = d44324e3664723c2cbe82ce60464dc51

View File

@ -1,20 +0,0 @@
--- configure.old Thu Jul 4 11:36:30 2002
+++ configure Thu Jul 4 11:37:06 2002
@@ -657,7 +657,7 @@
fi
fi
-if test -f $mozilla_libs/chrome/comm.jar ; then
+if test -f $mozilla_libs/chrome/embed.jar ; then
MOZILLA_LIB_HOME=$mozilla_libs
else
@@ -1258,7 +1258,7 @@
#define $ac_tr_lib 1
EOF
- LIBS="-lpthread $LIBS"
+ LIBS="-pthread $LIBS"
else
echo "$ac_t""no" 1>&6

View File

@ -1,19 +0,0 @@
--- src/mozilla.cpp.orig Mon Sep 30 07:27:17 2002
+++ src/mozilla.cpp Mon Sep 30 07:28:14 2002
@@ -62,6 +62,7 @@
#include "nsIContentViewerFile.h"
#include "nsIPrintOptions.h"
#include "nsIPrintSettings.h"
+#include "nsIPrintSettingsService.h"
#include "nsIWebBrowserPrint.h"
#include "skipstone-print.h"
#include "debug.h"
@@ -203,7 +204,7 @@
#ifdef NS_WITH_SERVICE
NS_WITH_SERVICE(nsIPrintOptions, options, kPrintOptionsCID, &result);
#else
- nsCOMPtr<nsIPrintOptions> options = do_GetService(kPrintOptionsCID, &result);
+ nsCOMPtr<nsIPrintSettingsService> options = do_GetService(kPrintOptionsCID, &result);
#endif
if (NS_FAILED(result)) D_RETURN_ ( NS_ERROR_FAILURE );

View File

@ -1,7 +0,0 @@
SkipStone is a web browser that is indended for just browsing the web. It does
not include features to read email, edit html, or use newsgroups. It does
have a number of interesting features such as tabbed mode, where many pages
can appear within a single notebook-like window. SkipStone is built around
the Mozilla page rendering system.
WWW: http://www.muhri.net/skipstone/

View File

@ -1,15 +0,0 @@
bin/skipstone
bin/skipstone-bin
bin/skipdownload
share/skipstone/pixmaps/default/back.xpm
share/skipstone/pixmaps/default/config.xpm
share/skipstone/pixmaps/default/forward.xpm
share/skipstone/pixmaps/default/home.xpm
share/skipstone/pixmaps/default/logo.xpm
share/skipstone/pixmaps/default/mini_folder.xpm
share/skipstone/pixmaps/default/mini_link.xpm
share/skipstone/pixmaps/default/reload.xpm
share/skipstone/pixmaps/default/stop.xpm
@dirrm share/skipstone/pixmaps/default
@dirrm share/skipstone/pixmaps
@dirrm share/skipstone