aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-08 00:39:11 +0800
committerbapt <bapt@FreeBSD.org>2014-02-08 00:39:11 +0800
commit7fccbb67225a2e7c01730df223114f1357f86784 (patch)
treef8c920c94dd83f82d53ae2b024905db346812f51
parentda7e00472f0003eb53473891fe244b59693ef0f9 (diff)
downloadfreebsd-ports-gnome-7fccbb67225a2e7c01730df223114f1357f86784.tar.gz
freebsd-ports-gnome-7fccbb67225a2e7c01730df223114f1357f86784.tar.zst
freebsd-ports-gnome-7fccbb67225a2e7c01730df223114f1357f86784.zip
Yet another Netscape related program removed
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/nscache/Makefile35
-rw-r--r--www/nscache/distinfo2
-rw-r--r--www/nscache/files/patch-ac10
-rw-r--r--www/nscache/pkg-descr22
-rw-r--r--www/nscache/pkg-plist11
7 files changed, 1 insertions, 81 deletions
diff --git a/MOVED b/MOVED
index f5ee6adfcfff..d2eff5ec83ca 100644
--- a/MOVED
+++ b/MOVED
@@ -5443,3 +5443,4 @@ japanese/grep|textproc/gnugrep|2014-02-06|Official version properly support mult
www/comclear||2014-02-06|Netscape doesn't exists anymore
editors/openoffice-3|editors/openoffice-4|2014-02-07|OpenOffice 3 is not supported anymore
mail/muttzilla||2014-02-07|Netscape doesn't exists anymore
+www/nscache||2014-02-07|Netscape doesn't exists anymore
diff --git a/www/Makefile b/www/Makefile
index aff90cf8fc7f..4dad7ffc2032 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -574,7 +574,6 @@
SUBDIR += npapi-xine
SUBDIR += npc
SUBDIR += npm
- SUBDIR += nscache
SUBDIR += nspluginwrapper
SUBDIR += ocaml-net
SUBDIR += ocsigen
diff --git a/www/nscache/Makefile b/www/nscache/Makefile
deleted file mode 100644
index b12585724482..000000000000
--- a/www/nscache/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Kris Kennaway <kris@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/www/nscache/Makefile,v 1.3 2007/08/07 03:35:07 mezz Exp $
-
-PORTNAME= nscache
-PORTVERSION= 0.6
-PORTREVISION= 8
-CATEGORIES= www
-MASTER_SITES= SF \
- http://www.idata.sk/~ondrej/sw/
-
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Netscape cache browser
-
-USE_GNOME= gnomehier gtk12
-USE_GMAKE= yes
-USES= gettext
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} --disable-gnome
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-NO_STAGE= yes
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/nscache.desktop \
- ${PREFIX}/share/gnome/apps/Internet
- ${INSTALL_DATA} ${WRKSRC}/nscache.xpm \
- ${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/www/nscache/distinfo b/www/nscache/distinfo
deleted file mode 100644
index 12c71377a55e..000000000000
--- a/www/nscache/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nscache-0.6.tgz) = 88474cb1158337cbab22354d08d54b8bcd291c7f5d76a342491ebd4bf61416bb
-SIZE (nscache-0.6.tgz) = 132422
diff --git a/www/nscache/files/patch-ac b/www/nscache/files/patch-ac
deleted file mode 100644
index d9cde7ef753d..000000000000
--- a/www/nscache/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/re.h.orig Sun Nov 12 23:09:38 2000
-+++ src/re.h Tue Jan 16 03:06:40 2001
-@@ -3,6 +3,7 @@
-
- #ifdef HAVE_REGEX
- #ifdef HAVE_REGEX_H
-+#include <sys/types.h>
- #include <regex.h>
- #endif
-
diff --git a/www/nscache/pkg-descr b/www/nscache/pkg-descr
deleted file mode 100644
index 034d18e34b80..000000000000
--- a/www/nscache/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-from nscache's README:
-
-NScache is simple program for viewing and amanging contents of Netscape(tm)
-browsers cache directory.
-
-It have very easy user interface writen by using of GTK+1.2 widget libraries.
-It shows 3 levels tree of cache contents. At first level are protocols, at
-second level are servers and at third level are regular documents.
-
-For each document there is shown its URL, name of cache file, its size,
-MIME type, encoding type, character set for HTML documents, modification
-time, access time and time when document expires.
-
-When you press right mouse button inside tree list, you can make any action
-on selected item. You can save file from cache to other location, you can
-remove files and entries from chache (one or all entries for server), or you
-can compute numbers of documents in subtrees and size of all documets in
-subtree. You can launch any viewer command on cache file or on source URL.
-The viewers you can assign to any MIME type. You can also copy selected URL
-to clipboard.
-
-WWW: http://www.idata.sk/~ondrej/nscache/
diff --git a/www/nscache/pkg-plist b/www/nscache/pkg-plist
deleted file mode 100644
index 140802e44d32..000000000000
--- a/www/nscache/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/nscache
-share/locale/de/LC_MESSAGES/nscache.mo
-share/locale/es/LC_MESSAGES/nscache.mo
-share/locale/fr/LC_MESSAGES/nscache.mo
-share/locale/it/LC_MESSAGES/nscache.mo
-share/locale/ja/LC_MESSAGES/nscache.mo
-share/locale/pt_BR/LC_MESSAGES/nscache.mo
-share/locale/sk/LC_MESSAGES/nscache.mo
-share/locale/tr/LC_MESSAGES/nscache.mo
-share/gnome/apps/Internet/nscache.desktop
-share/pixmaps/nscache.xpm