diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 10:15:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-05 10:15:06 +0000 |
commit | 34bffb7d820593f0e12629079ae69f6da95c7bab (patch) | |
tree | 8e4d22ff23bc1c82a4ed9c4faade5c67bdff0c68 /www/nscache | |
parent | 4babdb8a73144fadc71b43e94cf67159cedd2ed3 (diff) | |
download | ports-34bffb7d820593f0e12629079ae69f6da95c7bab.tar.gz ports-34bffb7d820593f0e12629079ae69f6da95c7bab.zip |
Grr, add the rest of these files.
Notes
Notes:
svn path=/head/; revision=26561
Diffstat (limited to 'www/nscache')
-rw-r--r-- | www/nscache/distinfo | 1 | ||||
-rw-r--r-- | www/nscache/files/patch-aa | 21 | ||||
-rw-r--r-- | www/nscache/pkg-comment | 1 | ||||
-rw-r--r-- | www/nscache/pkg-descr | 22 | ||||
-rw-r--r-- | www/nscache/pkg-plist | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/nscache/distinfo b/www/nscache/distinfo new file mode 100644 index 000000000000..55f7a58e21eb --- /dev/null +++ b/www/nscache/distinfo @@ -0,0 +1 @@ +MD5 (nscache-0.2pl2.tgz) = e95b59b90d7e1f567e2263853be26f7b diff --git a/www/nscache/files/patch-aa b/www/nscache/files/patch-aa new file mode 100644 index 000000000000..9730c34de154 --- /dev/null +++ b/www/nscache/files/patch-aa @@ -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 diff --git a/www/nscache/pkg-comment b/www/nscache/pkg-comment new file mode 100644 index 000000000000..8231e5385702 --- /dev/null +++ b/www/nscache/pkg-comment @@ -0,0 +1 @@ +Netscape cache browser diff --git a/www/nscache/pkg-descr b/www/nscache/pkg-descr new file mode 100644 index 000000000000..14ac0665d7a2 --- /dev/null +++ b/www/nscache/pkg-descr @@ -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/ diff --git a/www/nscache/pkg-plist b/www/nscache/pkg-plist new file mode 100644 index 000000000000..35dec41d2145 --- /dev/null +++ b/www/nscache/pkg-plist @@ -0,0 +1 @@ +bin/nscache |