diff options
author | ghen <ghen@pkgsrc.org> | 2011-11-13 13:44:10 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2011-11-13 13:44:10 +0000 |
commit | f8527c3a37774a6368303944a0dfb99fb13baae5 (patch) | |
tree | 91dc00034d723a23e818544ed22f521cc4c6f80b | |
parent | 4791d501c9a4654e692438bab69dfa86705c77b0 (diff) | |
download | pkgsrc-f8527c3a37774a6368303944a0dfb99fb13baae5.tar.gz |
Remove skipstone, this has been marked BROKEN for ages and upstream is dead
as well.
-rw-r--r-- | www/skipstone/DESCR | 13 | ||||
-rw-r--r-- | www/skipstone/Makefile | 31 | ||||
-rw-r--r-- | www/skipstone/PLIST | 30 | ||||
-rw-r--r-- | www/skipstone/distinfo | 5 | ||||
-rw-r--r-- | www/skipstone/options.mk | 13 |
5 files changed, 0 insertions, 92 deletions
diff --git a/www/skipstone/DESCR b/www/skipstone/DESCR deleted file mode 100644 index 4039fd57cfe..00000000000 --- a/www/skipstone/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -SkipStone is a Gtk+ Web Browser that embeds Mozilla's rendering component -Gecko. It aims to be light and fast with few dependencies. - -SkipStone provides a nice and simple configurable interface, bookmarks and all -of the other mandantory browsing features. - -Downloading is handled by SkipDownload by default, a Gtk+ frontend to the -famous web downloading utility wget. However, if you prefer to use other -download utilities / managers, this option is configurable. - -Mail and external url handlers are also handled by external applications which -can be configured to the users choice, leaving SkipStone to do what it does -best - browsing. diff --git a/www/skipstone/Makefile b/www/skipstone/Makefile deleted file mode 100644 index 021a9c166d6..00000000000 --- a/www/skipstone/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $NetBSD: Makefile,v 1.36 2011/11/01 06:02:47 sbd Exp $ - -DISTNAME= skipstone-0.9.6 -PKGREVISION= 10 -CATEGORIES= www -MASTER_SITES= ${HOMEPAGE} - -MAINTAINER= ghen@NetBSD.org -HOMEPAGE= http://www.muhri.net/skipstone/ -COMMENT= Light and fast Gecko-based browser - -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake pkg-config - -USE_PKGLOCALEDIR= yes - -CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/${MOZILLA} -CONFIGURE_ARGS+= --with-mozilla-libs=${PREFIX}/lib/${MOZILLA} -CONFIGURE_ARGS+= --enable-cvs-mozilla -CONFIGURE_ARGS+= --enable-nls -CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale -LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA} - -BROKEN= Package doesn't build with xulrunner - -.include "options.mk" - -.include "../../devel/xulrunner/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/skipstone/PLIST b/www/skipstone/PLIST deleted file mode 100644 index d310bddd402..00000000000 --- a/www/skipstone/PLIST +++ /dev/null @@ -1,30 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 22:00:35 joerg Exp $ -bin/skipdownload -bin/skipstone -bin/skipstone-bin -share/locale/bg/LC_MESSAGES/skipstone.mo -share/locale/da/LC_MESSAGES/skipstone.mo -share/locale/de/LC_MESSAGES/skipstone.mo -share/locale/es/LC_MESSAGES/skipstone.mo -share/locale/fr/LC_MESSAGES/skipstone.mo -share/locale/it/LC_MESSAGES/skipstone.mo -share/locale/ja/LC_MESSAGES/skipstone.mo -share/locale/nl/LC_MESSAGES/skipstone.mo -share/locale/pl/LC_MESSAGES/skipstone.mo -share/locale/pt/LC_MESSAGES/skipstone.mo -share/locale/ru/LC_MESSAGES/skipstone.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/skipstone.mo -share/locale/zh_TW.Big5/LC_MESSAGES/skipstone.mo -share/skipstone/pixmaps/default/back.png -share/skipstone/pixmaps/default/config.png -share/skipstone/pixmaps/default/forward.png -share/skipstone/pixmaps/default/home.png -share/skipstone/pixmaps/default/logo.png -share/skipstone/pixmaps/default/mini_folder.png -share/skipstone/pixmaps/default/mini_link.png -share/skipstone/pixmaps/default/reload.png -share/skipstone/pixmaps/default/skipstone.png -share/skipstone/pixmaps/default/stop.png -share/skipstone/pixmaps/default/tab_loading.gif -share/skipstone/pixmaps/default/tab_loading_alternative.gif -share/skipstone/pixmaps/default/up.png diff --git a/www/skipstone/distinfo b/www/skipstone/distinfo deleted file mode 100644 index 5156c18dcb9..00000000000 --- a/www/skipstone/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.14 2006/08/01 10:26:15 ghen Exp $ - -SHA1 (skipstone-0.9.6.tar.gz) = 9c113ebb4311cb1ec9370a0e52b2edb1d11a13df -RMD160 (skipstone-0.9.6.tar.gz) = 72bed530acc7980dee5f9cc3ae2e5eb1569ab6db -Size (skipstone-0.9.6.tar.gz) = 417499 bytes diff --git a/www/skipstone/options.mk b/www/skipstone/options.mk deleted file mode 100644 index 1bb9491e7fb..00000000000 --- a/www/skipstone/options.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: options.mk,v 1.3 2009/08/06 12:30:12 tnn Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.skipstone -PKG_SUPPORTED_OPTIONS= wget -PKG_SUGGESTED_OPTIONS= wget - -.include "../../mk/bsd.options.mk" - -# SkipDownload uses wget to download files from the Internet, but since this -# is not strictly needed for SkipStone to run, it's an optional dependency. -.if !empty(PKG_OPTIONS:Mwget) -DEPENDS+= wget>=1:../../net/wget -.endif |