Grr, add the rest of these files.

This commit is contained in:
Kris Kennaway 2000-03-05 10:15:06 +00:00
parent 4babdb8a73
commit 34bffb7d82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26561
5 changed files with 46 additions and 0 deletions

1
www/nscache/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (nscache-0.2pl2.tgz) = e95b59b90d7e1f567e2263853be26f7b

View file

@ -0,0 +1,21 @@
--- configure.in.orig Sat Jan 15 09:40:55 2000
+++ configure.in Sun Mar 5 02:00:42 2000
@@ -41,14 +41,14 @@
AC_CHECK_LIB(c, gettext, CFLAGS="$CFLAGS -DHAVE_GETTEXT -DNLS_DIR=\"\\\"\$(prefix)/share/locale\\\"\"";MSUBDIRS="po", AC_CHECK_LIB(intl, gettext, LIBS="$LIBS -lintl";CFLAGS="$CFLAGS -DHAVE_GETTEXT -DNLS_DIR=\"\\\"\$(prefix)/share/locale\\\"\"";MSUBDIRS="po"))
-AC_CHECK_LIB(db1, dbopen, CFLAGS="$CFLAGS -DHAVE_DBOPEN";LIBS="$LIBS -ldb1", AC_CHECK_LIB(db, dbopen, CFLAGS="$CFLAGS -DHAVE_DBOPEN";LIBS="$LIBS -ldb", AC_MSG_ERROR("NScache can\'t work withou clasical Berkeley DB libraries")))
+AC_CHECK_LIB(db1, dbopen, CFLAGS="$CFLAGS -DHAVE_DBOPEN";LIBS="$LIBS -ldb1", AC_CHECK_LIB(c, dbopen, CFLAGS="$CFLAGS -DHAVE_DBOPEN", AC_MSG_ERROR("NScache can\'t work withou clasical Berkeley DB libraries")))
AC_CHECK_HEADER(db1/db.h, CFLAGS="$CFLAGS -DHAVE_DB1_H", AC_CHECK_HEADER(db.h, CFLAGS="$CFLAGS -DHAVE_DB_H"))
-AC_CHECK_PROG(GTK_CONFIG, gtk-config, "yes", "no")
+AC_CHECK_PROG(GTK_CONFIG, gtk12-config, "yes", "no")
if eval "test x$GTK_CONFIG = xyes"; then
- CFLAGS="$CFLAGS `gtk-config --cflags`"
- LIBS="$LIBS `gtk-config --libs`"
+ CFLAGS="$CFLAGS `gtk12-config --cflags`"
+ LIBS="$LIBS `gtk12-config --libs`"
else
AC_MSG_ERROR("Unable to find \"gtk-config\" program")
fi

1
www/nscache/pkg-comment Normal file
View file

@ -0,0 +1 @@
Netscape cache browser

22
www/nscache/pkg-descr Normal file
View file

@ -0,0 +1,22 @@
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/

1
www/nscache/pkg-plist Normal file
View file

@ -0,0 +1 @@
bin/nscache